summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_printf.cc
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer] Internal Printf string width + left-justify.Alex Shlyapnikov2018-04-231-11/+27
* Revert "[Sanitizer] Internal Printf string precision argument + padding."Alex Shlyapnikov2018-04-201-2/+0
* [Sanitizer] Internal Printf string precision argument + padding.Alex Shlyapnikov2018-04-201-0/+2
* [sanitizer] Move CommonSanitizerReportMutex from _print.cc to _common.ccVitaly Buka2017-09-221-2/+0
* [sanitizer_common] Fuchsia OS support codeVitaly Buka2017-08-011-1/+3
* Revert "[compiler-rt] Include thread ID into sanitizers logs"Vitaly Buka2017-07-251-4/+4
* [compiler-rt] Use NOINLE to shrink stack framesVitaly Buka2017-07-201-5/+7
* [compiler-rt] Reorder functions to shrink stack framesVitaly Buka2017-07-201-8/+14
* Revert "[compiler-rt] Reorder functions to have smaller stack frames"Vitaly Buka2017-07-201-10/+4
* [compiler-rt] Reorder functions to have smaller stack framesVitaly Buka2017-07-201-4/+10
* [compiler-rt] Include thread ID into sanitizers logsVitaly Buka2017-07-201-5/+4
* General definition for weak functionsMarcos Pividori2017-01-291-8/+4
* [sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek2017-01-061-11/+17
* tsan: always define SANITIZER_GODmitry Vyukov2016-10-281-1/+1
* [sanitizers] Log all output to CrashReport on OS XAnna Zaks2016-01-061-2/+5
* Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-11-201-1/+1
* Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka2015-11-041-1/+1
* Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-10-281-1/+1
* Revert "[asan] On OS X, log reports to syslog and os_trace"Anna Zaks2015-10-271-1/+1
* [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-10-271-1/+1
* [sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar2015-09-301-3/+2
* [asan] Read process name from /proc/self/cmdline on Linux.Evgeniy Stepanov2015-07-281-1/+1
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-231-1/+2
* Revert r242975.Evgeniy Stepanov2015-07-231-2/+1
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-221-1/+2
* [ASan] Add process basename to log name and error message toYury Gribov2015-06-051-12/+18
* Removed r221896, it seems to break build in various ways.Yury Gribov2014-11-131-4/+2
* [ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov2014-11-131-2/+4
* [asan] [mips] added support of asan for mips64/mips64el, patch by Kumar SukhaniKostya Serebryany2014-11-121-1/+1
* sanitizer_printf.cc: guard the va_copy hack on _MSC_VERHans Wennborg2014-08-181-1/+2
* Revert "[ASan/Win] Remove a hack that seems not to be required with VS2013 an...Hans Wennborg2014-08-181-0/+4
* [ASan/Win] Remove a hack that seems not to be required with VS2013 anymoreTimur Iskhodzhanov2014-08-151-4/+0
* [asan] Android logging.Evgeniy Stepanov2014-01-231-0/+1
* [sanitizer] Add a sanity check.Evgeniy Stepanov2014-01-231-0/+1
* [sanitizer] Add printf format attributes.Evgeniy Stepanov2014-01-231-0/+4
* [Sanitizer] Support %.*s in internal printf implementation. Patch by Yuri Gri...Alexey Samsonov2014-01-211-4/+15
* [sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev2013-12-051-0/+1
* [Sanitizer] Print symbolized stack frame using a single Printf() call.Alexey Samsonov2013-11-141-0/+9
* tsan: allow to override OnPrint() callback in Go runtimeDmitry Vyukov2013-10-141-5/+10
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-131-1/+1
* [sanitizer] Support padding with spaces in Printf.Sergey Matveev2013-06-271-26/+42
* tsan: fix windows mingw buildDmitry Vyukov2013-06-101-1/+1
* Fix MSVC W3 compiler warningsTimur Iskhodzhanov2013-05-291-1/+1
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-171-1/+1
* asan: fix windows buildDmitry Vyukov2013-04-301-0/+4
* asan/tsan: fix printf(), on the second pass it prints garbage and crashes on ...Dmitry Vyukov2013-04-301-0/+5
* [Sanitizer] Rework r176802: share code between Printf and Report and simplify...Alexey Samsonov2013-04-181-55/+55
* [Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov2013-04-051-0/+2
* [Sanitizer] Fix OnPrint weak hook. Disable weak hooks for gotsan.Alexey Samsonov2013-04-031-6/+6
* asan/tsan: change SANITIZER_GO to more general SANITIZER_SUPPORTS_WEAK_HOOKSDmitry Vyukov2013-03-261-2/+2