From e6052b5dd34f4f17f7e960bd36bebf6fd89608d4 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Fri, 22 Jul 2011 17:45:16 +0000 Subject: [PATCH] * gdb.python/py-shared.exp: Call gdb_load_shlibs. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.python/py-shared.exp | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9a909522148..e66e89a1c22 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-07-22 Ulrich Weigand + + * gdb.python/py-shared.exp: Call gdb_load_shlibs. + 2011-07-22 Pedro Alves * 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 badf3211faf..ea28f3b03c8 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 } -- 2.30.2