Include __kernel_vsyscall in regexp.

This commit is contained in:
Nick Roberts 2006-09-18 21:17:07 +00:00
parent 7c07f34970
commit 9cb8286385
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ gdb_test "set detach off" "" "set detach off"
for {set i 1} {$i <= 15} {incr i} {
gdb_test "continue" "Breakpoint .* main .*exit.*" "Run to exit $i"
gdb_test "info fork" " 4 .* 3 .* 2 .* 1 .*" "info fork $i"
gdb_test "restart $i" "(_dl_sysinfo_int80|fork).*" "restart $i"
gdb_test "restart $i" "(_dl_sysinfo_int80|fork|__kernel_vsyscall).*" \
"restart $i"
}
gdb_test "continue" "Breakpoint .* main .*exit.*" "Run to exit 16"