Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h173 assert(m_command_interpreter_up.get()); in GetCommandInterpreter()
174 return *m_command_interpreter_up; in GetCommandInterpreter()
548 std::unique_ptr<CommandInterpreter> m_command_interpreter_up; variable
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp750 m_command_interpreter_up( in Debugger()
762 m_command_interpreter_up->Initialize(); in Debugger()
791 if (m_command_interpreter_up) { in Debugger()
795 true, m_command_interpreter_up->GetValueProperties()); in Debugger()
848 m_command_interpreter_up->Clear(); in Clear()
862 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
866 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()
1699 m_command_interpreter_up.get(), in DefaultEventHandler()
1730 } else if (broadcaster == m_command_interpreter_up.get()) { in DefaultEventHandler()