Core: Implement GDB protocol

This commit is contained in:
Jean-Baptiste Boric
2020-12-17 18:29:10 +01:00
committed by Connor McLaughlin
parent 9b40c8ffa6
commit abd2399aaf
5 changed files with 338 additions and 0 deletions

View File

@ -28,6 +28,8 @@ add_library(core
digital_controller.h
dma.cpp
dma.h
gdb_protocol.cpp
gdb_protocol.h
gpu.cpp
gpu.h
gpu_backend.cpp