slackbuilds_ponce/libraries/libunwind
dsomero 687c78d560 various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:34: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()
* ...