summaryrefslogtreecommitdiffstats
path: root/runtime/fault_handler.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Introduce runtime_globalsAndreas Gampe2019-01-091-1/+1
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-061-1/+2
* ART: Remove setjmp.h includesAndreas Gampe2018-11-211-1/+0
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-8/+8
* ART: Include cleanupAndreas Gampe2017-07-241-3/+4
* Revert^2: "Make sigchain actually own the signal chain.""Josh Gao2017-03-231-2/+2
* Revert "Make sigchain actually own the signal chain."Jin Qian2017-03-181-2/+2
* Make sigchain actually own the signal chain.Josh Gao2017-03-171-2/+2
* Catch signals that happen inside a fault handler.Josh Gao2017-03-081-1/+0
* Do checks on the fault address when we think it's an NPE.Nicolas Geoffray2016-06-291-0/+8
* Invoke all other registered handlers only for generated codejgu212016-01-201-0/+4
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-4/+1
* Add way to ensure we are at the front of the sigaction chainMathieu Chartier2014-10-161-1/+1
* ART: Fix things for valgrindAndreas Gampe2014-09-101-0/+7
* Handle nested signalsDave Allison2014-08-271-0/+1
* Fix fault handler to unregister on shutdownDave Allison2014-08-211-0/+2
* Add implicit checks for x86_64 architecture.Dave Allison2014-08-071-2/+8
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-2/+3
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-3/+2
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-2/+3
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-3/+2
* Add implicit null and stack checks for x86Dave Allison2014-07-091-2/+3
* Reduce header files including header files.Ian Rogers2014-06-061-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-1/+1
* Add handler for printing java stack traces for compiled code SIGSEGV.Mathieu Chartier2014-04-011-11/+40
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+91