aboutsummaryrefslogtreecommitdiff
path: root/src/core/debugger/gdbstub.cpp
AgeCommit message (Collapse)Author
2022-06-01gdbstub: Explicitly cast return type to u8Morph
Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
2022-06-01core/debugger: Implement new GDB stub debuggerLiam