diff options
Diffstat (limited to 'gdb/i386-darwin-tdep.h')
-rw-r--r-- | gdb/i386-darwin-tdep.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/i386-darwin-tdep.h b/gdb/i386-darwin-tdep.h index 4d16cef..d0de560 100644 --- a/gdb/i386-darwin-tdep.h +++ b/gdb/i386-darwin-tdep.h @@ -19,15 +19,14 @@ #ifndef __I386_DARWIN_TDEP_H__ #define __I386_DARWIN_TDEP_H__ +#include "defs.h" +#include "frame.h" + /* Mapping between the general-purpose registers in Darwin x86 thread_state struct and GDB's register cache layout. */ extern int i386_darwin_thread_state_reg_offset[]; extern const int i386_darwin_thread_state_num_regs; -/* Mapping between the general-purpose registers in Darwin x86-64 thread - state and GDB's register cache layout. - Indexed by amd64_regnum. */ -extern int amd64_darwin_thread_state_reg_offset[]; -extern const int amd64_darwin_thread_state_num_regs; +int darwin_dwarf_signal_frame_p (struct gdbarch *, struct frame_info *); #endif /* __I386_DARWIN_TDEP_H__ */ |