llvm-project/lldb/source/Expression
Greg Clayton f028a1fb84 Added access to set the current stack frame within a thread so any command
line commands can use the current thread/frame.

Fixed an issue with expressions that get sandboxed in an objective C method
where unichar wasn't being passed down.

Added a "static size_t Scalar::GetMaxByteSize();" function in case we need
to know the max supported by size of something within a Scalar object.

llvm-svn: 122027
2010-12-17 02:26:24 +00:00
..
ASTResultSynthesizer.cpp Added support for generating expressions that have 2010-12-13 22:46:15 +00:00
ASTStructExtractor.cpp Updated to latest LLVM. Major LLVM changes: 2010-09-23 03:01:22 +00:00
ClangASTSource.cpp Added support for generating expressions that have 2010-12-13 22:46:15 +00:00
ClangExpressionDeclMap.cpp Implemented a feature where the expression parser 2010-12-16 03:17:46 +00:00
ClangExpressionParser.cpp Implemented a feature where the expression parser 2010-12-16 03:17:46 +00:00
ClangExpressionVariable.cpp Modified LLDB expressions to not have to JIT and run code just to see variable 2010-12-14 02:59:59 +00:00
ClangFunction.cpp Modified LLDB expressions to not have to JIT and run code just to see variable 2010-12-14 02:59:59 +00:00
ClangPersistentVariables.cpp Modified LLDB expressions to not have to JIT and run code just to see variable 2010-12-14 02:59:59 +00:00
ClangUserExpression.cpp Added access to set the current stack frame within a thread so any command 2010-12-17 02:26:24 +00:00
ClangUtilityFunction.cpp Fixed object lifetimes in ClangExpressionDeclMap 2010-12-03 01:38:59 +00:00
DWARFExpression.cpp Fix build error when lldb is being built i386. 2010-11-29 21:38:58 +00:00
IRDynamicChecks.cpp Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00
IRForTarget.cpp Implemented a feature where the expression parser 2010-12-16 03:17:46 +00:00
IRToDWARF.cpp Modified LLDB expressions to not have to JIT and run code just to see variable 2010-12-14 02:59:59 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
RecordingMemoryManager.cpp Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00