2002-04-09 Daniel Jacobowitz <drow@mvista.com>

* gdb.base/attach.exp: Correct target board test.
This commit is contained in:
Daniel Jacobowitz 2002-04-09 20:48:45 +00:00
parent b62a12ca88
commit 2d1676a068
2 changed files with 5 additions and 1 deletions

View 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"

View 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
}