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] Fix FIXME: xstrdup should not be here


On 10/03/2013 04:11 AM, Tom Tromey wrote:
"Yao" == Yao Qi <yao@codesourcery.com> writes:

Yao> 2013-09-16  Yao Qi  <yao@codesourcery.com>
Yao> 	* varobj.c (create_child_with_value): Remove 'const' from the
Yao> 	type of parameter 'name'.
Yao> 	(varobj_add_child): Likewise.
Yao> 	(install_dynamic_child): Remove 'const' from the type of
Yao> 	parameter 'name'.
Yao> 	(varobj_add_child): Likewise.
Yao> 	(create_child_with_value): Likewise.  Update comments.  Don't
Yao> 	duplicate 'name'.
Yao> 	(update_dynamic_varobj_children): Duplicate 'name'
Yao> 	and pass it to install_dynamic_child.

Thanks Yao.  This is ok.


Patch is committed.

--
Yao (éå)


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