Home
last modified time | relevance | path

Searched refs:m_command_io_handler_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandInterpreter.cpp110 m_command_io_handler_sp (), in CommandInterpreter()
2106 if (m_command_io_handler_sp) in UpdatePrompt()
2107 m_command_io_handler_sp->SetPrompt(new_prompt); in UpdatePrompt()
3096 return m_debugger.IsTopIOHandler (m_command_io_handler_sp); in IsActive()
3104 if (!m_command_io_handler_sp) in RunCommandInterpreter()
3105 m_command_io_handler_sp.reset(new IOHandlerEditline (m_debugger, in RunCommandInterpreter()
3114 m_debugger.PushIOHandler(m_command_io_handler_sp); in RunCommandInterpreter()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DCommandInterpreter.h513 lldb::IOHandlerSP m_command_io_handler_sp; variable