summaryrefslogtreecommitdiffstats
path: root/test/StackWalk
Commit message (Expand)AuthorAgeFilesLines
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-081-0/+1
* Fix object verification.Ian Rogers2013-03-161-0/+1
* Directory restructuring of object.hIan Rogers2013-01-301-2/+4
* Refactor StackVisitor to take a Thread*.Ian Rogers2013-01-231-9/+6
* Support for deoptimization needed for debugging.Ian Rogers2013-01-021-1/+1
* Pulled out instrumentation into its own class separate from trace.jeffhao2012-11-141-4/+4
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-1/+1
* NativePcOffsetToReferenceMapIan Rogers2012-09-201-3/+3
* Rename PcToReferenceMap adding Dex.Ian Rogers2012-09-181-1/+1
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-2/+2
* Global lock levels.Ian Rogers2012-08-141-1/+5
* Include held locks in SIGQUIT thread dumps.Elliott Hughes2012-06-271-2/+2
* Remove Frame, merge shadow and quick representations.Ian Rogers2012-06-211-23/+30
* Renamed ReferenceMapVisitor to prevent confusion with art version.jeffhao2012-04-171-4/+4
* Separate out more of LLVM build. Move verifier.Ian Rogers2012-04-141-1/+1
* Fix cpplint's whitespace complaints.Elliott Hughes2012-03-261-1/+1
* Fix all our unused parameter warnings so we let GCC report them.Elliott Hughes2012-03-161-4/+2
* Give WalkStack's callback a way to terminate early.Elliott Hughes2012-03-121-2/+4
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Add GC map to oat fileBrian Carlstrom2012-01-171-1/+1
* Knock 0.5s off the Calculator startup time.Elliott Hughes2011-12-131-1/+1
* Reduce meta-data object sizes, introduce meta-data helper classes.Ian Rogers2011-12-061-7/+9
* Fix the StackWalk unit test. SegFault was caused by wrong comparisons.Shih-wei Liao2011-10-241-3/+3
* Verifier clean up.Ian Rogers2011-10-241-23/+13
* Move test codes out of src/. They belong to the test/ directory.Shih-wei Liao2011-10-171-0/+112
* Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map.Shih-wei Liao2011-09-251-0/+93