commit | f55a4d1e9d387796b3c3390624ea6a1659a90224 | [log] [tgz] |
---|---|---|
author | Jack Veenstra <veenstra@android.com> | Sat May 09 11:56:59 2009 -0700 |
committer | Jack Veenstra <veenstra@android.com> | Mon May 11 17:44:32 2009 -0700 |
tree | a9938556477a275391c9b00192ec738ffce9228a | |
parent | 447a4e4fd6fd2e454f391ff70d827233642394af [diff] |
Add a new program for checking the correctness of the computed stack from a trace. The check_stack program checks that the generated stack that includes both native functions and Java methods (generated from the emulator instruction trace plus the method trace) is consistent with the stack of Java methods that is computed from the method trace alone. (The method trace is generated by the Dalvik interpreter).