]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* mi-cli.exp: Use "target_changed" instead of "register-update".
authorKeith Seitz <keiths@redhat.com>
Wed, 21 Aug 2002 23:03:56 +0000 (23:03 +0000)
committerKeith Seitz <keiths@redhat.com>
Wed, 21 Aug 2002 23:03:56 +0000 (23:03 +0000)
gdb/testsuite/gdb.mi/ChangeLog
gdb/testsuite/gdb.mi/mi-cli.exp

index 5b6db3c187cefec65b5c615a469e3a314e1c6a42..e2e6c3db7ece4565a1f39ecec4480695e9ceb6a0 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-21  Keith Seitz  <keiths@redhat.com>
+
+       * mi-cli.exp: Use "target_changed" instead of "register-update".
+
 2002-07-25  Keith Seitz  <keiths@redhat.com>
 
        * mi-cli.exp: Fix typo in result for "-interpreter-exec console list"
index eaf86e61dcb545e16d7de853feb797c46b1468de..850d177cb19b0cc092d4996329d5cf18b04031f4 100644 (file)
@@ -132,7 +132,7 @@ mi_gdb_test "-interpreter-exec console \"help set args\"" \
   "-interpreter-exec console \"help set args\""
 
 mi_gdb_test "-interpreter-exec console \"set \$pc=0x0\"" \
-  {.*=register-update,number="[0-9]+".*\^done} \
+  {.*=target-changed.*\^done} \
   "-interpreter-exec console \"set \$pc=0x0\""
 
 #mi_gdb_test "-interpreter-exec console \"\"" \