summaryrefslogtreecommitdiffstats
path: root/vm/Debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't use dvmIsValidObject outside the GC.Elliott Hughes2011-07-191-3/+3
* Fix debugger output of floats and doubles.jeffhao2011-06-271-10/+2
* More LOG newline cleanup.Dan Bornstein2011-05-261-1/+1
* Further conservation of newlines.Dan Bornstein2011-05-261-48/+48
* Establish a subclass relationships among the field types.Carl Shapiro2011-05-061-10/+10
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-3/+3
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-8/+8
* Eliminate the PROFILE_FIELD_ACCESS feature.Carl Shapiro2011-04-271-4/+0
* Refine & simplify the interBreak mechanismbuzbee2011-04-251-2/+2
* InterpBreak cleanup (part 1)buzbee2011-04-221-3/+3
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-2/+2
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-18/+18
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+2984