2002-04-09 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Tue, 9 Apr 2002 20:48:45 +0000 (20:48 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 9 Apr 2002 20:48:45 +0000 (20:48 +0000)
        * gdb.base/attach.exp: Correct target board test.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/attach.exp

index 1c854f2..43096ca 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.base/attach.exp: Correct target board test.
+
 2002-04-08  Michael Chastain  <mec@shout.net>
 
        * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
index 7f1c407..2b341af 100644 (file)
@@ -36,7 +36,7 @@ if { [istarget "hppa*-*-hpux*"] } {
 }
 
 # are we on a target board
-if ![isnative] then {
+if [is_remote target] then {
     return 0
 }