mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-14 15:50:34 +00:00
Fix for Linux/VDSO failure.
This commit is contained in:
parent
7c6467a4fb
commit
9bf07184c9
@ -1,3 +1,7 @@
|
||||
2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
||||
* gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
|
||||
|
||||
2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
||||
* gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
|
||||
|
@ -170,7 +170,7 @@ proc catch_fork_child_follow {} {
|
||||
|
||||
send_gdb "continue\n"
|
||||
gdb_expect {
|
||||
-re "Catchpoint.*(forked process.*),.*in .*fork.*$gdb_prompt $"\
|
||||
-re "Catchpoint.*(forked process.*),.*in .*(fork|__kernel_vsyscall).*$gdb_prompt $"\
|
||||
{pass "explicit child follow, catch fork"}
|
||||
-re "$gdb_prompt $" {fail "explicit child follow, catch fork"}
|
||||
timeout {fail "(timeout) explicit child follow, catch fork"}
|
||||
@ -243,7 +243,7 @@ proc tcatch_fork_parent_follow {} {
|
||||
|
||||
send_gdb "continue\n"
|
||||
gdb_expect {
|
||||
-re ".*in .*fork.*$gdb_prompt $"\
|
||||
-re ".*in .*(fork|__kernel_vsyscall).*$gdb_prompt $"\
|
||||
{pass "explicit parent follow, tcatch fork"}
|
||||
-re "$gdb_prompt $" {fail "explicit parent follow, tcatch fork"}
|
||||
timeout {fail "(timeout) explicit parent follow, tcatch fork"}
|
||||
|
Loading…
Reference in New Issue
Block a user