llvm-6502/lib/Debugger
2007-05-06 09:29:13 +00:00
..
Debugger.cpp switch this to bitcode instead of bytecode 2007-05-06 09:29:13 +00:00
Makefile Build more debugger/selectiondag libraries as archives instead of .o files. 2006-07-21 00:10:47 +00:00
ProgramInfo.cpp Make sure temporary data is not used past its life span. 2007-04-08 20:10:14 +00:00
README.txt
RuntimeInfo.cpp
SourceFile.cpp Fix another occurrence of inverted logic on the result of MappedFile::map 2006-08-22 18:03:02 +00:00
SourceLanguage-CFamily.cpp
SourceLanguage-CPlusPlus.cpp
SourceLanguage-Unknown.cpp Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
SourceLanguage.cpp

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