index
:
libimobiledevice
master
stable-1-0-0
webinspectorproxy
work
A cross-platform protocol library to access iOS devices
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
idevicedebug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-30
tools: Use getopt for option parsing in all tools
Nikias Bassen
1
-20
/
+19
2022-04-24
idevicedebug: Fix bad comparison between pointer and integer
Nikias Bassen
1
-8
/
+8
2022-04-22
[clang-tidy] Fix bugprone string compare
Rosen Penev
1
-8
/
+8
2022-04-02
idevicedebug: Add 'kill' command to kill a (debuggable) app by bundle ID
Nikias Bassen
1
-2
/
+25
2022-04-02
idevicedebug: Improve code readability and fix kill on stop
Nikias Bassen
1
-190
/
+200
2022-03-29
idevicedebug: Use getopt for option parsing
Nikias Bassen
1
-67
/
+89
2022-03-29
idevicedebug: Use log_debug instead of debug_info
Nikias Bassen
1
-1
/
+1
2022-03-29
Reset receive params before killing
Ben Wagner
1
-0
/
+5
2022-03-29
Format
Ben Wagner
1
-22
/
+28
2022-03-29
More fixes
Ben Wagner
1
-4
/
+8
2022-03-29
Handle abort
Ben Wagner
1
-1
/
+9
2022-03-29
Fix compile
Ben Wagner
1
-1
/
+1
2022-03-29
Add timeout and interrupt handling to debugserver. Fix debugserver_client_han...
Ben Wagner
1
-66
/
+34
2022-03-29
Fix exit status logic
Ben Wagner
1
-8
/
+4
2022-03-29
implement as documented
Ben Wagner
1
-17
/
+18
2022-03-29
fix zero status
Ben Wagner
1
-12
/
+14
2022-03-29
idevicedebug: Process "Wxx" response as "exited with code xx"
Ben Wagner
1
-1
/
+1
2022-03-29
idevicedebug: Process "Wxx" response as "exited with code xx"
Ben Wagner
1
-12
/
+32
2022-03-29
idevicedebug: Terminate QSetLogging command
Shane Garrett
1
-1
/
+1
2022-03-29
idevicedebug: Only decode response if not OK, otherwise it may cause a buffer...
Greg Dennis
1
-1
/
+3
2022-03-29
idevicedebug: Gracefully fail on invalid bundle IDs
Greg Dennis
1
-1
/
+7
2022-03-29
tools: Correct misspelled directionary -> dictionary in function name
Nikias Bassen
1
-2
/
+2
2020-12-10
idevicedebug: Add --detach option to start an app and exit idevicedebug witho...
Jan Peter Stotz
1
-0
/
+16
2020-06-05
tools: Unify --network command line switch and add it where missing
Nikias Bassen
1
-3
/
+8
2020-06-05
tools: Add --version command line switch
Nikias Bassen
1
-3
/
+10
2020-06-04
Unify usage output in all tools and add bugreport URL
Martin Szulecki
1
-4
/
+7
2020-02-20
idevicedebug: Rename name-colliding debug_info() to log_debug()
Nikias Bassen
1
-23
/
+26
2019-11-20
debugserver: Return size of the returned buffer
Nikias Bassen
1
-10
/
+10
2018-10-01
tools: Remove length check on device UDID arguments to support newer devices
Nikias Bassen
1
-2
/
+2
2016-04-29
idevicedebug: Show error if container info not found
Matthias Ringwald
1
-10
/
+8
2015-10-06
tools: Use PACKAGE_URL define for homepage project links in usage output
Martin Szulecki
1
-1
/
+5
2015-01-27
tools: Add link to project homepage on usage output
Martin Szulecki
1
-0
/
+1
2015-01-27
idevicedebug: Use more efficient instproxy_lookup instead of browsing all apps
Martin Szulecki
1
-20
/
+8
2015-01-27
idevicedebug: Use new return attributes helper
Martin Szulecki
1
-7
/
+1
2014-12-09
idevicedebug: Fix memory leak and compiler warnings regarding command creation
Martin Szulecki
1
-2
/
+6
2014-10-15
idevicedebug: Fix invalid write due to out of bounds access
1.1.7
Martin Szulecki
1
-1
/
+1
2014-10-14
idevicedebug: Fix broken logic when creating app arguments
Martin Szulecki
1
-3
/
+3
2014-10-14
idevicedebug: Fix redeclaration and incrementation of environment_index
Martin Szulecki
1
-4
/
+1
2014-10-07
idevicedebug: Fix small memory leak
Martin Szulecki
1
-6
/
+11
2014-10-07
idevicedebug: Fix error variables for type consistency
Martin Szulecki
1
-1
/
+1
2014-10-03
idevicedebug: Fix win32 build
Nikias Bassen
1
-0
/
+5
2014-09-19
Add new "idevicedebug" tool to interact with debugserver on a device
Martin Szulecki
1
-0
/
+518