New debug session class

This commit is contained in:
Nav
2022-03-24 19:07:28 +00:00
parent 01396afcec
commit df5a904a43
3 changed files with 45 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ add_executable(Bloom
src/DebugServers/GdbRsp/GdbRspDebugServer.cpp
src/DebugServers/GdbRsp/GdbDebugServerConfig.cpp
src/DebugServers/GdbRsp/Connection.cpp
src/DebugServers/GdbRsp/DebugSession.cpp
src/DebugServers/GdbRsp/CommandPackets/CommandPacket.cpp
src/DebugServers/GdbRsp/CommandPackets/CommandPacketFactory.cpp
src/DebugServers/GdbRsp/CommandPackets/SupportedFeaturesQuery.cpp