mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
"bt in signals.exp". * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for "step over execarg initialization" and "step over corearg initialization". * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
This commit is contained in:
@ -357,6 +357,7 @@ if [runto_main] then {
|
||||
The program being debugged stopped while in a function called from GDB.*" \
|
||||
"p func1 () #2 in signals.exp"
|
||||
# But we should be able to backtrace...
|
||||
setup_xfail "alpha-*-osf2"
|
||||
gdb_test "bt" "#0.*handler.*#1.*#2.*main.*" "bt in signals.exp"
|
||||
# ...and continue...
|
||||
gdb_test "continue" "Continuing\\." "continue in signals.exp"
|
||||
|
Reference in New Issue
Block a user