Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp33 const ModuleSpec &module_spec, lldb::ModuleSP &exe_module_sp, in ResolveExecutable()
H A DTargetList.cpp304 ModuleSP exe_module_sp; in CreateTargetInternal() local
H A DProcess.cpp3162 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach() local
3177 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach() local
3209 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach() local
H A DPlatform.cpp733 lldb::ModuleSP &exe_module_sp, in ResolveExecutable()
H A DTarget.cpp2408 ModuleSP exe_module_sp(target->GetExecutableModule()); in ImageSearchPathsChanged() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp385 ModuleSP exe_module_sp = target->GetExecutableModule(); in Attach() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp258 lldb::ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in DoLoadCore() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp176 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, in DebugMapModule()
192 ModuleSP exe_module_sp(m_exe_module_wp.lock()); in GetSymbolFile() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp147 ModuleSP exe_module_sp = target->GetExecutableModule(); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3574 ModuleSP exe_module_sp = target->GetExecutableModule(); in GetTarget() local