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] Introduce linked list for dynamic attributes


> 2015-02-23  Keven Boell  <keven.boell@intel.com>
> 
> 	* gdbtypes.c (resolve_dynamic_type_internal): Adapt
> 	data_location usage to linked list.
> 	(resolve_dynamic_type_internal): Adapt data_location usage
> 	to linked list.
> 	(get_dyn_prop): New function.
> 	(add_dyn_prop): New function.
> 	(copy_dynamic_prop_list): New function.
> 	(copy_type_recursive): Add copy of linked list.
> 	(copy_type): Add copy of linked list.
> 	* gdbtypes.h (enum dynamic_prop_node_kind): Kind of the
> 	dynamic attribute in linked list.
> 	(struct dynamic_prop_list): Dynamic list node.
> 	* dwarf2read.c (set_die_type): Add data_location data to
> 	linked list using helper functions.

I sent Keven the instructions on how to get a sourceware account
a while ago now. In the meantime, I've pushed this patch to master
(after having re-tested it on x86_64-linux, just in case).

-- 
Joel


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