diff options
Diffstat (limited to 'gdb/x86-nat.c')
-rw-r--r-- | gdb/x86-nat.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/x86-nat.c b/gdb/x86-nat.c index 6a0ca4b..a016e60 100644 --- a/gdb/x86-nat.c +++ b/gdb/x86-nat.c @@ -33,9 +33,6 @@ The functions below implement debug registers sharing by reference counts, and allow to watch regions up to 16 bytes long. */ -/* Whether or not to print the mirrored debug registers. */ -int debug_hw_points; - /* Low-level function vector. */ struct x86_dr_low_type x86_dr_low; @@ -272,7 +269,7 @@ add_show_debug_regs_command (void) /* A maintenance command to enable printing the internal DRi mirror variables. */ add_setshow_boolean_cmd ("show-debug-regs", class_maintenance, - &debug_hw_points, _("\ + &show_debug_regs, _("\ Set whether to show variables that mirror the x86 debug registers."), _("\ Show whether to show variables that mirror the x86 debug registers."), _("\ Use \"on\" to enable, \"off\" to disable.\n\ |