mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* gdb.python/py-shared.exp: Call gdb_load_shlibs.
This commit is contained in:
@ -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>
|
2011-07-22 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
|
* gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
|
||||||
|
@ -45,6 +45,7 @@ gdb_exit
|
|||||||
gdb_start
|
gdb_start
|
||||||
gdb_reinitialize_dir $srcdir/$subdir
|
gdb_reinitialize_dir $srcdir/$subdir
|
||||||
gdb_load ${binfile}
|
gdb_load ${binfile}
|
||||||
|
gdb_load_shlibs ${library}
|
||||||
|
|
||||||
# Skip all tests if Python scripting is not enabled.
|
# Skip all tests if Python scripting is not enabled.
|
||||||
if { [skip_python_tests] } { continue }
|
if { [skip_python_tests] } { continue }
|
||||||
|
Reference in New Issue
Block a user