Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h171 assert(m_command_interpreter_up.get()); in GetCommandInterpreter()
172 return *m_command_interpreter_up; in GetCommandInterpreter()
568 std::unique_ptr<CommandInterpreter> m_command_interpreter_up; variable
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp770 m_command_interpreter_up( in Debugger()
782 m_command_interpreter_up->Initialize(); in Debugger()
811 if (m_command_interpreter_up) { in Debugger()
815 true, m_command_interpreter_up->GetValueProperties()); in Debugger()
868 m_command_interpreter_up->Clear(); in Clear()
882 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
886 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()
1719 m_command_interpreter_up.get(), in DefaultEventHandler()
1750 } else if (broadcaster == m_command_interpreter_up.get()) { in DefaultEventHandler()