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/12] Use 'struct varobj_item' to represent name and value pair


>>>>> "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


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