From: Pedro Alves Date: Thu, 12 Oct 2017 19:06:59 +0000 (+0100) Subject: Run gdb.base/catch-fork-static.exp on remote target boards X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6bf0052db8bbeed41e512d1d3ce14ba2a446723d;p=binutils-gdb.git Run gdb.base/catch-fork-static.exp on remote target boards Another case of a stale check. We support following forks in the remote protocol nowadays. gdb/testsuite/ChangeLog: 2017-10-12 Pedro Alves Simon Marchi * gdb.base/catch-fork-static.exp: No longer skip on is_remote target boards. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 48769145ce8..3d2df7d00b6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2017-10-12 Pedro Alves + Simon Marchi + + * gdb.base/catch-fork-static.exp: No longer skip on is_remote + target boards. + 2017-10-12 Pedro Alves Simon Marchi diff --git a/gdb/testsuite/gdb.base/catch-fork-static.exp b/gdb/testsuite/gdb.base/catch-fork-static.exp index 2a960047bf3..0a4bc6359ca 100644 --- a/gdb/testsuite/gdb.base/catch-fork-static.exp +++ b/gdb/testsuite/gdb.base/catch-fork-static.exp @@ -21,10 +21,6 @@ # ld.so probes before reaching main, and ptrace flags were set then. But a # static executable would just keep running and never catch the fork. -if { [is_remote target] || ![isnative] } then { - continue -} - # Until "catch fork" is implemented on other targets... # if { ![istarget "*-*-linux*"] && ![istarget "*-*-openbsd*"] } then {