Home
last modified time | relevance | path

Searched defs:exe_module_sp (Results 1 – 18 of 18) sorted by relevance

/llvm-project/lldb/unittests/Target/
H A DRemoteAwarePlatformTest.cpp40 lldb::ModuleSP &exe_module_sp, in ResolveExecutable() argument
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp106 ModuleSP exe_module_sp(target.GetExecutableModule()); in GetSDKDirectory() local
H A DPlatformDarwin.cpp1051 ModuleSP exe_module_sp = target->GetExecutableModule(); AddClangModuleCompilationOptionsForSDKType() local
1111 if (ModuleSP exe_module_sp = target->GetExecutableModule()) { AddClangModuleCompilationOptionsForSDKType() local
H A DPlatformDarwinKernel.cpp870 const ArchSpec &arch, ModuleSP &exe_module_sp) { in ExamineKextForMatchingUUID()
/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp33 const ModuleSpec &module_spec, lldb::ModuleSP &exe_module_sp, in ResolveExecutable() argument
H A DTargetList.cpp304 ModuleSP exe_module_sp; CreateTargetInternal() local
H A DProcess.cpp3197 exe_module_sp ? exe_module_sp->GetFileSpec().GetPath().c_str() in CompleteAttach() local
3150 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); CompleteAttach() local
3165 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); CompleteAttach() local
H A DPlatform.cpp733 ResolveExecutable(const ModuleSpec & module_spec,lldb::ModuleSP & exe_module_sp,const FileSpecList * module_search_paths_ptr) ResolveExecutable() argument
H A DTarget.cpp2408 ModuleSP exe_module_sp(target->GetExecutableModule()); ImageSearchPathsChanged() local
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp385 ModuleSP exe_module_sp = target->GetExecutableModule(); Attach() local
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp303 ModuleSP exe_module_sp(target.GetExecutableModule()); DoConnectRemote() local
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp957 ModuleSP exe_module_sp(FindTargetModuleForImageInfo(image_infos[exe_idx], UpdateImageInfosHeaderAndLoadCommands() local
H A DDynamicLoaderDarwin.cpp551 ModuleSP exe_module_sp(FindTargetModuleForImageInfo(image_infos[exe_idx], UpdateSpecialBinariesFromNewImageInfos() local
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp258 lldb::ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in DoLoadCore() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp176 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, in DebugMapModule() argument
192 ModuleSP exe_module_sp(m_exe_module_wp.lock()); in GetSymbolFile() local
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp509 ModuleSP exe_module_sp(target_sp->GetExecutableModule()); CanDebug() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp147 ModuleSP exe_module_sp = target->GetExecutableModule(); DoExecute() local
[all...]
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3574 ModuleSP exe_module_sp = target->GetExecutableModule(); in GetTarget() local