summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_win.cc
AgeCommit message (Expand)Author
2014-02-11[asan] Fix Windows build.Evgeniy Stepanov
2014-02-04[ASan/Win] Fall back to stdout if we can't print the reports to stderrTimur Iskhodzhanov
2014-02-04tsan: fix windows buildDmitry Vyukov
2014-01-31[ASan] Implement __sanitizer::InstallDeadlySignalHandlers() and __asan::AsanO...Alexander Potapenko
2014-01-31[ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko
2014-01-28[ASan] Move the sigaltstack() bits to sanitizer_common.Alexander Potapenko
2013-12-13[asan] add flag uar_noreserve to use noreserve mmap for fake stack. uar_nores...Kostya Serebryany
2013-12-10[ASan] Fix StackTrace::SlowUnwindStack on WindowsTimur Iskhodzhanov
2013-11-26[ASan] Use ExitProcess rather than _exit on Windows to avoid calling global d...Timur Iskhodzhanov
2013-11-09Remove a FIXME now that I can't reproduce the problemTimur Iskhodzhanov
2013-11-09[Sanitizers] Share some stack walking code between Windows and LinuxTimur Iskhodzhanov
2013-11-07[Sanitizer] Presumable fix stack trace unwinding on WindowsAlexey Samsonov
2013-11-07[Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...Alexey Samsonov
2013-10-12[Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov
2013-10-12[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-09-05sanitizers: Make sure Visual Studio gets error reportsReid Kleckner
2013-09-03[asan] Hopefully un-break the RTL on WindowsTimur Iskhodzhanov
2013-09-03[Sanitizer] Add the way to find binary in PATHAlexey Samsonov
2013-07-16[ASan] Use less shadow on Win 32-bitTimur Iskhodzhanov
2013-06-10tsan: fix merge bugDmitry Vyukov
2013-06-10tsan: fix windows crash (incorrect stack boundaries)Dmitry Vyukov
2013-06-10tsan: fix windows mingw buildDmitry Vyukov
2013-05-17[nolibc] Move all platforms to internal_getpid.Peter Collingbourne
2013-05-08Try to fix Windows build tooPeter Collingbourne
2013-05-08[nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne
2013-05-08[sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev
2013-05-07[sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev
2013-03-25Add a GetTid() implementation for WindowsTimur Iskhodzhanov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2013-03-14[Sanitizer] Add default constructor for BlockingMutexAlexey Samsonov
2013-03-14[Sanitizer] fix compilation for WindowsAlexey Samsonov
2013-03-14[Sanitizer] Write a slightly better implementation of GetEnv() function on Wi...Alexey Samsonov
2013-03-13[sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov
2013-03-11[Sanitizer] Implement BlockingMutex::CheckLocked()Alexey Samsonov
2013-02-20[Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov
2013-02-18[Sanitizer] Make temporary filename depend on user IDAlexey Samsonov
2013-02-08[ASan] Switch Windows to allocator v2, also fixing some build errorsTimur Iskhodzhanov
2013-02-04asan/tsan: fix failing CHECK on windowsDmitry Vyukov
2013-02-04[Sanitizer] extend internal libc with stat/fstat/lstat functionsAlexey Samsonov
2013-02-04asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even i...Dmitry Vyukov
2013-02-01[Sanitizer] use u32 instead of mode_t, which is defined in Darwin headersAlexey Samsonov
2013-02-01[Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov
2013-01-14asan: fix windows buildDmitry Vyukov
2013-01-14asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov
2012-12-19[Sanitizer] add missing header on WindowsAlexey Samsonov
2012-12-19[Sanitizer] implement internal_isatty on WindowsAlexey Samsonov
2012-12-13[asan] fix windows buildKostya Serebryany
2012-12-13[sanitizer] introduce MmapFixedOrDie and use it in SizeClassAllocator64Kostya Serebryany
2012-12-10Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...Alexander Potapenko