* gdb.python/py-shared.exp: Call gdb_load_shlibs.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 22 Jul 2011 17:45:16 +0000 (17:45 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 22 Jul 2011 17:45:16 +0000 (17:45 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-shared.exp

index 9a90952..e66e89a 100644 (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
index badf321..ea28f3b 100644 (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 }