GDB RSP debug server handling of TC suspension

This commit is contained in:
Nav
2021-05-30 16:53:49 +01:00
parent bd371d1830
commit 3c60fee231
2 changed files with 19 additions and 5 deletions

View File

@@ -169,6 +169,8 @@ namespace Bloom::DebugServers::Gdb
return "GDB Remote Serial Protocol DebugServer";
};
void onTargetControllerStateReported(Events::EventPointer<Events::TargetControllerStateReported> event);
/**
* If the GDB client is currently waiting for the target execution to stop, this event handler will issue
* a "stop reply" packet to the client once the target execution stops.