mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
* 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:
@@ -6531,7 +6531,7 @@ from 1-15 are allowed for compatibility with old versions of GDB.\n\
|
||||
Numeric ranges may be specified with the form LOW-HIGH (e.g. 1-5).\n\
|
||||
The special arg \"all\" is recognized to mean all signals except those\n\
|
||||
used by the debugger, typically SIGTRAP and SIGINT.\n\
|
||||
Recognized actions include \"s\" (toggles between stop and nostop), \n\
|
||||
Recognized actions include \"s\" (toggles between stop and nostop),\n\
|
||||
\"r\" (toggles between print and noprint), \"i\" (toggles between pass and \
|
||||
nopass), \"Q\" (noprint)\n\
|
||||
Stop means reenter debugger if this signal happens (implies print).\n\
|
||||
@@ -6665,7 +6665,7 @@ An exec call replaces the program image of a process.\n\
|
||||
\n\
|
||||
follow-exec-mode can be:\n\
|
||||
\n\
|
||||
new - the debugger creates a new inferior and rebinds the process \n\
|
||||
new - the debugger creates a new inferior and rebinds the process\n\
|
||||
to this new inferior. The program the process was running before\n\
|
||||
the exec call can be restarted afterwards by restarting the original\n\
|
||||
inferior.\n\
|
||||
|
||||
Reference in New Issue
Block a user