This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Remote protocol and 7-bit links
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: drow at false dot org
- Cc: gdb at sourceware dot org
- Date: Sat, 17 Jun 2006 23:15:31 +0200 (CEST)
- Subject: Re: Remote protocol and 7-bit links
- References: <20060526221003.GA11133@nevyn.them.org>
> Date: Fri, 26 May 2006 18:10:03 -0400
> From: Daniel Jacobowitz <drow@false.org>
>
> Now that we've shaken the branches a little and found that there are at
> least a couple users of the remote protocol on this list...
>
> Are any of you using links to targets which are not 8-bit clean? The remote
> protocol, as currently defined, is strictly 7-bit with the exception of the
> optional 'X' packet. I have two projects which I'll be submitting in the
> near future which involve transmission of large amounts of data:
>
> 1. Self-describing targets return hefty XML blobs.
Isn't XML supposed to be 7-bit clean?
Mark