From 84951ab5849cbb0cf00091eb8e9fe83c660fe1d6 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Mon, 21 Jun 2010 17:38:35 +0000 Subject: 2010-06-21 Michael Snyder * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd, not add_abbrev_prefix_cmd, for "enable breakpoints". --- gdb/ChangeLog | 5 +++++ gdb/breakpoint.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3077b17..fd7dd5a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-06-21 Michael Snyder + + * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd, + not add_abbrev_prefix_cmd, for "enable breakpoints". + 2010-06-21 Ulrich Weigand * dwarf2loc.c (find_location_expression): Add relocation offset diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index a0fb887..4cf9e67 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -11264,7 +11264,7 @@ With a subcommand you can enable temporarily.")); add_com_alias ("en", "enable", class_breakpoint, 1); - add_abbrev_prefix_cmd ("breakpoints", class_breakpoint, enable_command, _("\ + add_prefix_cmd ("breakpoints", class_breakpoint, enable_command, _("\ Enable some breakpoints.\n\ Give breakpoint numbers (separated by spaces) as arguments.\n\ This is used to cancel the effect of the \"disable\" command.\n\ -- cgit v1.1