blob: 04a18febc65a28dd70c02ede32c0866775a4fd5d [file] [log] [blame]
Chris Lattner2eacf262004-01-05 05:25:10 +00001//===-- llvm/lib/Debugger/ - LLVM Debugger interfaces ---------------------===//
2
3This directory contains the implementation of the LLVM debugger backend. This
4directory builds into a library which can be used by various debugger
5front-ends to debug LLVM programs. The current command line LLVM debugger,
6llvm-db is currently the only client of this library, but others could be
7built, to provide a GUI front-end for example.
8