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:
Mark Kettenis 2015-03-04 14:53:14 +01:00
parent e85e8e5eff
commit 4727d6136a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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
}