Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h169 assert(m_command_interpreter_up.get()); in GetCommandInterpreter()
170 return *m_command_interpreter_up; in GetCommandInterpreter()
714 std::unique_ptr<CommandInterpreter> m_command_interpreter_up; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp855 m_command_interpreter_up( in Debugger()
879 if (m_command_interpreter_up) { in Debugger()
883 m_command_interpreter_up->GetValueProperties()); in Debugger()
888 m_command_interpreter_up->Initialize(); in Debugger()
973 m_command_interpreter_up->Clear(); in Clear()
981 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
985 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()
1911 m_command_interpreter_up.get(), in DefaultEventHandler()
1943 } else if (broadcaster == m_command_interpreter_up.get()) { in DefaultEventHandler()