forked from Imagelibrary/binutils-gdb
* breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
unnecessary space in string. * filesystem.c (_initialize_filesystem): Ditto. * frame.c (_initialize_frame): Ditto. * infcmd.c (step_once): Ditto. * infrun.c (_initialize_infrun): Ditto. * linux-nat.c (linux_child_follow_fork): Ditto. * maint.c (maintenance_deprecate): Ditto. * memattr.c (_initialize_mem): Ditto. * mips-tdep.c (_initialize_mips_tdep): Ditto. * monitor.c (monitor_open): Ditto. * procfs.c (procfs_xfer_memory): Ditto. * reverse.c (bookmarks_info): Ditto. * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto. * stack.c (_initialize_stack): Ditto. * tracepoint.c (_initialize_tracepoint): Ditto. * xtensa-tdep.c (xtensa_supply_gregset, xtensa_regset_from_core_section): Ditto.
This commit is contained in:
@@ -1584,7 +1584,7 @@ update_watchpoint (struct breakpoint *b, int reparse)
|
||||
else if (!within_current_scope)
|
||||
{
|
||||
printf_filtered (_("\
|
||||
Watchpoint %d deleted because the program has left the block \n\
|
||||
Watchpoint %d deleted because the program has left the block\n\
|
||||
in which its expression is valid.\n"),
|
||||
b->number);
|
||||
if (b->related_breakpoint)
|
||||
@@ -12002,7 +12002,7 @@ if TPNUM is omitted, passcount refers to the last tracepoint defined."));
|
||||
|
||||
c = add_cmd ("breakpoints", class_breakpoint, save_breakpoints_command, _("\
|
||||
Save current breakpoint definitions as a script.\n\
|
||||
This includes all types of breakpoints (breakpoints, watchpoints, \n\
|
||||
This includes all types of breakpoints (breakpoints, watchpoints,\n\
|
||||
catchpoints, tracepoints). Use the 'source' command in another debug\n\
|
||||
session to restore them."),
|
||||
&save_cmdlist);
|
||||
|
||||
Reference in New Issue
Block a user