* gdb.threads/linux-dp.exp: Recognize an additional message
authorJim Blandy <jimb@codesourcery.com>
Tue, 20 Mar 2001 15:54:34 +0000 (15:54 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 20 Mar 2001 15:54:34 +0000 (15:54 +0000)
generated by GDB when it doesn't understand how to debug threads
on the target system.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/linux-dp.exp

index bfe41dfdef7d4fe85dfa306dc0525f46e207298c..1c47de241c5aa02a0b6aa8a32f51ca7d153544a6 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-20  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.threads/linux-dp.exp: Recognize an additional message
+       generated by GDB when it doesn't understand how to debug threads
+       on the target system.
+
 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
 
        * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
index 4032f2dc35085229b52f0910b28b989b5413b426..f4b2af07fc4d2f0699c4d33942861a91723135c3 100644 (file)
@@ -71,7 +71,7 @@ for {set i 0} {$i < 5} {incr i} {
        -re "\\\[New .*\\\].*$gdb_prompt $" {
            pass "create philosopher: $i"
        }
-       -re "Program received signal.*(Unknown signal|SIGUSR).*$gdb_prompt $" {
+       -re "Program received signal.*(Unknown signal|SIGUSR|Real-time event).*$gdb_prompt $" {
            # It would be nice if we could catch the message that GDB prints
            # when it first notices that the thread library doesn't support
            # debugging, or if we could explicitly ask GDB somehow.
This page took 0.035892 seconds and 4 git commands to generate.