From f29bf9a169e2d07319178a383045903bbb3982db Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 2 May 2014 01:03:07 +0000 Subject: "DONE" is being left in multi-line results when it shouldn't for non terminal input. llvm-svn: 207818 --- lldb/source/Commands/CommandObjectWatchpointCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectWatchpointCommand.cpp') diff --git a/lldb/source/Commands/CommandObjectWatchpointCommand.cpp b/lldb/source/Commands/CommandObjectWatchpointCommand.cpp index 0083ff140e5..45291a54bdb 100644 --- a/lldb/source/Commands/CommandObjectWatchpointCommand.cpp +++ b/lldb/source/Commands/CommandObjectWatchpointCommand.cpp @@ -46,7 +46,7 @@ public: "add", "Add a set of commands to a watchpoint, to be executed whenever the watchpoint is hit.", NULL), - IOHandlerDelegateMultiline("DONE", IOHandlerDelegate::Completion::LLDBCommand), + IOHandlerDelegateMultiline("DONE", true, IOHandlerDelegate::Completion::LLDBCommand), m_options (interpreter) { SetHelpLong ( -- cgit v1.2.3