summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Support AArch64 architecturepmachata/aarch64-reviewPetr Machata2013-11-252-2/+6
* Support new 'h' core note item format for hidden fieldsPetr Machata2013-11-222-0/+8
* stack: Add basic argp version and bug definitions.Mark Wielaard2013-11-112-0/+21
* Fix some (harmless) cppcheck warnings.Mark Wielaard2013-11-093-7/+15
* Unwinder for x86*.Jan Kratochvil2013-11-073-2/+183
* readelf: Solve comparison between signed and unsigned compiler warning.Mark Wielaard2013-11-052-2/+8
* ar: Correct operation check when instance_specifed is set.Mark Wielaard2013-10-182-1/+5
* Show contents NT_FILE core note in readelfPetr Machata2013-09-302-4/+68
* Show contents NT_SIGINFO core note in readelfPetr Machata2013-09-302-0/+109
* addr2line: Support -i, --inlines output option.Mark Wielaard2013-08-132-20/+129
* addr2line: Remove newline from strings returned by getline.Mark Wielaard2013-08-122-1/+10
* 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-132-32/+66
* readelf: Format first DW_OP_GNU_implicit_pointer argument as DIE offset.Mark Wielaard2013-05-062-1/+6
* Updates for Automake 1.13.Mark Wielaard2013-04-262-1/+5
* readelf: Add --debug-dump=decodedline support.Mark Wielaard2013-04-042-2/+105
* readelf: Display raw .debug_aranges. Use libdw only for decodedaranges.Mark Wielaard2013-04-042-5/+181
* readelf: When highpc is in constant form also print as address.Mark Wielaard2013-03-262-1/+22
* readelf: print_gdb_index_section fix memory leak.Mark Wielaard2013-03-192-0/+6
* readelf: Accept version 8 .gdb_index section format.Mark Wielaard2013-03-192-3/+9
* Fix two memory leaks in findtextrel and strip.Mark Wielaard2013-03-013-2/+14
* elflint.c (check_symtab): Add __bss_start__ to the list of allowed symbols.Mark Wielaard2013-02-242-0/+6
* elflint: Add two more symbols to gnuld list of allowed bad values.Mark Wielaard2013-02-062-3/+17
* readelf: Add -U, --unresolved-address-offsets output control.Mark Wielaard2013-02-062-24/+60
* readelf: Add base to offsets in format_dwarf_addr for debug_loc/ranges.Mark Wielaard2013-02-062-14/+57
* src/Jan Kratochvil2013-01-302-16/+23
* readelf: Add --elf-section input option to inspect an embedded ELF file.Mark Wielaard2013-01-162-0/+159
* ar.c (do_oper_delete): Fix num passed to memset.David Abdurachmanov2013-01-132-1/+5
* readelf: Adjust initial FDE address if pcrel before printing.Mark Wielaard2012-12-222-2/+28
* addr2line: Cleanup Dwfl when done.Mark Wielaard2012-12-212-0/+5
* Add missing semicolon in show_symbols_sysvMark Wielaard2012-12-111-1/+1
* nm: Fix size passed to snprintf for invalid sh_name case.Roland McGrath2012-12-112-2/+9
* readelf.c (print_ops): Ajust DW_OP_skip and DW_OP_bra targets calculation.Mark Wielaard2012-11-162-1/+6
* src/Jan Kratochvil2012-10-122-58/+74
* Missing ChangeLog entry from last commit.Roland McGrath2012-10-111-0/+5
* 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-272-2/+6
* readelf.c (register_info): Handle loc == NULL.Mark Wielaard2012-08-272-3/+10
* Add support for Tilera TILE-Gx processor.Jeff Kenton2012-08-242-1/+6
* Rewrite DWARF string functions using known-dwarf macros.Mark Wielaard2012-08-172-811/+332
* libdw: Add support for DWZ multifile forms DW_FORM_GNU_ref_alt/strp_alt.Mark Wielaard2012-08-092-1/+23
* Fix formatting string in readelfPetr Machata2012-08-071-1/+1
* Reorder formatting string arguments so that there are no gaps in referencesPetr Machata2012-07-302-8/+14
* readelf: Use DW_LANG_ObjC and known[op].Mark Wielaard2012-07-292-2/+7
* Add DW_OP_GNU_parameter_ref to dwarf.h and handle it in readelf.Mark Wielaard2012-07-262-0/+16
* Merge branch 'debug_macro'Mark Wielaard2012-07-192-2/+422
|\
| * readelf: Add .debug_macro parsing support.Mark Wielaard2012-07-112-2/+422
* | readelf: Add .gdb_index version 7 support.Mark Wielaard2012-07-102-16/+54
|/
* Add low-level support for .debug_macro.Mark Wielaard2012-06-272-0/+8