summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_win.cc
AgeCommit message (Expand)Author
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-05-19Use write instead of read permissions to check for global sections on macFrancis Ricci
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-04-17Don't read non-readable address ranges during lsan pointer scanningFrancis Ricci
2017-03-09[sanitizer] Bail out with warning if user dlopens shared library with RTLD_DE...Maxim Ostapenko
2017-02-02[sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori
2017-02-02[sanitizer] Move exception code to sanitizer_common.Marcos Pividori
2017-01-29General definition for weak functionsMarcos Pividori
2017-01-20[sanitizer] [asan] Use macros to simplify weak aliases on Windows.Marcos Pividori
2017-01-06[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek
2017-01-05break overly long line in sanitizer_win.ccBob Haarman
2017-01-05fix warning about noreturn in sanitizer_win's internal__exit()Bob Haarman
2016-12-13Fix warning for noreturn functionReid Kleckner
2016-11-30Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov
2016-11-26[asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGVKuba Mracek
2016-11-14[asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initializationReid Kleckner
2016-11-11[asan/win] Fix wrong TerminateProcess exit codeReid Kleckner
2016-11-10[asan/win] Move breakpoint from Abort to internal__exitReid Kleckner
2016-11-09[asan/win] Use TerminateProcess when we want to exit abnormallyReid Kleckner
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-10-28tsan: fix windows buildDmitry Vyukov
2016-09-30[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-21revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber
2016-09-19[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-15Really fix the Windows sanitizer buildReid Kleckner
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany
2016-08-05Fix dumping of process module list and test itReid Kleckner
2016-08-04[compiler-rt] Fix memory allocator for dynamic address spaceEtienne Bergeron
2016-07-21[sanitizer] better allocator stats (with rss)Kostya Serebryany
2016-07-21[compiler-rt] Fix broken SymInitialize unittestEtienne Bergeron
2016-07-20tsan: fix windows buildDmitry Vyukov
2016-07-18revert https://reviews.llvm.org/D22393Etienne Bergeron
2016-07-15TestCase null_deref was failing in Win64:Etienne Bergeron
2016-07-14[compiler-rt] Fix missing frame with stackwalking on windows 64-bitsEtienne Bergeron
2016-07-11[asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron
2016-07-07[compiler-rt] Fix sanitizer memory allocator on win64.Etienne Bergeron
2016-06-23Use CreateFileA and add a FIXME to switch to the wide variantReid Kleckner
2016-04-27tsan: fix windows supportDmitry Vyukov
2016-04-27tsan: fix windows buildDmitry Vyukov
2016-04-23[sanitizer] add a function MmapNoAccess that mmaps a protected region *somewh...Kostya Serebryany
2016-04-22[sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany
2016-03-17[sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka
2016-03-10[Windows] Fix UnmapOrDie and MmapAlignedOrDieReid Kleckner
2016-02-22[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov
2016-02-18[WinASan] Fix page size and mmap granularity confusionReid Kleckner
2016-02-11[Windows] Fill in read/write information in SignalContextReid Kleckner
2016-02-09[asan] Fix build on Windows and PowerPC.Evgeniy Stepanov
2016-02-08[asan] Fix Windows build.Evgeniy Stepanov
2016-02-04[asan] When catching a signal caused by a memory access, print if it's a READ...Kostya Serebryany