mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
target is sparc*-*-linux*
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-11-16 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
|
* lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
|
||||||
|
target is sparc*-*-linux*
|
||||||
|
|
||||||
2011-11-15 Paul Koning <paul_koning@dell.com>
|
2011-11-15 Paul Koning <paul_koning@dell.com>
|
||||||
|
|
||||||
* gdb.python/py-type.exp: New testcases for exceptions on scalar
|
* gdb.python/py-type.exp: New testcases for exceptions on scalar
|
||||||
|
@ -1539,7 +1539,7 @@ proc can_single_step_to_signal_handler {} {
|
|||||||
# 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-*-*"] } {
|
|| [istarget "tic6x-*-*"] || [istarget "sparc*-*-linux*"] } {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user