diff options
author | Ruipu Ma | 2021-09-14 17:08:09 +0800 |
---|---|---|
committer | Nikias Bassen | 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. .B \-n, \-\-network connect to network device. .TP +.B \-l, \-\-lldb +Enable lldb support. +.TP .B \-d, \-\-debug enable communication debugging. .TP |