summaryrefslogtreecommitdiffstats
path: root/src/monitor_android.cc
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-110/+0
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-081-1/+1
* Directory restructuring of object.hIan Rogers2013-01-301-2/+1
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-1/+1
* Global lock levels.Ian Rogers2012-08-141-2/+4
* Increase use of ScopedJniThreadState.Ian Rogers2012-06-261-1/+2
* Remove more lint, mostly C-style casts.Elliott Hughes2012-03-261-2/+2
* Include the thread name in Thread's operator<< output.Elliott Hughes2012-01-241-1/+1
* Implement JDWP InvokeMethod and breakpoints on exception throwing.Elliott Hughes2011-12-071-1/+3
* Changed monitor to contain method and return pc values for logging.jeffhao2011-11-111-1/+1
* Implement lock contention event logging.Elliott Hughes2011-10-171-0/+106