summaryrefslogtreecommitdiffstats
path: root/tools/idevicedebug.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-10idevicedebug: Add --detach option to start an app and exit idevicedebug ↵Gravatar Jan Peter Stotz1-0/+16
without killing the app
2020-06-05tools: Unify --network command line switch and add it where missingGravatar Nikias Bassen1-3/+8
2020-06-05tools: Add --version command line switchGravatar Nikias Bassen1-3/+10
2020-06-04Unify usage output in all tools and add bugreport URLGravatar Martin Szulecki1-4/+7
2020-02-20idevicedebug: Rename name-colliding debug_info() to log_debug()Gravatar Nikias Bassen1-23/+26
2019-11-20debugserver: Return size of the returned bufferGravatar Nikias Bassen1-10/+10
2018-10-01tools: Remove length check on device UDID arguments to support newer devicesGravatar Nikias Bassen1-2/+2
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 "").
2016-04-29idevicedebug: Show error if container info not foundGravatar Matthias Ringwald1-10/+8
2015-10-06tools: Use PACKAGE_URL define for homepage project links in usage outputGravatar Martin Szulecki1-1/+5
2015-01-27tools: Add link to project homepage on usage outputGravatar Martin Szulecki1-0/+1
2015-01-27idevicedebug: Use more efficient instproxy_lookup instead of browsing all appsGravatar Martin Szulecki1-20/+8
2015-01-27idevicedebug: Use new return attributes helperGravatar Martin Szulecki1-7/+1
2014-12-09idevicedebug: Fix memory leak and compiler warnings regarding command creationGravatar Martin Szulecki1-2/+6
2014-10-15idevicedebug: Fix invalid write due to out of bounds access1.1.7Gravatar Martin Szulecki1-1/+1
2014-10-14idevicedebug: Fix broken logic when creating app argumentsGravatar Martin Szulecki1-3/+3
2014-10-14idevicedebug: Fix redeclaration and incrementation of environment_indexGravatar Martin Szulecki1-4/+1
2014-10-07idevicedebug: Fix small memory leakGravatar Martin Szulecki1-6/+11
2014-10-07idevicedebug: Fix error variables for type consistencyGravatar Martin Szulecki1-1/+1
2014-10-03idevicedebug: Fix win32 buildGravatar Nikias Bassen1-0/+5
2014-09-19Add new "idevicedebug" tool to interact with debugserver on a deviceGravatar Martin Szulecki1-0/+518