* gdb.python/py-shared.exp: Call gdb_load_shlibs.

This commit is contained in:
Ulrich Weigand 2011-07-22 17:45:16 +00:00
parent 1ced966e34
commit e6052b5dd3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
* gdb.python/py-shared.exp: Call gdb_load_shlibs.
2011-07-22 Pedro Alves <pedro@codesourcery.com>
* gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints

View File

@ -45,6 +45,7 @@ gdb_exit
gdb_start
gdb_reinitialize_dir $srcdir/$subdir
gdb_load ${binfile}
gdb_load_shlibs ${library}
# Skip all tests if Python scripting is not enabled.
if { [skip_python_tests] } { continue }