X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fi386-darwin-tdep.h;h=7b91b1a9b34b72b1e545b92c91c38b074f2f9927;hb=0154d99053a95392380cd4629a89b0ac46df3737;hp=4d16ceff17f644ae1bde98788addd589cea0ab0a;hpb=0fb0cc7590113e9b459dfcc48dc71c9d419d9580;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/i386-darwin-tdep.h b/gdb/i386-darwin-tdep.h index 4d16ceff17..7b91b1a9b3 100644 --- a/gdb/i386-darwin-tdep.h +++ b/gdb/i386-darwin-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Darwin x86. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008-2016 Free Software Foundation, Inc. This file is part of GDB. @@ -19,15 +19,13 @@ #ifndef __I386_DARWIN_TDEP_H__ #define __I386_DARWIN_TDEP_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__ */