diff options
Diffstat (limited to 'gdb/common/common-debug.h')
-rw-r--r-- | gdb/common/common-debug.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/common/common-debug.h b/gdb/common/common-debug.h index c2bb192..348b0e3 100644 --- a/gdb/common/common-debug.h +++ b/gdb/common/common-debug.h @@ -20,6 +20,11 @@ #ifndef COMMON_DEBUG_H #define COMMON_DEBUG_H +/* Set to nonzero to enable debugging of hardware breakpoint/ + watchpoint support code. */ + +extern int show_debug_regs; + /* Print a formatted message to the appropriate channel for debugging output for the client. */ |