mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
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.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2012-07-01 Yao Qi <yao@codesourcery.com>
|
2012-07-01 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* breakpoint.c: Removed always_inserted_auto, always_inserted_on,
|
* breakpoint.c: Removed always_inserted_auto, always_inserted_on,
|
||||||
|
@ -15302,7 +15302,10 @@ all_tracepoints (void)
|
|||||||
COMMAND should be a string constant containing the name of the
|
COMMAND should be a string constant containing the name of the
|
||||||
command. */
|
command. */
|
||||||
#define BREAK_ARGS_HELP(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\
|
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 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 a function is specified, break at start of code for that function.\n\
|
||||||
|
Reference in New Issue
Block a user