Fixed bug with GDB interrupts not being serviced properly

This commit is contained in:
Nav
2023-05-07 19:44:19 +01:00
parent c502b02c58
commit 8a6f1e8659
4 changed files with 61 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ namespace Bloom::DebugServer::Gdb
*/
bool waitingForBreak = false;
bool pendingInterrupt = false;
/**
* When the user attempts to program the target via GDB's 'load' command, GDB will send a number of
* FlashWrite (vFlashWrite) packets to Bloom. We group the data in these packets and flush it all at once, upon