mirror of
https://github.com/pleonex/NitroDebugger.git
synced 2025-06-18 13:15:39 -04:00
1
DeSmuME RSP Supported Commands
pleonex edited this page 2014-12-07 14:02:45 -08:00
DeSmuME does not support all the commands from GDB RSP protocol.
In the following list there is a short description about supported commands.
Command | Description |
---|---|
0x03 | Interrupt execution |
? | Indicate the reason the target halted |
c | Continue |
s | Single step |
P | Set register |
G | Set general registers |
g | Get general registers |
m | Read memory |
M | Write memory |
Z / z | Insert or remove a breakpoint |