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:
Simon Marchi
2021-01-04 11:43:58 -05:00
committed by Simon Marchi
parent c5e71b3332
commit a754fbdfa2
2 changed files with 5 additions and 6 deletions

View File

@@ -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.

View File

@@ -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]