From a571c010abc9b97bfd9650749caf443a9c8b6dca Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 3 Dec 2010 22:37:19 +0000 Subject: [PATCH] Document the fact that "breakpoint modify" with no breakpoint acts on the last created breakpoint. llvm-svn: 120850 --- lldb/source/Commands/CommandObjectBreakpoint.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp index 5dc5c0ac11ed..1217164a5ebe 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.cpp +++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp @@ -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;