Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
specifically check for new libplist API
|
|
|
|
|
|
|
|
|
|
|
|
Instead of relaying data via usbmuxd this change will have it connect directly to
the device via network after retrieving its address from usbmuxd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
commit
|
|
when installed in non-standard prefix
|
|
|
|
to allow access to the unprocessed raw data
|
|
Also adds support for the long argument `--network` for `-n` as stated in the usage
|
|
|
|
|
|
Format functions expect a constant expression, not a variable.
Simplified the code slightly.
|
|
|
|
The encoding of the "A" command in idevicedebug had issues when encoding a character with a value > 0x7F such as some UTF-8 characters.
|
|
This makes debug_print_line consistent with debug_buffer and among other things, ensures output from `idevicedebug run` can be easily divided into output from the app itself (stdout) from debug output from libimobiledevice (stderr).
|
|
|
|
|
|
This allows proper handling the timeout case in debugserver_client_receive_with_timeout
|
|
send SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|