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: https://www.nongnu.org/libunwind/
Available installations¶
| libunwind version | Supported CPU targets | Supported GPU targets | EESSI version | Module |
|---|---|---|---|---|
| 1.8.2 | generic: riscv64Arm: AMD: Intel: |
(none) | 2025.06 | libunwind/1.8.2-GCCcore-14.3.0 |