Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebuggerHandleEvents.h77 bool MiHelpGetModuleInfo(const lldb::SBModule &vModule,
H A DMICmnLLDBDebuggerHandleEvents.cpp669 bOk = MiHelpGetModuleInfo(sbModule, bWithExtraFields, miOutOfBandRecord); in HandleTargetEventBroadcastBitModulesLoaded()
699 bOk = MiHelpGetModuleInfo(sbModule, bWithExtraFields, miOutOfBandRecord); in HandleTargetEventBroadcastBitModulesUnloaded()
719 bool CMICmnLLDBDebuggerHandleEvents::MiHelpGetModuleInfo( in MiHelpGetModuleInfo() function in CMICmnLLDBDebuggerHandleEvents