reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/ModuleList.h
  200   lldb::ModuleSP GetModuleAtIndex(size_t idx) const;

References

tools/lldb/source/API/SBTarget.cpp
  156   return LLDB_RECORD_RESULT(SBModule(module_list.GetModuleAtIndex(idx)));
 1723     module_sp = target_sp->GetImages().GetModuleAtIndex(idx);
 1835       ModuleSP module_sp(module_list.GetModuleAtIndex(idx));
tools/lldb/source/Commands/CommandObjectSource.cpp
  324         ModuleSP module_sp(module_list.GetModuleAtIndex(i));
 1022           ModuleSP module_sp(module_list.GetModuleAtIndex(i));
tools/lldb/source/Commands/CommandObjectTarget.cpp
 2659               module_list.GetModuleAtIndex(0)->GetFileSpec();
 2673             module_list.GetModuleAtIndex(0)->GetFileSpec();
 4128         ModuleSP module_sp(matching_module_list.GetModuleAtIndex(0));
tools/lldb/source/Core/ModuleList.cpp
  746         module_sp = matching_module_list.GetModuleAtIndex(module_idx);
  895       module_sp = matching_module_list.GetModuleAtIndex(0);
tools/lldb/source/Interpreter/OptionValueUUID.cpp
   77     ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i));
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
 1010         module_sp = module_list.GetModuleAtIndex(0);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  209       module_sp = modules.GetModuleAtIndex(idx);
  306       lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx);
  577       auto mod = module_list.GetModuleAtIndex(i);
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 1000     auto mod = module_list.GetModuleAtIndex(i);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4857       const lldb::ModuleSP loaded_module = loaded_modules.GetModuleAtIndex(i);
 4861         if (new_modules.GetModuleAtIndex(j).get() == loaded_module.get())
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1288     auto module_sp = module_list.GetModuleAtIndex(i);
tools/lldb/source/Target/Target.cpp
 1337     ModuleSP module_sp = m_images.GetModuleAtIndex(i);
 1345   return m_images.GetModuleAtIndex(0);
 1607       ModuleSP module_sp(module_list.GetModuleAtIndex(idx));
 1659                 matchingModules.GetModuleAtIndex(i)))
 2064               old_module_sp = found_modules.GetModuleAtIndex(0);
 2444     ModuleSP module_sp(modules.GetModuleAtIndex(idx));
 2708           ModuleSP module_sp(modules.GetModuleAtIndex(idx));
 2780         UnloadModuleSections(module_list.GetModuleAtIndex(i));
 4096     m_module_list.GetModuleAtIndex(i)->GetDescription(