From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21406 invoked by alias); 26 Nov 2013 16:35:39 -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 21395 invoked by uid 89); 26 Nov 2013 16:35:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mms3.broadcom.com Received: from Unknown (HELO mms3.broadcom.com) (216.31.210.19) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Nov 2013 16:35:35 +0000 Received: from [10.9.208.55] by mms3.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.5)); Tue, 26 Nov 2013 08:34:20 -0800 X-Server-Uuid: B86B6450-0931-4310-942E-F00ED04CA7AF Received: from IRVEXCHSMTP2.corp.ad.broadcom.com (10.9.207.52) by IRVEXCHCAS07.corp.ad.broadcom.com (10.9.208.55) with Microsoft SMTP Server (TLS) id 14.1.438.0; Tue, 26 Nov 2013 08:35:20 -0800 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.1.438.0; Tue, 26 Nov 2013 08:35:20 -0800 Received: from [10.177.73.71] (unknown [10.177.73.71]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 7FE9B246A3; Tue, 26 Nov 2013 08:35:19 -0800 (PST) Message-ID: <5294CDC6.6070604@broadcom.com> Date: Tue, 26 Nov 2013 19:19:00 -0000 From: "Andrew Burgess" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: "Pedro Alves" cc: gdb-patches@sourceware.org Subject: Re: [PATCH 03/12] Mark optimized out values as non-lazy. References: <5208D1DF.1090201@broadcom.com> <5208D317.2050502@broadcom.com> <5294CC1C.5060701@redhat.com> In-Reply-To: <5294CC1C.5060701@redhat.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00822.txt.bz2 On 26/11/2013 4:28 PM, Pedro Alves wrote: > On 08/12/2013 01:20 PM, Andrew Burgess wrote: >> This is a re-posting of this patch: >> http://sourceware.org/ml/gdb-patches/2013-07/msg00058.html >> >> The patch was never rejected, it just ran out of steam. Pedro noticed >> that we could go beyond this patch and do more, even releasing the >> value contents when we spot values are fully optimized out. I agree, >> but believe that is a separate idea, that can always be added later, >> for this case we've not even allocated any value contents yet. >> >> OK to apply? > > OK. I've pushed it (with you as author), with the commit log > below. > Thank you. Andrew