| commit | 6961e87847cd39a65ecde0342ec5c7d1dee9622c | [log] [tgz] |
|---|---|---|
| author | Sean Callanan <scallanan@apple.com> | Wed Sep 01 00:58:00 2010 +0000 |
| committer | Sean Callanan <scallanan@apple.com> | Wed Sep 01 00:58:00 2010 +0000 |
| tree | b49e5acd42822d3575f26dd66242ebce14d65293 | |
| parent | 6aaebe877bbff9d9b3b6e639d6e79d79fa50ebea [diff] |
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