mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-24 09:43:36 +08:00
Enable gdb.base/foll-fork.exp on OpenBSD
gdb/testsuite/ 2015-03-04 Mark Kettenis <kettenis@gnu.org> * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
This commit is contained in:
parent
e85e8e5eff
commit
4727d6136a
@ -1,3 +1,7 @@
|
||||
2015-03-04 Mark Kettenis <kettenis@gnu.orgOB>
|
||||
|
||||
* gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
|
||||
|
||||
2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||||
|
||||
* gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
|
||||
|
@ -20,7 +20,8 @@ if { [is_remote target] || ![isnative] } then {
|
||||
# Until "set follow-fork-mode" and "catch fork" are implemented on
|
||||
# other targets...
|
||||
#
|
||||
if {![istarget "hppa*-hp-hpux*"] && ![istarget "*-linux*"]} then {
|
||||
if { ![istarget "hppa*-hp-hpux*"] && ![istarget "*-*-linux*"]
|
||||
&& ![istarget "*-*-openbsd*"] } then {
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user