summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cc
AgeCommit message (Expand)Author
2016-06-27[sanitizer] Stop unwinding the stack when a close-to-zero PC is foundKuba Brecka
2015-12-04[libsanitizer] Fix bugs and wiki links to point to GitHub.Alexander Potapenko
2015-04-10Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov
2015-03-03[asan] more fixes for x32, patches by H.J. LuKostya Serebryany
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-10-14[sanitizer] Fix a crash in FP unwinder on ARM.Evgeniy Stepanov
2014-09-03Fixup test case after r217079Alexey Samsonov
2014-03-04Fix StackTrace::LocatePcInTrace, add more unit tests for generic StackTraceAlexey Samsonov
2014-02-11[sanitizer] Fix build.Evgeniy Stepanov
2013-11-13[ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov
2013-11-07[Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace.Alexey Samsonov
2013-10-12[Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov
2013-10-11[Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...Alexey Samsonov
2013-04-04[sanitizer] while doing fast unwinding make sure that the frame pointer is al...Kostya Serebryany
2013-02-25[Sanitizer] one more fix for signed/unsigned mismatch in comparisonAlexey Samsonov
2013-02-25[Sanitizer] fix signed/unsigned compare warnings in sanitizer_stacktrace_test...Alexey Samsonov
2013-02-22[Sanitizer] Add a test for the fast unwinderReid Kleckner