summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_procmaps.h
AgeCommit message (Expand)Author
2016-02-22[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov
2014-08-06Segregate FreeBSD-specific parts from sanitizer_procmaps_linux.ccViktor Kutuzov
2014-03-06[FreeBSD] Enable procmaps on FreeBSD.Alexey Samsonov
2013-12-25[Sanitizer] Remove now unused symbolization functionality from MemoryMappingL...Alexey Samsonov
2013-12-25[Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.Alexey Samsonov
2013-12-25[Sanitizer] Move OS-specific code for MemoryMappingLayout into separate sourc...Alexey Samsonov
2013-09-21tsan: allow to obtain code range for a particular moduleDmitry Vyukov
2013-09-03[TSan] Move the /proc/self/maps parsing logic to sanitizer_common Alexander Potapenko
2013-04-03[Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...Alexey Samsonov
2013-03-27tsan: fix lint warningDmitry Vyukov
2013-03-26[libsanitizer] Fix the Win build.Alexander Potapenko
2013-03-26[libsanitizer] Unmapping the old cache partially invalidates the memory layou...Alexander Potapenko
2013-03-19[sanitizer] More renamed macros.Evgeniy Stepanov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2013-03-13[Sanitizer] Fixup for r176931 for Mac and WindowsAlexey Samsonov
2013-03-13[Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...Alexey Samsonov
2012-12-03Use a struct to hold the /proc/self/maps buffer on Linux.Alexander Potapenko
2012-12-01Add caching to the MemoryMappingLayout class on Linux. This is necessary for ...Alexander Potapenko
2012-10-09[Sanitizer] Remove unneeded returns after UNIMPLEMENTED macroAlexey Samsonov
2012-10-02Do not patch the instruction address when symbolizing the reports.Alexander Potapenko
2012-08-28[Sanitizer] Allow to create stub MemoryMappingLayout on WindowsAlexey Samsonov
2012-08-28[Sanitizer] One more method stub for WindowsAlexey Samsonov
2012-08-27[Sanitizer] One more try to fix Windows buildAlexey Samsonov
2012-08-27[Sanitizer] Rename ProcessMaps to MemoryMappingLayout and fix Windows build b...Alexey Samsonov
2012-07-03[Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iter...Alexey Samsonov
2012-06-20[tsan] a bit more lint and Makefile changes to run tests from sanitizer_commonKostya Serebryany
2012-06-07[Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.Alexey Samsonov