diff options
author | Jim Ingham <jingham@apple.com> | 2010-12-03 22:37:19 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2010-12-03 22:37:19 +0000 |
commit | a571c010abc9b97bfd9650749caf443a9c8b6dca (patch) | |
tree | d110963b15565640cf4e7aac39c9fb24835eb17e /lldb/source/Commands/CommandObjectBreakpoint.cpp | |
parent | e4fee20498dae90b984ad72782bdb3da524992b7 (diff) | |
download | bcm5719-llvm-a571c010abc9b97bfd9650749caf443a9c8b6dca.tar.gz bcm5719-llvm-a571c010abc9b97bfd9650749caf443a9c8b6dca.zip |
Document the fact that "breakpoint modify" with no breakpoint acts on the
last created breakpoint.
llvm-svn: 120850
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectBreakpoint.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp index 5dc5c0ac11e..1217164a5eb 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; |