From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6265 invoked by alias); 31 Oct 2014 23:38:20 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 6256 invoked by uid 89); 31 Oct 2014 23:38:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 31 Oct 2014 23:38:19 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1XkLln-0002kp-R3 from Don_Breazeal@mentor.com ; Fri, 31 Oct 2014 16:38:15 -0700 Received: from [127.0.0.1] ([172.30.0.45]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 31 Oct 2014 16:38:15 -0700 Message-ID: <54541D67.9040901@codesourcery.com> Date: Fri, 31 Oct 2014 23:38:00 -0000 From: "Breazeal, Don" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [PATCH 04/16 v2] Determine supported extended-remote features References: <1407434395-19089-1-git-send-email-donb@codesourcery.com> <1408580964-27916-5-git-send-email-donb@codesourcery.com> <543E9E09.80009@redhat.com> <5446EB04.7010208@codesourcery.com> <5448262A.5020203@redhat.com> In-Reply-To: <5448262A.5020203@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00882.txt.bz2 On 10/22/2014 2:48 PM, Pedro Alves wrote: > > Yes, qSupported is preferable. I'm sorry about not foreseeing > this potential confusion when I wrote that comment. > > Thanks, > Pedro Alves > Hi Pedro, I've posted a revised version of the patch that uses qSupported to tell GDB which extended-mode features are supported as part of a new version of the patch series here: https://sourceware.org/ml/gdb-patches/2014-10/msg00869.html I updated the entire patch series so that it would work with more recent commits. Sorry that it took me awhile to respond. Thanks --Don