Replaced ReportTargetControllerState event with TC command and renamed TargetControllerStateReported event

This commit is contained in:
Nav
2022-04-27 21:27:59 +01:00
parent f42abe1342
commit 687e28718c
12 changed files with 46 additions and 91 deletions

View File

@@ -23,7 +23,7 @@
#include "Feature.hpp"
#include "CommandPackets/CommandPacket.hpp"
#include "src/EventManager/Events/TargetControllerStateReported.hpp"
#include "src/EventManager/Events/TargetControllerStateChanged.hpp"
#include "src/EventManager/Events/TargetExecutionStopped.hpp"
namespace Bloom::DebugServer::Gdb
@@ -186,7 +186,7 @@ namespace Bloom::DebugServer::Gdb
*
* @param event
*/
void onTargetControllerStateReported(const Events::TargetControllerStateReported& event);
void onTargetControllerStateChanged(const Events::TargetControllerStateChanged& event);
/**
* If the GDB client is currently waiting for the target execution to stop, this event handler will issue