New GdbDebugServerConfig class, for GDB specific config parameters

This commit is contained in:
Nav
2022-03-19 15:15:36 +00:00
parent 26474150d7
commit 18f08d8faa
3 changed files with 49 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ add_executable(Bloom
# Debug servers
src/DebugServers/DebugServer.cpp
src/DebugServers/GdbRsp/GdbRspDebugServer.cpp
src/DebugServers/GdbRsp/GdbDebugServerConfig.cpp
src/DebugServers/GdbRsp/AvrGdbRsp/AvrGdbRsp.cpp
src/DebugServers/GdbRsp/Connection.cpp
src/DebugServers/GdbRsp/CommandPackets/CommandPacket.cpp