]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* dwarf.c (display_debug_lines): Rename to
authorNick Clifton <nickc@redhat.com>
Fri, 11 Apr 2008 09:04:17 +0000 (09:04 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 11 Apr 2008 09:04:17 +0000 (09:04 +0000)
commita262ae964e725a02c056e832927c3bd16a689e07
tree849da409a301ec69884d636482a962201613a89b
parent5bcb0e6433b567d2e901cf6c510e195c2df34a3b
    * dwarf.c (display_debug_lines): Rename to
        display_debug_lines_raw.
        (display_debug_lines_decoded): New function.  Displays the
        interpreted contents of a .debug_line section.
        (display_debug_lines): New function: Selects either a raw dump or
        a decoded dump (or both) as requested by the user.
        * dwarf.h (do_debug_lines_decoded): New extern.
        * readelf.c: Add support for -wL or --debug-dump=decodedline
        option to display the decoded contents of a .debug_line section.
        * doc/binutils.texi: Document the new option.
        * NEWS: Mention the new feature.
binutils/ChangeLog
binutils/NEWS
binutils/doc/binutils.texi
binutils/dwarf.c
binutils/dwarf.h
binutils/readelf.c