mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
gdb/testsuite/
* lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when target is tic6x-*-*.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-10-24 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
|
* lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
|
||||||
|
target is tic6x-*-*.
|
||||||
|
|
||||||
2011-10-21 Joel Brobecker <brobecker@adacore.com>
|
2011-10-21 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* gdb.ada/mi_task_info/task_switch.adb: New file.
|
* gdb.ada/mi_task_info/task_switch.adb: New file.
|
||||||
|
@ -1538,7 +1538,8 @@ proc can_single_step_to_signal_handler {} {
|
|||||||
# a signal is delivered during software single step, gdb is unable
|
# a signal is delivered during software single step, gdb is unable
|
||||||
# to determine the next instruction addresses, because start of signal
|
# to determine the next instruction addresses, because start of signal
|
||||||
# handler is one of them.
|
# handler is one of them.
|
||||||
if { [istarget "arm*-*-*"] || [istarget "mips*-*-*"] } {
|
if { [istarget "arm*-*-*"] || [istarget "mips*-*-*"]
|
||||||
|
|| [istarget "tic6x-*-*"] } {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user