summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_procmaps.h
AgeCommit message (Expand)Author
2017-07-25Add address ranges for individual macho sections on darwinFrancis Ricci
2017-07-24[compiler-rt] Add missing const specifier to MemoryMappedSegment functionsFrancis Ricci
2017-07-20Revert "Add MemoryMappedSection struct for two-level memory map iteration"Francis Ricci
2017-07-20Add MemoryMappedSection struct for two-level memory map iterationFrancis Ricci
2017-07-20Add NetBSD support in sanitizer_procmaps.hKamil Rytarowski
2017-07-18Revert "Add MemoryMappedSection struct for two-level memory map iteration"Francis Ricci
2017-07-18Revert "Only scan global sections containing data in LSan on darwin"Francis Ricci
2017-07-17Only scan global sections containing data in LSan on darwinFrancis Ricci
2017-07-17Add MemoryMappedSection struct for two-level memory map iterationFrancis Ricci
2017-07-11Inline function to get mac segment address rangeFrancis Ricci
2017-07-11Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci
2017-05-12Add dyld to sanitizer procmaps on darwinFrancis Ricci
2017-05-10Revert "Add dyld to sanitizer procmaps on darwin"Francis Ricci
2017-05-10Add dyld to sanitizer procmaps on darwinFrancis Ricci
2017-01-06[sanitizer] Track which modules are instrumented in LoadedModule objectsKuba Mracek
2016-12-02[sanitizer] Track architecture and UUID of modules in LoadedModuleKuba Mracek
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