2010-03-24 Stan Shebs <stan@codesourcery.com>
authorStan Shebs <shebs@codesourcery.com>
Wed, 24 Mar 2010 21:11:06 +0000 (21:11 +0000)
committerStan Shebs <shebs@codesourcery.com>
Wed, 24 Mar 2010 21:11:06 +0000 (21:11 +0000)
* gdb.trace/tfile.exp: Expect "trace frame", with a space.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/tfile.exp

index c987796a8cc53459ad01a39c37fbaf44a4405f52..acd142a78c233359ee23ab724cc4b15ae90786af 100644 (file)
@@ -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.
index f1d86df27ac29247217abc27643a45cdfd3ccb10..20af854d1ce16a2833c4adeca9993492c885381b 100644 (file)
@@ -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"
 
This page took 0.044115 seconds and 4 git commands to generate.