gdb and binutils branch master updated. 459d52c84aa5eee986006b793794e382861c073d
| Newsgroups | gmane.comp.gdb.top-level.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via 459d52c84aa5eee986006b793794e382861c073d (commit)
from fcb8d9c2f422869b09eff4dbbcf55a701ba3a4b8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=459d52c84aa5eee986006b793794e382861c073d
commit 459d52c84aa5eee986006b793794e382861c073d
Author: Doug Evans <[email protected]>
Date: Thu Nov 7 14:58:41 2013 -0800
Add pretty-printing of .debug_gnu_pubnames, .debug_gnu_pubtypes.
* dwarf.c (get_gdb_index_symbol_kind_name): New function.
(display_debug_pubnames_worker): Renamed from display_debug_pubnames.
Add support for .debug_gnu_pubnames, .debug_gnu_pubtypes.
(display_debug_pubnames, display_debug_pubnames_gnu): New functions.
(display_gdb_index): Redo printing of symbol kind.
(debug_displays): Add .debug_gnu_pubnames, .debug_gnu_pubtypes.
* dwarf.h (dwarf_section_display_enum): Add gnu_pubnames, gnu_pubtypes.
* readelf.c (process_section_headers): Add gnu_pubnames, gnu_pubtypes.
-----------------------------------------------------------------------
Summary of changes:
binutils/ChangeLog | 12 ++++++
binutils/dwarf.c | 104 ++++++++++++++++++++++++++++++++++------------------
binutils/dwarf.h | 4 ++
binutils/readelf.c | 2 +
4 files changed, 86 insertions(+), 36 deletions(-)
hooks/post-receive
--
gdb and binutils