Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 69a043c7676b62c63fadcb3917c709ba655eab36..49380e30c263a24954bf78786dc791c305328826 100644 (file)
@@ -675,7 +675,7 @@ enum watchpoint_triggered
    only one register per watchpoint, thus assuming that all acesses that
    modify a memory location happen at its starting address. */
 
-extern int target_exact_watchpoints;
+extern bool target_exact_watchpoints;
 
 /* Note that the ->silent field is not currently used by any commands
    (though the code is in there if it was to be, and set_raw_breakpoint
This page took 0.026185 seconds and 4 git commands to generate.