diff options
author | Pedro Alves <palves@redhat.com> | 2010-07-01 18:03:48 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-07-01 18:03:48 +0000 |
commit | d41c0fc8a94bc29f0490c841c2823657ad71a279 (patch) | |
tree | 5530748079d499e5d85ceb07551f3e957b022ae8 /gdb/breakpoint.c | |
parent | dc10affe0aeede50080b09c642a9fcd9f6439055 (diff) | |
download | gdb-d41c0fc8a94bc29f0490c841c2823657ad71a279.zip gdb-d41c0fc8a94bc29f0490c841c2823657ad71a279.tar.gz gdb-d41c0fc8a94bc29f0490c841c2823657ad71a279.tar.bz2 |
gdb/
* breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
usefulness suggestion of multiple breakpoints at same location.
gdb/testsuite/
* gdb.base/help.exp: Adjust expected output.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 2373cde..b1f9abe 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -11502,7 +11502,8 @@ stack frame. This is useful for breaking on return to a stack frame.\n\ THREADNUM is the number from \"info threads\".\n\ CONDITION is a boolean expression.\n\ \n\ -Multiple breakpoints at one place are permitted, and useful if conditional.\n\ +Multiple breakpoints at one place are permitted, and useful if their\n\ +conditions are different.\n\ \n\ Do \"help breakpoints\" for info on other commands dealing with breakpoints." @@ -11956,7 +11957,8 @@ by printing the $_sdata variable like any other convenience variable.\n\ \n\ CONDITION is a boolean expression.\n\ \n\ -Multiple tracepoints at one place are permitted, and useful if conditional.\n\ +Multiple tracepoints at one place are permitted, and useful if their\n\ +conditions are different.\n\ \n\ Do \"help breakpoints\" for info on other commands dealing with breakpoints.\n\ Do \"help tracepoints\" for info on other tracepoint commands.")); |