Commit 95dc729
committed
rsp-server: Handle vMustReplyEmpty packets
GDB sends vMustReplyEmpty as a feature test to detect old/broken GDB
server behavior[1]. The correct reply is an empty response, which is
what we already send, but we warn about it. Since we should expect to
receive this packet, silence the warning, and add a comment to ensure
we maintain the expected behavior.
[1]: https://sourceware.org/gdb/onlinedocs/gdb/Packets.html
Signed-off-by: Samuel Holland <[email protected]>1 parent 3c5fdd6 commit 95dc729
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2150 | 2150 | | |
2151 | 2151 | | |
2152 | 2152 | | |
2153 | | - | |
2154 | | - | |
| 2153 | + | |
| 2154 | + | |
| 2155 | + | |
| 2156 | + | |
| 2157 | + | |
| 2158 | + | |
2155 | 2159 | | |
2156 | 2160 | | |
2157 | 2161 | | |
| |||
0 commit comments