diff options
author | Pedro Alves <palves@redhat.com> | 2010-07-01 15:36:18 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-07-01 15:36:18 +0000 |
commit | cce7e648b9fd2892a6493ca2dbba2314e78287dd (patch) | |
tree | 5e31a6907fc8cb73601c95939be75731ced68698 /gdb/tracepoint.c | |
parent | b65c7efe9761a99b77fa8b629b4f3cc5f916f4cf (diff) | |
download | gdb-cce7e648b9fd2892a6493ca2dbba2314e78287dd.zip gdb-cce7e648b9fd2892a6493ca2dbba2314e78287dd.tar.gz gdb-cce7e648b9fd2892a6493ca2dbba2314e78287dd.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 7b99b1c..28ba550 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -4452,7 +4452,7 @@ Usage: tfind range addr1,addr2"), add_cmd ("line", class_trace, trace_find_line_command, _("\ Select a trace frame by source line.\n\ -Argument can be a line number (with optional source file), \n\ +Argument can be a line number (with optional source file),\n\ a function name, or '*' followed by an address.\n\ Default argument is 'the next source line that was traced'."), &tfindlist); @@ -4526,8 +4526,8 @@ Note: this command can only be used in a tracepoint \"actions\" list.")); add_com ("actions", class_trace, trace_actions_command, _("\ Specify the actions to be taken at a tracepoint.\n\ -Tracepoint actions may include collecting of specified data, \n\ -single-stepping, or enabling/disabling other tracepoints, \n\ +Tracepoint actions may include collecting of specified data,\n\ +single-stepping, or enabling/disabling other tracepoints,\n\ depending on target's capabilities.")); default_collect = xstrdup (""); |