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:
@@ -34,6 +34,9 @@ namespace DebugServer::Gdb
|
||||
|
||||
/**
|
||||
* The current server configuration.
|
||||
*
|
||||
* TODO: I think this should be moved out of the DebugSession struct and passed into CommandPacket::handle()
|
||||
* function. Review after v1.1.0.
|
||||
*/
|
||||
const GdbDebugServerConfig& serverConfig;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user