diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/foll-exec.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/foll-exec.exp | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gdb/testsuite/gdb.base/foll-exec.exp b/gdb/testsuite/gdb.base/foll-exec.exp index 41e5732..5ab3ebc 100644 --- a/gdb/testsuite/gdb.base/foll-exec.exp +++ b/gdb/testsuite/gdb.base/foll-exec.exp @@ -17,6 +17,11 @@ if { [is_remote target] || ![isnative] } then { continue } +# Until "catch exec" is implemented on other targets... +# +if {![istarget "hppa*-hp-hpux*"] && ![istarget "*-linux*"]} then { + continue +} set testfile "foll-exec" set testfile2 "execd-prog" @@ -36,13 +41,6 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb return -1 } - -# Until "catch exec" is implemented on other targets... -# -if {![istarget "hppa*-hp-hpux*"] && ![istarget "*-linux*"]} then { - continue -} - proc zap_session {} { global gdb_prompt global binfile |