summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_procmaps.h
Commit message (Expand)AuthorAge
* tsan: allow to obtain code range for a particular moduleDmitry Vyukov2013-09-21
* [TSan] Move the /proc/self/maps parsing logic to sanitizer_common Alexander Potapenko2013-09-03
* [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...Alexey Samsonov2013-04-03
* tsan: fix lint warningDmitry Vyukov2013-03-27
* [libsanitizer] Fix the Win build.Alexander Potapenko2013-03-26
* [libsanitizer] Unmapping the old cache partially invalidates the memory layou...Alexander Potapenko2013-03-26
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [Sanitizer] Fixup for r176931 for Mac and WindowsAlexey Samsonov2013-03-13
* [Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...Alexey Samsonov2013-03-13
* Use a struct to hold the /proc/self/maps buffer on Linux.Alexander Potapenko2012-12-03
* Add caching to the MemoryMappingLayout class on Linux. This is necessary for ...Alexander Potapenko2012-12-01
* [Sanitizer] Remove unneeded returns after UNIMPLEMENTED macroAlexey Samsonov2012-10-09
* Do not patch the instruction address when symbolizing the reports.Alexander Potapenko2012-10-02
* [Sanitizer] Allow to create stub MemoryMappingLayout on WindowsAlexey Samsonov2012-08-28
* [Sanitizer] One more method stub for WindowsAlexey Samsonov2012-08-28
* [Sanitizer] One more try to fix Windows buildAlexey Samsonov2012-08-27
* [Sanitizer] Rename ProcessMaps to MemoryMappingLayout and fix Windows build b...Alexey Samsonov2012-08-27
* [Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iter...Alexey Samsonov2012-07-03
* [tsan] a bit more lint and Makefile changes to run tests from sanitizer_commonKostya Serebryany2012-06-20
* [Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.Alexey Samsonov2012-06-07