diff options
author | Stan Shebs <shebs@codesourcery.com> | 2010-03-24 21:11:06 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2010-03-24 21:11:06 +0000 |
commit | 8c9a6790ddff5c6f7ae365a477882dbc9d1b3f6d (patch) | |
tree | 8ea100fe6b52094d1363365b04b3a221df814fa6 /gdb/testsuite | |
parent | a6c727b2f1c9804ca95ebc61de518246d03abb37 (diff) | |
download | gdb-8c9a6790ddff5c6f7ae365a477882dbc9d1b3f6d.zip gdb-8c9a6790ddff5c6f7ae365a477882dbc9d1b3f6d.tar.gz gdb-8c9a6790ddff5c6f7ae365a477882dbc9d1b3f6d.tar.bz2 |
2010-03-24 Stan Shebs <stan@codesourcery.com>
* gdb.trace/tfile.exp: Expect "trace frame", with a space.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.trace/tfile.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c987796..acd142a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-03-24 Stan Shebs <stan@codesourcery.com> + + * gdb.trace/tfile.exp: Expect "trace frame", with a space. + 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com> * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView. diff --git a/gdb/testsuite/gdb.trace/tfile.exp b/gdb/testsuite/gdb.trace/tfile.exp index f1d86df..20af854 100644 --- a/gdb/testsuite/gdb.trace/tfile.exp +++ b/gdb/testsuite/gdb.trace/tfile.exp @@ -68,7 +68,7 @@ gdb_test "target tfile basic.tf" "Created tracepoint.*" "target tfile" gdb_test "info trace" ".*tracepoint.*in write_basic_trace_file.*" \ "info tracepoints on trace file" -gdb_test "tfind 0" "Found traceframe 0.*" "tfind 0 on trace file" +gdb_test "tfind 0" "Found trace frame 0.*" "tfind 0 on trace file" gdb_test "print testglob" " = 31415" "print testglob on trace file" |