From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31487 invoked by alias); 13 Jun 2006 13:07:34 -0000 Received: (qmail 31376 invoked by uid 22791); 13 Jun 2006 13:07:33 -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; Tue, 13 Jun 2006 13:07:30 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fq8cC-0001F5-4R; Tue, 13 Jun 2006 09:07:28 -0400 Date: Tue, 13 Jun 2006 13:07:00 -0000 From: Daniel Jacobowitz To: Nathan Sidwell Cc: gdb-patches@sourceware.org Subject: Re: RFC: Remote "qSupported" features probe Message-ID: <20060613130728.GA4737@nevyn.them.org> Mail-Followup-To: Nathan Sidwell , gdb-patches@sourceware.org References: <20060612195313.GA11276@nevyn.them.org> <448E7A7D.5090506@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <448E7A7D.5090506@codesourcery.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00177.txt.bz2 On Tue, Jun 13, 2006 at 09:42:37AM +0100, Nathan Sidwell wrote: > Daniel Jacobowitz wrote: > > >Comments? Questions? Otherwise, I will plan to commit this in a week. > >I haven't seen any objections to the latest version of the proposal, > >although I'm somewhat suspicious that I've just talked everyone else > >into the ground. > > Can you clarify something for me? If a stub recieves a 'qSupported:foo' > packet, should it still respond with any default information it might have > -- such as the PacketSize response? Or should such default responses only > be sent for an unadorned qSupported packet? qSupported:foo means "I'm GDB, I support the "foo" feature, what do you support?". The stub's response should be independent of the arguments in the packet. -- Daniel Jacobowitz CodeSourcery