1. bb4697f [Sanitizer] Print symbolized stack frame using a single Printf() call. by Alexey Samsonov · 11 years ago
  2. 24d775e [Sanitizer] Use same PC threshold in slow unwinder on all platforms by Alexey Samsonov · 11 years ago
  3. 7177d2b [Sanitizers] Share some stack walking code between Windows and Linux by Timur Iskhodzhanov · 11 years ago
  4. 7f80655 [ASan] Kill use_stack_depot runtime flag and stack trace compression routines. by Alexey Samsonov · 11 years ago
  5. a96c4dc Consistently use StackTrace::PrintStack in ASan, LSan and MSan by Alexey Samsonov · 11 years ago
  6. 7996a2e [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to turn on/off the symbolization by Alexey Samsonov · 11 years ago
  7. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  8. d09c91a [Sanitizer] Return implementation of StackTrace::CopyFrom to header by Alexey Samsonov · 11 years ago
  9. 3e0b8ff [Sanitizer] Remove StackTrace::max_depth field by Alexey Samsonov · 11 years ago
  10. 8017501 [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind() by Alexey Samsonov · 11 years ago
  11. ef57899 [Sanitizer] StackTrace: kill CopyTo and reimplement CopyFrom by Alexey Samsonov · 11 years ago
  12. 064da32 [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with one-frame stack traces by Alexey Samsonov · 11 years ago
  13. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  14. 7847d77 [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files by Alexey Samsonov · 11 years ago
  15. ae89445 [sanitizer] Change strip_path_prefix flag behavior. by Sergey Matveev · 11 years ago
  16. 8301c73 [asan] fix a rare failure in fast unwinder, found by asan/clang bootstrap by Kostya Serebryany · 11 years ago
  17. 43e99ae Use an address-of operator here to silence an MSVC warning. by Peter Collingbourne · 11 years ago
  18. 8b3af3a [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol. by Peter Collingbourne · 11 years ago
  19. 583025d [sanitizer] while doing fast unwinding make sure that the frame pointer is aligned; fix lint by Kostya Serebryany · 12 years ago
  20. 9ae2883 [libsanitizer] Unmapping the old cache partially invalidates the memory layout, so add by Alexander Potapenko · 12 years ago
  21. 45717c9 [Sanitizer] Change MemoryMappingLayout methods to also report memory protection flags (for future use in leak checker). Patch by Sergey Matveev. by Alexey Samsonov · 12 years ago
  22. 20aed57 [Sanitizer] Try to fix infinite loop in frame pointer unwinder by Reid Kleckner · 12 years ago
  23. 1d333c5 [msan] add strip_path_prefix flag; print error summary; don't crash while printing summary if debug info is missing. The tests will follow later once we establish the lit-like tests for msan. by Kostya Serebryany · 12 years ago
  24. 2673fd8 [asan] print a short one-line report summary after the full report. Currently, works only if symbolization happens in-process. by Kostya Serebryany · 12 years ago
  25. d2f08ff [Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call instruction from return address by Alexey Samsonov · 12 years ago
  26. 68aad43 [asan] two more bits for __sparc__ by Kostya Serebryany · 12 years ago
  27. e89f184 [asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). This makes the code friendly to more platforms by Kostya Serebryany · 12 years ago
  28. 6523fe2 Allow PopStackFrames leave the stack empty. by Evgeniy Stepanov · 12 years ago
  29. 5af39e5 [asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instead, define our own SANITIZER_WORDSIZE by Kostya Serebryany · 12 years ago
  30. d7d4650 [asan] more support for powerpc, patch by Peter Bergner by Kostya Serebryany · 12 years ago
  31. 574618a [asan] support x32 mode in the fast stack unwinder. Patch by H.J. Lu by Kostya Serebryany · 12 years ago
  32. d5951e6 [Sanitizer] fall back to online symbolizer if user-provided callback failed by Alexey Samsonov · 12 years ago
  33. 73ed35f [Sanitizer] fix line width by Alexey Samsonov · 12 years ago
  34. 1ca5357 [Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. Fall back to module+offset if user-provided symbolizer failed. Use weak function __asan_symbolize instead of __asan_set_symbolize_callback in ASan interface, so that we're able to symbolize reports for errors that happen before the main() is called, for example, during module initialization. by Alexey Samsonov · 12 years ago
  35. 678e543 Add a missing const qualifier. by Evgeniy Stepanov · 12 years ago
  36. 4fa111c [asan/tsan] use InternalScopedBuffer instead of stack arrays. Use mmap inseted of InternalAlloc in InternalScopedBuffer by Kostya Serebryany · 12 years ago
  37. 9ada1f3 [asan] fix the cmake build (hopefully) by Kostya Serebryany · 12 years ago
  38. c7be407 [asan] actually doing 'svn add' helps by Kostya Serebryany · 12 years ago