summaryrefslogtreecommitdiff
path: root/lib/asan/asan_posix.cc
AgeCommit message (Expand)Author
2017-11-10[sanitizer] Remove unused <signal.h> which conflicts with asan declarationsVitaly Buka
2017-09-18[asan] Remove ScopedDeadlySignalVitaly Buka
2017-09-14[asan] Remove ErrorStackOverflowVitaly Buka
2017-09-14[sanitizer] Move IsStackOverflow into SignalContextVitaly Buka
2017-09-14[compiler-rt] Cleanup SignalContext initializationVitaly Buka
2017-09-13[compiler-rt] Add siginfo into SignalContextVitaly Buka
2017-09-13[compiler-rt] Move *Sanitizer:DEADLYSIGNAL printing into common partVitaly Buka
2017-09-12[compiler-rt] Move IsStackOverflow from asan into sanitizer_commonVitaly Buka
2017-09-12Revert "[compiler-rt] Move IsStackOverflow from asan into sanitizer_common"Vitaly Buka
2017-09-11[compiler-rt] Move IsStackOverflow from asan into sanitizer_commonVitaly Buka
2017-09-09[asan] Use more generic string in error messageVitaly Buka
2017-07-05fix trivial typos in comments; NFCHiroshi Inoue
2017-02-02[sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori
2016-09-08[asan] Handle SIGBART signal description. (found by buildbot)Filipe Cabecinhas
2016-09-08[asan] Reify ErrorDeadlySignalFilipe Cabecinhas
2016-09-07[sanitizer] Fix a conflict between abort_on_error and handle_abort.Evgeniy Stepanov
2016-05-27[sanitizers] introduce __sanitizer_set_report_fd so that we can re-route the ...Kostya Serebryany
2016-04-18[asan] [SystemZ] Add slop for stack address detection.Marcin Koscielnicki
2015-12-15[asan] add option: handle_sigillKostya Serebryany
2015-08-06[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany
2015-08-06Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin
2015-08-05[sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany
2015-04-09Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov
2015-03-02asan: fix signal handling during stoptheworldDmitry Vyukov
2014-11-25[Asan] Pack signal context into a structureViktor Kutuzov
2014-11-15As a follow up to r222001, Peter Bergner pointed out that there isJay Foad
2014-11-14[ASan] Improved stack overflow detection for PowerPC64Jay Foad
2014-11-10[Sanitizers] Enable stack traces on FreeBSDViktor Kutuzov
2014-11-08[ASan] Fix stack-overflow test for PowerPCJay Foad
2014-07-11[ASan/Win] Catch NULL derefs and page faultsTimur Iskhodzhanov
2014-03-04A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov
2014-02-19[asan] A different way of detectinb stack overflow.Evgeniy Stepanov
2014-02-11[sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov
2014-01-31[ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko
2014-01-28[ASan] Fix compilation.Alexander Potapenko
2014-01-28[ASan] Move the sigaltstack() bits to sanitizer_common.Alexander Potapenko
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2013-12-05[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev
2013-10-15tsan: move verbosity flag to CommonFlagsDmitry Vyukov
2013-10-14[asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev
2013-04-05[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany
2013-04-03[ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov
2013-03-21[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov
2013-03-20[ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2012-11-23[ASan] intercept swapcontext on Linux onlyAlexey Samsonov
2012-11-23[ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov
2012-08-09[ASan] Create new files asan_report.{h,cc} as a preparation for refactoring o...Alexey Samsonov
2012-07-09[ASan] Use common flags parsing machinery.Alexey Samsonov
2012-06-15[Sanitizer] move ShadowRangeIsAvailable and several defines to common runtimeAlexey Samsonov