summaryrefslogtreecommitdiffstats
path: root/docs/idevicedebugserverproxy.1
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-09-08 16:05:01 +0200
committerGravatar Martin Szulecki2012-10-21 14:19:50 +0200
commit71840e12059b2ea84bb7ec31877c2d05a2c3aed0 (patch)
treec7467cfd4436c26631186035e84163d70b41d281 /docs/idevicedebugserverproxy.1
parent9c760c9563b88d6f5ce352a79181f33b8329c6f8 (diff)
downloadlibimobiledevice-71840e12059b2ea84bb7ec31877c2d05a2c3aed0.tar.gz
libimobiledevice-71840e12059b2ea84bb7ec31877c2d05a2c3aed0.tar.bz2
Add manpages for new tools
Diffstat (limited to 'docs/idevicedebugserverproxy.1')
-rw-r--r--docs/idevicedebugserverproxy.134
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 @@
+.TH "idevicedebugserverproxy" 1
+.SH NAME
+idevicedebugserverproxy \- Remote debugging proxy.
+.SH SYNOPSIS
+.B idevicedebugserverproxy
+[OPTIONS] PORT
+
+.SH DESCRIPTION
+
+Proxy a debugserver connection from a device for remote debugging.
+After starting up, clients can connect to PORT and communicate with the remote
+debugserver using the LLVM remote serial debugging protocol.
+Thus connecting using LLDB or a LLVM based gdb to this port would allow
+remote debugging.
+The developer disk image needs to be mounted for this service to be available.
+
+.SH OPTIONS
+.TP
+.B \-u, \-\-udid UDID
+target specific device by its 40-digit device UDID.
+.TP
+.B \-d, \-\-debug
+enable communication debugging.
+.TP
+.B \-h, \-\-help
+prints usage information.
+
+.SH USAGE
+.TP
+.B PORT
+The port under which the proxy should listen for connections from clients.
+
+.SH AUTHORS
+Martin Szulecki