| Commit message (Expand) | Author | Age | Files | Lines |
* | readelf: Robustify print_phdr program interpreter printing. | Mark Wielaard | 2014-02-07 | 2 | -1/+9 |
* | Use -Wformat=2 by default for all files. | Mark Wielaard | 2014-01-30 | 5 | -79/+101 |
* | stack: Add -i, --inlines. Show inlined call frames using DWARF debuginfo. | Mark Wielaard | 2014-01-27 | 2 | -77/+188 |
* | stack: Initialize -n maxframes to 256 by default. | Mark Wielaard | 2014-01-27 | 2 | -2/+10 |
* | stack: Add -d, --debugname. Lookup DWARF debuginfo name for frame address. | Mark Wielaard | 2014-01-27 | 2 | -3/+63 |
* | addr2line: handle_address initialize scopes to NULL. | Mark Wielaard | 2014-01-24 | 2 | -1/+5 |
* | robustify: strip. | Roland McGrath | 2014-01-23 | 2 | -31/+63 |
* | robustify: readelf. | Roland McGrath | 2014-01-23 | 2 | -26/+60 |
* | robustify: elflint. | Jakub Jelinek | 2014-01-23 | 2 | -28/+86 |
* | robustify: Use gelf_fsize instead of relying on shdr->sh_entsize. | Petr Machata | 2014-01-23 | 2 | -10/+35 |
* | readelf: print_debug_macro_section clear vendor array before use. | Mark Wielaard | 2014-01-17 | 2 | -0/+6 |
* | Fix corruption of non-C++ symbols by the demangler. | Jan Kratochvil | 2014-01-15 | 3 | -10/+18 |
* | stack: Show and handle -r,--raw even without USE_DEMANGLE. | Mark Wielaard | 2014-01-03 | 2 | -6/+6 |
* | stack.c (print_frames): Print 0x before build-id hex-offset. | Mark Wielaard | 2014-01-02 | 2 | -1/+6 |
* | stack: Allow -n 0 for unlimited frames. Make default 2048 frames. | Mark Wielaard | 2014-01-02 | 2 | -15/+41 |
* | libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach. | Mark Wielaard | 2013-12-31 | 2 | -0/+21 |
* | stack: Add -l, --list-modules. Show module memory map, build-id and files. | Mark Wielaard | 2013-12-31 | 2 | -17/+92 |
* | stack: Improve error checking and exit code handling. | Mark Wielaard | 2013-12-31 | 2 | -22/+97 |
* | stack: Add --quiet to not resolve addresses, add --raw to not demangle. | Mark Wielaard | 2013-12-31 | 3 | -3/+57 |
* | stack: Simplify argument parsing. Don't use dwfl_standard_argp. | Mark Wielaard | 2013-12-31 | 2 | -28/+120 |
* | stack: -b, --build-id shows module build-id, load address and pc offset. | Mark Wielaard | 2013-12-31 | 2 | -4/+35 |
* | stack: Add new '-n MAXFRAMES' option. Resolve addresses after unwind. | Mark Wielaard | 2013-12-31 | 2 | -63/+127 |
* | libdwfl: Add dwfl_getthread_frames. | Mark Wielaard | 2013-12-23 | 2 | -10/+43 |
* | libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo. | Mark Wielaard | 2013-12-20 | 3 | -16/+66 |
* | stack: show binary and source file names where a function is defined | Masatake YAMATO | 2013-12-18 | 2 | -6/+72 |
* | Support AArch64 architecture | Petr Machata | 2013-11-26 | 2 | -2/+6 |
* | Support new 'h' core note item format for hidden fields | Petr Machata | 2013-11-22 | 2 | -0/+8 |
* | stack: Add basic argp version and bug definitions. | Mark Wielaard | 2013-11-11 | 2 | -0/+21 |
* | Fix some (harmless) cppcheck warnings. | Mark Wielaard | 2013-11-09 | 3 | -7/+15 |
* | Unwinder for x86*. | Jan Kratochvil | 2013-11-07 | 3 | -2/+183 |
* | readelf: Solve comparison between signed and unsigned compiler warning. | Mark Wielaard | 2013-11-05 | 2 | -2/+8 |
* | ar: Correct operation check when instance_specifed is set. | Mark Wielaard | 2013-10-18 | 2 | -1/+5 |
* | Show contents NT_FILE core note in readelf | Petr Machata | 2013-09-30 | 2 | -4/+68 |
* | Show contents NT_SIGINFO core note in readelf | Petr Machata | 2013-09-30 | 2 | -0/+109 |
* | addr2line: Support -i, --inlines output option. | Mark Wielaard | 2013-08-13 | 2 | -20/+129 |
* | addr2line: Remove newline from strings returned by getline. | Mark Wielaard | 2013-08-12 | 2 | -1/+10 |
* | readelf: print actual DIE offsets of DW_OP_GNU_<type> ops. | Mark Wielaard | 2013-07-13 | 1 | -2/+17 |
* | readelf: print actual DW_OP_GNU_parameter_ref DIE offset. | Mark Wielaard | 2013-07-13 | 2 | -32/+66 |
* | readelf: Format first DW_OP_GNU_implicit_pointer argument as DIE offset. | Mark Wielaard | 2013-05-06 | 2 | -1/+6 |
* | Updates for Automake 1.13. | Mark Wielaard | 2013-04-26 | 2 | -1/+5 |
* | readelf: Add --debug-dump=decodedline support. | Mark Wielaard | 2013-04-04 | 2 | -2/+105 |
* | readelf: Display raw .debug_aranges. Use libdw only for decodedaranges. | Mark Wielaard | 2013-04-04 | 2 | -5/+181 |
* | readelf: When highpc is in constant form also print as address. | Mark Wielaard | 2013-03-26 | 2 | -1/+22 |
* | readelf: print_gdb_index_section fix memory leak. | Mark Wielaard | 2013-03-19 | 2 | -0/+6 |
* | readelf: Accept version 8 .gdb_index section format. | Mark Wielaard | 2013-03-19 | 2 | -3/+9 |
* | Fix two memory leaks in findtextrel and strip. | Mark Wielaard | 2013-03-01 | 3 | -2/+14 |
* | elflint.c (check_symtab): Add __bss_start__ to the list of allowed symbols. | Mark Wielaard | 2013-02-24 | 2 | -0/+6 |
* | elflint: Add two more symbols to gnuld list of allowed bad values. | Mark Wielaard | 2013-02-06 | 2 | -3/+17 |
* | readelf: Add -U, --unresolved-address-offsets output control. | Mark Wielaard | 2013-02-06 | 2 | -24/+60 |
* | readelf: Add base to offsets in format_dwarf_addr for debug_loc/ranges. | Mark Wielaard | 2013-02-06 | 2 | -14/+57 |