Testsuite: Fix ambiguous "break" due to libinproctrace
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / tsv.exp
index e08c668c5027f2affcfaaa2447bc168ffe12c59e..a86919a75d663841fabea78dbbd7c16d4f54a2d9 100644 (file)
@@ -136,7 +136,7 @@ gdb_test "print \$tvar5" " = 15" \
     "Print a trace state variable at start of run"
 
 # Be sure not to fall off the end of the program.
-gdb_test "break end" ".*" ""
+gdb_breakpoint "end" qualified
 gdb_test "continue" \
     "Continuing.*Breakpoint $decimal, end.*" \
     "run trace experiment"
This page took 0.032343 seconds and 4 git commands to generate.