summaryrefslogtreecommitdiffstats
path: root/docs/idevicedebugserverproxy.1
AgeCommit message (Collapse)AuthorFilesLines
2022-07-03idevicedebugserverproxy: Add support for 'qLaunchGDBServer' command of lldbGravatar Ruipu Ma1-0/+3
2022-03-29idevicedebugserverproxy: Allow binding to any available portGravatar Elias Naur1-1/+2
To eliminate crosstalk between multiple proxies and their clients, add support for binding to any free port provided by the OS to idevicedebugserverproxy. To bind to any port, leave out the port argument to idevicedebugserverproxy. In that case, the proxy will print out a line with the port so clients can connect to it. This is useful for a CI macOS host with multiple iDevices connected, and where many independent tests each want their own proxy instance connected to a particular device.
2020-06-05docs: Update man pages with new command line switchesGravatar Nikias Bassen1-2/+8
2020-06-04Update project URLs in all man pagesGravatar Martin Szulecki1-1/+3
2018-10-01tools: Remove length check on device UDID arguments to support newer devicesGravatar Nikias Bassen1-1/+1
The 40 characters length check on the device UDID made newer devices unusable with the libimobiledevice tools and was actually redundant since an invalid UDID will always fail to resolve. This commit removes the length check alltogether (but makes sure it is not an empty string "").
2015-01-27docs: Add link to project homepageGravatar Martin Szulecki1-0/+3
2012-10-21Add manpages for new toolsGravatar Martin Szulecki1-0/+34