diff options
| author | 2012-09-08 16:05:01 +0200 | |
|---|---|---|
| committer | 2012-10-21 14:19:50 +0200 | |
| commit | 71840e12059b2ea84bb7ec31877c2d05a2c3aed0 (patch) | |
| tree | c7467cfd4436c26631186035e84163d70b41d281 /docs/idevicedebugserverproxy.1 | |
| parent | 9c760c9563b88d6f5ce352a79181f33b8329c6f8 (diff) | |
| download | libimobiledevice-71840e12059b2ea84bb7ec31877c2d05a2c3aed0.tar.gz libimobiledevice-71840e12059b2ea84bb7ec31877c2d05a2c3aed0.tar.bz2 | |
Add manpages for new tools
Diffstat (limited to 'docs/idevicedebugserverproxy.1')
| -rw-r--r-- | docs/idevicedebugserverproxy.1 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/idevicedebugserverproxy.1 b/docs/idevicedebugserverproxy.1 new file mode 100644 index 0000000..46dfeb7 --- /dev/null +++ b/docs/idevicedebugserverproxy.1 | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | .TH "idevicedebugserverproxy" 1 | ||
| 2 | .SH NAME | ||
| 3 | idevicedebugserverproxy \- Remote debugging proxy. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B idevicedebugserverproxy | ||
| 6 | [OPTIONS] PORT | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Proxy a debugserver connection from a device for remote debugging. | ||
| 11 | After starting up, clients can connect to PORT and communicate with the remote | ||
| 12 | debugserver using the LLVM remote serial debugging protocol. | ||
| 13 | Thus connecting using LLDB or a LLVM based gdb to this port would allow | ||
| 14 | remote debugging. | ||
| 15 | The developer disk image needs to be mounted for this service to be available. | ||
| 16 | |||
| 17 | .SH OPTIONS | ||
| 18 | .TP | ||
| 19 | .B \-u, \-\-udid UDID | ||
| 20 | target specific device by its 40-digit device UDID. | ||
| 21 | .TP | ||
| 22 | .B \-d, \-\-debug | ||
| 23 | enable communication debugging. | ||
| 24 | .TP | ||
| 25 | .B \-h, \-\-help | ||
| 26 | prints usage information. | ||
| 27 | |||
| 28 | .SH USAGE | ||
| 29 | .TP | ||
| 30 | .B PORT | ||
| 31 | The port under which the proxy should listen for connections from clients. | ||
| 32 | |||
| 33 | .SH AUTHORS | ||
| 34 | Martin Szulecki | ||
