* lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
authorVladimir Prus <vladimir@codesourcery.com>
Sat, 28 Jun 2008 10:14:34 +0000 (10:14 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Sat, 28 Jun 2008 10:14:34 +0000 (10:14 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/lib/mi-support.exp

index e10e1c6c475f4d8e7d75b1b47aab6782f11521d3..9b7fdc53f827ec4bbcc4200d463d0d74a6c08c6f 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
+
 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
 
        * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
index 2acfa6ca9fcd46dae2805399183583384132de68..bad7c6279839a5df97aee6ac3cb69bf252216864 100644 (file)
@@ -1398,6 +1398,7 @@ proc mi_send_resuming_command_raw {command test} {
     send_gdb "$command\n"
     gdb_expect {
         -re "\\^running\r\n\\*running,thread-id=\"\[^\"\]+\"\r\n${mi_gdb_prompt}" {
+            pass "$test"
         }
         -re ".*${mi_gdb_prompt}" {
             fail "$test (failed to resume)"