aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined withAlexey Samsonov2014-08-181-3/+14
* [Sanitizer] Turn SuppressionContext::Init() into InitIfNecessary().Alexey Samsonov2014-08-051-1/+5
* [Sanitizer] Hoist the code parsing suppressions file into sanitizer_common.Alexey Samsonov2014-07-301-10/+0
* [Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.Alexey Samsonov2014-07-301-8/+4
* [Sanitizer] Make SuppressionContext a singleton class, residing in sanitizer_...Alexey Samsonov2014-07-301-11/+9
* [sanitizer] Make LSan/MSan/TSan honor the "color" flag.Sergey Matveev2014-06-041-2/+2
* [libsanitizer] Introduce flag descriptions.Alexander Potapenko2014-03-201-15/+15
* [lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...Kostya Serebryany2014-01-151-10/+1
* [lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...Kostya Serebryany2014-01-101-2/+11
* [Sanitizer] Add Symbolizer::GetModuleNameAndOffsetForPC() and use it in LSan ...Alexey Samsonov2013-12-251-3/+12
* [lsan] Minor code health stuff.Sergey Matveev2013-12-251-32/+32
* [lsan] Refactor the LeakReport class.Sergey Matveev2013-12-241-44/+56
* [lsan] Make the report_objects flag more useful.Sergey Matveev2013-12-241-29/+31
* [Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov2013-12-181-1/+1
* [lsan] Remove the LSan-specific verbosity flag.Sergey Matveev2013-12-171-12/+8
* [lsan] Introduce print_suppressions flag.Sergey Matveev2013-12-171-3/+6
* [lsan] Introduce __lsan_(un)register_root_region().Sergey Matveev2013-12-171-3/+94
* [lsan] Make LSan ignore memory poisoned by ASan.Sergey Matveev2013-12-091-0/+13
* [lsan] Unbreak lsan_testlib.cc.Sergey Matveev2013-11-251-0/+2
* [Sanitizer] Unify summary reporting across all sanitizers.Alexey Samsonov2013-11-011-6/+4
* Consistently use StackTrace::PrintStack in ASan, LSan and MSanAlexey Samsonov2013-11-011-1/+0
* [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...Alexey Samsonov2013-10-291-1/+1
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-251-2/+2
* Continue to keep 'SUMMARY: ' prefix in lsan. Whoops!Nick Lewycky2013-10-231-1/+2
* [lsan] When detect_leaks=false, be completely silent.Sergey Matveev2013-10-211-3/+9
* [lsan] Fix bug when discovering indirectly leaked objects.Sergey Matveev2013-10-151-0/+2
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-141-0/+6
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-041-2/+1
* [LSan] Rework r191522 - treat allocations with short stack traces as liveAlexey Samsonov2013-09-301-6/+2
* [LSan] Don't report leaks with single-frame stack tracesAlexey Samsonov2013-09-271-2/+6
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-101-2/+2
* [lsan] Colorize LSan reports.Sergey Matveev2013-09-031-0/+15
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-131-1/+1
* [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev2013-07-221-2/+3
* [lsan] Print direct leaks first.Sergey Matveev2013-07-221-3/+6
* [lsan] Add __lsan_do_leak_check() to the public interface.Sergey Matveev2013-07-181-2/+9
* [lsan] Increase the hardcoded limit on number of leaks.Sergey Matveev2013-07-121-1/+1
* [lsan] Handle fork() correctly.Sergey Matveev2013-07-081-0/+1
* [LSan] Use overridable hook to report error summaryAlexey Samsonov2013-07-081-3/+6
* [lsan] When verbosity > 1, always print suppressions and summary (even if no ...Sergey Matveev2013-06-281-10/+12
* [lsan] Add suppression support.Sergey Matveev2013-06-281-10/+103
* [LSan] Add the way to disable LSan at link timeAlexey Samsonov2013-06-271-0/+9
* Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev2013-06-241-43/+44
* [lsan] Try REALLY hard to fix Win build.Sergey Matveev2013-06-211-9/+3
* [lsan] This time really fix Win build.Sergey Matveev2013-06-211-1/+1
* [lsan] Fix win build.Sergey Matveev2013-06-211-3/+8
* [lsan] Increase allocator space; minor fixes.Sergey Matveev2013-06-211-8/+8
* [asan] Move lsan_disabled out of thread context.Sergey Matveev2013-06-211-6/+28
* [asan] Define LSan annotations as no-ops if leak detection is not supported.Sergey Matveev2013-06-201-1/+3
* [lsan] Move symbolization and reporting out of StopTheWorld callback.Sergey Matveev2013-06-191-28/+26