Split out the DwarfException class into its own file. No functionality change,
[llvm/msp430.git] / lib / Debugger / README.txt
blob89935c5a631ae66d7e2e8010eecd4131df879c81
1 //===-- llvm/lib/Debugger/ - LLVM Debugger interfaces ---------------------===//
3 This directory contains the implementation of the LLVM debugger backend.  This
4 directory builds into a library which can be used by various debugger 
5 front-ends to debug LLVM programs.  The current command line LLVM debugger, 
6 llvm-db is currently the only client of this library, but others could be 
7 built, to provide a GUI front-end for example.