llvm-project/lldb
Sean Callanan 6961e87847 Added support for dynamic sanity checking in
expressions.  Values used by the expression are
checked by validation functions which cause the
program to crash if the values are unsafe.

Major changes:

- Added IRDynamicChecks.[ch], which contains the
  core code related to this feature

- Modified CommandObjectExpression to install the
  validator functions into the target process.

- Added an accessor to Process that gets/sets the
  helper functions

llvm-svn: 112690
2010-09-01 00:58:00 +00:00
..
docs Remove a reference to Leopard. 2010-06-25 00:34:35 +00:00
include Added support for dynamic sanity checking in 2010-09-01 00:58:00 +00:00
lib Missed an aspect of the previous makefile patch. 2010-07-24 05:18:16 +00:00
lldb.xcodeproj Added support for dynamic sanity checking in 2010-09-01 00:58:00 +00:00
resources Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
scripts o Exposed SBFileSpec to the Python APIs in lldb.py. 2010-08-27 22:35:26 +00:00
source Added support for dynamic sanity checking in 2010-09-01 00:58:00 +00:00
test Updated to add plugins directory to PYTHONPATH. 2010-09-01 00:55:36 +00:00
tools Added the ability to disable ASLR (Address Space Layout Randomization). ASLR 2010-08-31 18:35:14 +00:00
www Fix utilities text 2010-06-12 03:34:21 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Comment out test targets; they don't work on Linux because test/Makefile uses 2010-07-09 22:36:15 +00:00