mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00:00
btrace, test: fix gdb.btrace/data test
The format of the output changed. Fix the test. testsuite/ * gdb.btrace/data.exp: Update expected output.
This commit is contained in:
parent
d598a9c177
commit
847fc4f296
@ -1,3 +1,7 @@
|
||||
2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
|
||||
|
||||
* gdb.btrace/data.exp: Update expected output.
|
||||
|
||||
2014-03-06 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gdb.trace/pr16508.exp: New file.
|
||||
|
@ -37,8 +37,8 @@ gdb_test "next" ".*main\.3.*"
|
||||
gdb_test "reverse-step" ".*test\.4.*"
|
||||
|
||||
# we can't read memory while we're replaying
|
||||
gdb_test "print glob" "Memory at .* unavailable\."
|
||||
gdb_test "print loc" "Memory at .* unavailable\."
|
||||
gdb_test "print glob" "unavailable\[^\\\r\\\n\]*"
|
||||
gdb_test "print loc" "unavailable\[^\\\r\\\n\]*"
|
||||
|
||||
# stop replaying and try again
|
||||
gdb_test "record goto end"
|
||||
|
Loading…
Reference in New Issue
Block a user