GDB-Protocol: QBaud=<rate> set the baud rate of the remote target
Andrew Cagney
ac131313@cygnus.com
Mon Jun 21 19:00:00 GMT 1999
This packet replaces the unofficial ``b<hex-rate>'' packet. The format
is:
<- QBaud=<rate>
-> OK
<-> both local/remote change their baud rate
<rate> is in decimal. I _can't_ see a reason for encoding the value in
hex. In addition, GDB's ``set remotebaud'' command in conjunction with
an additional target-vector are reserved for this.
Pragmatics: we've got `b<rate>' and `b<breakpoint>' out there in the
field....
Andrew
More information about the Gdb
mailing list