A portable and efficient C programming interface (API) to determine the call-chain of a program http://www.nongnu.org/libunwind/
Go to file
Silvan Calarco ae4f9a3239 update to 1.8.1 [release 1.8.1-1mamba;Mon May 06 2024] 2024-05-07 15:30:59 +02:00
README.md update to 1.8.1 [release 1.8.1-1mamba;Mon May 06 2024] 2024-05-07 15:30:59 +02:00
libunwind.spec update to 1.8.1 [release 1.8.1-1mamba;Mon May 06 2024] 2024-05-07 15:30:59 +02:00

README.md

libunwind

libunwind implements 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. Some examples include: