mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
Note that failures under linux for backtrace through signal handler
are not consistent among different systems, or even the same system.
This commit is contained in:
parent
d3e572fefc
commit
06f4dc0882
@ -455,6 +455,10 @@ GDB.*Copyright \[0-9\]+ Free Software Foundation, Inc..*$prompt $"\
|
||||
}
|
||||
|
||||
# get a stack trace
|
||||
#
|
||||
# This fails on some linux systems for unknown reasons. On the
|
||||
# systems where it fails, sometimes it works fine when run manually.
|
||||
# The testsuite failures may not be limited to just aout systems.
|
||||
setup_xfail "i*86-*-linuxaout"
|
||||
set description "backtrace through signal handler"
|
||||
send "backtrace\n"
|
||||
|
Loading…
Reference in New Issue
Block a user