Searched refs:m_command_interpreter_ap (Results 1 – 2 of 2) sorted by relevance
148 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
768 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()