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. Af‐
14 ter 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 -n, --network
26 connect to network device.
27
28 -l, --lldb
29 Enable lldb support.
30
31 -d, --debug
32 enable communication debugging.
33
34 -h, --help
35 prints usage information.
36
37 -v, --version
38 prints version information.
39
40
42 PORT The port under which the proxy should listen for connections
43 from clients. If omitted, the next available port will be used
44 and printed to stdout.
45
46
48 Martin Szulecki
49
50
52 https://libimobiledevice.org
53
54 https://github.com/libimobiledevice/libimobiledevice
55
56
57
58 idevicedebugserverproxy(1)