summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* readelf: Robustify print_phdr program interpreter printing.Mark Wielaard2014-02-072-1/+9
* Use -Wformat=2 by default for all files.Mark Wielaard2014-01-305-79/+101
* stack: Add -i, --inlines. Show inlined call frames using DWARF debuginfo.Mark Wielaard2014-01-272-77/+188
* stack: Initialize -n maxframes to 256 by default.Mark Wielaard2014-01-272-2/+10
* stack: Add -d, --debugname. Lookup DWARF debuginfo name for frame address.Mark Wielaard2014-01-272-3/+63
* addr2line: handle_address initialize scopes to NULL.Mark Wielaard2014-01-242-1/+5
* robustify: strip.Roland McGrath2014-01-232-31/+63
* robustify: readelf.Roland McGrath2014-01-232-26/+60
* robustify: elflint.Jakub Jelinek2014-01-232-28/+86
* robustify: Use gelf_fsize instead of relying on shdr->sh_entsize.Petr Machata2014-01-232-10/+35
* readelf: print_debug_macro_section clear vendor array before use.Mark Wielaard2014-01-172-0/+6
* Fix corruption of non-C++ symbols by the demangler.Jan Kratochvil2014-01-153-10/+18
* stack: Show and handle -r,--raw even without USE_DEMANGLE.Mark Wielaard2014-01-032-6/+6
* stack.c (print_frames): Print 0x before build-id hex-offset.Mark Wielaard2014-01-022-1/+6
* stack: Allow -n 0 for unlimited frames. Make default 2048 frames.Mark Wielaard2014-01-022-15/+41
* libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach.Mark Wielaard2013-12-312-0/+21
* stack: Add -l, --list-modules. Show module memory map, build-id and files.Mark Wielaard2013-12-312-17/+92
* stack: Improve error checking and exit code handling.Mark Wielaard2013-12-312-22/+97
* stack: Add --quiet to not resolve addresses, add --raw to not demangle.Mark Wielaard2013-12-313-3/+57
* stack: Simplify argument parsing. Don't use dwfl_standard_argp.Mark Wielaard2013-12-312-28/+120
* stack: -b, --build-id shows module build-id, load address and pc offset.Mark Wielaard2013-12-312-4/+35
* stack: Add new '-n MAXFRAMES' option. Resolve addresses after unwind.Mark Wielaard2013-12-312-63/+127
* libdwfl: Add dwfl_getthread_frames.Mark Wielaard2013-12-232-10/+43
* libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo.Mark Wielaard2013-12-203-16/+66
* stack: show binary and source file names where a function is definedMasatake YAMATO2013-12-182-6/+72
* Support AArch64 architecturePetr Machata2013-11-262-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