Home
last modified time | relevance | path

Searched refs:vModule (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.cpp720 const lldb::SBModule &vModule, const bool vbWithExtraFields, in MiHelpGetModuleInfo() argument
727 vModule.GetFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()
737 vModule.GetPlatformFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()
746 vModule.GetSymbolFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()
761 lldb::SBAddress sbAddress(vModule.GetObjectFileHeaderAddress()); in MiHelpGetModuleInfo()