From 2d1676a068c316f3d6d31d905ff2880b32326d3d Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 9 Apr 2002 20:48:45 +0000 Subject: [PATCH] 2002-04-09 Daniel Jacobowitz * gdb.base/attach.exp: Correct target board test. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/attach.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1c854f2d814..43096ca9e35 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-04-09 Daniel Jacobowitz + + * gdb.base/attach.exp: Correct target board test. + 2002-04-08 Michael Chastain * 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 7f1c407a490..2b341af009f 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 } -- 2.30.2