From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21988 invoked by alias); 30 Apr 2014 10:46:36 -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 21968 invoked by uid 89); 30 Apr 2014 10:46:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-gw3-out.broadcom.com Received: from mail-gw3-out.broadcom.com (HELO mail-gw3-out.broadcom.com) (216.31.210.64) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 30 Apr 2014 10:46:34 +0000 Received: from irvexchcas08.broadcom.com (HELO IRVEXCHCAS08.corp.ad.broadcom.com) ([10.9.208.57]) by mail-gw3-out.broadcom.com with ESMTP; 30 Apr 2014 04:06:49 -0700 Received: from IRVEXCHSMTP2.corp.ad.broadcom.com (10.9.207.52) by IRVEXCHCAS08.corp.ad.broadcom.com (10.9.208.57) with Microsoft SMTP Server (TLS) id 14.3.174.1; Wed, 30 Apr 2014 03:46:32 -0700 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP2.corp.ad.broadcom.com (10.9.207.52) with Microsoft SMTP Server id 14.3.174.1; Wed, 30 Apr 2014 03:46:33 -0700 Received: from [10.177.72.87] (unknown [10.177.72.87]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 94FE451E7F; Wed, 30 Apr 2014 03:46:32 -0700 (PDT) Message-ID: <5360D486.9010208@broadcom.com> Date: Wed, 30 Apr 2014 10:46:00 -0000 From: Andrew Burgess User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Pedro Alves CC: Subject: Re: [PATCH v2 3/4] Deprecate frame_stop_reason_string. References: <533EC5B7.6080600@broadcom.com> <1397729716-8985-4-git-send-email-aburgess@broadcom.com> <535FFB65.50101@redhat.com> In-Reply-To: <535FFB65.50101@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-04/txt/msg00633.txt.bz2 On 29/04/2014 8:20 PM, Pedro Alves wrote: > I find such a patch with no description/rationale at all very > hard to reason about. The description isn't included > in the cover letter of this series either. Please don't make > us jump through hoops to figure things out. :-( Pedro, You're right. Sorry. I messed up. I'll post a V3 in which I'm going to try event harder. Once again, sorry for wasting your time. Andrew