Home
last modified time | relevance | path

Searched refs:GetModuleAtIndex (Results 1 – 21 of 21) sorted by relevance

/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBTarget.i366 GetModuleAtIndex (uint32_t idx);
1005 return self.sbtarget.GetModuleAtIndex(key)
1009 module = self.sbtarget.GetModuleAtIndex(idx)
1014 module = self.sbtarget.GetModuleAtIndex(idx)
1022 module = self.sbtarget.GetModuleAtIndex(idx)
1029 module = self.sbtarget.GetModuleAtIndex(idx)
1035 module = self.sbtarget.GetModuleAtIndex(idx)
1052 modules.append(self.GetModuleAtIndex(idx))
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptionValueUUID.cpp73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp228 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule()
326 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion()
615 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModuleList.h223 lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
/openbsd/src/gnu/llvm/lldb/source/Core/
DModuleList.cpp411 ModuleSP ModuleList::GetModuleAtIndex(size_t idx) const { in GetModuleAtIndex() function in ModuleList
817 module_sp = matching_module_list.GetModuleAtIndex(module_idx); in GetSharedModule()
967 module_sp = matching_module_list.GetModuleAtIndex(0); in GetSharedModule()
/openbsd/src/gnu/llvm/lldb/examples/python/
Dtypes.py275 module = target.GetModuleAtIndex(0)
Dlldbtk.py169 module = self.target.GetModuleAtIndex(i)
Dcrashlog.py1017 exe_module = target.GetModuleAtIndex(0)
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp1375 ModuleSP module_sp = m_images.GetModuleAtIndex(i); in GetExecutableModule()
1383 return m_images.GetModuleAtIndex(0); in GetExecutableModule()
1650 ModuleSP module_sp(module_list.GetModuleAtIndex(idx)); in ModulesDidLoad()
1730 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches()
2672 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in GetEntryPointAddress()
2967 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in Install()
3037 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()
4801 m_module_list.GetModuleAtIndex(i)->GetDescription( in Dump()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBTarget.h298 lldb::SBModule GetModuleAtIndex(uint32_t idx);
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTarget.cpp143 return SBModule(module_list.GetModuleAtIndex(idx)); in GetModuleAtIndexFromEvent()
1642 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex() function in SBTarget
1650 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
1760 ModuleSP module_sp(module_list.GetModuleAtIndex(idx)); in FindFirstType()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectSource.cpp312 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in GetSymbolContextsForAddress()
1004 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in DoExecute()
DCommandObjectTarget.cpp2682 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()
2696 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()
4167 ModuleSP module_sp(matching_modules.GetModuleAtIndex(0)); in AddModuleSymbols()
/openbsd/src/gnu/llvm/lldb/examples/summaries/cocoa/
Dobjc_runtime.py745 module = target.GetModuleAtIndex(idx)
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp1313 auto curr_module = g_vsc.target.GetModuleAtIndex(i); in request_compileUnits()
1360 lldb::SBModule module = g_vsc.target.GetModuleAtIndex(i); in request_modules()
/openbsd/src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1264 auto module_sp = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp1050 module_sp = module_list.GetModuleAtIndex(0); in GetPThreadLibraryModule()
/openbsd/src/gnu/llvm/lldb/docs/use/
Dsymbolication.rst262 module = target.GetModuleAtIndex(0)
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp6346 ModuleSP module = modules.GetModuleAtIndex(i);
6383 ModuleSP module_sp = modules.GetModuleAtIndex(i);
6406 ModuleSP module_sp = modules.GetModuleAtIndex(i);
6452 ModuleSP module_sp = modules.GetModuleAtIndex(i);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp4567 const lldb::ModuleSP loaded_module = loaded_modules.GetModuleAtIndex(i); in LoadModules()
4571 if (new_modules.GetModuleAtIndex(j).get() == loaded_module.get()) in LoadModules()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp1005 auto mod = module_list.GetModuleAtIndex(i); in ModulesDidLoad()