| 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 (whinlatter branch) |
| Inherits |
|
| Dependencies |
- cmake-native
- elfutils
- gcc-cross-i686
- libunwind
- ninja-native
- virtual/compilerlibs
- virtual/libc
- xz
- zlib
|
| PACKAGECONFIG options |
|