summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany2015-08-061-3/+5
* Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin2015-08-061-5/+3
* [sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany2015-08-051-3/+5
* Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov2015-04-091-0/+1
* asan: fix signal handling during stoptheworldDmitry Vyukov2015-03-021-7/+0
* [Asan] Pack signal context into a structureViktor Kutuzov2014-11-251-8/+13
* As a follow up to r222001, Peter Bergner pointed out that there isJay Foad2014-11-151-2/+2
* [ASan] Improved stack overflow detection for PowerPC64Jay Foad2014-11-141-2/+28
* [Sanitizers] Enable stack traces on FreeBSDViktor Kutuzov2014-11-101-0/+1
* [ASan] Fix stack-overflow test for PowerPCJay Foad2014-11-081-3/+3
* [ASan/Win] Catch NULL derefs and page faultsTimur Iskhodzhanov2014-07-111-1/+1
* A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov2014-03-041-2/+2
* [asan] A different way of detectinb stack overflow.Evgeniy Stepanov2014-02-191-1/+13
* [sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov2014-02-111-1/+1
* [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko2014-01-311-24/+2
* [ASan] Fix compilation.Alexander Potapenko2014-01-281-2/+0
* [ASan] Move the sigaltstack() bits to sanitizer_common.Alexander Potapenko2014-01-281-27/+0
* [ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko2014-01-281-2/+2
* [sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev2013-12-051-8/+4
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-151-2/+2
* [asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev2013-10-141-1/+10
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany2013-04-051-5/+5
* [ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov2013-04-031-1/+1
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-211-1/+0
* [ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov2013-03-201-1/+1
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-1/+3
* [ASan] intercept swapcontext on Linux onlyAlexey Samsonov2012-11-231-12/+0
* [ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov2012-11-231-0/+12
* [ASan] Create new files asan_report.{h,cc} as a preparation for refactoring o...Alexey Samsonov2012-08-091-8/+2
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-091-4/+4
* [Sanitizer] move ShadowRangeIsAvailable and several defines to common runtimeAlexey Samsonov2012-06-151-25/+0
* [Sanitizer] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov2012-06-151-28/+0
* [Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a...Alexey Samsonov2012-06-151-20/+0
* [Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtimeAlexey Samsonov2012-06-151-20/+0
* [ASan] don't include deleted headerAlexey Samsonov2012-06-141-1/+0
* [Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.Alexey Samsonov2012-06-071-2/+3
* [Sanitizer] Switch to common mmap/munmap routines in ASan run-time.Alexey Samsonov2012-06-061-2/+2
* [asan] make tid u32 instead of intKostya Serebryany2012-06-061-2/+2
* [asan] start compacting the allocator header, the goal is to make it 16 bytes...Kostya Serebryany2012-06-061-0/+4
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-061-5/+5
* [ASan] Make printf arguments match format strings better.Alexey Samsonov2012-06-061-1/+1
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-061-4/+0
* [ASan] Use __sanitizer::Die() in ASan runtime.Alexey Samsonov2012-06-061-1/+1
* [Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov2012-06-051-2/+0
* [ASan] use internal_{close,read,write} in ASan runtime.Alexey Samsonov2012-06-051-1/+4
* [asan] more renamingKostya Serebryany2012-05-311-2/+2
* [asan] more renamingKostya Serebryany2012-05-311-17/+17
* Be more verbose when installing the signals.Alexander Potapenko2012-05-301-0/+3
* Move AsanShadowRangeIsAvailable() from mac to posix.Evgeniy Stepanov2012-05-231-0/+26
* [asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exitKostya Serebryany2012-04-061-0/+4
OpenPOWER on IntegriCloud