summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2014-05-02 01:03:07 +0000
committerGreg Clayton <gclayton@apple.com>2014-05-02 01:03:07 +0000
commitf29bf9a169e2d07319178a383045903bbb3982db (patch)
tree21b0e74936853fdb4db5141d0aaca0bc2fe7cec8 /lldb/source/Commands/CommandObjectBreakpointCommand.cpp
parent9005f418372a66ef5657b3683b1c975af88ec1c3 (diff)
downloadbcm5719-llvm-f29bf9a169e2d07319178a383045903bbb3982db.tar.gz
bcm5719-llvm-f29bf9a169e2d07319178a383045903bbb3982db.zip
"DONE" is being left in multi-line results when it shouldn't for non terminal input.
<rdar://problem/16790579> llvm-svn: 207818
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectBreakpointCommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpointCommand.cpp b/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
index 0b28cc3e2cc..93166943f5c 100644
--- a/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
+++ b/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
@@ -46,7 +46,7 @@ public:
"add",
"Add a set of commands to a breakpoint, to be executed whenever the breakpoint is hit.",
NULL),
- IOHandlerDelegateMultiline ("DONE", IOHandlerDelegate::Completion::LLDBCommand),
+ IOHandlerDelegateMultiline ("DONE", true, IOHandlerDelegate::Completion::LLDBCommand),
m_options (interpreter)
{
SetHelpLong (
OpenPOWER on IntegriCloud