summaryrefslogtreecommitdiffstats
path: root/runtime/signal_catcher.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-231-2/+2
* ART: Remove tombstoned parametersAndreas Gampe2018-05-041-47/+9
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-2/+2
* Small documentation and stylistic changes.Roland Levillain2018-02-271-1/+1
* ART: Factor out gAbortingAndreas Gampe2017-12-071-0/+1
* Separate file utilities from utils.ccDavid Sehr2017-11-011-0/+1
* signal_catcher: print errno when tombstoned_notify_completion fails.Josh Gao2017-10-161-1/+1
* signal_catcher: reformat includes.Josh Gao2017-10-031-5/+6
* signal_catcher: Only notify tombstoned when we're using it.Narayan Kamath2017-07-111-1/+1
* signal_catcher: track tombstoned API changes.Narayan Kamath2017-05-311-1/+1
* ART: Use file descriptors handed out by tombstoned for traces.Narayan Kamath2017-05-241-40/+53
* SignalCatcher: Minor tweaks to log message.Narayan Kamath2017-04-271-8/+8
* ART: Support per PID stack trace files.Narayan Kamath2017-04-251-7/+42
* Force save profiles for SIGUSR1Mathieu Chartier2017-04-061-1/+3
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-1/+1
* ART: Use libbase loggingAndreas Gampe2016-09-261-1/+1
* ART: Change the stack dump format to be in line with debuggerdAndreas Gampe2015-07-241-2/+5
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-7/+7
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-1/+1
* Revert "Add JIT"Nicolas Geoffray2015-02-241-1/+1
* Add JITMathieu Chartier2015-02-231-1/+1
* ART: Track Flush & Close in FdFileAndreas Gampe2014-11-181-3/+9
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+1
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-1/+1
* Tidy up logging.Ian Rogers2014-10-221-0/+2
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-19/+0
* Print the command line and ABI in stack dumps like debuggerd.Jeff Brown2014-09-111-6/+11
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Run checkpoints after resuming threads in signal catcher SIGQUIT.Mathieu Chartier2014-01-151-3/+4
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-1/+0
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+225