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 6/6] gdbserver build-id attribute generator


> Date: Fri, 22 Mar 2013 09:04:20 -0400
> From: Aleksandar Ristovski <aristovski@qnx.com>
> CC: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
> 
> This is the final patch that does actual addition of build-id attribute 
> to qxfer_libraries.
> 
> 	* doc/gdb.texinfo (Library List Format for SVR4 Targets): Add
> 	'build-id' in description, example, new attribute in dtd.
> 	* linux-low.c (linux-maps.h, search.h): Include.
> 	(struct build_id_list): New structure.
> 	(build_id_list_s): New typedef, new vector type def.
> 	(free_build_id_list, compare_build_id_list,
> 	 compare_build_id_list_range, compare_build_id_list_inode): New.
> 	(struct find_memory_region_callback_data): New.
> 	(find_memory_region_callback): New fwd. declaration.
> 	(read_build_id, find_memory_region_callback, get_hex_build_id): New.
> 	(linux_qxfer_libraries_svr4): Add optional build-id attribute
> 	to reply XML document.

The documentation part is OK, thanks.


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