hanchenye-llvm-project/lldb/source/Expression
Jim Ingham 61be0903e5 Adding support for fetching the Dynamic Value for ObjC Objects.
llvm-svn: 130701
2011-05-02 18:13:59 +00:00
..
ASTDumper.cpp
ASTResultSynthesizer.cpp Updated to LLVM/Clang revision 127600. 2011-03-15 00:17:19 +00:00
ASTStructExtractor.cpp Order of initialization lists. 2011-04-11 19:41:40 +00:00
ClangASTSource.cpp Updated to LLVM/Clang revision 127600. 2011-03-15 00:17:19 +00:00
ClangExpressionDeclMap.cpp Adding support for fetching the Dynamic Value for ObjC Objects. 2011-05-02 18:13:59 +00:00
ClangExpressionParser.cpp Updated LLVM to pick up fixes to the ARM instruction 2011-04-14 02:01:31 +00:00
ClangExpressionVariable.cpp Fix up how the ValueObjects manage their life cycle so that you can hand out a shared 2011-04-22 23:53:53 +00:00
ClangFunction.cpp Fixed the LLDB build so that we can have private types, private enums and 2011-03-24 21:19:54 +00:00
ClangPersistentVariables.cpp Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. 2011-03-31 00:19:25 +00:00
ClangUserExpression.cpp Fix up how the ValueObjects manage their life cycle so that you can hand out a shared 2011-04-22 23:53:53 +00:00
ClangUtilityFunction.cpp
DWARFExpression.cpp Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX 2011-04-01 18:14:08 +00:00
IRDynamicChecks.cpp Updated LLVM to pick up fixes to the ARM instruction 2011-04-14 02:01:31 +00:00
IRForTarget.cpp Updated LLVM to pick up fixes to the ARM instruction 2011-04-14 02:01:31 +00:00
IRToDWARF.cpp Order of initialization lists. 2011-04-11 19:41:40 +00:00
Makefile
RecordingMemoryManager.cpp