summaryrefslogtreecommitdiffstats
path: root/runtime/fault_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Set default visibility on art_sigsegv_fault.Oleksiy Vyalov2015-06-171-3/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-13/+7
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-2/+2
* Merge "Fix fault handler invoked before vm running."Christopher Ferris2014-12-021-0/+6
|\
| * Fix fault handler invoked before vm running.Christopher Ferris2014-11-201-0/+6
* | Fix oatdump to use OatHeader pointer sizeMathieu Chartier2014-11-211-1/+2
|/
* Don't try to handle nested SIGSEGV inside fault handler.Ian Rogers2014-11-111-15/+34
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+1
* Refactor quick entrypointsIan Rogers2014-10-201-1/+1
* Add way to ensure we are at the front of the sigaction chainMathieu Chartier2014-10-161-7/+19
* ART: Fix things for valgrindAndreas Gampe2014-09-101-3/+15
* Fix arm64 build warning (promoted to error).Dave Allison2014-09-041-10/+10
* Make nested signal more genericDave Allison2014-09-041-74/+78
* Handle nested signalsDave Allison2014-08-271-12/+139
* Fix fault handler to unregister on shutdownDave Allison2014-08-211-1/+10
* Add implicit checks for x86_64 architecture.Dave Allison2014-08-071-2/+4
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-19/+15
* Remove object_utils.h.Ian Rogers2014-07-161-12/+5
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-15/+16
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-16/+15
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-15/+16
* Add implicit null and stack checks for x86Dave Allison2014-07-091-16/+15
* 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