commit | cea58e5736e870d7a696e86d48f898e8c47d198f | [log] [tgz] |
---|---|---|
author | Ben Wagner <benjaminwagner@google.com> | Thu Feb 06 14:20:44 2020 -0500 |
committer | Nikias Bassen <nikias@gmx.li> | Tue Mar 29 11:59:43 2022 +0200 |
tree | 788ebd1b55a5f7084130e83d73cfd9d93ce11e3e | |
parent | dd52f8ffc25032dd1ec5fb6a39e97a7c3a848d10 [diff] |
idevicedebug: Process "Wxx" response as "exited with code xx"
diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c index 7b49a46..36a4fa7 100644 --- a/tools/idevicedebug.c +++ b/tools/idevicedebug.c
@@ -241,7 +241,7 @@ char* response = NULL; debugserver_command_t command = NULL; debugserver_error_t dres = DEBUGSERVER_E_UNKNOWN_ERROR; - int exit_status = -1; + int exit_status = -1; /* map signals */ signal(SIGINT, on_signal);