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 -n, --network
26 connect to network device.
27
28 -d, --debug
29 enable communication debugging.
30
31 -h, --help
32 prints usage information.
33
34 -v, --version
35 prints version information.
36
37
39 PORT The port under which the proxy should listen for connections
40 from clients.
41
42
44 Martin Szulecki
45
46
48 https://libimobiledevice.org
49
50 https://github.com/libimobiledevice/libimobiledevice
51
52
53
54 idevicedebugserverproxy(1)