Renamed DebugSession::targetDescriptor to DebugSession::gdbTargetDescriptor

This commit is contained in:
Nav
2022-05-04 19:49:18 +01:00
parent cfb1152423
commit 38f6f21627
4 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ namespace Bloom::DebugServer::Gdb
public:
Connection connection;
const TargetDescriptor& targetDescriptor;
const TargetDescriptor& gdbTargetDescriptor;
/**
* When the GDB client is waiting for the target to halt, this is set to true so we know when to notify the