summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_procmaps.h
AgeCommit message (Expand)Author
2017-12-14[Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski
2017-09-29Move LoadedModule list to a NoCtor vector and initialize on demand.Francis Ricci
2017-09-29Revert "Move LoadedModule list to a NoCtor vector and initialize on demand."Francis Ricci
2017-09-29Move LoadedModule list to a NoCtor vector and initialize on demand.Francis Ricci
2017-09-28Revert "Add support for custom loaders to the sanitizer symbolizer"Francis Ricci
2017-09-28Add support for custom loaders to the sanitizer symbolizerFrancis Ricci
2017-09-27Revert "Add support for custom loaders to symbolizer"Francis Ricci
2017-09-27Add support for custom loaders to symbolizerFrancis Ricci
2017-09-25Add missing include to sanitizer procmapsFrancis Ricci
2017-09-25Fix style in sanitizer_procmaps.hFrancis Ricci
2017-09-25[sanitizer_common] Don't provide sanitizer_procmaps API functions where not d...Francis Ricci
2017-09-22Fix fuchsia builds broken by r313999Francis Ricci
2017-09-22Fix windows buildbot broken by r313999Francis Ricci
2017-09-22Removed platform-specific ifdefs from sanitizer_procmaps.hFrancis Ricci
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