summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_common.cc
Commit message (Expand)AuthorAge
* [Sanitizer] Unify summary reporting across all sanitizers.Alexey Samsonov2013-11-01
* Consistently use StackTrace::PrintStack in ASan, LSan and MSanAlexey Samsonov2013-11-01
* [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...Alexey Samsonov2013-10-29
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* Continue to keep 'SUMMARY: ' prefix in lsan. Whoops!Nick Lewycky2013-10-23
* [lsan] When detect_leaks=false, be completely silent.Sergey Matveev2013-10-21
* [lsan] Fix bug when discovering indirectly leaked objects.Sergey Matveev2013-10-15
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-14
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-04
* [LSan] Rework r191522 - treat allocations with short stack traces as liveAlexey Samsonov2013-09-30
* [LSan] Don't report leaks with single-frame stack tracesAlexey Samsonov2013-09-27
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* [lsan] Colorize LSan reports.Sergey Matveev2013-09-03
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev2013-07-22
* [lsan] Print direct leaks first.Sergey Matveev2013-07-22
* [lsan] Add __lsan_do_leak_check() to the public interface.Sergey Matveev2013-07-18
* [lsan] Increase the hardcoded limit on number of leaks.Sergey Matveev2013-07-12
* [lsan] Handle fork() correctly.Sergey Matveev2013-07-08
* [LSan] Use overridable hook to report error summaryAlexey Samsonov2013-07-08
* [lsan] When verbosity > 1, always print suppressions and summary (even if no ...Sergey Matveev2013-06-28
* [lsan] Add suppression support.Sergey Matveev2013-06-28
* [LSan] Add the way to disable LSan at link timeAlexey Samsonov2013-06-27
* Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev2013-06-24
* [lsan] Try REALLY hard to fix Win build.Sergey Matveev2013-06-21
* [lsan] This time really fix Win build.Sergey Matveev2013-06-21
* [lsan] Fix win build.Sergey Matveev2013-06-21
* [lsan] Increase allocator space; minor fixes.Sergey Matveev2013-06-21
* [asan] Move lsan_disabled out of thread context.Sergey Matveev2013-06-21
* [asan] Define LSan annotations as no-ops if leak detection is not supported.Sergey Matveev2013-06-20
* [lsan] Move symbolization and reporting out of StopTheWorld callback.Sergey Matveev2013-06-19
* [LSan] Use a typedef for frontier vectorAlexey Samsonov2013-06-14
* [Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov2013-06-14
* [lsan] Harmonized some naming inconsistencies.Sergey Matveev2013-06-11
* [lsan] Put SANITIZER_INTERFACE_ATTRIBUTE on LSan interface functions.Sergey Matveev2013-06-06
* [lsan] Implement __lsan_ignore_object().Sergey Matveev2013-06-06
* [lsan] Add __lsan_disable() and __lsan_enable().Sergey Matveev2013-06-03
* [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan.Sergey Matveev2013-05-31
* [lsan] Begin converting LSan tests to output tests.Sergey Matveev2013-05-27
* [lsan] Allow the ignored TLS range to be empty.Sergey Matveev2013-05-24
* [lsan] Minor adjustments to LSan messages.Sergey Matveev2013-05-24
* [lsan] Prettify LSan reports and add a summary.Sergey Matveev2013-05-24
* [lsan] Add exitcode flag. Kill the process if leaks are found.Sergey Matveev2013-05-24
* [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS.Sergey Matveev2013-05-21
* [lsan] Change CMakeLists to build the common LSan module for ASan.Sergey Matveev2013-05-21
* [lsan] GetUserBegin() in LSan.Sergey Matveev2013-05-20
* [lsan] Common leak checking module.Sergey Matveev2013-05-20