slackbuilds_ponce/libraries/libunwind/README
tjohann fc4b278828 libraries/libunwind: Added (determine the call-chain).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2013-01-09 18:52:22 -05:00

9 lines
209 B
Text

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()
* ...