diff options
author | Michael Snyder <msnyder@vmware.com> | 2002-03-28 01:35:56 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2002-03-28 01:35:56 +0000 |
commit | d4654627e1532d821bb85c904d905a52fcd229ee (patch) | |
tree | d1d297200940be06c3eab6af6423faa12c648a3b /gdb/breakpoint.c | |
parent | 6be8bc0c924e82efb481f9bd3a2011a24cd5d537 (diff) | |
download | gdb-d4654627e1532d821bb85c904d905a52fcd229ee.zip gdb-d4654627e1532d821bb85c904d905a52fcd229ee.tar.gz gdb-d4654627e1532d821bb85c904d905a52fcd229ee.tar.bz2 |
2002-03-27 Michael Snyder <msnyder@redhat.com>
* breakpoint.c (_initialize_breakpoint): Clean up help string.
* infcmd.c (_initialize_infcmd): Ditto.
* language.c (_initialize_language): Ditto.
* symfile.c (_initialize_symfile): Ditto.
* top.c (_init_main): Ditto.
* cli/cli-cmds.c (init_cli_cmds): Ditto.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index f137075..8548e43 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -7374,7 +7374,7 @@ then no output is printed when it is hit, except what the commands print."); add_com ("condition", class_breakpoint, condition_command, "Specify breakpoint number N to break only if COND is true.\n\ Usage is `condition N COND', where N is an integer and COND is an\n\ -expression to be evaluated whenever breakpoint N is reached. "); +expression to be evaluated whenever breakpoint N is reached."); c = add_com ("tbreak", class_breakpoint, tbreak_command, "Set a temporary breakpoint. Args like \"break\" command.\n\ |