Home
last modified time | relevance | path

Searched defs:exe_file (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp65 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, in SetExecutableFile()
/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp115 void SBAttachInfo::SetExecutable(SBFileSpec exe_file) { in SetExecutable()
H A DSBLaunchInfo.cpp123 void SBLaunchInfo::SetExecutableFile(SBFileSpec exe_file, in SetExecutableFile()
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp379 if (FileSpec exe_file = launch_info.GetExecutableFile()) LaunchProcess() local
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp871 for (const auto &exe_file : in ExamineKextForMatchingUUID() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp761 if (FileSpec exe_file = launch_info.GetExecutableFile()) in DoLaunch() local