/external/llvm-project/lldb/source/Target/ |
D | ProcessTrace.cpp | 118 ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo() 121 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
|
D | Target.cpp | 1348 ModuleSP Target::GetExecutableModule() { in GetExecutableModule() function in Target 1363 return GetExecutableModule().get(); in GetExecutableModulePointer() 1528 ModuleSP executable_sp = GetExecutableModule(); in SetArchitecture() 2177 ModuleSP exe_module_sp(target->GetExecutableModule()); in ImageSearchPathsChanged() 2786 const bool is_main_executable = module_sp == GetExecutableModule(); in Install() 3072 const ModuleSP old_exec_module_sp = GetExecutableModule(); in Attach()
|
D | Process.cpp | 3044 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach() 3061 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach() 3100 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in CompleteAttach()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
D | DynamicLoaderHexagonDYLD.cpp | 52 ModuleSP module = proc->GetTarget().GetExecutableModule(); in LLDB_PLUGIN_DEFINE() 175 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() 529 Module &module = *(m_process->GetTarget().GetExecutableModule().get()); in GetEntryPoint()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.cpp | 505 ModuleSP exe_module_sp(target_sp->GetExecutableModule()); in CanDebug() 603 ObjectFile *obj_file = target.GetExecutableModule()->GetObjectFile(); in GetImageInfoAddress() 625 ModuleSP executable_module = target->GetExecutableModule(); in OnExitProcess() 643 ModuleSP module = GetTarget().GetExecutableModule(); in OnDebuggerConnected()
|
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.cpp | 238 lldb::ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in DoLoadCore() 406 ObjectFile *obj_file = GetTarget().GetExecutableModule()->GetObjectFile(); in GetImageInfoAddress() 916 lldb::ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo() 919 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformMacOSX.cpp | 107 ModuleSP exe_module_sp(target.GetExecutableModule()); in GetSDKDirectory()
|
D | PlatformDarwin.cpp | 1549 ModuleSP exe_module_sp = target->GetExecutableModule(); in AddClangModuleCompilationOptionsForSDKType()
|
/external/llvm-project/lldb/source/Core/ |
D | DynamicLoader.cpp | 76 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.cpp | 260 lldb::ModuleSP module = GetTarget().GetExecutableModule(); in ProcessFreeBSD() 278 ModuleSP exe_module_sp(target_sp->GetExecutableModule()); in CanDebug() 442 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile(); in GetImageInfoAddress()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectProcess.cpp | 150 ModuleSP exe_module_sp = target->GetExecutableModule(); in DoExecute() 374 ModuleSP old_exec_module_sp = target->GetExecutableModule(); in DoExecute() 409 ModuleSP new_exec_module_sp(target->GetExecutableModule()); in DoExecute()
|
D | CommandObjectTarget.cpp | 377 ModuleSP module_sp(target_sp->GetExecutableModule()); in DoExecute()
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | ProcessMinidump.cpp | 622 lldb::ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo() 625 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DYLDRendezvous.cpp | 50 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile(); in ResolveRendezvousAddress()
|
D | DynamicLoaderPOSIXDYLD.cpp | 607 ModuleSP module = m_process->GetTarget().GetExecutableModule(); in ComputeLoadOffset()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 725 ModuleSP exe_module_sp = process->GetTarget().GetExecutableModule(); in ReadMemoryModule() 986 m_kernel.SetModule(m_process->GetTarget().GetExecutableModule()); in LoadKernelModuleIfNeeded()
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.cpp | 316 ModuleSP exe_module_sp(target.GetExecutableModule()); in DoConnectRemote()
|
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.cpp | 382 ModuleSP exe_module_sp = target->GetExecutableModule(); in Attach()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Target.h | 854 lldb::ModuleSP GetExecutableModule();
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderDarwin.cpp | 581 if (exe_idx != UINT32_MAX && !target.GetExecutableModule()) { in UpdateSpecialBinariesFromNewImageInfos()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1107 ModuleSP module_sp = GetTarget().GetExecutableModule(); in MaybeLoadExecutableModule()
|