From 754cbe1c313b890cbab5a6a8d7ec36a1b27d3ef2 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 20 Mar 2001 15:54:34 +0000 Subject: [PATCH] * 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. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.threads/linux-dp.exp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index bfe41dfdef..1c47de241c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2001-03-20 Jim Blandy + + * 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 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug. diff --git a/gdb/testsuite/gdb.threads/linux-dp.exp b/gdb/testsuite/gdb.threads/linux-dp.exp index 4032f2dc35..f4b2af07fc 100644 --- a/gdb/testsuite/gdb.threads/linux-dp.exp +++ b/gdb/testsuite/gdb.threads/linux-dp.exp @@ -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. -- 2.34.1