summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2010-12-03 22:37:19 +0000
committerJim Ingham <jingham@apple.com>2010-12-03 22:37:19 +0000
commita571c010abc9b97bfd9650749caf443a9c8b6dca (patch)
treed110963b15565640cf4e7aac39c9fb24835eb17e /lldb/source/Commands/CommandObjectBreakpoint.cpp
parente4fee20498dae90b984ad72782bdb3da524992b7 (diff)
downloadbcm5719-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.cpp3
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;
OpenPOWER on IntegriCloud