]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Revert "Add an expect for running commands with CLI jump"
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Wed, 6 Apr 2016 13:34:02 +0000 (14:34 +0100)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Wed, 6 Apr 2016 13:35:02 +0000 (14:35 +0100)
This reverts commit a040170c8fbb4dffa7085ed3204ac795ff66a9b1.

gdb/testsuite/ChangeLog.arm
gdb/testsuite/lib/mi-support.exp

index c6716da38cc8c477341f8cbd07b5f88f4267aabf..e0c98d9d7d6a18d875aa4f6a1d6dbedb0dd79de3 100644 (file)
@@ -1,3 +1,14 @@
+2016-04-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       Revert
+       2016-04-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       Backport from master
+       2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
+       case.
+
 2016-04-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
        Backport from master
index 9c93e950f0e79228d2dd179d8f982bf6c48f3224..dd6c41ace1b48bd9081039e316ba133a037c8af4 100644 (file)
@@ -886,9 +886,6 @@ proc mi_run_cmd_full {use_mi_command args} {
        # to better handle RUN.
        send_gdb  "jump *$start\n"
        warning "Using CLI jump command, expect run-to-main FAIL"
-       gdb_expect {
-           -re "${run_match}&\"jump \\*${start}\\n\"\[\r\n\]+~\"Continuing at 0x\[0-9A-Fa-f\]+\\n.\"\[\r\n\]+\^running\[\r\n\]+\\*running,thread-id=\"\[^\"\]+\"\r\n${mi_gdb_prompt}" {}
-       }
        return 0
     }