summaryrefslogtreecommitdiffstats
path: root/runtime/fault_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-1/+1
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-1/+2
* Make use of sigchainlib for signal chaining for implicit checksDave Allison2014-05-291-1/+26
* Move another LOG to VLOG(signals)Brian Carlstrom2014-05-201-1/+1
* Merge "Revert "Switch on implicit null pointer and stack overflow checks.""Dave Allison2014-05-091-11/+1
|\
| * Revert "Switch on implicit null pointer and stack overflow checks."Dave Allison2014-05-091-11/+1
* | Remove all LOG(DEBUG) which is not intended to be checked inBrian Carlstrom2014-05-091-3/+7
* | Merge "Switch on implicit null pointer and stack overflow checks."Dave Allison2014-05-061-1/+11
|\|
| * Switch on implicit null pointer and stack overflow checks.Dave Allison2014-05-061-1/+11
* | Handle implicit stack overflow without affecting stack walksDave Allison2014-05-051-13/+13
|/
* Add handler for printing java stack traces for compiled code SIGSEGV.Mathieu Chartier2014-04-011-41/+69
* Implement implicit stack overflow checksDave Allison2014-03-311-2/+23
* mips has no sa_restorer.Narayan Kamath2014-03-141-0/+2
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+181