summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_symbolize.cc
AgeCommit message (Expand)Author
2015-12-10[TSan] Try harder to avoid compiler-generated memcpy calls.Alexey Samsonov
2015-11-30[tsan] Fix weakly imported functions on OS XKuba Brecka
2015-06-25tsan: merge function definition and declarationDmitry Vyukov
2015-06-24tsan: don't print external PCs in reportsDmitry Vyukov
2014-12-11tsan: don't subtract one from fake PCsDmitry Vyukov
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-11-04[TSan] Refactor/simplify ReportLocation structure.Alexey Samsonov
2014-11-04Correct the usage of DataInfo structure in TSanAlexey Samsonov
2014-11-04[TSan] Make ReportStack contain __sanitizer::AddressInfo object.Alexey Samsonov
2014-11-04[TSan] Don't strip binary/library name until the moment we print it.Alexey Samsonov
2014-11-03[TSan] Remove bogus unused global variablesAlexey Samsonov
2014-09-10[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov
2014-04-11tsan: ignore interceptors from symbolizerDmitry Vyukov
2014-02-12[TSan] Kill tsan_symbolize_addr2line_linux.ccAlexey Samsonov
2013-12-25[Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...Alexey Samsonov
2013-12-18[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov
2013-11-15Reapply asan coverage changes 194702-194704.Bob Wilson
2013-11-15Speculatively revert asan coverage changes 194702-194704.Bob Wilson
2013-11-14[asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany
2013-10-31[Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan.Alexey Samsonov
2013-10-25Overhaul the symbolizer interface.Peter Collingbourne
2013-09-22tsan: allow symbolization of non-native PCs, e.g. coming from JIT/JAVA/etcDmitry Vyukov
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-03-19tsan: symbolizer "flush caches" supportDmitry Vyukov
2013-01-29tsan: remember when we are inside of symbolizer code (required for inprocess ...Dmitry Vyukov
2013-01-29tsan: add IsSymbolizerAvailable() function for querying for presence of inter...Dmitry Vyukov
2013-01-11tsan: symbolize global variablesDmitry Vyukov
2012-12-03tsan: describe global vars (module+offset for now)Dmitry Vyukov
2012-09-06[TSan] add support for running external symbolizer other than addr2line (for ...Alexey Samsonov
2012-09-05[Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T*Alexey Samsonov
2012-08-22[TSan] switch tsan to using InternalScopedBuffer from sanitizer_commonAlexey Samsonov
2012-07-05[TSan] add a new option 'use_internal_symbolizer' that allows to choose betwe...Alexey Samsonov