docs: remote protocol: bc/bs not mentioned in stop-reply list
Matheus Tavares Bernardino via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAGdrTFiLwBqNi2EoqzLpHy+Q-fBmsv3u7uZjrcA4wfw115sNyQ@mail.gmail.com> |
Hi, The remote protocol docs for stop-reply [1] has a list of commands that accept stop-reply packets as a response: "The 'C', 'c', 'S', 's', 'vCont', 'vAttach', 'vRun', 'vStopped', and '?' packets can receive any of the below as a reply." However, at the definition of 'bc' and 'bs' [2], it's also said: "Reply: See Stop Reply Packets, for the reply specifications." Maybe the list from [1] is not meant to be exhaustive, but perhaps 'bc' and 'bs' could be added to it? [1]: https://sourceware.org/gdb/onlinedocs/gdb/Stop-Reply-Packets.html [2]: https://sourceware.org/gdb/onlinedocs/gdb/Packets.html#Packets Thanks, Matheus