Home
last modified time | relevance | path

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

12

/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/google-breakpad/src/processor/
Dbasic_code_modules.cc68 that->GetModuleAtIndex(module_sequence)->Copy()); in BasicCodeModules()
115 const CodeModule* BasicCodeModules::GetModuleAtIndex( in GetModuleAtIndex() function in google_breakpad::BasicCodeModules
Dbasic_code_modules.h67 virtual const CodeModule* GetModuleAtIndex(unsigned int index) const;
Dstackwalker_unittest_utils.h156 const CodeModule *GetModuleAtIndex(unsigned int index) const { in GetModuleAtIndex() function
Dminidump_unittest.cc433 const MinidumpModule *md_module = md_module_list->GetModuleAtIndex(0); in TEST()
625 md_module_list->GetModuleAtIndex(0)->base_address()); in TEST()
627 md_module_list->GetModuleAtIndex(1)->base_address()); in TEST()
629 md_module_list->GetModuleAtIndex(2)->base_address()); in TEST()
Dminidump.cc2597 return GetModuleAtIndex(module_index); in GetModuleForAddress()
2609 return GetModuleAtIndex(0); in GetMainModule()
2632 return GetModuleAtIndex(module_index); in GetModuleAtSequence()
2636 const MinidumpModule* MinidumpModuleList::GetModuleAtIndex( in GetModuleAtIndex() function in google_breakpad::MinidumpModuleList
/external/google-breakpad/src/google_breakpad/processor/
Dcode_modules.h83 virtual const CodeModule* GetModuleAtIndex(unsigned int index) const = 0;
Dminidump.h497 virtual const MinidumpModule* GetModuleAtIndex(unsigned int index) const;
/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()
/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()
/external/lldb/examples/python/
Dcrashlog.py634 exe_module = target.GetModuleAtIndex(0)
/external/lldb/examples/summaries/cocoa/
Dobjc_runtime.py646 module = target.GetModuleAtIndex(idx)

12