]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[Morello] Disable displaced stepping for Morello
authorLuis Machado <luis.machado@arm.com>
Mon, 28 Sep 2020 19:32:03 +0000 (16:32 -0300)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 1 Sep 2022 22:53:22 +0000 (15:53 -0700)
commit6c3c2477366687bbe48a6e1e86b6056b45ab17c2
tree1b43e86e4005974617c030e518f3297f03421cb8
parentf281d14e9cca1cb250ad24c062639c2054629253
[Morello] Disable displaced stepping for Morello

Morello can't support displaced stepping at the moment given it has no API
to write capabilities, which is needed when GDB needs to adjust the X and C
registers during a displaced stepping operation.

gdb/ChangeLog:

2020-10-20  Luis Machado  <luis.machado@arm.com>

* aarch64-linux-tdep.c (aarch64_linux_init_abi): Only set displaced
stepping hooks for non-Morello targets.
gdb/aarch64-linux-tdep.c