diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/report.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/report.exp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.trace/report.exp b/gdb/testsuite/gdb.trace/report.exp index 33bccaa..14db251 100644 --- a/gdb/testsuite/gdb.trace/report.exp +++ b/gdb/testsuite/gdb.trace/report.exp @@ -17,10 +17,6 @@ load_lib "trace-support.exp" - -gdb_exit -gdb_start - standard_testfile actions.c require gdb_trace_common_supports_arch if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \ @@ -28,9 +24,8 @@ if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \ untested "failed to compile" return -1 } -gdb_load $binfile +clean_restart $binfile runto_main -gdb_reinitialize_dir $srcdir/$subdir if {![gdb_target_supports_trace]} { unsupported "current target does not support trace" |