mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 20:10:50 +08:00
Document the fact that "breakpoint modify" with no breakpoint acts on the
last created breakpoint. llvm-svn: 120850
This commit is contained in:
@@ -1486,7 +1486,8 @@ CommandObjectBreakpointModify::CommandOptions::ResetOptionValues ()
|
||||
CommandObjectBreakpointModify::CommandObjectBreakpointModify (CommandInterpreter &interpreter) :
|
||||
CommandObject (interpreter,
|
||||
"breakpoint modify",
|
||||
"Modify the options on a breakpoint or set of breakpoints in the executable.",
|
||||
"Modify the options on a breakpoint or set of breakpoints in the executable. "
|
||||
"If no breakpoint is specified, acts on the last created breakpoint.",
|
||||
NULL)
|
||||
{
|
||||
CommandArgumentEntry arg;
|
||||
|
||||
Reference in New Issue
Block a user