From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24997 invoked by alias); 22 Jan 2014 01:00:33 -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 24986 invoked by uid 89); 22 Jan 2014 01:00:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f180.google.com Received: from mail-we0-f180.google.com (HELO mail-we0-f180.google.com) (74.125.82.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 22 Jan 2014 01:00:30 +0000 Received: by mail-we0-f180.google.com with SMTP id q59so8800615wes.11 for ; Tue, 21 Jan 2014 17:00:27 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.180.108.130 with SMTP id hk2mr17150397wib.16.1390352427239; Tue, 21 Jan 2014 17:00:27 -0800 (PST) Received: by 10.194.17.104 with HTTP; Tue, 21 Jan 2014 17:00:27 -0800 (PST) In-Reply-To: <52DEDBFD.60309@redhat.com> References: <1385258996-26047-1-git-send-email-yao@codesourcery.com> <1385258996-26047-2-git-send-email-yao@codesourcery.com> <52DEDBFD.60309@redhat.com> Date: Wed, 22 Jan 2014 01:00:00 -0000 Message-ID: Subject: Re: [PATCH 01/11] Use 'struct varobj_item' to represent name and value pair From: Doug Evans To: Keith Seitz Cc: Yao Qi , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00827.txt.bz2 On Tue, Jan 21, 2014 at 12:43 PM, Keith Seitz wrote: >> 2013-11-24 Yao Qi >> >> * varobj.c (struct varobj_item): New structure. >> (create_child_with_value): Update declaration. >> (varobj_add_child): Replace arguments 'name' and 'value' with >> 'item'. Callers update. > > ^^^^^^ > Either "Callers updated." or "Update callers." "All callers updated". ref: grep -i "caller.*up" ChangeLog* | wc ; grep -i "all callers updated" ChangeLog* | wc