Skip to content

libunwind

The primary goal of libunwind 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. As such, the API is useful in a number of applications

homepage: http://www.nongnu.org/libunwind/

version toolchain
1.1 GCC/4.9.2
1.1 foss/2016a
1.1 intel/2016b
1.2.1 GCCcore/6.3.0
1.2.1 GCCcore/6.4.0
1.2.1 GCCcore/7.3.0
1.2.1 foss/2016b
1.3.1 GCCcore/8.2.0
1.3.1 GCCcore/8.3.0
1.3.1 GCCcore/9.3.0
1.4.0 GCCcore/10.2.0
1.4.0 GCCcore/10.3.0
1.5.0 GCCcore/10.3.0
1.5.0 GCCcore/11.2.0
1.6.2 GCCcore/11.3.0
1.6.2 GCCcore/12.2.0
1.6.2 GCCcore/12.3.0
1.6.2 GCCcore/13.2.0
1.8.1 GCCcore/13.3.0

(quick links: (all) - 0 - a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - v - w - x - y - z)