* alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
[deliverable/binutils-gdb.git] / gdb / alpha-tdep.h
index c0e28e65772ffd0c556124877e10c1e34be7b175..9afe7be5f53dbe813b03e8038bc15dbfc7969d7c 100644 (file)
@@ -82,6 +82,11 @@ struct gdbarch_tdep
      the sigcontext structure for that signal handler.  */
   CORE_ADDR (*sigcontext_addr) (struct frame_info *);
 
+  /* Offset of registers in `struct sigcontext'.  */
+  int sc_pc_offset;
+  int sc_regs_offset;
+  int sc_fpregs_offset;
+
   int jb_pc;                   /* Offset to PC value in jump buffer.
                                   If htis is negative, longjmp support
                                   will be disabled.  */
This page took 0.024029 seconds and 4 git commands to generate.