Add an objfile getter to gdb.Type
[deliverable/binutils-gdb.git] / gdb / arm-linux-nat.c
index b54bd5afe9a88449965968911b083d1b123881a4..c86c97d895ac1ec6555398b8318bddec80102661 100644 (file)
@@ -38,6 +38,7 @@
 #include <sys/procfs.h>
 
 #include "nat/linux-ptrace.h"
+#include "linux-tdep.h"
 
 /* Prototypes for supply_gregset etc.  */
 #include "gregset.h"
@@ -689,7 +690,7 @@ arm_linux_nat_target::can_use_hw_breakpoint (enum bptype type,
        return -1;
     }
   else
-    gdb_assert (FALSE);
+    gdb_assert_not_reached ("unknown breakpoint type");
 
   return 1;
 }
This page took 0.023941 seconds and 4 git commands to generate.