diff options
author | 2021-09-14 17:08:09 +0800 | |
---|---|---|
committer | 2022-07-03 01:48:07 +0200 | |
commit | 2eec1b9a172354c8521123a767d998b17bd2ac18 (patch) | |
tree | 95c84fca46dc15e71c012f11e41b01e1255fa135 /docs | |
parent | 32d531a955b9a099e3418e84ef31f4b041974a4d (diff) | |
download | libimobiledevice-2eec1b9a172354c8521123a767d998b17bd2ac18.tar.gz libimobiledevice-2eec1b9a172354c8521123a767d998b17bd2ac18.tar.bz2 |
idevicedebugserverproxy: Add support for 'qLaunchGDBServer' command of lldb
Diffstat (limited to 'docs')
-rw-r--r-- | docs/idevicedebugserverproxy.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/idevicedebugserverproxy.1 b/docs/idevicedebugserverproxy.1 index 248c694..69200ee 100644 --- a/docs/idevicedebugserverproxy.1 +++ b/docs/idevicedebugserverproxy.1 | |||
@@ -22,6 +22,9 @@ target specific device by UDID. | |||
22 | .B \-n, \-\-network | 22 | .B \-n, \-\-network |
23 | connect to network device. | 23 | connect to network device. |
24 | .TP | 24 | .TP |
25 | .B \-l, \-\-lldb | ||
26 | Enable lldb support. | ||
27 | .TP | ||
25 | .B \-d, \-\-debug | 28 | .B \-d, \-\-debug |
26 | enable communication debugging. | 29 | enable communication debugging. |
27 | .TP | 30 | .TP |