Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp65 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, in SetExecutableFile()
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp379 if (FileSpec exe_file = launch_info.GetExecutableFile()) in LaunchProcess() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp761 if (FileSpec exe_file = launch_info.GetExecutableFile()) in DoLaunch() local