Moved GDB command packet handling to individual CommandPacket classes

This commit is contained in:
Nav
2022-03-24 19:17:41 +00:00
parent df5a904a43
commit 2b3a6fd27f
31 changed files with 582 additions and 583 deletions

View File

@@ -28,7 +28,7 @@ namespace Bloom::DebugServers::Gdb::CommandPackets
init();
}
void dispatchToHandler(Gdb::GdbRspDebugServer& gdbRspDebugServer) override;
void handle(DebugSession& debugSession, TargetControllerConsole& targetControllerConsole) override;
private:
void init();