slackbuilds_ponce/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
..
libunwind.info
libunwind.SlackBuild
README
slack-desc

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