]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Understand arm breakpoints in aarch64_breakpoint_at
authorYao Qi <yao.qi@linaro.org>
Fri, 11 Dec 2015 11:19:52 +0000 (11:19 +0000)
committerYao Qi <yao.qi@linaro.org>
Fri, 11 Dec 2015 11:19:52 +0000 (11:19 +0000)
commitdb91f50261d30e66350281d18759aa7490672a34
tree42c9e5e17cceb0cf244bd179cfc2a34fc4255a5f
parentb37a6290beb90f4f65f1513626205f7bac695624
Understand arm breakpoints in aarch64_breakpoint_at

AArch64 GDBserver can debug ARM program, and it should recognize
various arm breakpoint instructions.  This patch should be included
in 17b1509a.

gdb/gdbserver:

2015-12-11  Yao Qi  <yao.qi@linaro.org>

* linux-aarch64-low.c (aarch64_breakpoint_at): Call
arm_breakpoint_at if the process is 32-bit.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-aarch64-low.c