summaryrefslogtreecommitdiffstats
path: root/src/stack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.174'Ulf Hermann2018-10-111-1/+0
|\
| * Consolidate error.h inclusion in system.hRoss Burton2018-07-051-1/+0
* | Merge tag 'elfutils-0.173'Ulf Hermann2018-07-131-14/+19
|\|
| * Internationalized messages should not contain the '\v' escape sequence.Mark Wielaard2017-09-151-1/+2
| * Cast pid_t to long long when printingUlf Hermann2017-08-181-14/+18
* | Cast pid_t to long long when printingUlf Hermann2017-05-081-11/+11
* | Open files in O_BINARYUlf Hermann2017-05-081-1/+1
|/
* Move print_version into printversion.{h|c}Ulf Hermann2017-02-171-0/+1
* http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/Mark Wielaard2016-12-241-7/+0
* stack: Add -i, --inlines. Show inlined call frames using DWARF debuginfo.Mark Wielaard2014-01-271-77/+177
* stack: Initialize -n maxframes to 256 by default.Mark Wielaard2014-01-271-2/+4
* stack: Add -d, --debugname. Lookup DWARF debuginfo name for frame address.Mark Wielaard2014-01-271-3/+53
* Fix corruption of non-C++ symbols by the demangler.Jan Kratochvil2014-01-151-2/+3
* stack: Show and handle -r,--raw even without USE_DEMANGLE.Mark Wielaard2014-01-031-6/+0
* stack.c (print_frames): Print 0x before build-id hex-offset.Mark Wielaard2014-01-021-1/+2
* stack: Allow -n 0 for unlimited frames. Make default 2048 frames.Mark Wielaard2014-01-021-15/+31
* libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach.Mark Wielaard2013-12-311-0/+16
* stack: Add -l, --list-modules. Show module memory map, build-id and files.Mark Wielaard2013-12-311-17/+81
* stack: Improve error checking and exit code handling.Mark Wielaard2013-12-311-22/+80
* stack: Add --quiet to not resolve addresses, add --raw to not demangle.Mark Wielaard2013-12-311-2/+43
* stack: Simplify argument parsing. Don't use dwfl_standard_argp.Mark Wielaard2013-12-311-28/+103
* stack: -b, --build-id shows module build-id, load address and pc offset.Mark Wielaard2013-12-311-4/+27
* stack: Add new '-n MAXFRAMES' option. Resolve addresses after unwind.Mark Wielaard2013-12-311-63/+111
* libdwfl: Add dwfl_getthread_frames.Mark Wielaard2013-12-231-10/+36
* stack: show binary and source file names where a function is definedMasatake YAMATO2013-12-181-6/+62
* stack: Add basic argp version and bug definitions.Mark Wielaard2013-11-111-0/+15
* Unwinder for x86*.Jan Kratochvil2013-11-071-0/+174