gdb.base/async.exp: Leave gdb_protocol alone.
authorPedro Alves <palves@redhat.com>
Wed, 19 Mar 2014 15:22:44 +0000 (15:22 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 19 Mar 2014 15:22:44 +0000 (15:22 +0000)
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.

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

index a7da03c5f7be13056356edec42f0963bbbc2f9e5..c1349b6532cac68e2a3baa2533ba3a2a12d30c86 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 3cd7dfbcc8b1f037be34626ff5018dd695c4bab7..1f465a66ba223c7582bf809c52627543df08508d 100644 (file)
@@ -36,15 +36,6 @@ if {[build_executable $testfile.exp $testfile $srcfile debug] == -1} {
 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
@@ -129,12 +120,3 @@ gdb_expect {
 }
 
 gdb_test_no_output "set exec-done-display off"
-
-unset_board_info "gdb_protocol"
-set_board_info "gdb_protocol" "remote"
-
-
-
-
-
-