This commit is contained in:
Nav
2022-12-10 19:23:06 +00:00
parent ffe4f5bfc5
commit 6b7f0fd234
5 changed files with 22 additions and 30 deletions

View File

@@ -179,7 +179,7 @@ namespace Bloom::DebugServer::Gdb
this->targetControllerConsole.resetTarget();
}
auto commandPacket = this->waitForCommandPacket();
const auto commandPacket = this->waitForCommandPacket();
if (commandPacket) {
commandPacket->handle(this->activeDebugSession.value(), this->targetControllerConsole);