1idevicedebugserverproxy(1) General Commands Manual idevicedebugserverproxy(1)
2
3
4
6 idevicedebugserverproxy - Remote debugging proxy.
7
9 idevicedebugserverproxy [OPTIONS] PORT
10
11
13 Proxy a debugserver connection from a device for remote debugging.
14 After starting up, clients can connect to PORT and communicate with the
15 remote debugserver using the LLVM remote serial debugging protocol.
16 Thus connecting using LLDB or a LLVM based gdb to this port would allow
17 remote debugging. The developer disk image needs to be mounted for
18 this service to be available.
19
20
22 -u, --udid UDID
23 target specific device by UDID.
24
25 -d, --debug
26 enable communication debugging.
27
28 -h, --help
29 prints usage information.
30
31
33 PORT The port under which the proxy should listen for connections
34 from clients.
35
36
38 Martin Szulecki
39
40
42 http://libimobiledevice.org
43
44
45
46 idevicedebugserverproxy(1)