Jan Kratochvil 254f0e9
Index: gdb-7.4.50.20111219/gdb/testsuite/gdb.threads/staticthreads.exp
dd46ae6
===================================================================
Jan Kratochvil 254f0e9
--- gdb-7.4.50.20111219.orig/gdb/testsuite/gdb.threads/staticthreads.exp	2011-12-19 21:07:01.436475201 +0100
Jan Kratochvil 254f0e9
+++ gdb-7.4.50.20111219/gdb/testsuite/gdb.threads/staticthreads.exp	2011-12-19 22:08:55.444514127 +0100
Jan Kratochvil 254f0e9
@@ -45,6 +45,13 @@ gdb_test_no_output "set print sevenbit-s
dd46ae6
 # See if the static multi-threaded program runs.
d945816
 
dd46ae6
 runto_main
d945816
+
d945816
+# See if we get excessive LWP there (patched glibc with unpatched GDB):
d945816
+# * 2 Thread 135661664 (LWP 3856)  main () at threadloop.c:41
d945816
+#   1 process 3856  main () at threadloop.c:41
d945816
+
Jan Kratochvil 254f0e9
+gdb_test "info threads" "^info threads\r\n\[ \t\]*Id\[ \t\]+Target Id\[ \t\]+Frame\[ \t\]*\r\n\[^\r\n\]* Thread \[^\r\n\]*" "info threads on start"
d945816
+
d945816
 gdb_test "break sem_post"
d945816
 set test "Continue to main's call of sem_post"
d945816
 gdb_test_multiple "continue" "$test" {