diff options
author | Pedro Alves <palves@redhat.com> | 2010-07-01 17:42:41 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-07-01 17:42:41 +0000 |
commit | dc10affe0aeede50080b09c642a9fcd9f6439055 (patch) | |
tree | da5fb1f0f245051c529366fc0ba5b18757b6367b /gdb/breakpoint.c | |
parent | 74c761c17d1164eaadaab77eeb977d5ea27de615 (diff) | |
download | gdb-dc10affe0aeede50080b09c642a9fcd9f6439055.zip gdb-dc10affe0aeede50080b09c642a9fcd9f6439055.tar.gz gdb-dc10affe0aeede50080b09c642a9fcd9f6439055.tar.bz2 |
gdb/
* breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
gdb/testsuite/
* gdb.base/help: Adjust expected output.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index ea8f8ab..2373cde 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -11496,8 +11496,8 @@ LOCATION may be a line number, function name, or \"*\" and an address.\n\ If a line number is specified, break at start of code for that line.\n\ If a function is specified, break at start of code for that function.\n\ If an address is specified, break at that exact address.\n\ -With no LOCATION, uses current execution address of selected stack frame.\n\ -This is useful for breaking on return to a stack frame.\n\ +With no LOCATION, uses current execution address of the selected\n\ +stack frame. This is useful for breaking on return to a stack frame.\n\ \n\ THREADNUM is the number from \"info threads\".\n\ CONDITION is a boolean expression.\n\ |