mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Support displaced stepping in support_displaced_stepping for aarch64*-*-linux*
gdb/testsuite: 2015-10-12 Yao Qi <yao.qi@linaro.org> * lib/gdb.exp (support_displaced_stepping): Return 1 if target is aarch64*-*-linux*.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-10-12 Yao Qi <yao.qi@linaro.org>
|
||||||
|
|
||||||
|
* lib/gdb.exp (support_displaced_stepping): Return 1 if target
|
||||||
|
is aarch64*-*-linux*.
|
||||||
|
|
||||||
2015-10-12 Yao Qi <yao.qi@linaro.org>
|
2015-10-12 Yao Qi <yao.qi@linaro.org>
|
||||||
|
|
||||||
* gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
|
* gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
|
||||||
|
@ -2472,7 +2472,8 @@ proc support_displaced_stepping {} {
|
|||||||
|
|
||||||
if { [istarget "x86_64-*-linux*"] || [istarget "i\[34567\]86-*-linux*"]
|
if { [istarget "x86_64-*-linux*"] || [istarget "i\[34567\]86-*-linux*"]
|
||||||
|| [istarget "arm*-*-linux*"] || [istarget "powerpc-*-linux*"]
|
|| [istarget "arm*-*-linux*"] || [istarget "powerpc-*-linux*"]
|
||||||
|| [istarget "powerpc64-*-linux*"] || [istarget "s390*-*-*"] } {
|
|| [istarget "powerpc64-*-linux*"] || [istarget "s390*-*-*"]
|
||||||
|
|| [istarget "aarch64*-*-linux*"] } {
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user