mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
* 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.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user