hanchenye-llvm-project/lldb/source/Expression
Sean Callanan 0917d6e5d5 Added a new class, ASTDumper, that provides verbose
diagnostics of Clang AST classes for the purpose of
debugging the types LLDB produces for DWARF objects.

The ASTDumper is currently only used in log output
if you enable verbose mode in the expression log:

log enable -v lldb expr

Its output then appears in the log for external
variables used by the expr command.

llvm-svn: 124703
2011-02-01 23:43:26 +00:00
..
ASTDumper.cpp Added a new class, ASTDumper, that provides verbose 2011-02-01 23:43:26 +00:00
ASTResultSynthesizer.cpp Updated Clang to a version that supports propagating 2011-01-27 04:42:51 +00:00
ASTStructExtractor.cpp
ClangASTSource.cpp Updated Clang to a version that supports propagating 2011-01-27 04:42:51 +00:00
ClangExpressionDeclMap.cpp Added a new class, ASTDumper, that provides verbose 2011-02-01 23:43:26 +00:00
ClangExpressionParser.cpp Added error reporting to IRForTarget so that the 2011-01-27 01:07:04 +00:00
ClangExpressionVariable.cpp Implemented a major overhaul of the way variables are handled 2011-01-13 08:53:35 +00:00
ClangFunction.cpp Make expressions clean up their JIT'ed code allocation. 2011-01-19 23:00:49 +00:00
ClangPersistentVariables.cpp Patch from Stephen Wilson: 2010-12-20 21:45:22 +00:00
ClangUserExpression.cpp Endian patch from Kirk Beitz that allows better cross platform building. 2011-02-01 01:31:41 +00:00
ClangUtilityFunction.cpp Make expressions clean up their JIT'ed code allocation. 2011-01-19 23:00:49 +00:00
DWARFExpression.cpp Endian patch from Kirk Beitz that allows better cross platform building. 2011-02-01 01:31:41 +00:00
IRDynamicChecks.cpp Enabled extra warnings and fixed a bunch of small issues. 2011-01-25 23:55:37 +00:00
IRForTarget.cpp Updated Clang to a version that supports propagating 2011-01-27 04:42:51 +00:00
IRToDWARF.cpp Move some of the more noisy "log enable lldb expression" output to the verbose output. 2011-01-22 01:25:40 +00:00
Makefile
RecordingMemoryManager.cpp Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00