I noticed that there are LLDB executables in the toolchain. Is it supported?
I've written a python script to install & run applications on the iOS device (not jailbroken). This script has to launch the debug server on the device and speaks enough of the GDB protocol to launch my application.
In theory, this script could function as a debug proxy server between LLDB and the device by just relaying traffic between the iOS debugserver and LLDB.
It would be really cool to have debugging on the device from Win64.
Cheers,
Graeme