Home
last modified time | relevance | path

Searched refs:m_remote_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp88 m_remote_file{m_module->GetRemoteInstallFileSpec()} {}
90 void setupRemoteFile() const { m_module->SetPlatformFileSpec(m_remote_file); } in setupRemoteFile()
95 const FileSpec m_remote_file; member
104 m_remote_file{
109 m_module->SetPlatformFileSpec(m_remote_file); in setupRemoteFile()
110 m_launch_info.SetExecutableFile(m_remote_file, in setupRemoteFile()
112 m_platform->SetFilePermissions(m_remote_file, 0700 /*-rwx------*/); in setupRemoteFile()
118 const FileSpec m_remote_file; member
143 if (!installer.m_local_file || !installer.m_remote_file) in installExecutable()
147 installer.m_remote_file); in installExecutable()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp230 m_remote_file( in CommandObjectTargetCreate()
241 m_option_group.Append(&m_remote_file, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectTargetCreate()
254 FileSpec remote_file(m_remote_file.GetOptionValue().GetCurrentValue()); in DoExecute()
459 OptionGroupFile m_remote_file; member in CommandObjectTargetCreate