Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp57 ReadObjCLibraryIfNeeded(process->GetTarget().GetImages()); in AppleObjCRuntime()
226 const ModuleList &modules = process->GetTarget().GetImages(); in GetObjCModule()
240 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetPrintForDebuggerAddr()
324 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetFoundationVersion()
382 for (ModuleSP module_sp : target.GetImages().Modules()) { in GetObjCVersion()
465 target.GetImages().FindSymbolsWithNameAndType(s_method_signature, in CalculateHasNewLiteralsAndIndexing()
468 target.GetImages().FindSymbolsWithNameAndType(s_arclite_method_signature, in CalculateHasNewLiteralsAndIndexing()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp385 (m_module_list.GetSize() > 0) ? m_module_list : target->GetImages(); in DumpLinesInFunctions()
473 if (!GetSymbolContextsForAddress(target->GetImages(), m_options.address, in DumpLinesForAddress()
496 (m_module_list.GetSize() > 0) ? m_module_list : target->GetImages(); in DumpLinesForFile()
564 target->GetImages().FindModules(module_spec, m_module_list); in DoExecute()
574 } else if (target->GetImages().GetSize() == 0) { in DoExecute()
887 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
894 target->GetImages().FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
909 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
915 target->GetImages().FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
1001 const ModuleList &module_list = target->GetImages(); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp795 target->GetImages().FindGlobalVariables(ConstString(name), UINT32_MAX, in GetVariableCallback()
851 target->GetImages().FindGlobalVariables(regex, UINT32_MAX, in DoExecute()
934 target->GetImages().FindFirstModule(module_spec)); in DoExecute()
956 target->GetImages().FindCompileUnits( in DoExecute()
1770 target->GetImages().FindModules(module_spec, module_list); in FindModulesByName()
1890 target->GetImages()); in DoExecute()
1994 const ModuleList &module_list = target->GetImages(); in DoExecute()
2084 const size_t num_modules = target->GetImages().GetSize(); in DoExecute()
2098 target->GetImages().GetModulePointerAtIndex(image_idx)); in DoExecute()
2213 const ModuleList &module_list = target->GetImages(); in DoExecute()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp325 if (process->GetTarget().GetImages().GetSize() == 0) { in NotifyBreakpointHit()
353 process->GetTarget().GetImages().Clear(); in NotifyBreakpointHit()
499 const ModuleList &target_modules = target.GetImages(); in CanLoadImage()
503 for (ModuleSP module_sp : target.GetImages().ModulesNoLocking()) { in CanLoadImage()
515 for (ModuleSP module_sp : target.GetImages().Modules()) { in CanLoadImage()
543 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()
602 target.GetImages().AppendIfNeeded(dyld_sp); in UpdateSpecialBinariesFromNewImageInfos()
617 target.GetImages().AppendIfNeeded(dyld_sp); in UpdateDYLDImageInfoFromNewImageInfo()
642 ModuleList &target_images = target.GetImages(); in AddModulesUsingImageInfos()
687 target.GetImages().Append(commpage_image_module_sp); in AddModulesUsingImageInfos()
886 const ModuleList &images = target_sp->GetImages(); in GetStepThroughTrampolinePlan()
[all …]
H A DDynamicLoaderMacOSXDYLD.cpp299 target.GetImages().AppendIfNeeded(dyld_module_sp); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
668 m_process->GetTarget().GetImages().Remove(unloaded_module_list); in RemoveModulesUsingImageInfosAddress()
752 for (ModuleSP module_sp : target.GetImages().Modules()) { in InitializeFromAllImageInfos()
764 target.GetImages().Remove(not_loaded_modules); in InitializeFromAllImageInfos()
977 if (target.GetImages().AppendIfNeeded(dyld_module_sp)) { in UpdateImageInfosHeaderAndLoadCommands()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
625 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
639 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
653 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
667 m_process->GetTarget().GetImages().FindSymbolsWithNameAndType( in BacktraceRecordingHeadersInitialized()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp645 target_sp->GetImages().ResolveSymbolContextForAddress(addr.ref(), scope, in ResolveSymbolContextForAddress()
1519 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()
1729 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), in FindGlobalFunctions()
1734 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), in FindGlobalFunctions()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp50 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap()
147 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
/openbsd-src/gnu/llvm/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.cpp156 if (ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec)) in FindModuleViaTarget()
239 target.GetImages().AppendIfNeeded(module_sp, false); in LoadBinaryWithUUIDAndAddress()
H A DDebuggerEvents.cpp109 target_sp->GetImages().FindModule(m_module_spec.GetUUID())) { in DoOnRemoval()
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp168 ModuleList &module_list = target.GetImages(); in DidAttach()
174 ModuleList &module_list = target.GetImages(); in DidLaunch()
286 ModuleList &module_list = target.GetImages(); in ReadJITDescriptorImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp77 m_process->GetTarget().GetImages().AppendIfNeeded(module_sp); in LoadModuleAtAddress()
/openbsd-src/gnu/llvm/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()
547 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetExceptionObjectForThread()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DUtilityFunction.cpp49 process_sp->GetTarget().GetImages().Remove(jit_module_sp); in ~UtilityFunction()
H A DFunctionCaller.cpp61 process_sp->GetTarget().GetImages().Remove(jit_module_sp); in ~FunctionCaller()
119 process->GetTarget().GetImages().Append(jit_module_sp, in WriteFunctionWrapper()
/openbsd-src/gnu/llvm/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.cpp156 target->GetImages().Append(jit_module_sp); in Install()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp80 const ModuleList &module_list = m_process->GetTarget().GetImages(); in LoadAllImagesAtFileAddresses()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp813 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
817 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
900 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
959 m_target_sp ? m_target_sp->GetImages().FindFirstModule(module_spec) in AddSpecification()
1104 m_target_sp->GetImages().ResolveSymbolContextForAddress( in AddressMatches()
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp39 for (ModuleSP module_sp : target.GetImages().Modules()) { in LLDB_PLUGIN_DEFINE()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp427 ModuleList &loaded_modules = m_process->GetTarget().GetImages(); in RefreshModules()
512 const ModuleList &images = target.GetImages(); in GetStepThroughTrampolinePlan()
562 m_process->GetTarget().GetImages().AppendIfNeeded(module_sp); in LoadVDSO()

123