summaryrefslogtreecommitdiffstats
path: root/test/StackWalk
Commit message (Expand)AuthorAgeFilesLines
* 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