Do not respond to GDB's interrupt requests, if we failed to interrupt target execution
This commit is contained in:
@@ -380,6 +380,9 @@ namespace DebugServer::Gdb
|
||||
// Server was interrupted
|
||||
Logger::debug("GDB RSP interrupted");
|
||||
return;
|
||||
|
||||
} catch (const Exception& exception) {
|
||||
Logger::error("Failed to interrupt execution - " + exception.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user