Renamed AvrGdbRsp directory to AvrGdb and moved target register functions to new GDB target descriptor class

This commit is contained in:
Nav
2022-03-24 19:06:09 +00:00
parent 5d58bbde07
commit 01396afcec
7 changed files with 156 additions and 146 deletions

View File

@@ -10,7 +10,7 @@
#include "src/Helpers/Thread.hpp"
#include "src/TargetController/TargetController.hpp"
#include "src/DebugServers/GdbRsp/AvrGdbRsp/AvrGdbRsp.hpp"
#include "src/DebugServers/GdbRsp/AvrGdb/AvrGdbRsp.hpp"
#include "src/Insight/Insight.hpp"
#include "src/SignalHandler/SignalHandler.hpp"