Sets log text when a software breakpoint is hit. When log condition is not
specified, it will always be logged regardless of the break condition, otherwise
it will be logged when the logging condition is satisfied.
arguments
arg1 The address
of the breakpoint.
[arg2] The log
format string (see introduction/formatting).
Sets the logging condition of a software breakpoint. When log condition is
not specified, log text always be logged regardless of the break condition,
otherwise it will be logged when the logging condition is satisfied.
arguments
arg1 The address
of the breakpoint.
[arg2] The
logging condition (default condition when not specified).