Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gdbstub: Explicitly cast return type to u8 | Morph | 2022-06-01 | 1 | -2/+2 |
| | | | | Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8. | ||||
* | core/debugger: Implement new GDB stub debugger | Liam | 2022-06-01 | 7 | -0/+1281 |