This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [RFA] Add support for pretty-printing .gdb_index section


On Fri, Dec 3, 2010 at 2:03 AM, Alan Modra <amodra@gmail.com> wrote:
> On Thu, Dec 02, 2010 at 04:53:07PM -0800, Doug Evans wrote:
>> ? ? ? * dwarf.c: #include "bfd_stdint.h".
>> ? ? ? (do_gdb_index): New global.
>> ? ? ? (display_gdb_index): New function.
>> ? ? ? (dwarf_select_sections_by_names) Add "gdb_index".
>> ? ? ? (dwarf_select_sections_all): Set do_gdb_index.
>> ? ? ? (debug_displays): Add .gdb_index.
>> ? ? ? * dwarf.h (do_gdb_index): Declare.
>> ? ? ? * readelf.c (process_section_headers): Process ".gdb_index".
>> ? ? ? * doc/binutils.texi (readelf): Document gdb_index dump.
>> ? ? ? (objdump): Ditto.
>
> OK.

Thanks.
I checked in this slightly revised version.
[I forgot to update the --help text.]

2010-12-02  Doug Evans  <dje@google.com>

        * dwarf.c: #include "bfd_stdint.h".
        (do_gdb_index): New global.
        (display_gdb_index): New function.
        (dwarf_select_sections_by_names) Add "gdb_index".
        (dwarf_select_sections_all): Set do_gdb_index.
        (debug_displays): Add .gdb_index.
        * dwarf.h (do_gdb_index): Declare.
        * objdump.c (usage): Add gdb_index.
        * readelf.c (usage): Add gdb_index.
        (process_section_headers): Process ".gdb_index".
        * doc/binutils.texi (readelf): Document gdb_index dump.
        (objdump): Ditto.

Attachment: binutils-101203-gdb-index-2.patch.txt
Description: Text document


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