aboutsummaryrefslogtreecommitdiff
path: root/gdb/darwin.defs
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/darwin.defs')
-rw-r--r--gdb/darwin.defs6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/darwin.defs b/gdb/darwin.defs
new file mode 100644
index 0000000..d7b5f0d
--- /dev/null
+++ b/gdb/darwin.defs
@@ -0,0 +1,6 @@
+#include "config.h"
+#ifdef HAVE_64_BIT_MACH_EXCEPTIONS
+#import <mach/mach_exc.defs>
+#else
+#import <mach/exc.defs>
+#endif