llvm-project/lldb/source/Expression
Sean Callanan 9bbf3cd3d7 Hardened against reads in the IRMemoryMap that
exceed the bounds of the backing memory.

<rdar://problem/16088322>

llvm-svn: 202899
2014-03-04 21:56:11 +00:00
..
ASTDumper.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ASTResultSynthesizer.cpp Fix build. 2013-04-03 21:29:21 +00:00
ASTStructExtractor.cpp Brought LLDB top-of-tree into sync with LLVM/Clang 2012-09-24 22:25:51 +00:00
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
ClangASTSource.cpp Removed spurious lookup of the $__lldb_expr 2014-02-06 22:24:11 +00:00
ClangExpressionDeclMap.cpp Emit a warning diagnostic if a symbol was promoted 2014-02-19 23:37:25 +00:00
ClangExpressionParser.cpp update the declaration from llvm::OwningPtr to llvm::IntrusiveRefCntPtr to match the clang update (r202346) on ASTContext 2014-02-27 10:46:57 +00:00
ClangExpressionVariable.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ClangFunction.cpp "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
ClangPersistentVariables.cpp I have brought LLDB up-to-date with top of tree 2012-02-04 08:49:35 +00:00
ClangUserExpression.cpp Only require thread scope when we're about to run the function on a thread. 2014-03-03 19:16:45 +00:00
ClangUtilityFunction.cpp This commit changes the way LLDB executes user 2013-04-18 22:06:33 +00:00
DWARFExpression.cpp "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
ExpressionSourceCode.cpp Import the builtin type prefix before we import the user expression prefix so that the user expression prefix can use the uint, int, size_t, and other types without having to define them. 2013-07-03 00:07:54 +00:00
IRDynamicChecks.cpp Updated our IR processing to reflect best practices 2013-12-20 19:55:02 +00:00
IRExecutionUnit.cpp Lock the JIT before using it. 2014-02-06 22:25:20 +00:00
IRForTarget.cpp "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
IRInterpreter.cpp Implemented TruncInst in the IRInterpreter. 2013-10-11 19:45:00 +00:00
IRMemoryMap.cpp Hardened against reads in the IRMemoryMap that 2014-03-04 21:56:11 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Materializer.cpp Better error reporting when a variable can't be 2014-02-28 22:27:53 +00:00