diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/entry-values.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/entry-values.exp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gdb/testsuite/gdb.trace/entry-values.exp b/gdb/testsuite/gdb.trace/entry-values.exp index d7e5a89..9fbad50 100644 --- a/gdb/testsuite/gdb.trace/entry-values.exp +++ b/gdb/testsuite/gdb.trace/entry-values.exp @@ -29,14 +29,7 @@ if {[gdb_compile [list ${binfile}1.o] \ return -1 } -# Start GDB and load executable file, compute the offset of the -# instruction in bar returned from foo. It is needed in the Dwarf -# Assembler. - -gdb_exit -gdb_start -gdb_reinitialize_dir $srcdir/$subdir -gdb_load ${binfile}1 +clean_restart ${binfile}1 set returned_from_foo "" @@ -83,8 +76,6 @@ if { [string equal $returned_from_foo ""] } { return -1 } -gdb_exit - # Make some DWARF for the test. set asm_file [standard_output_file $srcfile2] Dwarf::assemble $asm_file { |