diff options
Diffstat (limited to 'gdb/gdbsupport/common-debug.h')
-rw-r--r-- | gdb/gdbsupport/common-debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbsupport/common-debug.h b/gdb/gdbsupport/common-debug.h index d5bfc9e..5584f09 100644 --- a/gdb/gdbsupport/common-debug.h +++ b/gdb/gdbsupport/common-debug.h @@ -20,10 +20,10 @@ #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. */ |