forked from Imagelibrary/binutils-gdb
gdb/testsuite: use clean_restart in gdb.server/solib-list.exp
I think this sequence of commands can be replaced by clean_restart, despite what the comment says, as long as we don't use the `binfile` argument to clean_restart. gdb/testsuite/ChangeLog: * gdb.server/solib-list.exp: Use clean_restart. Change-Id: I4930564c50a1865cbffe0d660a4296c9d2158084
This commit is contained in:
committed by
Simon Marchi
parent
c5e71b3332
commit
a754fbdfa2
@@ -1,3 +1,7 @@
|
||||
2021-01-04 Simon Marchi <simon.marchi@efficios.com>
|
||||
|
||||
* gdb.server/solib-list.exp: Use clean_restart.
|
||||
|
||||
2021-01-04 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
* gdb.base/morestack.c: Remove printf.
|
||||
|
||||
@@ -42,12 +42,7 @@ set interp_system [section_get ${binfile} .interp]
|
||||
verbose -log "system interpreter is: $interp_system"
|
||||
|
||||
foreach nonstop { 0 1 } { with_test_prefix "non-stop $nonstop" {
|
||||
|
||||
# clean_restart assumes ${objdir}/${subdir}/ which is not applicable
|
||||
# for ${interp_system}.
|
||||
gdb_exit
|
||||
gdb_start
|
||||
gdb_reinitialize_dir $srcdir/$subdir
|
||||
clean_restart
|
||||
gdb_load_shlib ${binlibfile}
|
||||
|
||||
set remote_binfile [gdb_remote_download target $binfile]
|
||||
|
||||
Reference in New Issue
Block a user