Evgeniy Stepanov
|
1a2262e1c9
|
[sanitizer] Fix lint.
llvm-svn: 180012
|
2013-04-22 13:28:26 +00:00 |
Andy Gibbs
|
f6edda8c30
|
Wrap macro invocations in braces to supress 'suggest braces around empty body in an ‘if’ statement' warning.
llvm-svn: 179597
|
2013-04-16 15:18:55 +00:00 |
Evgeniy Stepanov
|
9b59a39f42
|
[sanitizer] Implement wait4 and waitpid syscall hooks.
llvm-svn: 179592
|
2013-04-16 13:06:20 +00:00 |
Evgeniy Stepanov
|
9fb82357dc
|
[sanitizer] More syscall handler placeholders.
This time it's the full list scavenged from syscalls.h
Fixed return value type.
llvm-svn: 179378
|
2013-04-12 14:06:40 +00:00 |
Evgeniy Stepanov
|
f5523116e9
|
[sanitizer] Syscall hooks.
Pre- and post- hooks for linux syscalls. Not wired into anything, but exposed
through public interface.
llvm-svn: 179288
|
2013-04-11 14:37:04 +00:00 |