/external/lldb/scripts/Python/interface/ |
D | SBTarget.i | 525 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/ |
D | TestModuleAndSection.py | 50 exe_module = target.GetModuleAtIndex(0) 87 exe_module = target.GetModuleAtIndex(0) 125 exe_module = target.GetModuleAtIndex(0)
|
/external/google-breakpad/src/processor/ |
D | basic_code_modules.cc | 68 that->GetModuleAtIndex(module_sequence)->Copy()); in BasicCodeModules() 115 const CodeModule* BasicCodeModules::GetModuleAtIndex( in GetModuleAtIndex() function in google_breakpad::BasicCodeModules
|
D | basic_code_modules.h | 67 virtual const CodeModule* GetModuleAtIndex(unsigned int index) const;
|
D | stackwalker_unittest_utils.h | 156 const CodeModule *GetModuleAtIndex(unsigned int index) const { in GetModuleAtIndex() function
|
D | minidump_unittest.cc | 433 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()
|
D | minidump.cc | 2597 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/ |
D | code_modules.h | 83 virtual const CodeModule* GetModuleAtIndex(unsigned int index) const = 0;
|
D | minidump.h | 497 virtual const MinidumpModule* GetModuleAtIndex(unsigned int index) const;
|
/external/lldb/source/Interpreter/ |
D | OptionValueUUID.cpp | 98 ModuleSP module_sp (target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
|
/external/lldb/test/macosx/debug-info/apple_types/ |
D | TestAppleTypesIsProduced.py | 57 exe_module = target.GetModuleAtIndex(0)
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_target.py | 19 obj.GetModuleAtIndex(0xffffffff)
|
/external/lldb/test/lang/cpp/stl/ |
D | TestStdCXXDisassembly.py | 59 module = target.GetModuleAtIndex(i)
|
/external/lldb/test/python_api/lldbutil/iter/ |
D | TestLLDBIterator.py | 58 yours.append(target.GetModuleAtIndex(i))
|
/external/lldb/tools/lldb-perf/lib/ |
D | Xcode.cpp | 48 SBModule module(target.GetModuleAtIndex(i)); in FetchModules()
|
/external/lldb/include/lldb/Core/ |
D | ModuleList.h | 184 GetModuleAtIndex (size_t idx) const;
|
/external/lldb/source/Core/ |
D | ModuleList.cpp | 314 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/ |
D | AppleObjCRuntime.cpp | 189 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule()
|
/external/lldb/include/lldb/API/ |
D | SBTarget.h | 488 GetModuleAtIndex (uint32_t idx);
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 909 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/ |
D | SBTarget.cpp | 2020 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/ |
D | Target.cpp | 988 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/ |
D | CommandObjectSource.cpp | 621 ModuleSP module_sp (module_list.GetModuleAtIndex(i)); in DoExecute()
|
/external/lldb/examples/python/ |
D | crashlog.py | 634 exe_module = target.GetModuleAtIndex(0)
|
/external/lldb/examples/summaries/cocoa/ |
D | objc_runtime.py | 646 module = target.GetModuleAtIndex(idx)
|