mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2001-05-24 Michael Snyder <msnyder@redhat.com>
* gdb.threads/pthreads.exp (test_startup): Relax test for thread debugging. If test fails, issue an "unsupported" not a "fail".
This commit is contained in:
@ -197,13 +197,11 @@ proc test_startup {} {
|
||||
# We should be able to do an info threads before starting any others.
|
||||
send_gdb "info threads\n"
|
||||
gdb_expect {
|
||||
-re ".*Thread.*LWP.*main.*$gdb_prompt $" {
|
||||
-re ".*Thread.*main.*$gdb_prompt $" {
|
||||
pass "info threads"
|
||||
}
|
||||
-re "\r\n$gdb_prompt $" {
|
||||
pass "info threads"
|
||||
setup_xfail "*-*-*"
|
||||
fail "gdb does not support pthreads for this machine"
|
||||
unsupported "gdb does not support pthreads for this machine"
|
||||
return 0
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user