From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3681 invoked by alias); 20 Aug 2014 00:55:02 -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 3297 invoked by uid 89); 20 Aug 2014 00:55:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f44.google.com Received: from mail-wg0-f44.google.com (HELO mail-wg0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 20 Aug 2014 00:54:59 +0000 Received: by mail-wg0-f44.google.com with SMTP id m15so7022065wgh.3 for ; Tue, 19 Aug 2014 17:54:56 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.195.12.4 with SMTP id em4mr12575616wjd.98.1408496096510; Tue, 19 Aug 2014 17:54:56 -0700 (PDT) Received: by 10.216.81.136 with HTTP; Tue, 19 Aug 2014 17:54:56 -0700 (PDT) In-Reply-To: <53F3DF83.3020006@redhat.com> References: <20140709103312.GA27884@host2.jankratochvil.net> <53BD2CE0.1000308@redhat.com> <20140709153121.GA7989@host2.jankratochvil.net> <53C41D5D.9030109@redhat.com> <20140716215838.GA29855@host2.jankratochvil.net> <53D0F72D.9010701@redhat.com> <20140815201332.GA2806@host2.jankratochvil.net> <53F3DF83.3020006@redhat.com> Date: Wed, 20 Aug 2014 00:55:00 -0000 Message-ID: Subject: Re: [PATCH v2] Handle partially optimized out values similarly to unavailable values From: Andrew Pinski To: Pedro Alves Cc: Jan Kratochvil , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00373.txt.bz2 On Tue, Aug 19, 2014 at 4:36 PM, Pedro Alves wrote: > On 08/15/2014 09:13 PM, Jan Kratochvil wrote: >> On Thu, 24 Jul 2014 14:08:13 +0200, Pedro Alves wrote: >>> New patch below. Let me know what you think. >> >> My comments have been addressed, I find it OK. > > Great, I pushed this in then. This caused a build error for me: cc1: warnings being treated as errors ../../gdb/value.c: In function =E2=80=98value_contents_eq=E2=80=99: ../../gdb/value.c:830: error: =E2=80=98l=E2=80=99 may be used uninitialized= in this function ../../gdb/value.c:830: note: =E2=80=98l=E2=80=99 was declared here ../../gdb/value.c:830: error: =E2=80=98h=E2=80=99 may be used uninitialized= in this function ../../gdb/value.c:830: note: =E2=80=98h=E2=80=99 was declared here make[2]: *** [value.o] Error 1 Thanks, Andrew Pinski > > Thanks! > > Pedro Alves >