Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcessTrace.cpp111 ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo()
114 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
H A DTarget.cpp1372 ModuleSP Target::GetExecutableModule() { in GetExecutableModule() function in Target
1387 return GetExecutableModule().get(); in GetExecutableModulePointer()
1559 ModuleSP executable_sp = GetExecutableModule(); in SetArchitecture()
2328 ModuleSP exe_module_sp(target->GetExecutableModule()); in ImageSearchPathsChanged()
2969 const bool is_main_executable = module_sp == GetExecutableModule(); in Install()
3312 const ModuleSP old_exec_module_sp = GetExecutableModule(); in Attach()
H A DProcess.cpp2973 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach()
2988 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach()
3020 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp53 ModuleSP module = proc->GetTarget().GetExecutableModule(); in LLDB_PLUGIN_DEFINE()
165 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable()
519 Module &module = *(m_process->GetTarget().GetExecutableModule().get()); in GetEntryPoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp77 ModuleSP executable = target_sp->GetExecutableModule(); in CreateInstance()
270 ModuleSP mod_sp = GetTarget().GetExecutableModule(); in FindSymbol()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp392 lldb::ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo()
395 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp255 lldb::ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in DoLoadCore()
459 ObjectFile *obj_file = GetTarget().GetExecutableModule()->GetObjectFile(); in GetImageInfoAddress()
1018 lldb::ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo()
1021 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp103 ModuleSP exe_module_sp(target.GetExecutableModule()); in GetSDKDirectory()
H A DPlatformDarwin.cpp1049 ModuleSP exe_module_sp = target->GetExecutableModule(); in AddClangModuleCompilationOptionsForSDKType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp514 ModuleSP exe_module_sp(target_sp->GetExecutableModule()); in CanDebug()
616 ObjectFile *obj_file = target.GetExecutableModule()->GetObjectFile(); in GetImageInfoAddress()
638 ModuleSP executable_module = target->GetExecutableModule(); in OnExitProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp58 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile(); in ResolveRendezvousAddress()
68 target->GetExecutableModule()->FindFirstSymbolWithNameAndType( in ResolveRendezvousAddress()
H A DDynamicLoaderPOSIXDYLD.cpp681 ModuleSP module = m_process->GetTarget().GetExecutableModule(); in ComputeLoadOffset()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp294 if (ModuleSP module = GetTarget().GetExecutableModule()) in DoLoadCore()
619 lldb::ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo()
622 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp166 ModuleSP exe_module_sp = target->GetExecutableModule(); in DoExecute()
273 exe_module_sp = target->GetExecutableModule(); in DoExecute()
416 ModuleSP old_exec_module_sp = target->GetExecutableModule(); in DoExecute()
442 ModuleSP new_exec_module_sp(target->GetExecutableModule()); in DoExecute()
H A DCommandObjectTarget.cpp387 ModuleSP module_sp(target_sp->GetExecutableModule()); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDynamicLoader.cpp78 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable()
H A DIOHandlerCursesGUI.cpp2958 ModuleSP module_sp = target->GetExecutableModule(); in GetDefaultProcessName()
3160 ModuleSP module_sp(target_sp->GetExecutableModule()); in SetSymbolFile()
3197 ModuleSP module_sp(target_sp->GetExecutableModule()); in SetRemoteFile()
3414 ModuleSP executable_module = target->GetExecutableModule(); in GetExecutableSettings()
3575 ModuleSP exe_module_sp = target->GetExecutableModule(); in GetTarget()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp303 ModuleSP exe_module_sp(target.GetExecutableModule()); in DoConnectRemote()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp385 ModuleSP exe_module_sp = target->GetExecutableModule(); in Attach()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h889 lldb::ModuleSP GetExecutableModule();
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp954 ModuleSP module_sp = m_process->GetTarget().GetExecutableModule(); in LoadKernelModuleIfNeeded()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp561 if (exe_idx != UINT32_MAX && !target.GetExecutableModule()) { in UpdateSpecialBinariesFromNewImageInfos()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1036 ModuleSP module_sp = GetTarget().GetExecutableModule(); in MaybeLoadExecutableModule()