Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp182 PlatformFreeBSD::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp107 PlatformRemoteGDBServer::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DPlatform.cpp829 Platform::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp1173 FileSpec exe_file = launch_info.GetExecutableFile(); in SendArgumentsPacket() local
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DProcess.h172 SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg) in SetExecutableFile()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBTarget.cpp362 SBAttachInfo::SetExecutable (SBFileSpec exe_file) in SetExecutable()