Home
last modified time | relevance | path

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

/external/lldb/scripts/Python/interface/
DSBTarget.i525 GetModuleAtIndex (uint32_t idx);
771 return self.sbtarget.GetModuleAtIndex(key)
775 module = self.sbtarget.GetModuleAtIndex(idx)
780 module = self.sbtarget.GetModuleAtIndex(idx)
788 module = self.sbtarget.GetModuleAtIndex(idx)
795 module = self.sbtarget.GetModuleAtIndex(idx)
801 module = self.sbtarget.GetModuleAtIndex(idx)
818 modules.append(self.GetModuleAtIndex(idx))
/external/lldb/test/python_api/module_section/
DTestModuleAndSection.py50 exe_module = target.GetModuleAtIndex(0)
87 exe_module = target.GetModuleAtIndex(0)
125 exe_module = target.GetModuleAtIndex(0)
/external/lldb/source/Interpreter/
DOptionValueUUID.cpp98 ModuleSP module_sp (target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/external/lldb/test/macosx/debug-info/apple_types/
DTestAppleTypesIsProduced.py57 exe_module = target.GetModuleAtIndex(0)
/external/lldb/test/python_api/default-constructor/
Dsb_target.py19 obj.GetModuleAtIndex(0xffffffff)
/external/lldb/test/lang/cpp/stl/
DTestStdCXXDisassembly.py59 module = target.GetModuleAtIndex(i)
/external/lldb/test/python_api/lldbutil/iter/
DTestLLDBIterator.py58 yours.append(target.GetModuleAtIndex(i))
/external/lldb/tools/lldb-perf/lib/
DXcode.cpp48 SBModule module(target.GetModuleAtIndex(i)); in FetchModules()
/external/lldb/include/lldb/Core/
DModuleList.h184 GetModuleAtIndex (size_t idx) const;
/external/lldb/source/Core/
DModuleList.cpp314 ModuleList::GetModuleAtIndex(size_t idx) const in GetModuleAtIndex() function in ModuleList
892 module_sp = matching_module_list.GetModuleAtIndex(module_idx); in GetSharedModule()
997 module_sp = matching_module_list.GetModuleAtIndex(0); in GetSharedModule()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp189 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule()
DAppleObjCRuntimeV2.cpp2476 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion()
/external/lldb/include/lldb/API/
DSBTarget.h488 GetModuleAtIndex (uint32_t idx);
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp909 if (objc_runtime->IsModuleObjCLibrary (loaded_module_list.GetModuleAtIndex (i))) in AddModulesUsingImageInfos()
911 objc_runtime->ReadObjCLibrary (loaded_module_list.GetModuleAtIndex (i)); in AddModulesUsingImageInfos()
/external/lldb/source/API/
DSBTarget.cpp2020 SBTarget::GetModuleAtIndex (uint32_t idx) in GetModuleAtIndex() function in SBTarget
2030 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
2121 ModuleSP module_sp (module_list.GetModuleAtIndex(idx)); in FindFirstType()
/external/lldb/source/Target/
DTarget.cpp988 return m_images.GetModuleAtIndex(0); in GetExecutableModule()
1205 … if (!ModuleIsExcludedForNonModuleSpecificSearches (matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForNonModuleSpecificSearches()
1657 old_module_sp = found_modules.GetModuleAtIndex(0); in GetSharedModule()
/external/lldb/source/Commands/
DCommandObjectSource.cpp621 ModuleSP module_sp (module_list.GetModuleAtIndex(i)); in DoExecute()
DCommandObjectTarget.cpp4355 ModuleSP module_sp (matching_module_list.GetModuleAtIndex(0)); in AddModuleSymbols()
/external/lldb/examples/python/
Dcrashlog.py634 exe_module = target.GetModuleAtIndex(0)
/external/lldb/examples/summaries/cocoa/
Dobjc_runtime.py646 module = target.GetModuleAtIndex(idx)
/external/lldb/www/python_reference/
Dapi-objects.txt3750 lldb.SBTarget.GetModuleAtIndex lldb.SBTarget-class.html#GetModuleAtIndex