Searched refs:remote_path (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/types/ |
| H A D | AbstractBase.py | 97 remote_path = lldbutil.append_to_process_working_directory(self, 100 'process launch -- {remote}'.format(remote=remote_path)) 103 remote=remote_path, local=self.golden_filename))
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| H A D | gdbremote_testcase.py | 502 remote_path = lldbutil.append_to_process_working_directory(self, 504 remote_file_spec = lldb.SBFileSpec(remote_path, False) 510 (inferior_exe_path, remote_path, err)) 511 inferior_exe_path = remote_path 1557 remote_path = lldbutil.append_to_process_working_directory(self, 1559 remote_file_spec = lldb.SBFileSpec(remote_path, False) 1564 (exe_path, remote_path, err)) 1565 return [remote_path]
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 392 std::string remote_path = remote_file.GetPath(); in DoExecute() local 393 target_sp->SetArg0(remote_path.c_str()); in DoExecute()
|