summaryrefslogtreecommitdiffstats
path: root/vm/Debugger.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate mterp's debug/profile/suspend controlbuzbee2011-01-191-12/+6
* Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-071-12/+15
* Drive all root scanning by the root visitor.Carl Shapiro2010-12-021-26/+0
* Keep track of debugger call resultsAndy McFadden2010-10-121-4/+18
* am 643b045e: am 65da91cf: am 16926bc4: Merge "Remove obsolete variable "len" ...Jean-Baptiste Queru2010-10-121-2/+2
|\
| * am 16926bc4: Merge "Remove obsolete variable "len" to avoid compile failed"Jean-Baptiste Queru2010-10-111-2/+2
| |\
| | * Remove obsolete variable "len" to avoid compile failedRobert CH Chou2010-09-301-2/+2
* | | Track result from dvmCallMethodAndy McFadden2010-10-081-0/+2
|/ /
* | Change the way thread suspension works.Andy McFadden2010-08-251-0/+1
* | Always support debugging and profiling.Andy McFadden2010-08-181-2/+0
* | Implement JDWP ArrayType.NewInstance.Andy McFadden2010-07-191-0/+14
* | Remove the "allocFlags" parameter from dvmCreateStringFromCstr andBarry Hayes2010-06-191-1/+1
* | Remove trailing whitespace.Carl Shapiro2010-06-081-10/+10
* | Eliminate more unused variables and compiler warnings.Carl Shapiro2010-05-261-3/+7
* | Remove unused labels, variables, and functions. Enable warnings.Carl Shapiro2010-05-211-1/+2
|/
* Jit: MethodTrace + Jit fixBill Buzbee2010-02-011-1/+6
* Add streaming method profiling support.Andy McFadden2010-01-271-2/+13
* Don't assume debugger wants all exceptions.Andy McFadden2009-12-111-2/+26
* am d3864b20: am dced7947: Reduce logging.Andy McFadden2009-11-171-1/+1
|\
| * Reduce logging.Andy McFadden2009-11-171-1/+1
* | Change the way breakpoints work.Andy McFadden2009-11-161-0/+4
* | Avoid JDWP hang on nested thread suspension.Andy McFadden2009-10-131-0/+24
* | Add JDWP ReferenceType.ClassObject handler.Andy McFadden2009-10-131-0/+9
* | Add implementation of JDWP ClassType.NewInstanceAndy McFadden2009-10-131-6/+23
* | Reduce a log message, stifle a gcc warning.Andy McFadden2009-09-041-1/+1
|/
* Another round of scary indirect ref changes.Andy McFadden2009-08-251-1/+1
* auto import //branches/master/...@140412The Android Open Source Project2009-03-181-4/+12
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+2951
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-2951/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+2
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+7
* Initial ContributionThe Android Open Source Project2008-10-211-0/+2943