diff options
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 000000000000..c650d3ee479f --- /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() +* ... |