summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cc
Commit message (Expand)AuthorAgeFilesLines
* [NFC][Sanitizer] Replace last uses of old Unwind APIJulian Lettner2019-03-011-25/+22
* [NFC][Sanitizer] Rename BufferedStackTrace::FastUnwindStackJulian Lettner2019-02-221-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Stop unwinding the stack when a close-to-zero PC is foundKuba Brecka2016-06-271-0/+13
* [libsanitizer] Fix bugs and wiki links to point to GitHub.Alexander Potapenko2015-12-041-1/+1
* Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov2015-04-101-1/+1
* [asan] more fixes for x32, patches by H.J. LuKostya Serebryany2015-03-031-11/+11
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-2/+2
* [sanitizer] Fix a crash in FP unwinder on ARM.Evgeniy Stepanov2014-10-141-5/+32
* Fixup test case after r217079Alexey Samsonov2014-09-031-2/+2
* Fix StackTrace::LocatePcInTrace, add more unit tests for generic StackTraceAlexey Samsonov2014-03-041-0/+22
* [sanitizer] Fix build.Evgeniy Stepanov2014-02-111-1/+1
* [ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov2013-11-131-0/+1
* [Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace.Alexey Samsonov2013-11-071-8/+15
* [Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov2013-10-121-1/+0
* [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...Alexey Samsonov2013-10-111-8/+10
* [sanitizer] while doing fast unwinding make sure that the frame pointer is al...Kostya Serebryany2013-04-041-4/+22
* [Sanitizer] one more fix for signed/unsigned mismatch in comparisonAlexey Samsonov2013-02-251-2/+2
* [Sanitizer] fix signed/unsigned compare warnings in sanitizer_stacktrace_test...Alexey Samsonov2013-02-251-3/+3
* [Sanitizer] Add a test for the fast unwinderReid Kleckner2013-02-221-0/+78