Refactored GDB server base class, making it a template class, allowing for much more flexibility for derived target-specific implementations
This commit is contained in:
@@ -14,6 +14,8 @@ namespace DebugServer::Gdb::CommandPackets
|
||||
public:
|
||||
explicit CommandPacket(const RawPacket& rawPacket);
|
||||
|
||||
virtual ~CommandPacket() = default;
|
||||
|
||||
/**
|
||||
* Should handle the command for the current active debug session.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user