Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-20 | debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUT | Demyan Kimitsa | 1 | -0/+1 | |
This allows proper handling the timeout case in debugserver_client_receive_with_timeout | |||||
2019-11-20 | debugserver: Return size of the returned buffer | Nikias Bassen | 1 | -2/+4 | |
2015-01-27 | debugserver: Make debugserver_client_set_ack_mode() public | Martin Szulecki | 1 | -0/+14 | |
2014-12-09 | debugserver: Remove const argv requirement for creating commands | Martin Szulecki | 1 | -1/+1 | |
2014-10-05 | Convert int16_t macro error types into enum to improve debugging/type-checking | Martin Szulecki | 1 | -12/+9 | |
This simple change provides various benefits for developers like compile time errors, better auto-completition in editors and the ability of a debugger to show the constant instead of just the raw value. Thanks to Aaron Burghardt for the proposal. | |||||
2014-09-19 | Add protocol implementation for debugserver service | Martin Szulecki | 1 | -0/+235 | |