summaryrefslogtreecommitdiff
path: root/lib/Debugger/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Debugger/README.txt')
-rw-r--r--lib/Debugger/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Debugger/README.txt b/lib/Debugger/README.txt
new file mode 100644
index 0000000000..04a18febc6
--- /dev/null
+++ b/lib/Debugger/README.txt
@@ -0,0 +1,8 @@
+//===-- llvm/lib/Debugger/ - LLVM Debugger interfaces ---------------------===//
+
+This directory contains the implementation of the LLVM debugger backend. This
+directory builds into a library which can be used by various debugger
+front-ends to debug LLVM programs. The current command line LLVM debugger,
+llvm-db is currently the only client of this library, but others could be
+built, to provide a GUI front-end for example.
+