This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 01/11] Use 'struct varobj_item' to represent name and value pair


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]