From 15544bd96ec81c31666ab768245970945e2c6f10 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Fri, 21 Sep 2012 07:29:46 +0000 Subject: [PATCH] gdb/testsuite: * gdb.mi/mi-reverse.exp: Fix the typo in expected output of "=record-started" notification. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.mi/mi-reverse.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f63a476..6100603 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2012-09-21 Yao Qi + * gdb.mi/mi-reverse.exp: Fix the typo in expected output of + "=record-started" notification. + +2012-09-21 Yao Qi + * gdb.mi/mi-record-changed.exp: New. * gdb.mi/mi-reverse.exp: Adjust expected output. diff --git a/gdb/testsuite/gdb.mi/mi-reverse.exp b/gdb/testsuite/gdb.mi/mi-reverse.exp index 974a095..06a0943 100644 --- a/gdb/testsuite/gdb.mi/mi-reverse.exp +++ b/gdb/testsuite/gdb.mi/mi-reverse.exp @@ -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 -- 2.7.4