mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
* gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
|
||||
|
||||
* gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
|
||||
|
||||
2012-12-13 Doug Evans <dje@google.com>
|
||||
|
||||
* gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
|
||||
|
@ -20,6 +20,11 @@ if { ![can_single_step_to_signal_handler] } {
|
||||
return
|
||||
}
|
||||
|
||||
if [target_info exists gdb,nosignals] {
|
||||
verbose "Skipping kill-after-signal.exp because of nosignals."
|
||||
continue
|
||||
}
|
||||
|
||||
if [prepare_for_testing ${testfile}.exp ${testfile}] {
|
||||
return -1
|
||||
}
|
||||
|
Reference in New Issue
Block a user