slackbuilds/libraries/libunwind
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
..
README libraries/libunwind: Added (determine the call-chain). 2013-01-09 18:52:22 -05:00
libunwind.SlackBuild libraries/libunwind: Added (determine the call-chain). 2013-01-09 18:52:22 -05:00
libunwind.info libraries/libunwind: Added (determine the call-chain). 2013-01-09 18:52:22 -05:00
slack-desc libraries/libunwind: Added (determine the call-chain). 2013-01-09 18:52:22 -05:00

README

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