Moved GDB command packet handling to individual CommandPacket classes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user