SlackBuildsOrg/libraries/libunwind
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -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()
* ...