Skip to content

Commit

Permalink
Tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
navnavnav committed Feb 23, 2025
1 parent de532b6 commit 58dce1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DebugServer/Gdb/GdbDebugServerConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ namespace DebugServer::Gdb
* Determines whether Bloom will seek to disable packet acknowledgement with GDB, at the start of the debug
* session.
*
* If this is set to false, Bloom will communicate its ability to disable package acknowledgment to GDB.
* GDB may then send the appropriate packet to disable packet acknowledgment. However, this isn't
* guaranteed - GDB may be configured to keep packet acknowledgment enabled (via the
* 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 acknowledgement. However, this isn't
* guaranteed - GDB may be configured to keep packet acknowledgement enabled (via the
* `set remote noack-packet off` command).
*
* This parameter is optional. If not specified, the default value set here will be used.
Expand Down

0 comments on commit 58dce1b

Please sign in to comment.