Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp98 struct MainExecutableInstaller { struct
100 MainExecutableInstaller(PlatformSP platform, ModuleSP module, TargetSP target, in MainExecutableInstaller() function
108 void setupRemoteFile() const { in setupRemoteFile()
115 PlatformSP m_platform;
116 ModuleSP m_module;
117 const FileSpec m_local_file;
118 const FileSpec m_remote_file;
121 static FileSpec getRemoteFileSpec(PlatformSP platform, TargetSP target, in getRemoteFileSpec()
137 ProcessLaunchInfo &m_launch_info;