Searched refs:CMICmnLLDBDebugger (Results 1 – 9 of 9) sorted by relevance
84 CMICmnLLDBDebugger::CMICmnLLDBDebugger() in CMICmnLLDBDebugger() function in CMICmnLLDBDebugger95 CMICmnLLDBDebugger::~CMICmnLLDBDebugger() { Shutdown(); } in ~CMICmnLLDBDebugger()106 bool CMICmnLLDBDebugger::Initialize() { in Initialize()168 bool CMICmnLLDBDebugger::Shutdown() { in Shutdown()353 bool CMICmnLLDBDebugger::InitSBDebugger() { in InitSBDebugger()377 bool CMICmnLLDBDebugger::InitStdStreams() { in InitStdStreams()399 bool CMICmnLLDBDebugger::InitSBListener() { in InitSBListener()459 bool CMICmnLLDBDebugger::RegisterForEvent( in RegisterForEvent()496 bool CMICmnLLDBDebugger::RegisterForEvent( in RegisterForEvent()549 bool CMICmnLLDBDebugger::UnregisterForEvent( in UnregisterForEvent()[all …]
37 class CMICmnLLDBDebugger : public CMICmnBase,39 public MI::ISingleton<CMICmnLLDBDebugger> {40 friend class MI::ISingleton<CMICmnLLDBDebugger>;88 /* ctor */ CMICmnLLDBDebugger();89 /* ctor */ CMICmnLLDBDebugger(const CMICmnLLDBDebugger &);90 void operator=(const CMICmnLLDBDebugger &);118 /* dtor */ ~CMICmnLLDBDebugger() override;
57 m_rLldbDebugger(CMICmnLLDBDebugger::Instance()), in CMIDriver()176 MI::ModuleInit<CMICmnLLDBDebugger>(IDS_MI_INIT_ERR_LLDBDEBUGGER, bOk, errMsg); in Initialize()218 MI::ModuleShutdown<CMICmnLLDBDebugger>(IDS_MI_INIT_ERR_LLDBDEBUGGER, bOk, in Shutdown()513 if (bOk && !rThreadMgr.ThreadStart<CMICmnLLDBDebugger>(m_rLldbDebugger)) { in StartWorkerThreads()584 assert(CMICmnLLDBDebugger::Instance().ThreadIsActive()); in DoMainLoop()599 CMICmnLLDBDebugger::Instance().WaitForHandleEvent(); in DoMainLoop()1346 CMICmnLLDBDebugger::Instance().WaitForHandleEvent(); in ExecuteCommandFile()
79 CMICmnLLDBDebugger &rDbg(CMICmnLLDBDebugger::Instance()); in Execute()
25 class CMICmnLLDBDebugger; variable165 CMICmnLLDBDebugger &m_rLldbDebugger;
29 class CMICmnLLDBDebugger; variable
850 return CMICmnLLDBDebugger::Instance().GetTheDebugger(); in GetDebugger()862 return CMICmnLLDBDebugger::Instance().GetTheListener(); in GetListener()
76 CMICmnLLDBDebugger::Instance().GetDriver().SetExitApplicationFlag(true); in Execute()
821 CMICmnLLDBDebugger::Instance().GetDriver().SetExitApplicationFlag( in HandleEventSBCommandInterpreter()