summaryrefslogtreecommitdiffstats
path: root/libraries/libunwind/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libunwind/README')
-rw-r--r--libraries/libunwind/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libunwind/README b/libraries/libunwind/README
new file mode 100644
index 0000000000..c650d3ee47
--- /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()
+* ...