Add an objfile getter to gdb.Type
[deliverable/binutils-gdb.git] / gdb / arm-linux-nat.c
index 52668da9fcf058efa4ca1c4bb05e9d836a9805fc..c86c97d895ac1ec6555398b8318bddec80102661 100644 (file)
@@ -690,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.094631 seconds and 4 git commands to generate.