forked from Imagelibrary/binutils-gdb
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 <palves@redhat.com> Simon Marchi <simon.marchi@polymtl.ca> * gdb.base/catch-fork-static.exp: No longer skip on is_remote target boards.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2017-10-12 Pedro Alves <palves@redhat.com>
|
||||||
|
Simon Marchi <simon.marchi@polymtl.ca>
|
||||||
|
|
||||||
|
* gdb.base/catch-fork-static.exp: No longer skip on is_remote
|
||||||
|
target boards.
|
||||||
|
|
||||||
2017-10-12 Pedro Alves <palves@redhat.com>
|
2017-10-12 Pedro Alves <palves@redhat.com>
|
||||||
Simon Marchi <simon.marchi@polymtl.ca>
|
Simon Marchi <simon.marchi@polymtl.ca>
|
||||||
|
|
||||||
|
|||||||
@@ -21,10 +21,6 @@
|
|||||||
# ld.so probes before reaching main, and ptrace flags were set then. But a
|
# 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.
|
# 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...
|
# Until "catch fork" is implemented on other targets...
|
||||||
#
|
#
|
||||||
if { ![istarget "*-*-linux*"] && ![istarget "*-*-openbsd*"] } then {
|
if { ![istarget "*-*-linux*"] && ![istarget "*-*-openbsd*"] } then {
|
||||||
|
|||||||
Reference in New Issue
Block a user