* gdb.base/async.exp: Whitespace fixes. Turn on target-async.
authorDoug Evans <xdje42@gmail.com>
Tue, 18 Mar 2014 23:19:51 +0000 (19:19 -0400)
committerDoug Evans <xdje42@gmail.com>
Tue, 18 Mar 2014 23:19:51 +0000 (19:19 -0400)
Fix spelling of exec-done-display.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/async.exp

index 91f1cf39e2f61fe424700e05d936b22e483ae03f..a7da03c5f7be13056356edec42f0963bbbc2f9e5 100644 (file)
@@ -1,3 +1,8 @@
+2014-03-18  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
+       Fix spelling of exec-done-display.
+
 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        PR gdb/15358
index 4475ce7499d947b9f2d2e7d9898abcd284ff3fdd..3cd7dfbcc8b1f037be34626ff5018dd695c4bab7 100644 (file)
@@ -39,17 +39,19 @@ return 0
 set board [target_info name]
 set current_target [target_info gdb_protocol]
 if { $current_target == "remote" } {
-  unset_board_info "gdb_protocol"
-  set_board_info "gdb_protocol" "async"
-  } else {
-      return 0
-  }
+    unset_board_info "gdb_protocol"
+    set_board_info "gdb_protocol" "async"
+} else {
+    return 0
+}
 
 gdb_exit
 gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
+gdb_test_no_output "set target-async on"
+
 #
 # set it up at a breakpoint so we can play with it
 #
@@ -63,7 +65,7 @@ gdb_test "break baz" ".*" ""
 #
 # Make sure we get a 'completed' message when the target is done.
 #
-gdb_test "set display-exec-done on" ".*" ""
+gdb_test_no_output "set exec-done-display on"
 
 
 send_gdb "next&\n" 
@@ -126,7 +128,7 @@ gdb_expect {
     timeout  { fail "(timeout) until &" }
 }
 
-gdb_test "set display-exec-done off" ".*" ""
+gdb_test_no_output "set exec-done-display off"
 
 unset_board_info "gdb_protocol"
 set_board_info "gdb_protocol" "remote"