summaryrefslogtreecommitdiff
path: root/tools/idevicedebug.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-301-20/+19
* idevicedebug: Fix bad comparison between pointer and integerNikias Bassen2022-04-241-8/+8
* [clang-tidy] Fix bugprone string compareRosen Penev2022-04-221-8/+8
* idevicedebug: Add 'kill' command to kill a (debuggable) app by bundle IDNikias Bassen2022-04-021-2/+25
* idevicedebug: Improve code readability and fix kill on stopNikias Bassen2022-04-021-190/+200
* idevicedebug: Use getopt for option parsingNikias Bassen2022-03-291-67/+89
* idevicedebug: Use log_debug instead of debug_infoNikias Bassen2022-03-291-1/+1
* Reset receive params before killingBen Wagner2022-03-291-0/+5
* FormatBen Wagner2022-03-291-22/+28
* More fixesBen Wagner2022-03-291-4/+8
* Handle abortBen Wagner2022-03-291-1/+9
* Fix compileBen Wagner2022-03-291-1/+1
* Add timeout and interrupt handling to debugserver. Fix debugserver_client_han...Ben Wagner2022-03-291-66/+34
* Fix exit status logicBen Wagner2022-03-291-8/+4
* implement as documentedBen Wagner2022-03-291-17/+18
* fix zero statusBen Wagner2022-03-291-12/+14
* idevicedebug: Process "Wxx" response as "exited with code xx"Ben Wagner2022-03-291-1/+1
* idevicedebug: Process "Wxx" response as "exited with code xx"Ben Wagner2022-03-291-12/+32
* idevicedebug: Terminate QSetLogging commandShane Garrett2022-03-291-1/+1
* idevicedebug: Only decode response if not OK, otherwise it may cause a buffer...Greg Dennis2022-03-291-1/+3
* idevicedebug: Gracefully fail on invalid bundle IDsGreg Dennis2022-03-291-1/+7
* tools: Correct misspelled directionary -> dictionary in function nameNikias Bassen2022-03-291-2/+2
* idevicedebug: Add --detach option to start an app and exit idevicedebug witho...Jan Peter Stotz2020-12-101-0/+16
* tools: Unify --network command line switch and add it where missingNikias Bassen2020-06-051-3/+8
* tools: Add --version command line switchNikias Bassen2020-06-051-3/+10
* Unify usage output in all tools and add bugreport URLMartin Szulecki2020-06-041-4/+7
* idevicedebug: Rename name-colliding debug_info() to log_debug()Nikias Bassen2020-02-201-23/+26
* debugserver: Return size of the returned bufferNikias Bassen2019-11-201-10/+10
* tools: Remove length check on device UDID arguments to support newer devicesNikias Bassen2018-10-011-2/+2
* idevicedebug: Show error if container info not foundMatthias Ringwald2016-04-291-10/+8
* tools: Use PACKAGE_URL define for homepage project links in usage outputMartin Szulecki2015-10-061-1/+5
* tools: Add link to project homepage on usage outputMartin Szulecki2015-01-271-0/+1
* idevicedebug: Use more efficient instproxy_lookup instead of browsing all appsMartin Szulecki2015-01-271-20/+8
* idevicedebug: Use new return attributes helperMartin Szulecki2015-01-271-7/+1
* idevicedebug: Fix memory leak and compiler warnings regarding command creationMartin Szulecki2014-12-091-2/+6
* idevicedebug: Fix invalid write due to out of bounds access1.1.7Martin Szulecki2014-10-151-1/+1
* idevicedebug: Fix broken logic when creating app argumentsMartin Szulecki2014-10-141-3/+3
* idevicedebug: Fix redeclaration and incrementation of environment_indexMartin Szulecki2014-10-141-4/+1
* idevicedebug: Fix small memory leakMartin Szulecki2014-10-071-6/+11
* idevicedebug: Fix error variables for type consistencyMartin Szulecki2014-10-071-1/+1
* idevicedebug: Fix win32 buildNikias Bassen2014-10-031-0/+5
* Add new "idevicedebug" tool to interact with debugserver on a deviceMartin Szulecki2014-09-191-0/+518