diff options
author | tjohann <thorsten.johannvorderbrueggen@t-online.de> | 2013-01-05 21:46:44 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-09 18:52:22 -0500 |
commit | fc4b2788286ad4eec15f0067e14742cd0a9c346a (patch) | |
tree | ceeb3ec4d994168322333e84b54a515450376bae /libraries/libunwind/README | |
parent | 5fd657a3af7bd78f3573e05a5da82db71144f7db (diff) |
libraries/libunwind: Added (determine the call-chain).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libunwind/README')
-rw-r--r-- | libraries/libunwind/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libunwind/README b/libraries/libunwind/README new file mode 100644 index 0000000000000..c650d3ee479f6 --- /dev/null +++ b/libraries/libunwind/README @@ -0,0 +1,9 @@ +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() +* ... |