| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBTarget.i | 366 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 D | OptionValueUUID.cpp | 73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 228 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 D | ModuleList.h | 223 lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ModuleList.cpp | 411 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 D | types.py | 275 module = target.GetModuleAtIndex(0)
|
| H A D | lldbtk.py | 169 module = self.target.GetModuleAtIndex(i)
|
| H A D | crashlog.py | 1017 exe_module = target.GetModuleAtIndex(0)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleSaver.cpp | 251 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in BuildModulesSection()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 1375 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 D | SBTarget.h | 298 lldb::SBModule GetModuleAtIndex(uint32_t idx);
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBTarget.cpp | 143 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 D | CommandObjectSource.cpp | 312 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in GetSymbolContextsForAddress() 1004 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 2682 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 D | objc_runtime.py | 745 module = target.GetModuleAtIndex(idx)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 224 ModuleSP mod = modules.GetModuleAtIndex(i); in AddModuleList()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 1313 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 D | DynamicLoaderDarwin.cpp | 1050 module_sp = module_list.GetModuleAtIndex(0); in GetPThreadLibraryModule()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1264 auto module_sp = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | symbolication.rst | 262 module = target.GetModuleAtIndex(0)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 6346 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 D | ProcessGDBRemote.cpp | 4567 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 D | RenderScriptRuntime.cpp | 1005 auto mod = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
|