summaryrefslogtreecommitdiff
path: root/src/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* Add dwarf_endianity_string and dwarf_decimal_sign_string.mjw/dwarfstringsMark Wielaard2012-08-161-0/+30
* libdw: Add dwarfstrings functions.Mark Wielaard2012-08-161-235/+0
* Rewrite DWARF string functions using known-dwarf macros.Mark Wielaard2012-08-161-812/+339
* libdw: Add support for DWZ multifile forms DW_FORM_GNU_ref_alt/strp_alt.Mark Wielaard2012-08-091-1/+17
* Fix formatting string in readelfPetr Machata2012-08-071-1/+1
* readelf: Use DW_LANG_ObjC and known[op].Mark Wielaard2012-07-291-2/+2
* Add DW_OP_GNU_parameter_ref to dwarf.h and handle it in readelf.Mark Wielaard2012-07-261-0/+12
* Merge branch 'debug_macro'Mark Wielaard2012-07-191-2/+413
|\
| * readelf: Add .debug_macro parsing support.Mark Wielaard2012-07-111-2/+413
* | readelf: Add .gdb_index version 7 support.Mark Wielaard2012-07-101-16/+48
|/
* Add low-level support for .debug_macro.Mark Wielaard2012-06-271-0/+4
* readelf.c: Cast printf PRIu/x64 arguments to uint64_t for gcc 4.7 -Wformat.Mark Wielaard2012-06-221-2/+2
* 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
* 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 '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
* | 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 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
* 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