summaryrefslogtreecommitdiffstats
path: root/src/signal_catcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-225/+0
* GC clean up.Ian Rogers2013-06-211-1/+1
* Fix and reenable lock dumping in stack dumps.Elliott Hughes2013-01-071-1/+1
* Switch over to the google3 unix_file File*.Elliott Hughes2012-12-121-3/+2
* Fix occasional deadlock caused by checkpoint root marking.Mathieu Chartier2012-11-121-1/+2
* Check point root marking.Mathieu Chartier2012-10-231-2/+5
* Implement mutex requeueing for cv broadcasts.Ian Rogers2012-10-151-3/+3
* Explicitly pass Thread::Current to MutexLock and Alloc.Ian Rogers2012-10-051-2/+2
* Fail threads attaching during runtime shutdown.Ian Rogers2012-10-031-23/+9
* Fix race in thread attaching during GC.Ian Rogers2012-09-281-2/+2
* Pass self to lock methods.Ian Rogers2012-09-271-6/+7
* Move thread flags and state into 32bits.Ian Rogers2012-09-251-2/+2
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-3/+3
* Global lock levels.Ian Rogers2012-08-141-12/+27
* Increase use of ScopedJniThreadState.Ian Rogers2012-06-261-1/+1
* Use static thread safety analysis when available, and fix the bugs GCC finds.Elliott Hughes2012-06-181-6/+8
* "InitGoogle"-style argv stashing.Elliott Hughes2012-06-061-28/+19
* Include non-attached native threads in the SIGQUIT output.Elliott Hughes2012-06-051-0/+10
* Include JNI details in the SIGQUIT output.Elliott Hughes2012-04-241-4/+22
* Add signal handlers for host builds to imitate debuggerd.Elliott Hughes2012-04-161-14/+7
* Include a new heap summary line in the SIGQUIT output.Elliott Hughes2012-04-161-1/+1
* Remove the useless "suspend count already zero" message for new threads.Elliott Hughes2012-04-091-3/+3
* Fix AttachCurrentThread to use the right thread group.Elliott Hughes2012-03-261-1/+1
* Refactor the compilers out of libart.Elliott Hughes2012-03-091-1/+2
* Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...Ian Rogers2012-01-261-1/+1
* Improve the ThreadStress test to send SIGQUIT, and fix the bug that finds.Elliott Hughes2011-12-151-0/+6
* Detect over-long thread suspends and time out fatally.Elliott Hughes2011-12-071-12/+2
* Make sure that SignalCatcher says what's going on _before_ it can get stuck.Elliott Hughes2011-11-071-10/+22
* More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive ...Elliott Hughes2011-11-031-1/+0
* Callers of SuspendAll should be in the kRunnable stateBrian Carlstrom2011-10-261-0/+1
* Make ResolveField not rely on Field::GetType resolutionBrian Carlstrom2011-10-251-3/+5
* Implement -Xstacktracefile.Elliott Hughes2011-10-181-6/+35
* Fix deadlock on dex_lock_ in ClassLinker::RegisterDexFileBrian Carlstrom2011-10-181-1/+2
* ClassLinker changesBrian Carlstrom2011-10-171-2/+5
* Fix a heap lock/thread list lock deadlock.Elliott Hughes2011-10-171-3/+9
* Bring our native stack usage down.Elliott Hughes2011-10-161-1/+1
* Implement monitors.Elliott Hughes2011-09-161-5/+4
* Thread suspension.Elliott Hughes2011-09-141-14/+24
* More of the thread infrastructure.Elliott Hughes2011-09-131-1/+1
* More threads work.Elliott Hughes2011-09-111-5/+2
* A bit further along the track of multiple threads.Elliott Hughes2011-09-081-7/+21
* More SIGQUIT handling, various Thread fixes.Elliott Hughes2011-09-021-14/+21
* Add infrastructure for registering built-in native methods.Elliott Hughes2011-08-311-21/+20
* Add HeapTest and make GC work enough to pass itBrian Carlstrom2011-08-311-0/+1
* Add the signal catcher (for SIGQUIT and SIGUSR1).Elliott Hughes2011-08-261-0/+129