diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2011-07-22 17:45:16 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2011-07-22 17:45:16 +0000 |
commit | e6052b5dd34f4f17f7e960bd36bebf6fd89608d4 (patch) | |
tree | 7c62c2dd467332bcff58cf2c7ed5fa5478b31d8b | |
parent | 1ced966e3458bf3db742913f4d0a55549824e298 (diff) | |
download | gdb-e6052b5dd34f4f17f7e960bd36bebf6fd89608d4.zip gdb-e6052b5dd34f4f17f7e960bd36bebf6fd89608d4.tar.gz gdb-e6052b5dd34f4f17f7e960bd36bebf6fd89608d4.tar.bz2 |
* gdb.python/py-shared.exp: Call gdb_load_shlibs.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.python/py-shared.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9a90952..e66e89a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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 diff --git a/gdb/testsuite/gdb.python/py-shared.exp b/gdb/testsuite/gdb.python/py-shared.exp index badf321..ea28f3b 100644 --- a/gdb/testsuite/gdb.python/py-shared.exp +++ b/gdb/testsuite/gdb.python/py-shared.exp @@ -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 } |