From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25441 invoked by alias); 13 Jun 2006 18:41:26 -0000 Received: (qmail 25429 invoked by uid 22791); 13 Jun 2006 18:41:26 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 Jun 2006 18:41:24 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-34-238.inter.net.il [80.230.34.238]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DSA86414 (AUTH halo1); Tue, 13 Jun 2006 21:41:20 +0300 (IDT) Date: Tue, 13 Jun 2006 18:41:00 -0000 Message-Id: From: Eli Zaretskii To: Nathan Sidwell , gdb-patches@sourceware.org In-reply-to: <20060613130728.GA4737@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 13 Jun 2006 09:07:28 -0400) Subject: Re: RFC: Remote "qSupported" features probe Reply-to: Eli Zaretskii References: <20060612195313.GA11276@nevyn.them.org> <448E7A7D.5090506@codesourcery.com> <20060613130728.GA4737@nevyn.them.org> 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/msg00195.txt.bz2 > Date: Tue, 13 Jun 2006 09:07:28 -0400 > From: Daniel Jacobowitz > Cc: gdb-patches@sourceware.org > > > 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, if Nathan didn't understand this from the text, it's a clear sign that something like the above should be added to make things more self-explanatory.