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 1c854f2d8147a7f7c36d79f05f53323dfc316e0c..43096ca9e35876f1fdca84afb92572c7cf3f4e38 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 7f1c407a49038ed7d698f8ec5a43b44aa2d6a2c2..2b341af009f9194e3d316cc57db10ee735f49c78 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
 }