This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 01/11] Use 'struct varobj_item' to represent name and value pair
- From: Doug Evans <xdje42 at gmail dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Yao Qi <yao at codesourcery dot com>, "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Tue, 21 Jan 2014 17:00:27 -0800
- Subject: Re: [PATCH 01/11] Use 'struct varobj_item' to represent name and value pair
- Authentication-results: sourceware.org; auth=none
- References: <1385258996-26047-1-git-send-email-yao at codesourcery dot com> <1385258996-26047-2-git-send-email-yao at codesourcery dot com> <52DEDBFD dot 60309 at redhat dot com>
On Tue, Jan 21, 2014 at 12:43 PM, Keith Seitz <keiths@redhat.com> wrote:
>> 2013-11-24 Yao Qi <yao@codesourcery.com>
>>
>> * 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