Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |