Many eons ago, async was only implemented in the remote target, and
you'd activate it by doing "target async" rather than "target remote".
That's long gone now, replaced by "set target-async on".
gdb/testsuite/
2014-03-19 Pedro Alves <palves@redhat.com>
* gdb.base/async.exp: Don't frob gdb_protocol.
+2014-03-19 Pedro Alves <palves@redhat.com>
+
+ * gdb.base/async.exp: Don't frob gdb_protocol.
+
2014-03-18 Doug Evans <xdje42@gmail.com>
* gdb.base/async.exp: Whitespace fixes. Turn on target-async.
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
-}
-
gdb_exit
gdb_start
gdb_reinitialize_dir $srcdir/$subdir
}
gdb_test_no_output "set exec-done-display off"
-
-unset_board_info "gdb_protocol"
-set_board_info "gdb_protocol" "remote"
-
-
-
-
-
-