This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 01/12] Use 'struct varobj_item' to represent name and value pair
- From: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Wed, 21 May 2014 11:53:15 -0600
- Subject: Re: [PATCH 01/12] Use 'struct varobj_item' to represent name and value pair
- Authentication-results: sourceware.org; auth=none
- References: <1392367471-13527-1-git-send-email-yao at codesourcery dot com> <1392367471-13527-2-git-send-email-yao at codesourcery dot com>
>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:
Yao> 2014-02-14 Yao Qi <yao@codesourcery.com>
Yao> * varobj.c (struct varobj_item): New structure.
Yao> (create_child_with_value): Update declaration.
Yao> (varobj_add_child): Replace arguments 'name' and 'value' with
Yao> 'item'. All callers updated.
Yao> (install_dynamic_child): Likewise.
Yao> (update_dynamic_varobj_children): Likewise.
Yao> (varobj_add_child): Likewise.
Yao> (create_child_with_value): Likewise.
This is ok.
Tom