index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
StackWalk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-5
/
+4
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-3
/
+3
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-1
/
+1
*
Fix cpplint whitespace/indent issues
Brian Carlstrom
2013-07-18
1
-2
/
+2
*
Fix cpplint whitespace/parens issues
Brian Carlstrom
2013-07-18
1
-2
/
+2
*
Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-18
1
-1
/
+1
*
Interpreter entries and instrumentation as a listener.
Ian Rogers
2013-04-08
1
-0
/
+1
*
Fix object verification.
Ian Rogers
2013-03-16
1
-0
/
+1
*
Directory restructuring of object.h
Ian Rogers
2013-01-30
1
-2
/
+4
*
Refactor StackVisitor to take a Thread*.
Ian Rogers
2013-01-23
1
-9
/
+6
*
Support for deoptimization needed for debugging.
Ian Rogers
2013-01-02
1
-1
/
+1
*
Pulled out instrumentation into its own class separate from trace.
jeffhao
2012-11-14
1
-4
/
+4
*
Change dex cache to be java object instead of array, add pointer to dex file ...
Mathieu Chartier
2012-09-21
1
-1
/
+1
*
NativePcOffsetToReferenceMap
Ian Rogers
2012-09-20
1
-3
/
+3
*
Rename PcToReferenceMap adding Dex.
Ian Rogers
2012-09-18
1
-1
/
+1
*
Rename GlobalSynchronization to Locks
Ian Rogers
2012-09-05
1
-2
/
+2
*
Global lock levels.
Ian Rogers
2012-08-14
1
-1
/
+5
*
Include held locks in SIGQUIT thread dumps.
Elliott Hughes
2012-06-27
1
-2
/
+2
*
Remove Frame, merge shadow and quick representations.
Ian Rogers
2012-06-21
1
-23
/
+30
*
Renamed ReferenceMapVisitor to prevent confusion with art version.
jeffhao
2012-04-17
1
-4
/
+4
*
Separate out more of LLVM build. Move verifier.
Ian Rogers
2012-04-14
1
-1
/
+1
*
Fix cpplint's whitespace complaints.
Elliott Hughes
2012-03-26
1
-1
/
+1
*
Fix all our unused parameter warnings so we let GCC report them.
Elliott Hughes
2012-03-16
1
-4
/
+2
*
Give WalkStack's callback a way to terminate early.
Elliott Hughes
2012-03-12
1
-2
/
+4
*
Fix copyright headers.
Elliott Hughes
2012-01-30
1
-1
/
+15
*
Add GC map to oat file
Brian Carlstrom
2012-01-17
1
-1
/
+1
*
Knock 0.5s off the Calculator startup time.
Elliott Hughes
2011-12-13
1
-1
/
+1
*
Reduce meta-data object sizes, introduce meta-data helper classes.
Ian Rogers
2011-12-06
1
-7
/
+9
*
Fix the StackWalk unit test. SegFault was caused by wrong comparisons.
Shih-wei Liao
2011-10-24
1
-3
/
+3
*
Verifier clean up.
Ian Rogers
2011-10-24
1
-23
/
+13
*
Move test codes out of src/. They belong to the test/ directory.
Shih-wei Liao
2011-10-17
1
-0
/
+112
*
Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map.
Shih-wei Liao
2011-09-25
1
-0
/
+93