summaryrefslogtreecommitdiffstats
path: root/src/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* readelf: Don't print 'for section' when rela section sh_info is zero.Mark Wielaard2014-05-271-1/+15
* libdwfl: Move dwz alt multi file searching to find_debuginfo callback.Mark Wielaard2014-05-021-10/+24
* readelf: handle_core_item make sure variable length array isn't zero size.Mark Wielaard2014-04-241-1/+1
* readelf.c (print_gdb_index_section): Use unsigned int for 31 bits left shift.Mark Wielaard2014-04-241-1/+1
* readelf: Read the decompressed data when processing .zdebug DWARF sections.Mark Wielaard2014-04-151-8/+10
* readelf: convert up to a target long in buf_read_ulong.Mark Wielaard2014-04-141-1/+1
* readelf: Print DW_FORM_sdata values as signed numbers.Mark Wielaard2014-03-101-7/+27
* readelf: More sanity checks before trying to display interpreter string.Mark Wielaard2014-02-241-2/+16
* readelf: Robustify print_phdr program interpreter printing.Mark Wielaard2014-02-071-1/+4
* robustify: readelf.Roland McGrath2014-01-231-26/+54
* robustify: Use gelf_fsize instead of relying on shdr->sh_entsize.Petr Machata2014-01-231-10/+29
* readelf: print_debug_macro_section clear vendor array before use.Mark Wielaard2014-01-171-0/+1
* libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo.Mark Wielaard2013-12-201-8/+8
* Support new 'h' core note item format for hidden fieldsPetr Machata2013-11-221-0/+3
* readelf: Solve comparison between signed and unsigned compiler warning.Mark Wielaard2013-11-051-2/+2
* Show contents NT_FILE core note in readelfPetr Machata2013-09-301-4/+63
* Show contents NT_SIGINFO core note in readelfPetr Machata2013-09-301-0/+103
* readelf: print actual DIE offsets of DW_OP_GNU_<type> ops.Mark Wielaard2013-07-131-2/+17
* readelf: print actual DW_OP_GNU_parameter_ref DIE offset.Mark Wielaard2013-07-131-32/+49
* readelf: Format first DW_OP_GNU_implicit_pointer argument as DIE offset.Mark Wielaard2013-05-061-1/+1
* 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