gdb/testsuite:
authorYao Qi <yao@codesourcery.com>
Fri, 21 Sep 2012 07:29:46 +0000 (07:29 +0000)
committerYao Qi <yao@codesourcery.com>
Fri, 21 Sep 2012 07:29:46 +0000 (07:29 +0000)
* gdb.mi/mi-reverse.exp: Fix the typo in expected output of
"=record-started" notification.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-reverse.exp

index f63a4768b0b587b3234a37b364d5de619f62e12d..6100603744b87b4fd9cec1d2233a9e0c360da7a7 100644 (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.
index 974a0953ccfc5c45b8a987c64d20a33598a50522..06a09434c04ed22a17a011c32f3d558ff847debd 100644 (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