idevicedebugserverproxy.1 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .TH "idevicedebugserverproxy" 1
  2. .SH NAME
  3. idevicedebugserverproxy \- Remote debugging proxy.
  4. .SH SYNOPSIS
  5. .B idevicedebugserverproxy
  6. [OPTIONS] [PORT]
  7. .SH DESCRIPTION
  8. Proxy a debugserver connection from a device for remote debugging.
  9. After starting up, clients can connect to PORT and communicate with the remote
  10. debugserver using the LLVM remote serial debugging protocol.
  11. Thus connecting using LLDB or a LLVM based gdb to this port would allow
  12. remote debugging.
  13. The developer disk image needs to be mounted for this service to be available.
  14. .SH OPTIONS
  15. .TP
  16. .B \-u, \-\-udid UDID
  17. target specific device by UDID.
  18. .TP
  19. .B \-n, \-\-network
  20. connect to network device.
  21. .TP
  22. .B \-l, \-\-lldb
  23. Enable lldb support.
  24. .TP
  25. .B \-d, \-\-debug
  26. enable communication debugging.
  27. .TP
  28. .B \-h, \-\-help
  29. prints usage information.
  30. .TP
  31. .B \-v, \-\-version
  32. prints version information.
  33. .SH USAGE
  34. .TP
  35. .B PORT
  36. The port under which the proxy should listen for connections from clients.
  37. If omitted, the next available port will be used and printed to stdout.
  38. .SH AUTHORS
  39. Martin Szulecki
  40. .SH ON THE WEB
  41. https://libimobiledevice.org
  42. https://github.com/libimobiledevice/libimobiledevice