Document the fact that "breakpoint modify" with no breakpoint acts on the

last created breakpoint.

llvm-svn: 120850
This commit is contained in:
Jim Ingham
2010-12-03 22:37:19 +00:00
parent e4fee20498
commit a571c010ab

View File

@@ -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;