summaryrefslogtreecommitdiffstats
path: root/src/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* readelf: Add --debug-dump=decodedline support.Mark Wielaard2013-04-041-2/+96
* readelf: Display raw .debug_aranges. Use libdw only for decodedaranges.Mark Wielaard2013-04-041-5/+172
* readelf: When highpc is in constant form also print as address.Mark Wielaard2013-03-261-1/+15
* readelf: print_gdb_index_section fix memory leak.Mark Wielaard2013-03-191-0/+2
* readelf: Accept version 8 .gdb_index section format.Mark Wielaard2013-03-191-3/+5
* readelf: Add -U, --unresolved-address-offsets output control.Mark Wielaard2013-02-061-24/+46
* readelf: Add base to offsets in format_dwarf_addr for debug_loc/ranges.Mark Wielaard2013-02-061-14/+44
* src/Jan Kratochvil2013-01-301-16/+18
* readelf: Add --elf-section input option to inspect an embedded ELF file.Mark Wielaard2013-01-161-0/+150
* readelf: Adjust initial FDE address if pcrel before printing.Mark Wielaard2012-12-221-1/+22
* readelf.c (print_ops): Ajust DW_OP_skip and DW_OP_bra targets calculation.Mark Wielaard2012-11-161-1/+1
* src/Jan Kratochvil2012-10-121-58/+62
* src/Jan Kratochvil2012-10-111-4/+4
* In mixed core notes, don't let handle_core_item repeat.Petr Machata2012-09-251-1/+5
* readelf.c (print_debug_macro_section): Print offset as PRIx64.Mark Wielaard2012-08-271-2/+2
* readelf.c (register_info): Handle loc == NULL.Mark Wielaard2012-08-271-3/+6
* Rewrite DWARF string functions using known-dwarf macros.Mark Wielaard2012-08-171-811/+297
* 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