Skip to content

Commit

Permalink
gdb_main: reword vMustReplyEmpty comment
Browse files Browse the repository at this point in the history
In a recent commit this comment got auto formated, making it make slightly less sense, reword it
  • Loading branch information
perigoso committed Jul 31, 2023
1 parent e7c2c49 commit 2e09a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gdb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ static void handle_v_packet(char *packet, const size_t plen)
} else {
/*
* The vMustReplyEmpty is used as a feature test to check how gdbserver handles
* unknown packets print only actually unknown packets
* unknown packets, don't print an error message for it.
*/
if (strcmp(packet, "vMustReplyEmpty") != 0)
DEBUG_GDB("*** Unsupported packet: %s\n", packet);
Expand Down

0 comments on commit 2e09a1f

Please sign in to comment.