summaryrefslogtreecommitdiffstats
path: root/libraries/libunwind/README
blob: c650d3ee479f622ca7cfbc55b6078ddaf5ddab40 (plain)
1
2
3
4
5
6
7
8
9
Libunwind is a portable and efficient C programming interface
to determine the call-chain of a program. 

The API is useful in a number of applications:

* debuggers
* introspection
* efficient setjmp()
* ...