2010-06-21 Michael Snyder <msnyder@vmware.com>
* breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd, not add_abbrev_prefix_cmd, for "enable breakpoints".
This commit is contained in:
parent
d4a087c799
commit
84951ab584
@ -1,3 +1,8 @@
|
||||
2010-06-21 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
|
||||
not add_abbrev_prefix_cmd, for "enable breakpoints".
|
||||
|
||||
2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* dwarf2loc.c (find_location_expression): Add relocation offset
|
||||
|
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user