Home
last modified time | relevance | path

Searched refs:GetExecutableModule (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp238 lldb::ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in DoLoadCore()
409 ObjectFile *obj_file = GetTarget().GetExecutableModule()->GetObjectFile(); in GetImageInfoAddress()
765 lldb::ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo()
768 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp49 ModuleSP module = proc->GetTarget().GetExecutableModule(); in findSymbolAddress()
172 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable()
530 Module &module = *(m_process->GetTarget().GetExecutableModule().get()); in GetEntryPoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp81 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp266 lldb::ModuleSP module = GetTarget().GetExecutableModule(); in ProcessFreeBSD()
285 ModuleSP exe_module_sp(target_sp->GetExecutableModule()); in CanDebug()
449 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile(); in GetImageInfoAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp399 lldb::ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo()
402 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp156 ModuleSP exe_module_sp = target->GetExecutableModule(); in DoExecute()
473 ModuleSP old_exec_module_sp = target->GetExecutableModule(); in DoExecute()
509 ModuleSP new_exec_module_sp(target->GetExecutableModule()); in DoExecute()
H A DCommandObjectTarget.cpp384 ModuleSP module_sp(target_sp->GetExecutableModule()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1379 ModuleSP Target::GetExecutableModule() { in GetExecutableModule() function in Target
1394 return GetExecutableModule().get(); in GetExecutableModulePointer()
1556 ModuleSP executable_sp = GetExecutableModule(); in SetArchitecture()
2148 ModuleSP exe_module_sp(target->GetExecutableModule()); in ImageSearchPathsChanged()
2679 const bool is_main_executable = module_sp == GetExecutableModule(); in Install()
2983 const ModuleSP old_exec_module_sp = GetExecutableModule(); in Attach()
H A DProcess.cpp3170 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach()
3186 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach()
3216 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp53 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile(); in ResolveRendezvousAddress()
H A DDynamicLoaderPOSIXDYLD.cpp608 ModuleSP module = m_process->GetTarget().GetExecutableModule(); in ComputeLoadOffset()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h831 lldb::ModuleSP GetExecutableModule();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp830 ModuleSP exe_module_sp = target->GetExecutableModule(); in Attach()