* gdb.base/annota1.exp: Allow .*printf in backtraces.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / linux-dp.exp
index fe9f52847c58f443a042bb4c3f783afdfb2e16f2..3b139bfd2c3263d71214691855c317b21e606ae6 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
+# Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006
+# Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -93,6 +94,10 @@ for {set i 0} {$i < 5} {incr i} {
        -re "^next\r\n" {
            exp_continue
        }
+       -re "^ *\[_!\] \[0-9\]* \[_!\]\r\n" {
+           # Ignore program output.
+           exp_continue -continue_timer
+       }
        -re "^\\\[New \[^\]\n\]+\\\]\[^\n\]+\n" {
            incr threads_created
            exp_continue
This page took 0.022985 seconds and 4 git commands to generate.