gdb/testsuite:

* gdb.mi/mi-reverse.exp: Fix the typo in expected output of
	"=record-started" notification.
This commit is contained in:
Yao Qi 2012-09-21 07:29:46 +00:00
parent 82a90ccf2a
commit 15544bd96e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-09-21 Yao Qi <yao@codesourcery.com>
* gdb.mi/mi-reverse.exp: Fix the typo in expected output of
"=record-started" notification.
2012-09-21 Yao Qi <yao@codesourcery.com>
* gdb.mi/mi-record-changed.exp: New.

View File

@ -51,7 +51,7 @@ mi_run_to_main
if [supports_process_record] {
# Activate process record/replay
if [mi_gdb_test "-interpreter-exec console record" \
"=record-started,id=\"1\"\r\n\\^done" \
"=record-started,thread-group=\"i1\"\r\n\\^done" \
"Turn on process record"] {
warning "Fail to activate process record/replay, tests in this group will not be performed.\n";
return -1