AArch64: gdbserver: read pauth registers
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index d09390dd99d8df3d62f66ca2459861b15fc43691..1ade35d64850f86168c0a0043165bc681c20721f 100644 (file)
@@ -40,6 +40,7 @@ enum regset_type {
   GENERAL_REGS,
   FP_REGS,
   EXTENDED_REGS,
+  OPTIONAL_REGS, /* Do not error if the regset cannot be accessed.  */
 };
 
 /* The arch's regsets array initializer must be terminated with a NULL
This page took 0.024725 seconds and 4 git commands to generate.