mirror of https://github.com/mgba-emu/mgba.git
Fix GDB stub not responding to invalid Z packets
This commit is contained in:
parent
c1abe54ec9
commit
98cb4698f8
|
@ -297,6 +297,8 @@ static void _setBreakpoint(struct GDBStub* stub, const char* message) {
|
|||
case '3':
|
||||
// TODO: Watchpoints
|
||||
default:
|
||||
stub->outgoing[0] = '\0';
|
||||
_sendMessage(stub);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue