src/gdb ChangeLog memory-map.c osdata.c remote ...
<palves <at> sourceware.org>
2011-02-02 16:13:00 GMT
CVSROOT: /cvs/src
Module name: src
Changes by: palves <at> sourceware.org 2011-02-02 16:13:00
Modified files:
gdb : ChangeLog memory-map.c osdata.c remote.c
solib-target.c xml-support.c xml-support.h
xml-tdesc.c
Log message:
* xml-support.c (xml_find_attribute): New.
(xinclude_start_include): Use it.
* xml-support.h (xml_find_attribute): Declare.
* memory-map.c (memory_map_start_memory)
(memory_map_start_property): Use xml_find_attribute.
* osdata.c (osdata_start_osdata, osdata_start_column): Use
xml_find_attribute.
* remote.c (start_thread): Use xml_find_attribute.
* solib-target.c (library_list_start_segment)
(library_list_start_section, library_list_start_library)
(library_list_start_list): Use xml_find_attribute.
* xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
(tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
(tdesc_start_field): Use xml_find_attribute.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12531&r2=1.12532
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/memory-map.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/osdata.c.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.431&r2=1.432
(Continue reading)