summaryrefslogtreecommitdiffstats
path: root/src/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into dwarfMark Wielaard2012-06-061-30/+34
|\
| * Update name, license and contributor policy.Mark Wielaard2012-06-051-19/+11
| * readelf.c (print_ops): Add missing DW_OP_GNU operands.Mark Wielaard2012-04-241-0/+3
| * readelf.c: Check debug section data before trying to print abbrev or str.Mark Wielaard2012-03-281-2/+6
| * readelf.c (print_gdb_index_section): Accept version 6.Mark Wielaard2012-03-211-2/+3
| * Handle DW_FORM_sec_offset in dwarf_formudata.Mark Wielaard2012-01-311-3/+0
| * Update copyright yearUlrich Drepper2012-01-211-2/+2
| * Fix .eh_frame decoding in the absence of any DWARF.Roland McGrath2011-12-201-1/+5
| * readelf.c: Assume the right size of an arrayMarek Polacek2011-10-041-1/+1
| * readelf: Grok -W/--wide for binutils compatibility.Roland McGrath2011-07-091-1/+4
* | Merge branch 'master' into dwarfMark Wielaard2011-05-171-0/+54
|\|
| * Add DW_OP_GNU_const_type/regval_type/deref_type/convert/reinterpret.Jakub Jelinek2011-05-171-0/+54
| * dwarf_tag_string fixup GNU_call_site and GNU_call_site_parameter strings.Mark Wielaard2011-05-171-2/+2
* | Merge branch 'master' into dwarfMark Wielaard2011-05-031-16/+223
|\|
| * Merge branch 'mjw/sdt'Mark Wielaard2011-05-031-1/+1
| |\
| | * Add support for printing SDT elf notes.Mark Wielaard2011-04-261-1/+1
| * | Add printing of .gdb_index section to readelf.Mark Wielaard2011-04-281-4/+207
| |/
| * Improve output of readelf -wlinePetr Machata2011-03-251-9/+11
| * Merge branch 'mpolacek/readelf-pltrel-case'Marek Polacek2011-03-251-2/+4
| |\
| | * Don't segfault at DT_PLTREL case.Marek Polacek2011-03-221-2/+4
* | | Merge branch 'master' into dwarfMark Wielaard2011-03-231-36/+76
|\| |
| * | Add support for call_site and entry_value to dwarf.h and readelf.Mark Wielaard2011-03-231-0/+65
| |/
| * Fix readelf --debug-dump=loc crash on multiple input files.Jan Kratochvil2011-02-271-0/+1
| * Merge over readelf dwarf string additions from dwarf branch dwarfstrings.Mark Wielaard2011-02-251-3/+34
| * Support reading .zdebug_* DWARF sections compressed via zlib.Roland McGrath2011-02-231-35/+49
| * Handle DW_AT_GNU_odr_signature in readelf.Roland McGrath2011-02-231-1/+5
* | Merge commit 'elfutils-0.149' into dwarfRoland McGrath2010-09-141-122/+375
|\|
| * Merge branch 'roland/implicit-ptr'Roland McGrath2010-09-091-0/+23
| |\
| | * Handle DW_OP_GNU_implicit_pointer.Roland McGrath2010-08-301-0/+23
| * | readelf: Print .debug_loc/.debug_ranges with cognizance of actual DIE pointer...Roland McGrath2010-08-301-77/+287
| |/
| * readelf: Fix crash in .debug_loc with garbage data.Roland McGrath2010-08-301-18/+31
| * readelf: For -x/-p, print all sections with matching name, not just one.Roland McGrath2010-08-111-9/+7
| * readelf: Fix DW_OP_call_ref printing for version 2 CUs.Roland McGrath2010-07-261-16/+23
| * readelf: Use symbolic printing for FDE initial_location address.Roland McGrath2010-07-021-3/+5
* | Merge commit 'elfutils-0.148' into dwarfRoland McGrath2010-07-011-115/+272
|\|
| * readelf: Fix braino in DW_LNS_set_isa parsing.Roland McGrath2010-06-221-0/+1
| * Add some missing DWARF constants and readelf support for them.Roland McGrath2010-06-221-0/+26
| * Fix readelf for large SLEB128 values.Roland McGrath2010-06-211-10/+13
| * Finish .debug_types support in libdw and readelf.Roland McGrath2010-06-201-18/+51
| * readelf: Handle v4 .debug_frame format.Roland McGrath2010-06-201-16/+36
| * readelf: Handle v4 .debug_line format.Roland McGrath2010-06-201-16/+68
| * readelf: Handle DW_FORK_ref_sig8.Roland McGrath2010-06-011-0/+7
| * More DWARF 4 handling, some in readelf.Roland McGrath2010-06-011-6/+26
| * readelf: Print .eh_frame even with no other DWARF.Roland McGrath2010-06-011-2/+5
| * More details attribute output.Ulrich Drepper2010-05-281-27/+30
| * Fix DW_OP_call_ref operand handling.Roland McGrath2010-05-081-22/+44
* | Merge commit 'elfutils-0.146' into dwarfRoland McGrath2010-04-211-5/+16
|\|
| * Fix readelf core note bitmask printing.Roland McGrath2010-04-141-4/+13
| * Fix some message typos and xgettext markers.Roland McGrath2010-04-061-0/+1
| * readelf: Fix fd leak on bad input files.Roland McGrath2010-02-261-1/+2