diff options
author | Pedro Alves <palves@redhat.com> | 2008-03-14 22:30:07 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-03-14 22:30:07 +0000 |
commit | 1fddbabb01cdd8aa6400ca1ff8461259f90ca126 (patch) | |
tree | 51bc2ee1527c059adf8a89d580b094e2d15a40ff /gdb/NEWS | |
parent | 29035cbe96305dc7d3a2844fc6c0506de8e23aaf (diff) | |
download | binutils-1fddbabb01cdd8aa6400ca1ff8461259f90ca126.tar.gz binutils-1fddbabb01cdd8aa6400ca1ff8461259f90ca126.tar.bz2 binutils-1fddbabb01cdd8aa6400ca1ff8461259f90ca126.zip |
* features/library-list.dtd: Allow "section" elements as children
of "library". Add "section" element and describe its attributes.
* solib-target.c (struct lm_info): Add section_bases member.
(library_list_start_segment): Error out if seen a section element.
(library_list_start_section): New.
(library_list_end_library): New.
(solib_target_free_library_list): Free section_bases.
(section_attributes): New.
(library_children): Make "segment" optional. Add "section" child.
(library_list_children): Register library_list_end_library.
(solib_target_relocate_section_addresses): Handle section bases.
* NEWS: Mention new qXfer:libraries:read section offsets support.
doc/
* gdb.texinfo (Library List Format): Update to mention the
possibility to pass section addresses instead of segment
addresses.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ * Watchpoints can now be set on unreadable memory locations, e.g. addresses which will be allocated using malloc later in program execution. +* The qXfer:libraries:read remote procotol packet now allows passing a + list of section offsets. + * New features in the GDB remote stub, gdbserver - The "--wrapper" command-line argument tells gdbserver to use a |