This commit is contained in:
Nav
2025-02-23 17:17:05 +00:00
parent de532b6a79
commit 58dce1bf41

View File

@@ -39,9 +39,9 @@ namespace DebugServer::Gdb
* Determines whether Bloom will seek to disable packet acknowledgement with GDB, at the start of the debug * Determines whether Bloom will seek to disable packet acknowledgement with GDB, at the start of the debug
* session. * session.
* *
* If this is set to false, Bloom will communicate its ability to disable package acknowledgment to GDB. * If this is set to false, Bloom will communicate its ability to disable package acknowledgement to GDB.
* GDB may then send the appropriate packet to disable packet acknowledgment. However, this isn't * GDB may then send the appropriate packet to disable packet acknowledgement. However, this isn't
* guaranteed - GDB may be configured to keep packet acknowledgment enabled (via the * guaranteed - GDB may be configured to keep packet acknowledgement enabled (via the
* `set remote noack-packet off` command). * `set remote noack-packet off` command).
* *
* This parameter is optional. If not specified, the default value set here will be used. * This parameter is optional. If not specified, the default value set here will be used.