freebsd_amp_hwpstate/lib/Debugger
Ed Schouten 009b1c42aa Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
..
CMakeLists.txt Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
Debugger.cpp Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
Makefile Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
ProgramInfo.cpp Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
README.txt Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
RuntimeInfo.cpp Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
SourceFile.cpp Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
SourceLanguage-CFamily.cpp Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
SourceLanguage-CPlusPlus.cpp Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
SourceLanguage-Unknown.cpp Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
SourceLanguage.cpp Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00

README.txt

//===-- 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.