mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
2010-03-24 Stan Shebs <stan@codesourcery.com>
* gdb.trace/tfile.exp: Expect "trace frame", with a space.
This commit is contained in:
@ -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>
|
2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
|
* gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
|
||||||
|
@ -68,7 +68,7 @@ gdb_test "target tfile basic.tf" "Created tracepoint.*" "target tfile"
|
|||||||
gdb_test "info trace" ".*tracepoint.*in write_basic_trace_file.*" \
|
gdb_test "info trace" ".*tracepoint.*in write_basic_trace_file.*" \
|
||||||
"info tracepoints on 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"
|
gdb_test "print testglob" " = 31415" "print testglob on trace file"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user