diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2012-07-02 03:36:04 +0000 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2012-07-02 03:36:04 +0000 |
commit | fb7b5af43fdfabaacde87f12a82202836383ce8d (patch) | |
tree | 65ca58f039593261ca3df80b34433ab4291253f6 /gdb/breakpoint.c | |
parent | 87e0a731c84e58c8a6f63b38baacbc066a70ab28 (diff) | |
download | gdb-fb7b5af43fdfabaacde87f12a82202836383ce8d.zip gdb-fb7b5af43fdfabaacde87f12a82202836383ce8d.tar.gz gdb-fb7b5af43fdfabaacde87f12a82202836383ce8d.tar.bz2 |
2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
* breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
`-probe' and `-probe-stap' options.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index c5d49af..06e57b3 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -15302,7 +15302,10 @@ all_tracepoints (void) COMMAND should be a string constant containing the name of the command. */ #define BREAK_ARGS_HELP(command) \ -command" [LOCATION] [thread THREADNUM] [if CONDITION]\n\ +command" [PROBE_MODIFIER] [LOCATION] [thread THREADNUM] [if CONDITION]\n\ +PROBE_MODIFIER shall be present if the command is to be placed in a\n\ +probe point. Accepted values are `-probe' (for a generic, automatically\n\ +guessed probe type) or `-probe-stap' (for a SystemTap probe).\n\ 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\ |