pstack 2.11
Name | pstack |
---|---|
Version | 2.11 (1e1734be3adb6d9c81b57c5cc3d0c8fbc43bdee3) |
Summary | A utility to print stack traces of running processes |
Description | A from-scratch implementation of pstack using DWARF debugging and unwind information. Works for C/C++, Go, Rust, and Python. A traditional pstack command can generally print a backtrace of each thread in a running program, and sometimes from a core file. This version of pstack uses its own self contained ELF and DWARF parsing library, libdwelf to parse the DWARF debug and unwind information, to get a stack trace. |
Section | devel |
License | BSD-2-Clause |
Homepage | https://github.com/peadar/pstack |
Recipe file |
recipes-devtools/pstack/pstack_git.bb
recipes-devtools/pstack/pstack.inc |
Layer | meta-oe (master branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
git://github.com/peadar/pstack.git |
Patches
Patch | Status |
---|---|
files/0001-tests-fix-the-issue-of-cross-compilation-failure.patch | Backport [https://github.com/peadar/pstack/pull/38] |
Other branches
This recipe in other branches of meta-oe:
Branch | Recipe |
---|---|
master | pstack 2.10 |
master | pstack 2.11 (this recipe) |