diff options
Diffstat (limited to 'gdb/alpha-tdep.h')
-rw-r--r-- | gdb/alpha-tdep.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/alpha-tdep.h b/gdb/alpha-tdep.h index c0e28e65772..9afe7be5f53 100644 --- a/gdb/alpha-tdep.h +++ b/gdb/alpha-tdep.h @@ -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. */ |