AArch64: gdbserver: read pauth registers
authorAlan Hayward <alan.hayward@arm.com>
Fri, 22 Mar 2019 10:34:09 +0000 (10:34 +0000)
committerAlan Hayward <alan.hayward@arm.com>
Fri, 22 Mar 2019 10:34:09 +0000 (10:34 +0000)
commit1ef53e6b8328acd5b7d54ee2fe288836ce12992e
treede8f553a4587c228651e7bfc16f0f720b4c9a14d
parent76bed0fd9493868889929ca9dcd32350c1d864be
AArch64: gdbserver: read pauth registers

Add the pauth registers to the regset lists.

Add a new regset type OPTIONAL_REGS which allows for the regset read to fail.
Once the read fails, it will not be checked again.  This allows targets with
optional features to keep a single static regset_info structure.

gdb/ChangeLog:

* arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.

gdb/gdbserver/ChangeLog:

* linux-aarch64-low.c (aarch64_store_pauthregset): New function.
* linux-low.c (regsets_store_inferior_registers): Allow optional reads
to fail.
* linux-low.h (enum regset_type): Add OPTIONAL_REGS.
gdb/ChangeLog
gdb/arch/aarch64.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-aarch64-low.c
gdb/gdbserver/linux-low.c
gdb/gdbserver/linux-low.h
This page took 0.025221 seconds and 4 git commands to generate.