This is the mail archive of the
gdb@sourceware.cygnus.com
mailing list for the GDB project.
GDB-Protocol: QBaud=<rate> set the baud rate of the remote target
- To: gdb@sourceware.cygnus.com
- Subject: GDB-Protocol: QBaud=<rate> set the baud rate of the remote target
- From: Andrew Cagney <ac131313@cygnus.com>
- Date: Tue, 22 Jun 1999 11:51:35 +1000
- DJ-Gateway: from newsgroup cygnus.gdb
- Newsgroups: cygnus.gdb
- Organization: Cygnus Solutions
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