diff options
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index 1ee5736160b..980a45a2a00 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -351,6 +351,12 @@ CommandInterpreter::Initialize () } } +void +CommandInterpreter::Clear() +{ + m_command_io_handler_sp.reset(); +} + const char * CommandInterpreter::ProcessEmbeddedScriptCommands (const char *arg) { |