From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25339 invoked by alias); 27 May 2006 01:13:53 -0000 Received: (qmail 25310 invoked from network); 27 May 2006 01:13:45 -0000 Received: from unknown (202.80.33.51) by sourceware.org with QMTP; 27 May 2006 01:13:45 -0000 Received: (qmail 3404 invoked from network); 27 May 2006 01:13:44 -0000 X-Anti-Virus: Message scanned for viruses by TVL Received: from dsl2-modem31.tvl.vu (HELO [192.168.2.14]) ([202.80.43.31]) (envelope-sender ) by mail.vanuatu.com.vu (qmail-ldap-1.03) with SMTP for ; 27 May 2006 01:13:44 -0000 Message-ID: <4477A7C8.9070708@sakuraindustries.com> Date: Sat, 27 May 2006 11:47:00 -0000 From: Steven Johnson User-Agent: Mozilla Thunderbird 1.0.6-7.2.20060mdk (X11/20050322) MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb@sourceware.org Subject: Re: Remote protocol and 7-bit links References: <20060526221003.GA11133@nevyn.them.org> <4477970A.4070207@sakuraindustries.com> <20060527004408.GA14506@nevyn.them.org> In-Reply-To: <20060527004408.GA14506@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00379.txt.bz2 Daniel Jacobowitz wrote: >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. > > Surely that would only be the debug host doing that? That would be a faulty host in my books.