Home
last modified time | relevance | path

Searched refs:GetDriver (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIDriverMgr.h89 IDriver *GetDriver(const CMIUtilString &vrDriverId) const;
H A DMICmnLLDBDebugger.h48 CMIDriverBase &GetDriver() const;
H A DMICmdCmdMiscellanous.cpp76 CMICmnLLDBDebugger::Instance().GetDriver().SetExitApplicationFlag(true); in Execute()
H A DMIDriverMgr.cpp725 CMIDriverMgr::GetDriver(const CMIUtilString &vrDriverId) const { in GetDriver() function in CMIDriverMgr
H A DMICmnLLDBDebugger.cpp268 CMIDriverBase &CMICmnLLDBDebugger::GetDriver() const { in GetDriver() function in CMICmnLLDBDebugger
H A DMICmnLLDBDebuggerHandleEvents.cpp821 CMICmnLLDBDebugger::Instance().GetDriver().SetExitApplicationFlag( in HandleEventSBCommandInterpreter()