diff options
author | Tom Tromey <tromey@redhat.com> | 2012-06-26 18:25:19 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-06-26 18:25:19 +0000 |
commit | 497a5eb0393355660ba219e968dd5ef655d081b5 (patch) | |
tree | 105e205dfc7e0d749c9b6ae095b03f3fa2c1b7eb /gdb/testsuite/gdb.trace/unavailable.exp | |
parent | 7686c074591882316c738d09af170b43f42f3ffe (diff) | |
download | binutils-497a5eb0393355660ba219e968dd5ef655d081b5.zip binutils-497a5eb0393355660ba219e968dd5ef655d081b5.tar.gz binutils-497a5eb0393355660ba219e968dd5ef655d081b5.tar.bz2 |
* gdb.trace/actions.exp: Use standard_testfile.
* gdb.trace/ax.exp: Use standard_testfile.
* gdb.trace/backtrace.exp: Use standard_testfile.
* gdb.trace/change-loc.exp: Use standard_testfile.
* gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
* gdb.trace/collection.exp: Use standard_testfile,
prepare_for_testing.
* gdb.trace/deltrace.exp: Use standard_testfile.
* gdb.trace/disconnected-tracing.exp: Use standard_testfile.
* gdb.trace/ftrace.exp: Use standard_testfile.
* gdb.trace/infotrace.exp: Use standard_testfile.
* gdb.trace/packetlen.exp: Use standard_testfile.
* gdb.trace/passc-dyn.exp: Use standard_testfile.
* gdb.trace/passcount.exp: Use standard_testfile.
* gdb.trace/pending.exp: Use standard_testfile.
* gdb.trace/report.exp: Use standard_testfile.
* gdb.trace/save-trace.exp: Use standard_testfile.
* gdb.trace/stap-trace.exp: Use standard_testfile.
* gdb.trace/status-stop.exp: Use standard_testfile.
* gdb.trace/strace.exp: Use standard_testfile.
* gdb.trace/tfile.exp: Use standard_testfile.
* gdb.trace/tfind.exp: Use standard_testfile.
* gdb.trace/trace-break.exp: Use standard_testfile.
* gdb.trace/trace-mt.exp: Use standard_testfile.
* gdb.trace/tracecmd.exp: Use standard_testfile.
* gdb.trace/tspeed.exp: Use standard_testfile.
* gdb.trace/tstatus.exp: Use standard_testfile.
* gdb.trace/tsv.exp: Use standard_testfile.
* gdb.trace/unavailable.exp: Use standard_testfile,
prepare_for_testing.
* gdb.trace/while-dyn.exp: Use standard_testfile.
* gdb.trace/while-stepping.exp: Use standard_testfile.
Diffstat (limited to 'gdb/testsuite/gdb.trace/unavailable.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/unavailable.exp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gdb/testsuite/gdb.trace/unavailable.exp b/gdb/testsuite/gdb.trace/unavailable.exp index 60bb41b..1fb75eb 100644 --- a/gdb/testsuite/gdb.trace/unavailable.exp +++ b/gdb/testsuite/gdb.trace/unavailable.exp @@ -15,14 +15,11 @@ load_lib "trace-support.exp" -set testfile "unavailable" -set srcfile ${testfile}.cc +standard_testfile unavailable.cc set executable $testfile -set binfile $objdir/$subdir/$executable -if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \ - executable {debug nowarnings c++}] != "" } { - untested unavailable.exp +if {[prepare_for_testing $testfile.exp $testfile $srcfile \ + {debug nowarnings c++}]} { return -1 } @@ -588,7 +585,6 @@ proc gdb_trace_collection_test {} { gdb_collect_locals_test statlocal_test_func "static locals" } -clean_restart $executable runto_main if { ![gdb_target_supports_trace] } then { |