From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31252 invoked by alias); 17 Jun 2006 21:16:18 -0000 Received: (qmail 31236 invoked by uid 22791); 17 Jun 2006 21:16:16 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 17 Jun 2006 21:16:07 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k5HLFVGk003913; Sat, 17 Jun 2006 23:15:31 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k5HLFVpF018349; Sat, 17 Jun 2006 23:15:31 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k5HLFVTH004882; Sat, 17 Jun 2006 23:15:31 +0200 (CEST) Date: Sun, 18 Jun 2006 01:07:00 -0000 Message-Id: <200606172115.k5HLFVTH004882@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb@sourceware.org In-reply-to: <20060526221003.GA11133@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 26 May 2006 18:10:03 -0400) Subject: Re: Remote protocol and 7-bit links References: <20060526221003.GA11133@nevyn.them.org> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00115.txt.bz2 > Date: Fri, 26 May 2006 18:10:03 -0400 > From: Daniel Jacobowitz > > 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