Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h148 assert(m_command_interpreter_ap.get()); in GetCommandInterpreter()
149 return *m_command_interpreter_ap; in GetCommandInterpreter()
394 std::unique_ptr<CommandInterpreter> m_command_interpreter_ap; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp768 m_command_interpreter_ap(llvm::make_unique<CommandInterpreter>( in Debugger()
780 m_command_interpreter_ap->Initialize(); in Debugger()
797 if (m_command_interpreter_ap) { in Debugger()
801 true, m_command_interpreter_ap->GetValueProperties()); in Debugger()
860 m_command_interpreter_ap->Clear(); in Clear()
874 return !m_command_interpreter_ap->GetSynchronous(); in GetAsyncExecution()
878 m_command_interpreter_ap->SetSynchronous(!async_execution); in SetAsyncExecution()
1540 m_command_interpreter_ap.get(), in DefaultEventHandler()
1567 } else if (broadcaster == m_command_interpreter_ap.get()) { in DefaultEventHandler()