]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Include __kernel_vsyscall in regexp.
authorNick Roberts <nickrob@snap.net.nz>
Mon, 18 Sep 2006 21:17:07 +0000 (21:17 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 18 Sep 2006 21:17:07 +0000 (21:17 +0000)
gdb/testsuite/gdb.base/multi-forks.exp

index 4799478498c98342df79a56ca31c4a809958abe0..e34402ae63784557c1db5cb994ee3ceae2fed7b5 100644 (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"