Home
last modified time | relevance | path

Searched refs:CMICmnLLDBDebugger (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugger.cpp84 CMICmnLLDBDebugger::CMICmnLLDBDebugger() in CMICmnLLDBDebugger() function in CMICmnLLDBDebugger
95 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 …]
H A DMICmnLLDBDebugger.h37 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;
H A DMIDriver.cpp57 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()
H A DMICmdCmdEnviro.cpp79 CMICmnLLDBDebugger &rDbg(CMICmnLLDBDebugger::Instance()); in Execute()
H A DMIDriver.h25 class CMICmnLLDBDebugger; variable
165 CMICmnLLDBDebugger &m_rLldbDebugger;
H A DMICmnLLDBDebugSessionInfo.h29 class CMICmnLLDBDebugger; variable
H A DMICmnLLDBDebugSessionInfo.cpp850 return CMICmnLLDBDebugger::Instance().GetTheDebugger(); in GetDebugger()
862 return CMICmnLLDBDebugger::Instance().GetTheListener(); in GetListener()
H A DMICmdCmdMiscellanous.cpp76 CMICmnLLDBDebugger::Instance().GetDriver().SetExitApplicationFlag(true); in Execute()
H A DMICmnLLDBDebuggerHandleEvents.cpp821 CMICmnLLDBDebugger::Instance().GetDriver().SetExitApplicationFlag( in HandleEventSBCommandInterpreter()