]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[Morello GDB] Fix AUXV reading/parsing for corefiles and remote targets
authorLuis Machado <luis.machado@arm.com>
Thu, 28 Jul 2022 01:41:23 +0000 (02:41 +0100)
committerLuis Machado <luis.machado@arm.com>
Mon, 1 Aug 2022 07:57:21 +0000 (08:57 +0100)
commit237f171e5e877aecd3655d1f363769cff3b108c8
tree91808918520a214f9161549e435356d34db26bd5
parent6198c2216f4474302f5d37cd1fd28e56031d66e4
[Morello GDB] Fix AUXV reading/parsing for corefiles and remote targets

The last fix to enable GDB to read pure-cap AUXV information (with 128-bit
entries) only handled native GDB.

The following patch enables the same logic for corefiles and remote targets.
gdb/aarch64-linux-nat.c
gdb/aarch64-linux-tdep.c