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.cpp305 ModuleSP exe_module_sp; in CreateTargetInternal() local
H A DProcess.cpp3123 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach() local
3138 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach() local
3173 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach() local
H A DPlatform.cpp736 lldb::ModuleSP &exe_module_sp, in ResolveExecutable()
H A DTarget.cpp2590 ModuleSP exe_module_sp(target->GetExecutableModule()); in ImageSearchPathsChanged() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp391 ModuleSP exe_module_sp = target->GetExecutableModule(); in Attach() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp178 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, in DebugMapModule()
194 ModuleSP exe_module_sp(m_exe_module_wp.lock()); in GetSymbolFile() 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/Commands/
H A DCommandObjectProcess.cpp150 ModuleSP exe_module_sp = target->GetExecutableModule(); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3575 ModuleSP exe_module_sp = target->GetExecutableModule(); in GetTarget() local