eu-stack --version (return code: 0)
eu-stack (elfutils) 0.170
Copyright (C) 2017 The elfutils developers <http://elfutils.org/>.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
eu-stack --help (return code: 0)
Usage: eu-stack [OPTION...]
Print a stack for each thread in a process or core file.
Input selection options:
--core=COREFILE Show stack found in COREFILE
--debuginfo-path=PATH Search path for separate debuginfo files
-e, --executable=EXEC (optional) EXECUTABLE that produced COREFILE
-p, --pid=PID Show stack of process PID
Output selection options:
-1 Show the backtrace of only one thread
-a, --activation Additionally show frame activation
-b, --build-id Show module build-id, load address and pc offset
-d, --debugname Additionally try to lookup DWARF debuginfo name
for frame address
-i, --inlines Additionally show inlined function frames using
DWARF debuginfo if available (implies -d)
-l, --list-modules Show module memory map with build-id, elf and
debug files detected
-m, --module Additionally show module file information
-n MAXFRAMES Show at most MAXFRAMES per thread (default 256,
use 0 for unlimited)
-q, --quiet Do not resolve address to function symbol name
-r, --raw Show raw function symbol names, do not try to
demangle names
-s, --source Additionally show source file information
-v, --verbose Show all additional information (activation,
debugname, inlines, module and source)
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
Program exits with return code 0 if all frames were shown without any errors.
If some frames were shown, but there were some non-fatal errors, possibly
causing an incomplete backtrace, the program exits with return code 1. If no
frames could be shown, or a fatal error occured the program exits with return
code 2. If the program was invoked with bad or missing arguments it will exit
with return code 64.
Report bugs to https://sourceware.org/bugzilla.