Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h194 assert(m_command_interpreter_up.get()); in GetCommandInterpreter()
195 return *m_command_interpreter_up; in GetCommandInterpreter()
496 std::unique_ptr<CommandInterpreter> m_command_interpreter_up; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp692 m_command_interpreter_up( in Debugger()
704 m_command_interpreter_up->Initialize(); in Debugger()
733 if (m_command_interpreter_up) { in Debugger()
737 true, m_command_interpreter_up->GetValueProperties()); in Debugger()
790 m_command_interpreter_up->Clear(); in Clear()
804 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
808 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()
1499 m_command_interpreter_up.get(), in DefaultEventHandler()
1526 } else if (broadcaster == m_command_interpreter_up.get()) { in DefaultEventHandler()