Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A 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/
H A DOptionValueUUID.cpp73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A 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/
H A DModuleList.h223 lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A 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/
H A Dtypes.py275 module = target.GetModuleAtIndex(0)
H A Dlldbtk.py169 module = self.target.GetModuleAtIndex(i)
H A Dcrashlog.py1017 exe_module = target.GetModuleAtIndex(0)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp251 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in BuildModulesSection()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A 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/
H A DSBTarget.h298 lldb::SBModule GetModuleAtIndex(uint32_t idx);
/openbsd-src/gnu/llvm/lldb/source/API/
H A 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/
H A DCommandObjectSource.cpp312 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in GetSymbolContextsForAddress()
1004 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in DoExecute()
H A 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/
H A Dobjc_runtime.py745 module = target.GetModuleAtIndex(idx)
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp224 ModuleSP mod = modules.GetModuleAtIndex(i); in AddModuleList()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A 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/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp1050 module_sp = module_list.GetModuleAtIndex(0); in GetPThreadLibraryModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1264 auto module_sp = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dsymbolication.rst262 module = target.GetModuleAtIndex(0)
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A 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/
H A 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/
H A DRenderScriptRuntime.cpp1005 auto mod = module_list.GetModuleAtIndex(i); in ModulesDidLoad()