gdb: Rename structures within ctfread.c
[deliverable/binutils-gdb.git] / gdb / darwin-nat.c
index f890e13944c5e52cbbad6258ba2ea4e0be32de0e..ceef36473d01be48cbc94287418eeedeccfc8c45 100644 (file)
@@ -37,6 +37,7 @@
 #include "arch-utils.h"
 #include "bfd.h"
 #include "bfd/mach-o.h"
+#include "gdbarch.h"
 
 #include <copyfile.h>
 #include <sys/ptrace.h>
@@ -119,7 +120,7 @@ static vm_size_t mach_page_size;
 
 /* If Set, catch all mach exceptions (before they are converted to signals
    by the kernel).  */
-static int enable_mach_exceptions;
+static bool enable_mach_exceptions;
 
 /* Inferior that should report a fake stop event.  */
 static struct inferior *darwin_inf_fake_stop;
This page took 0.023574 seconds and 4 git commands to generate.