Searched refs:exe_file (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp182 PlatformFreeBSD::ResolveExecutable (const FileSpec &exe_file, argument
191 FileSpec resolved_exe_file (exe_file);
195 // If we have "ls" as the exe_file, resolve the executable location based on
199 exe_file.GetPath(exe_path, sizeof(exe_path));
210 exe_file.GetPath(exe_path, sizeof(exe_path));
218 error = m_remote_platform_sp->ResolveExecutable (exe_file,
235 exe_file.GetPath(exe_path, sizeof(exe_path));
256 exe_file.GetPath().c_str(),
291 exe_file.GetPath().c_str(),
H A DPlatformFreeBSD.h83 ResolveExecutable (const lldb_private::FileSpec &exe_file,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h67 ResolveExecutable (const lldb_private::FileSpec &exe_file,
H A DPlatformRemoteGDBServer.cpp107 PlatformRemoteGDBServer::ResolveExecutable (const FileSpec &exe_file, argument
114 if (m_gdb_client.GetFileExists(exe_file))
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp829 Platform::ResolveExecutable (const FileSpec &exe_file, argument
835 if (exe_file.Exists())
837 ModuleSpec module_spec (exe_file, exe_arch);
867 exe_file.GetPath().c_str());
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h148 SetExecutable (lldb::SBFileSpec exe_file);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h172 SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg) argument
174 if (exe_file)
176 m_executable = exe_file;
180 if (exe_file.GetPath(filename, sizeof(filename)))
H A DPlatform.h118 /// executable \a exe_file.
121 /// select the correct architecture slice within \a exe_file by
126 /// default architecture from \a exe_file. Any application bundles
135 ResolveExecutable (const FileSpec &exe_file,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp362 SBAttachInfo::SetExecutable (SBFileSpec exe_file) argument
364 if (exe_file.IsValid())
365 m_opaque_sp->GetExecutableFile() = exe_file.ref();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1173 FileSpec exe_file = launch_info.GetExecutableFile(); local
1177 if (exe_file)
1178 exe_path = exe_file.GetPath();

Completed in 129 milliseconds