summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer_win.cc
AgeCommit message (Expand)Author
2016-11-14[asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initializationReid Kleckner
2016-07-15TestCase null_deref was failing in Win64:Etienne Bergeron
2016-05-12[sanitizer] Fix a crash when demangling Swift symbols, take 2Kuba Brecka
2015-10-29Sanitizer: define WIN32_LEAN_AND_MEANSaleem Abdulrasool
2015-08-13Add more error logging to win/asanReid Kleckner
2015-08-11[Windows] Use llvm-symbolizer before using dbghelpReid Kleckner
2015-04-11[Sanitizer] Merge POSIXSymbolizer and WinSymbolizerKuba Brecka
2015-04-09[Sanitizer] Get rid of PlatformGetListOfModulesKuba Brecka
2015-04-06[ASan] Unify handling of loaded modules between POSIX and WindowsTimur Iskhodzhanov
2015-03-09Symbolizer refactoring: Merge common parts of POSIXSymbolizer and WinSymbolizerKuba Brecka
2015-03-06Symbolizer refactoring: Make WinSymbolizer use SymbolizerTool interfaceKuba Brecka
2015-03-03Symbolizer refactoring: Turn FillAddressAndModuleInfo into FillModuleInfoKuba Brecka
2015-02-10[ASan/Win] Add the executable's directory to the symbol search pathTimur Iskhodzhanov
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-12-01Add override specifiers to Symbolizer methods. NFC.Alexey Samsonov
2014-08-08[ASan/Win] Print out a big warning and continue without checking for success ...Timur Iskhodzhanov
2014-07-26[Sanitizer] Simplify Symbolizer creation interface.Alexey Samsonov
2014-07-16[ASan/Win] Handle situations when the client app has used DbgHelp beforeTimur Iskhodzhanov
2014-05-14[ASan/Win] Enable demangling of global variable namesTimur Iskhodzhanov
2013-12-25[Sanitizer] Add Symbolizer::GetModuleNameAndOffsetForPC() and use it in LSan ...Alexey Samsonov
2013-12-25[Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...Alexey Samsonov
2013-12-18[Sanitizers] Fix CL compile-time warning in the symbolizerTimur Iskhodzhanov
2013-12-18[Sanitizer] Implement Symbolizer class on WindowsTimur Iskhodzhanov
2013-10-25Overhaul the symbolizer interface.Peter Collingbourne
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-06-28[ASan] Migrate lit tests to external symbolizer from asan_symbolize.py scriptAlexey Samsonov
2013-05-23[ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every ...Alexander Potapenko
2013-05-14[sanitizer] Filtering in GetListOfModules.Sergey Matveev
2013-03-19[sanitizer] More renamed macros.Evgeniy Stepanov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2012-12-20Move C++ name demangling support from ubsan into sanitizer_common.Richard Smith
2012-10-09[Sanitizer] Remove unneeded returns after UNIMPLEMENTED macroAlexey Samsonov
2012-08-23[Sanitizer] Switch the symbolization strategy that would be used by sanitizer...Alexey Samsonov
2012-08-14[Sanitizer] move OS-dependent pieces of symbolizer to separate source filesAlexey Samsonov