The primary goal of this project is to define a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation.
... part of T2, get it here
URL: https://www.nongnu.org/libunwind/
Author: David Mosberger-Tang <dmosberger [at] gmail [dot] com>
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>
License: MIT
Status: Stable
Version: 1.8.1
Remark: Does cross compile (as setup and patched in T2).
Download: https://github.com/libunwind/libunwind/tags/download/v1.8.1/ libunwind-1.8.1.tar.gz
T2 source: unwind.cache
T2 source: unwind.desc
Build time (on reference hardware): 40% (relative to binutils)2
Installed size (on reference hardware): 1.47 MB, 88 files
Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk grep gzip linux-header make sed tar tbb xz zlib
Installed files (on reference hardware):
[show]
1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.
2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).