]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.threads/manythreads.exp
gdb
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.threads / manythreads.exp
index 1bd3e8dcf9569e035aaca7696157418f4dcba9d1..12a25b95ba119fd62c0a602fa33051af075bf9b2 100644 (file)
@@ -99,6 +99,9 @@ gdb_test_multiple $cmd $cmd {
     }
 }
 
+gdb_test_no_output "thread name zardoz" "give a name to the thread"
+gdb_test "info threads" ".*zardoz.*" "check thread name"
+
 set message "second continue"
 gdb_test_multiple "continue" "second continue" {
   -re "error:.*$gdb_prompt $" {