Passed target state to GDB command handlers, and removed unnecessary PC read

This commit is contained in:
Nav
2024-12-14 16:17:02 +00:00
parent 87ffc10306
commit 48a7ae5dd0
55 changed files with 66 additions and 25 deletions

View File

@@ -45,6 +45,7 @@ namespace DebugServer::Gdb::AvrGdb::CommandPackets
DebugSession& debugSession,
const AvrGdbTargetDescriptor& gdbTargetDescriptor,
const Targets::TargetDescriptor& targetDescriptor,
const Targets::TargetState& targetState,
TargetControllerService& targetControllerService
) {
using Targets::Microchip::Avr8::OpcodeDecoder::Decoder;