From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21946 invoked by alias); 27 May 2006 00:44:14 -0000 Received: (qmail 21937 invoked by uid 22791); 27 May 2006 00:44:14 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 27 May 2006 00:44:10 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FjmuW-0003mL-FJ; Fri, 26 May 2006 20:44:08 -0400 Date: Sat, 27 May 2006 11:12:00 -0000 From: Daniel Jacobowitz To: Steven Johnson Cc: gdb@sourceware.org Subject: Re: Remote protocol and 7-bit links Message-ID: <20060527004408.GA14506@nevyn.them.org> Mail-Followup-To: Steven Johnson , gdb@sourceware.org References: <20060526221003.GA11133@nevyn.them.org> <4477970A.4070207@sakuraindustries.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4477970A.4070207@sakuraindustries.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes 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-05/txt/msg00378.txt.bz2 On Sat, May 27, 2006 at 11:02:18AM +1100, Steven Johnson wrote: > As a minimum, I would say these new features be 8 bit only, and then 7 > bit hobbled targets (if any actually exist) cant use them. Yes, that's my plan. The only possible lossage would be targets which fraudulently set the high bit on 7-bit data; I have to disable the stripping of that byte in order to pass binary data through. But I really don't expect anything to break. -- Daniel Jacobowitz CodeSourcery