summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov2014-09-101-2/+1
* Fix building sanitizer_linux_libcdep.cc on FreeBSDViktor Kutuzov2014-09-041-1/+1
* [libsanitizer] Fix the Android build.Alexander Potapenko2014-09-011-0/+4
* [ASan] Small refactoring - split the slow unwinding logic into sanitizer_unwi...Alexander Potapenko2014-09-011-126/+0
* Support traversing ELF objects for sanitizers needs on FreeBSD in 32-bit modeViktor Kutuzov2014-07-251-0/+6
* [asan] Fix unused variable warning.Evgeniy Stepanov2014-07-031-1/+1
* [asan] Exclude non-executable mappings from coverage.Evgeniy Stepanov2014-06-111-1/+2
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-0/+15
* [sanitizer] define SANITIZER_X32 and use it in ThreadDescriptorSize; partiall...Kostya Serebryany2014-05-211-1/+3
* Move pthread_cond_* interceptors from sanitizer_common with all the ugly hack...Alexey Samsonov2014-04-161-12/+0
* A fix for sanitizers' TLS support on FreeBSDViktor Kutuzov2014-03-241-6/+15
* [sanitizer] Fix a bug in AdjustStackSize().Sergey Matveev2014-03-181-2/+3
* tsan: yet another attempt to fix pthread_cond interceptorsDmitry Vyukov2014-03-171-1/+1
* [sanitizer] make real_pthread_attr_getstack extern "C"Kostya Serebryany2014-03-171-0/+2
* tsan: fix handling of pthread_cond_wait in presence of pthread_cancelDmitry Vyukov2014-03-121-0/+12
* Remove sanitizer_linux_libcdep.cc from TSan-Go buildAlexey Samsonov2014-03-071-20/+1
* [FreeBSD] Add support for sanitizer_linux_libcdep.ccAlexey Samsonov2014-03-071-17/+73
* Avoid doing any work when unwinding stack traces with 0 or 1 frameAlexey Samsonov2014-03-041-6/+4
* AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...Kostya Serebryany2014-02-241-1/+1
* [sanitizer] Fix off-by-one-line in SEGV reports on Android.Evgeniy Stepanov2014-02-131-1/+3
* [Sanitizer] Reduce stack frame size of SlowUnwindStackWithContextAlexey Samsonov2014-02-121-4/+4
* [sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov2014-02-111-0/+70
* [sanitizer] hide two functions in the __sanitizer namespace to avoid exportin...Kostya Serebryany2014-02-051-14/+10
* [sanitizer] Handle TLS sizes for glibc < 2.13; As discussed in http://gcc.gnu...Kostya Serebryany2014-02-041-9/+36
* [libsanitizer] Workaround for https://code.google.com/p/address-sanitizer/iss...Alexander Potapenko2014-02-031-1/+0
* [libsanitizer] Fix compilation for gotsan.Alexander Potapenko2014-01-311-1/+1
* [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko2014-01-311-1/+10
* tsan: fix Go buildDmitry Vyukov2013-12-311-0/+7
* Fix an ODR violation in the sanitizer runtimes.Chandler Carruth2013-12-301-5/+11
* [Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.Alexey Samsonov2013-12-251-1/+2
* [msan] Wrap indirect calls to REAL(x) in interceptors.Evgeniy Stepanov2013-12-201-0/+2
* [msan] Replace wrap_indirect_calls runtime flag with an interface method.Evgeniy Stepanov2013-12-201-3/+2
* [sanitizer] Disable call wrapping when building for Go.Evgeniy Stepanov2013-12-131-0/+2
* [msan] Wrap indirect calls from sanitizer rtl when running under DR.Evgeniy Stepanov2013-12-131-2/+9
* [sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev2013-12-051-3/+3
* Call real pthread_attr_getstack instead of the interceptorKostya Serebryany2013-11-221-2/+8
* [Sanitizer] Make slow unwinder on Linux more robustAlexey Samsonov2013-11-151-1/+1
* [Sanitizer] Use same PC threshold in slow unwinder on all platformsAlexey Samsonov2013-11-131-1/+1
* [Sanitizers] Share some stack walking code between Windows and LinuxTimur Iskhodzhanov2013-11-091-10/+3
* [ASan] Make sure slow stack unwinder doesn't return empty stacks.Alexey Samsonov2013-11-051-13/+13
* tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov2013-10-151-2/+3
* [Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov2013-10-121-9/+14
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-101-0/+64
* Revert r185536 as it neither fixes any memory leaks, nor is it necessary (see...Timur Iskhodzhanov2013-09-031-1/+0
* It appears that glibc 2.13 has the same thread descriptor size as 2.11,Chandler Carruth2013-08-181-3/+3
* [asan] Raise thread stack size limit.Evgeniy Stepanov2013-07-301-2/+2
* [sanitizer] Fix memory leak in sanitizer_common discovered by LeakSanitizer.Sergey Matveev2013-07-031-0/+1
* [sanitizer] Use the correct macro to check glibc version.Sergey Matveev2013-07-011-1/+1
* [sanitizer] Fix kThreadDescriptorSize for glibc <= 2.11.Sergey Matveev2013-06-031-0/+6
* Fix #if guards in sanitizer_common codeAlexey Samsonov2013-05-301-3/+3
OpenPOWER on IntegriCloud