binutils-gdb/gdb/arch
Alan Hayward 1ef53e6b83 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.
2019-03-22 10:34:09 +00:00
..
aarch64-insn.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
aarch64-insn.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
aarch64.c AArch64: Add pointer authentication feature 2019-03-22 09:58:42 +00:00
aarch64.h AArch64: gdbserver: read pauth registers 2019-03-22 10:34:09 +00:00
amd64.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
amd64.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
arm-get-next-pcs.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
arm-get-next-pcs.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
arm-linux.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
arm-linux.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
arm.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
arm.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
i386.c Support the fs_base and gs_base registers on i386. 2019-03-12 13:39:02 -07:00
i386.h Support the fs_base and gs_base registers on i386. 2019-03-12 13:39:02 -07:00
ppc-linux-common.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
ppc-linux-common.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ppc-linux-tdesc.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
riscv.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
riscv.h gdb/riscv: Split ISA and ABI features 2019-01-01 22:56:16 +00:00
tic6x.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tic6x.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
xtensa.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00