diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-04-09 20:48:45 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-04-09 20:48:45 +0000 |
commit | 2d1676a068c316f3d6d31d905ff2880b32326d3d (patch) | |
tree | 92f4edbac50ae8ef73e17092c9674c7f1c5eacb4 | |
parent | b62a12ca8898734403c9a763d6156017cf611824 (diff) | |
download | gdb-2d1676a068c316f3d6d31d905ff2880b32326d3d.zip gdb-2d1676a068c316f3d6d31d905ff2880b32326d3d.tar.gz gdb-2d1676a068c316f3d6d31d905ff2880b32326d3d.tar.bz2 |
2002-04-09 Daniel Jacobowitz <drow@mvista.com>
* gdb.base/attach.exp: Correct target board test.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/attach.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1c854f2..43096ca 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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" diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp index 7f1c407..2b341af 100644 --- a/gdb/testsuite/gdb.base/attach.exp +++ b/gdb/testsuite/gdb.base/attach.exp @@ -36,7 +36,7 @@ if { [istarget "hppa*-*-hpux*"] } { } # are we on a target board -if ![isnative] then { +if [is_remote target] then { return 0 } |