]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.threads/staticthreads.exp
gdb tests: Allow for "LWP" or "process" in thread IDs from info threads
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.threads / staticthreads.exp
index 0a3a104e3885ed8d426753bc9d5522f2c44db9c4..320bbbbf3d6bf32d20c99e197f8b344a48decbd8 100644 (file)
@@ -73,7 +73,7 @@ gdb_test "continue" " .*sem_post .*" "handle $sig helps"
 
 set test "info threads"
 gdb_test_multiple "info threads" "$test" {
-    -re " Thread .*$gdb_prompt " {
+    -re " ${tdlabel_re} .*$gdb_prompt " {
        pass "$test"
     }
     -re "$gdb_prompt " {