From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6686 invoked by alias); 4 Jul 2013 09:51:53 -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 6664 invoked by uid 89); 4 Jul 2013 09:51:50 -0000 X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mms2.broadcom.com (HELO mms2.broadcom.com) (216.31.210.18) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 04 Jul 2013 09:51:41 +0000 Received: from [10.9.208.57] by mms2.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.5)); Thu, 04 Jul 2013 02:45:37 -0700 X-Server-Uuid: 4500596E-606A-40F9-852D-14843D8201B2 Received: from IRVEXCHSMTP1.corp.ad.broadcom.com (10.9.207.51) by IRVEXCHCAS08.corp.ad.broadcom.com (10.9.208.57) with Microsoft SMTP Server (TLS) id 14.1.438.0; Thu, 4 Jul 2013 02:51:29 -0700 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP1.corp.ad.broadcom.com (10.9.207.51) with Microsoft SMTP Server id 14.1.438.0; Thu, 4 Jul 2013 02:51:29 -0700 Received: from [10.177.73.66] (unknown [10.177.73.66]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 8BA57F2D72; Thu, 4 Jul 2013 02:51:28 -0700 (PDT) Message-ID: <51D5459F.1090700@broadcom.com> Date: Thu, 04 Jul 2013 09:51:00 -0000 From: "Andrew Burgess" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: "gdb-patches@sourceware.org" cc: "Pedro Alves" Subject: Re: [1/3] [PATCH] value_optimized_out and value_fetch_lazy References: <51B5A95F.7090400@broadcom.com> <51C1D347.3020906@redhat.com> <51D1C519.3090001@broadcom.com> <51D47081.7080300@redhat.com> In-Reply-To: <51D47081.7080300@redhat.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00166.txt.bz2 On 03/07/2013 7:42 PM, Pedro Alves wrote: > On 07/01/2013 07:06 PM, Andrew Burgess wrote: > >> 2013-07-01 Andrew Burgess >> >> * valops.c (value_fetch_lazy): Moved to value.c. >> * value.c (value_fetch_lazy): Moved from valops.c. > > This is OK, but should mention the "user-regs.h" include > move too. Applied with the following changelog entry: gdb/ChangeLog 2013-07-04 Andrew Burgess * valops.c: Don't include "user-regs.h". (value_fetch_lazy): Moved to value.c. * value.c: Include "user-regs.h". (value_fetch_lazy): Moved from valops.c. Thanks, Andrew