summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_procmaps_test.cc
AgeCommit message (Expand)Author
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
2015-04-06[ASan] Unify handling of loaded modules between POSIX and WindowsTimur Iskhodzhanov
2015-01-08Fix memory leaks in GetListOfModules() users.Alexey Samsonov
2014-05-13[Sanitizer tests] Fix most of the build problems on WindowsTimur Iskhodzhanov
2013-12-25[Sanitizer] Use different MemoryMappingLayout::DumpListOfModules on Linux and...Alexey Samsonov
2013-12-25[Sanitizer] Properly specify linux-only unit test.Alexey Samsonov
2013-12-25[Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.Alexey Samsonov
2013-09-21tsan: allow to obtain code range for a particular moduleDmitry Vyukov