Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp116 void SBAttachInfo::SetExecutable(SBFileSpec exe_file) { in SetExecutable()
H A DSBLaunchInfo.cpp123 void SBLaunchInfo::SetExecutableFile(SBFileSpec exe_file, in SetExecutableFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp62 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, in SetExecutableFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp786 FileSpec exe_file = launch_info.GetExecutableFile(); in SendArgumentsPacket() local