diff options
author | Stan Shebs <shebs@codesourcery.com> | 2011-12-05 23:32:52 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2011-12-05 23:32:52 +0000 |
commit | fe96589c7e07f756be8265d362ffe4fd9173a018 (patch) | |
tree | 584cbd3dff00f12f283dba79f9c9dd746934e5db /gdb/testsuite/gdb.trace/tfind.exp | |
parent | d7f50b6bd2ce837634e18920e4b5ef5145dcf265 (diff) | |
download | gdb-fe96589c7e07f756be8265d362ffe4fd9173a018.zip gdb-fe96589c7e07f756be8265d362ffe4fd9173a018.tar.gz gdb-fe96589c7e07f756be8265d362ffe4fd9173a018.tar.bz2 |
* gdb.trace/tfind.exp: Update help string matches.
Diffstat (limited to 'gdb/testsuite/gdb.trace/tfind.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/tfind.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.trace/tfind.exp b/gdb/testsuite/gdb.trace/tfind.exp index 0d55b18..703825e 100644 --- a/gdb/testsuite/gdb.trace/tfind.exp +++ b/gdb/testsuite/gdb.trace/tfind.exp @@ -109,7 +109,7 @@ if { $return_me == 1 } then { gdb_test "tstatus" "\[Tt\]race is running.*" "test tstatus on" # 6.2 test help tstart -gdb_test "help tstart" "Start trace data collection." "6.2: help tstart" +gdb_test "help tstart" "Start trace data collection\.\[\r\n\]+Usage: tstart \\\[ <notes> \.\.\. \\\]\[\r\n\]+Any arguments supplied are recorded with the trace as a note and\[\r\n\]+reported by tstatus \\(if the target supports trace notes\\)\." "6.2: help tstart" gdb_test "break end" ".*" "" gdb_test "continue" \ @@ -140,7 +140,7 @@ if { $return_me == 1 } then { } # 7.2 test help tstop -gdb_test "help tstop" "Stop trace data collection." "7.2: help tstop" +gdb_test "help tstop" "Stop trace data collection\.\[\r\n\]+Usage: tstop \\\[ <notes> \.\.\. \\\]\[\r\n\]+Any arguments supplied are recorded with the trace as a stop reason and\[\r\n\]+reported by tstatus \\(if the target supports trace notes\\)\." "7.2: help tstop" # test tstatus (when trace off) gdb_test "tstatus" "Trace stopped by a tstop command.*" \ |