summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_win.cc
Commit message (Expand)AuthorAgeFilesLines
* tsan: exclude DumpProcessMap on windowsDmitry Vyukov2015-02-161-0/+2
* [ASan/Win] NFC, just minor simplification of the codeTimur Iskhodzhanov2015-02-101-2/+2
* [ASan] Add use_madv_dontdump flag.Yury Gribov2015-02-031-1/+6
* [ASan/Win] Add some diagnostics to help investigate Mprotect failuresTimur Iskhodzhanov2015-02-021-3/+8
* [sanitizer] Fix windows build.Evgeniy Stepanov2015-01-221-2/+2
* [asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany2015-01-211-0/+4
* Follow-up to r224987: fix a lint warningTimur Iskhodzhanov2014-12-301-1/+1
* [ASan/Win] Sort the list of modules when we fail to reserve the shadow memory...Timur Iskhodzhanov2014-12-301-20/+53
* Escape ? to silence GCC warning about trigraphs.Daniel Jasper2014-12-261-1/+1
* [ASan/Win] Add basic support for MemoryRangeIsAvailable and DumpProcessMap to...Timur Iskhodzhanov2014-12-261-3/+42
* [ASan/Win] Suppress error messaging when Abort() is calledTimur Iskhodzhanov2014-12-261-2/+3
* Fix Win build after r224353: void function returning zero.Hans Wennborg2014-12-161-1/+1
* [asan] new flag: hard_rss_limit_mbKostya Serebryany2014-12-161-0/+3
* [Sanitizer] Fix report_path functionality:Alexey Samsonov2014-12-111-9/+4
* [asan] move GetRSS from tsan to sanitizer_commonKostya Serebryany2014-12-091-0/+4
* Removed r221896, it seems to break build in various ways.Yury Gribov2014-11-131-7/+0
* [ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov2014-11-131-0/+7
* Try to fix the Windows build after r220637Hans Wennborg2014-10-261-1/+1
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-3/+3
* PR20721: Don't let UBSan print inaccessible memoryAlexey Samsonov2014-09-171-0/+5
* tsan: unbreak windows buildDmitry Vyukov2014-09-011-0/+4
* [TSan] Share the code the setup code calling getrlim/setrlim with sanitizer_c...Alexey Samsonov2014-08-121-1/+9
* [ASan/Win] Catch NULL derefs and page faultsTimur Iskhodzhanov2014-07-111-3/+27
* [asan] Add a few stubs to fix windows build.Evgeniy Stepanov2014-05-281-0/+12
* [sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev2014-05-191-1/+2
* [ASan/Win] Don't crash when ASAN_OPTIONS have disable_core=1Timur Iskhodzhanov2014-05-061-1/+1
* [ASan] Print mmap errno/GetLastError in a readable and consistent wayTimur Iskhodzhanov2014-03-191-6/+9
* Avoid doing any work when unwinding stack traces with 0 or 1 frameAlexey Samsonov2014-03-041-0/+1
* [asan] Fix Windows build.Evgeniy Stepanov2014-02-111-0/+5
* [ASan/Win] Fall back to stdout if we can't print the reports to stderrTimur Iskhodzhanov2014-02-041-6/+41
* tsan: fix windows buildDmitry Vyukov2014-02-041-2/+0
* [ASan] Implement __sanitizer::InstallDeadlySignalHandlers() and __asan::AsanO...Alexander Potapenko2014-01-311-1/+2
* [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko2014-01-311-0/+9
* [ASan] Move the sigaltstack() bits to sanitizer_common.Alexander Potapenko2014-01-281-0/+8
* [asan] add flag uar_noreserve to use noreserve mmap for fake stack. uar_nores...Kostya Serebryany2013-12-131-0/+5
* [ASan] Fix StackTrace::SlowUnwindStack on WindowsTimur Iskhodzhanov2013-12-101-0/+3
* [ASan] Use ExitProcess rather than _exit on Windows to avoid calling global d...Timur Iskhodzhanov2013-11-261-2/+2
* Remove a FIXME now that I can't reproduce the problemTimur Iskhodzhanov2013-11-091-2/+0
* [Sanitizers] Share some stack walking code between Windows and LinuxTimur Iskhodzhanov2013-11-091-13/+6
* [Sanitizer] Presumable fix stack trace unwinding on WindowsAlexey Samsonov2013-11-071-1/+1
* [Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...Alexey Samsonov2013-11-071-5/+1
* [Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov2013-10-121-2/+1
* [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov2013-10-121-7/+5
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-101-0/+5
* sanitizers: Make sure Visual Studio gets error reportsReid Kleckner2013-09-051-0/+18
* [asan] Hopefully un-break the RTL on WindowsTimur Iskhodzhanov2013-09-031-1/+2
* [Sanitizer] Add the way to find binary in PATHAlexey Samsonov2013-09-031-0/+4
* [ASan] Use less shadow on Win 32-bitTimur Iskhodzhanov2013-07-161-0/+6
* tsan: fix merge bugDmitry Vyukov2013-06-101-4/+0
* tsan: fix windows crash (incorrect stack boundaries)Dmitry Vyukov2013-06-101-0/+11
OpenPOWER on IntegriCloud