Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / gdbsupport / common-debug.h
index d5bfc9eb3ae239cb23e569a0d3b7bfa7d00fc209..5584f0984421634fa73da1c7eb561a5f0ddb689e 100644 (file)
 #ifndef COMMON_COMMON_DEBUG_H
 #define COMMON_COMMON_DEBUG_H
 
-/* Set to nonzero to enable debugging of hardware breakpoint/
+/* Set to true to enable debugging of hardware breakpoint/
    watchpoint support code.  */
 
-extern int show_debug_regs;
+extern bool show_debug_regs;
 
 /* Print a formatted message to the appropriate channel for
    debugging output for the client.  */
This page took 0.024752 seconds and 4 git commands to generate.