summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_symbolize_addr2line_linux.cc
Commit message (Expand)AuthorAge
* tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov2013-10-15
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-17
* tsan: less debug outputDmitry Vyukov2012-12-21
* [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov2012-11-02
* [Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T*Alexey Samsonov2012-09-05
* [TSan] switch tsan to using InternalScopedBuffer from sanitizer_commonAlexey Samsonov2012-08-22
* [TSan] add a new option 'use_internal_symbolizer' that allows to choose betwe...Alexey Samsonov2012-07-05
* tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtimeDmitry Vyukov2012-06-27
* tsan: close all file descriptors after fork()Dmitry Vyukov2012-06-27
* [Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...Alexey Samsonov2012-06-19
* [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov2012-06-15
* [TSan] use efficient real_memcpy inside runtimeAlexey Samsonov2012-06-09
* [TSan] s/internal_memset/real_memsetAlexey Samsonov2012-06-08
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-06
* [TSan] run some renaming as a preparation for factoring out Printf implementa...Alexey Samsonov2012-06-06
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-06
* [Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov2012-06-05
* [TSan] make TSan runtime use internal_{close,read,write} from sanitizer_libcAlexey Samsonov2012-06-05
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-04
* tsan: do not call into libc in symbolizer and in other code (this causes recu...Dmitry Vyukov2012-05-25
* tsan: improve addr2line symbolizerDmitry Vyukov2012-05-16
* tsan: make addr2line symbolizer understand dynamic librariesDmitry Vyukov2012-05-14
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-10