Per-inferior/Inferior-qualified thread IDs
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / break.exp
index 3ec74bff8f9eece49d28ed3019bb9e0e137d439f..2b4587e9e637c015626f9c256b1579b0b495640b 100644 (file)
@@ -550,7 +550,7 @@ gdb_test "break $bp_location12 thread 999" "Unknown thread 999.*" \
     "thread-specific breakpoint on non-existent thread disallowed"
 
 gdb_test "break $bp_location12 thread foo" \
-    "Junk after thread keyword.*" \
+    "Invalid thread ID: foo" \
     "thread-specific breakpoint on bogus thread ID disallowed"
 
 # Verify that GDB responds gracefully to a breakpoint command with
This page took 0.026116 seconds and 4 git commands to generate.