unwind: A portable and efficient library to determine the call-chain1

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: http://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: Beta
Version: 1.6.2

Remark: Does cross compile (as setup and patched in T2).

Download: http://download.savannah.gnu.org/releases/libunwind/ libunwind-1.6.2.tar.gz

T2 source: unwind.cache
T2 source: unwind.desc

Build time (on reference hardware): 12% (relative to binutils)2

Installed size (on reference hardware): 1.72 MB, 39 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk grep gzip linux-header make sed tar 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).