summaryrefslogtreecommitdiffstats
path: root/src/debugserver.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-14debugserver: Fix for iOS 13Gravatar Nikias Bassen1-0/+1
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-4/+4
2015-01-27debugserver: Make debugserver_client_set_ack_mode() publicGravatar Martin Szulecki1-1/+1
2014-12-09debugserver: Return enum error type instead of int for type consistencyGravatar Martin Szulecki1-1/+1
2014-12-09debugserver: Remove const argv requirement for creating commandsGravatar Martin Szulecki1-2/+5
2014-10-09debugserver: Fix wrong service_error_t return type in debugserver_client_send()Gravatar Martin Szulecki1-1/+1
2014-10-03debugserver: Fix compiler warning about missing bracesGravatar Martin Szulecki1-2/+4
2014-10-03Avoid exporting non-public symbolsGravatar Martin Szulecki1-14/+14
2014-09-19Add protocol implementation for debugserver serviceGravatar Martin Szulecki1-0/+620