From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23389 invoked by alias); 17 May 2018 19:39:54 -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 23380 invoked by uid 89); 17 May 2018 19:39:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:165, H*i:sk:926806f, H*f:sk:926806f, H*f:sk:faa9134 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 17 May 2018 19:39:53 +0000 Received: from smtp.corp.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DF6725A1DC for ; Thu, 17 May 2018 19:39:51 +0000 (UTC) Received: from theo.uglyboxes.com (ovpn04.gateway.prod.ext.phx2.redhat.com [10.5.9.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B561E30012BE for ; Thu, 17 May 2018 19:39:51 +0000 (UTC) Subject: Re: [PATCH v2] Don't elide all inlined frames References: <20180228203324.17579-1-keiths@redhat.com> <926806f6-7530-0276-a2ac-5aba95a4bff8@redhat.com> To: "gdb-patches@sourceware.org ml" From: Keith Seitz Message-ID: Date: Thu, 17 May 2018 21:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <926806f6-7530-0276-a2ac-5aba95a4bff8@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00388.txt.bz2 On 05/16/2018 06:49 AM, Pedro Alves wrote: > > This version is OK. Please push. Excellent! Thank you. Pushed. Keith