Make find_thread_ptid lookup thread map instead of iterate
[deliverable/binutils-gdb.git] / gdb / i386-darwin-tdep.h
index 4584576091f18a593a58e4f3ab7ac81a344ac975..5855271af55bb5adf5838247673e07e5d169b4b3 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Darwin x86.
 
-   Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2008-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
-#ifndef __I386_DARWIN_TDEP_H__
-#define __I386_DARWIN_TDEP_H__
 
-#include "defs.h"
+#ifndef I386_DARWIN_TDEP_H
+#define I386_DARWIN_TDEP_H
+
 #include "frame.h"
 
 /* Mapping between the general-purpose registers in Darwin x86 thread_state
@@ -29,4 +29,4 @@ extern const int i386_darwin_thread_state_num_regs;
 
 int darwin_dwarf_signal_frame_p (struct gdbarch *, struct frame_info *);
 
-#endif /* __I386_DARWIN_TDEP_H__ */
+#endif /* I386_DARWIN_TDEP_H */
This page took 0.025179 seconds and 4 git commands to generate.