Lines Matching defs:remote
1501 # Utility functions for path manipulation on remote platforms
1506 # TODO: update with actual platform name for remote windows once it exists
1507 if lldb.remote_platform.GetName() == "remote-windows":
1513 remote = lldb.remote_platform
1514 if remote:
1515 return join_remote_paths(remote.GetWorkingDirectory(), *paths)
1534 # No remote platform; fall back to using local python signals.
1627 def read_file_on_target(test, remote):
1631 lldb.SBFileSpec(remote, False), lldb.SBFileSpec(local, True)
1634 error.Success(), "Reading file {0} failed: {1}".format(remote, error)
1637 local = remote
1666 """parse a gdb-remote packet log file and extract the response to qProcessInfo"""
1684 """parse a gdb-remote packet log file and extract the *last* complete