Kostya Serebryany
|
78d87d3b4b
|
[asan] move {linux,mac}-specific code from asan_thread.cc to asan_{linux,mac}.cc; also add asan_procmaps.h which I forgot to add on previous commit.
llvm-svn: 147586
|
2012-01-05 01:07:27 +00:00 |
Kostya Serebryany
|
cd271f5440
|
[asan] implement our own /proc/self/maps reader and use it on linux instead of sysinfo.h
llvm-svn: 147581
|
2012-01-05 00:44:33 +00:00 |
Kostya Serebryany
|
a772096156
|
[asan] refactoring: don't #include <sys/mman.h> in non-os-specific files
llvm-svn: 147328
|
2011-12-28 23:28:54 +00:00 |
Kostya Serebryany
|
6c4bd806fa
|
[asan] use custom libc-free getenv; a bit of refactoring around mmap calls
llvm-svn: 147326
|
2011-12-28 22:58:01 +00:00 |
Kostya Serebryany
|
5dfa4da0b9
|
[asan] flatten the asan-rt build slightly
llvm-svn: 145631
|
2011-12-01 21:40:52 +00:00 |
Kostya Serebryany
|
019b76f5fd
|
AddressSanitizer run-time library. Not yet integrated with the compiler-rt build system, but can be built using the old makefile. See details in README.txt
llvm-svn: 145463
|
2011-11-30 01:07:02 +00:00 |