Home
last modified time | relevance | path

Searched refs:GetImages (Results 1 – 25 of 68) sorted by relevance

123

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp57 ReadObjCLibraryIfNeeded(process->GetTarget().GetImages()); in AppleObjCRuntime()
225 const ModuleList &modules = process->GetTarget().GetImages(); in GetObjCModule()
239 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetPrintForDebuggerAddr()
323 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetFoundationVersion()
381 for (ModuleSP module_sp : target.GetImages().Modules()) { in GetObjCVersion()
464 target.GetImages().FindSymbolsWithNameAndType(s_method_signature, in CalculateHasNewLiteralsAndIndexing()
467 target.GetImages().FindSymbolsWithNameAndType(s_arclite_method_signature, in CalculateHasNewLiteralsAndIndexing()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp296 if (process->GetTarget().GetImages().GetSize() == 0) { in NotifyBreakpointHit()
324 process->GetTarget().GetImages().Clear(); in NotifyBreakpointHit()
470 const ModuleList &target_modules = target.GetImages(); in CanLoadImage()
474 for (ModuleSP module_sp : target.GetImages().ModulesNoLocking()) { in CanLoadImage()
486 for (ModuleSP module_sp : target.GetImages().Modules()) { in CanLoadImage()
514 if (target.GetImages().GetSize() <= 1) in CanLoadImage()
H A DDynamicLoaderDarwin.cpp102 const ModuleList &target_images = target.GetImages(); in FindTargetModuleForImageInfo()
207 m_process->GetTarget().GetImages().Remove(unloaded_module_list); in UnloadImages()
217 const ModuleList &target_modules = target.GetImages(); in UnloadAllImages()
236 target.GetImages().Remove(unloaded_modules_list); in UnloadAllImages()
568 target.GetImages().AppendIfNeeded(exe_module_sp); in UpdateSpecialBinariesFromNewImageInfos()
583 target.GetImages().AppendIfNeeded(dyld_sp); in UpdateSpecialBinariesFromNewImageInfos()
598 target.GetImages().AppendIfNeeded(dyld_sp); in UpdateDYLDImageInfoFromNewImageInfo()
623 ModuleList &target_images = target.GetImages(); in AddModulesUsingImageInfos()
668 target.GetImages().Append(commpage_image_module_sp); in AddModulesUsingImageInfos()
867 const ModuleList &images = target_sp->GetImages(); in GetStepThroughTrampolinePlan()
[all …]
H A DDynamicLoaderMacOSXDYLD.cpp289 target.GetImages().AppendIfNeeded(dyld_module_sp); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
658 m_process->GetTarget().GetImages().Remove(unloaded_module_list); in RemoveModulesUsingImageInfosAddress()
742 for (ModuleSP module_sp : target.GetImages().Modules()) { in InitializeFromAllImageInfos()
754 target.GetImages().Remove(not_loaded_modules); in InitializeFromAllImageInfos()
967 if (target.GetImages().AppendIfNeeded(dyld_module_sp)) { in UpdateImageInfosHeaderAndLoadCommands()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueUUID.cpp71 const size_t num_modules = target->GetImages().GetSize(); in AutoComplete()
73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSource.cpp384 (m_module_list.GetSize() > 0) ? m_module_list : target->GetImages(); in DumpLinesInFunctions()
472 if (!GetSymbolContextsForAddress(target->GetImages(), m_options.address, in DumpLinesForAddress()
495 (m_module_list.GetSize() > 0) ? m_module_list : target->GetImages(); in DumpLinesForFile()
563 target->GetImages().FindModules(module_spec, m_module_list); in DoExecute()
573 } else if (target->GetImages().GetSize() == 0) { in DoExecute()
886 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
893 target->GetImages().FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
908 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
914 target->GetImages().FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
1000 const ModuleList &module_list = target->GetImages(); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp934 target->GetImages().FindFirstModule(module_spec)); in DoExecute()
956 target->GetImages().FindCompileUnits( in DoExecute()
1755 target->GetImages().FindModules(module_spec, module_list); in FindModulesByName()
1979 const ModuleList &module_list = target->GetImages(); in DoExecute()
2069 const size_t num_modules = target->GetImages().GetSize(); in DoExecute()
2198 const ModuleList &module_list = target->GetImages(); in DoExecute()
2274 const ModuleList &target_modules = target->GetImages(); in DoExecute()
2362 const ModuleList &target_modules = target->GetImages(); in DoExecute()
2663 ModuleList &module_list = target->GetImages(); in DoExecute()
3005 module_list_ptr = &target->GetImages(); in DoExecute()
[all …]
H A DCommandObjectDisassemble.cpp263 for (lldb::ModuleSP module_sp : target.GetImages().Modules()) { in GetContainingAddressRanges()
354 GetSelectedTarget().GetImages().FindFunctions(name, eFunctionNameTypeAuto, in GetNameRanges()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp213 target.GetImages().ResolveSymbolContextForAddress( in FindLibCppStdFunctionCallableInfo()
254 target.GetImages().ResolveSymbolContextForAddress( in FindLibCppStdFunctionCallableInfo()
359 target_sp->GetImages().ResolveSymbolContextForAddress( in GetStepThroughTrampolinePlan()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp277 ModuleSP module_sp(m_process->GetTarget().GetImages().FindFirstModule( in ReadLibdispatchOffsetsAddress()
287 module_sp = m_process->GetTarget().GetImages().FindFirstModule( in ReadLibdispatchOffsetsAddress()
331 ModuleSP module_sp(m_process->GetTarget().GetImages().FindFirstModule( in ReadLibpthreadOffsetsAddress()
379 ModuleSP module_sp(m_process->GetTarget().GetImages().FindFirstModule( in ReadLibdispatchTSDIndexesAddress()
585 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
599 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
613 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
627 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1519 target_sp->GetImages().AppendIfNeeded(module.GetSP()); in AddModule()
1532 num = target_sp->GetImages().GetSize(); in GetNumModules()
1552 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1563 target_sp->GetImages().FindCompileUnits(*sb_file_spec, *sb_sc_list); in FindCompileUnits()
1650 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
1662 return target_sp->GetImages().Remove(module.GetSP()); in RemoveModule()
1707 target_sp->GetImages().FindFunctions(ConstString(name), mask, in FindFunctions()
1738 target_sp->GetImages().FindFunctions(ConstString(name), in FindGlobalFunctions()
1757 const ModuleList &module_list = target_sp->GetImages(); in FindFirstType()
1807 ModuleList &images = target_sp->GetImages(); in FindTypes()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp50 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap()
145 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
/llvm-project-15.0.7/lldb/source/Core/
H A DSearchFilter.cpp261 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in DoModuleIteration()
425 const ModuleList &target_modules = m_target_sp->GetImages(); in Search()
428 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search()
542 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search()
740 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search()
H A DDynamicLoader.cpp152 if (ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec)) in FindModuleViaTarget()
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp170 ModuleList &module_list = target.GetImages(); in DidAttach()
176 ModuleList &module_list = target.GetImages(); in DidLaunch()
288 ModuleList &module_list = target.GetImages(); in ReadJITDescriptorImpl()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp77 m_process->GetTarget().GetImages().AppendIfNeeded(module_sp); in LoadModuleAtAddress()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp73 target.GetImages().ResolveSymbolContextForAddress( in GetTypeInfoFromVTableAddress()
107 target.GetImages().FindTypes(nullptr, ConstString(lookup_name), in GetTypeInfoFromVTableAddress()
545 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetExceptionObjectForThread()
/llvm-project-15.0.7/lldb/source/Expression/
H A DUtilityFunction.cpp49 process_sp->GetTarget().GetImages().Remove(jit_module_sp); in ~UtilityFunction()
H A DFunctionCaller.cpp60 process_sp->GetTarget().GetImages().Remove(jit_module_sp); in ~FunctionCaller()
104 process->GetTarget().GetImages().Append(jit_module_sp, in WriteFunctionWrapper()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp240 const ModuleList &module_list = m_target->GetImages(); in FindCompleteType()
623 m_target->GetImages().FindTypes(module_sp.get(), name, exact_match, 1, in FindExternalVisibleDecls()
692 for (lldb::ModuleSP image : m_target->GetImages().Modules()) { in FillNamespaceMap()
998 m_target->GetImages().FindFunctions(instance_method_name, in FindObjCMethodDecls()
1011 m_target->GetImages().FindFunctions(class_method_name, in FindObjCMethodDecls()
1024 m_target->GetImages().FindFunctions(selector_name, in FindObjCMethodDecls()
1665 for (lldb::ModuleSP image : m_target->GetImages().Modules()) { in CompleteNamespaceMap()
H A DClangUtilityFunction.cpp150 target->GetImages().Append(jit_module_sp); in Install()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp80 const ModuleList &module_list = m_process->GetTarget().GetImages(); in LoadAllImagesAtFileAddresses()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolContext.cpp813 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
819 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
902 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
961 m_target_sp ? m_target_sp->GetImages().FindFirstModule(module_spec) in AddSpecification()
1106 m_target_sp->GetImages().ResolveSymbolContextForAddress( in AddressMatches()
/llvm-project-15.0.7/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp39 for (ModuleSP module_sp : target.GetImages().Modules()) { in LLDB_PLUGIN_DEFINE()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp416 ModuleList &loaded_modules = m_process->GetTarget().GetImages(); in RefreshModules()
501 const ModuleList &images = target.GetImages(); in GetStepThroughTrampolinePlan()
551 m_process->GetTarget().GetImages().AppendIfNeeded(module_sp); in LoadVDSO()

123