Avoid unstable test message in gdb.base/step-over-exit.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / step-over-exit.exp
index c921dcc3e5b5bb0cef9b68fb08754c1c636ae72e..1e00010ec85cd3f772f461c0dc1ad1209dadf242 100644 (file)
@@ -111,7 +111,8 @@ gdb_test_multiple $test $test {
 }
 
 gdb_test "break \*$syscall_insn_addr if main == 0" \
-    "Breakpoint \[0-9\]* at .*"
+    "Breakpoint \[0-9\]* at .*" \
+    "set conditional break at syscall address"
 
 # Resume the child process, and the step-over is being done.
 
This page took 0.025078 seconds and 4 git commands to generate.