import gdb-1999-07-26 snapshot

This commit is contained in:
Jason Molenda
1999-07-27 00:51:29 +00:00
parent 7fd9c19135
commit 5a2468f5c5
8 changed files with 326 additions and 44 deletions

View File

@@ -1,3 +1,8 @@
1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
* gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
gdb.base/foll-vfork.exp: Don't run for crosses.
Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
* gdb.base/configure.in: Check for gdbvars.exp instead of

View File

@@ -21,6 +21,10 @@ if $tracelevel then {
strace $tracelevel
}
if { ![isnative] } then {
continue
}
set prms_id 0
set bug_id 0

View File

@@ -21,6 +21,10 @@ if $tracelevel then {
strace $tracelevel
}
if { ![isnative] } then {
continue
}
set prms_id 0
set bug_id 0

View File

@@ -21,14 +21,18 @@ if $tracelevel then {
strace $tracelevel
}
if [istarget "hppa2.0w-hp-hpux*"] {
warning "Don't run gdb.base/foll-vfork.exp until JAGaa43495 kernel problem is fixed."
return 0
if { ![isnative] } then {
continue
}
set prms_id 0
set bug_id 0
if [istarget "hppa2.0w-hp-hpux*"] {
warning "Don't run gdb.base/foll-vfork.exp until JAGaa43495 kernel problem is fixed."
return 0
}
set testfile "foll-vfork"
set testfile2 "vforked-prog"
set srcfile ${testfile}.c