]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb-6.6-threads-static-test.patch
- updated to gdb-7.4.50.20120120.
[packages/gdb.git] / gdb-6.6-threads-static-test.patch
index 2bac72296aa31ab87da3010cc520d6eda3e989a1..3f8d16e8fc3add6e20b4975cd247b0e34123e071 100644 (file)
@@ -1,8 +1,8 @@
-Index: gdb-7.1.90.20100711/gdb/testsuite/gdb.threads/staticthreads.exp
+Index: gdb-7.4.50.20111219/gdb/testsuite/gdb.threads/staticthreads.exp
 ===================================================================
---- gdb-7.1.90.20100711.orig/gdb/testsuite/gdb.threads/staticthreads.exp       2010-06-02 23:53:28.000000000 +0200
-+++ gdb-7.1.90.20100711/gdb/testsuite/gdb.threads/staticthreads.exp    2010-07-12 11:43:26.000000000 +0200
-@@ -44,6 +44,18 @@ gdb_test_no_output "set print sevenbit-s
+--- gdb-7.4.50.20111219.orig/gdb/testsuite/gdb.threads/staticthreads.exp       2011-12-19 21:07:01.436475201 +0100
++++ gdb-7.4.50.20111219/gdb/testsuite/gdb.threads/staticthreads.exp    2011-12-19 22:08:55.444514127 +0100
+@@ -45,6 +45,13 @@ gdb_test_no_output "set print sevenbit-s
  # See if the static multi-threaded program runs.
  
  runto_main
@@ -11,12 +11,7 @@ Index: gdb-7.1.90.20100711/gdb/testsuite/gdb.threads/staticthreads.exp
 +# * 2 Thread 135661664 (LWP 3856)  main () at threadloop.c:41
 +#   1 process 3856  main () at threadloop.c:41
 +
-+set test "info threads on start"
-+gdb_test_multiple "info threads" "$test" {
-+    -re "^info threads\r?\n\[^\r\n\]* Thread \[^\r\n\]*\r?\n$gdb_prompt" {
-+      pass "$test"
-+    }
-+}
++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"
 +
  gdb_test "break sem_post"
  set test "Continue to main's call of sem_post"
This page took 0.215848 seconds and 4 git commands to generate.