From: "Jon Beniston" <jbeniston@compxs.com>
To: <gdb-patches@sources.redhat.com>
Subject: PATCH: Update documentation of binary transfers in remote serial protocol
Date: Tue, 09 Nov 2004 11:33:00 -0000 [thread overview]
Message-ID: <000b01c4c64f$eaed9010$0bbda8c0@Kindrogan> (raw)
The following patch more completely describes the escaping mechanism for
binary transfers.
Cheers,
Jon
2004-11-09 Jon Beniston <jon@beniston.com>
* gdb.texinfo (Remote Serial Protocol): Further describe
binary transfer escaping mechanism .
Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.222
diff -c -p -r1.222 gdb.texinfo
*** gdb.texinfo 23 Oct 2004 15:05:29 -0000 1.222
--- gdb.texinfo 9 Nov 2004 10:51:31 -0000
*************** Reserved for future use.
*** 20586,20592 ****
@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
! escaped using @code{0x7d}.
Reply:
@table @samp
--- 20586,20593 ----
@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
! escaped using @code{0x7d}, and then XORed with @code{0x20}.
! For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
Reply:
@table @samp
next reply other threads:[~2004-11-09 11:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-09 11:33 Jon Beniston [this message]
2004-11-10 4:19 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000b01c4c64f$eaed9010$0bbda8c0@Kindrogan' \
--to=jbeniston@compxs.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox