Initial commit
This commit is contained in:
8
src/DebugServers/GdbRsp/CommandPackets/CommandPacket.cpp
Normal file
8
src/DebugServers/GdbRsp/CommandPackets/CommandPacket.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "CommandPacket.hpp"
|
||||
#include "src/DebugServers/GdbRsp/GdbRspDebugServer.hpp"
|
||||
|
||||
using namespace Bloom::DebugServers::Gdb::CommandPackets;
|
||||
|
||||
void CommandPacket::dispatchToHandler(Gdb::GdbRspDebugServer& gdbRspDebugServer) {
|
||||
gdbRspDebugServer.handleGdbPacket(*this);
|
||||
}
|
||||
Reference in New Issue
Block a user