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

@ -124,6 +124,7 @@
<ClCompile Include="gpu_sw_backend.cpp" />
<ClCompile Include="gte.cpp" />
<ClCompile Include="dma.cpp" />
<ClCompile Include="gdb_protocol.cpp" />
<ClCompile Include="gpu.cpp" />
<ClCompile Include="gpu_hw.cpp" />
<ClCompile Include="gpu_hw_opengl.cpp" />
@ -198,6 +199,7 @@
<ClInclude Include="gte.h" />
<ClInclude Include="cpu_types.h" />
<ClInclude Include="dma.h" />
<ClCompile Include="gdb_protocol.h" />
<ClInclude Include="gpu.h" />
<ClInclude Include="gpu_hw.h" />
<ClInclude Include="gpu_hw_opengl.h" />