summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cc
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud