commit | 65d15d985a27be01e1d64f473af0e9d8eb19051d | [log] [tgz] |
---|---|---|
author | Jeff Hao <jeffhao@google.com> | Tue Jul 16 16:39:33 2013 -0700 |
committer | Jeff Hao <jeffhao@google.com> | Wed Jul 17 13:40:51 2013 -0700 |
tree | 211dfad2d50cd42a1d5418941da44abeb1d2d16c | |
parent | 82f9f02d89ea859bd04514bd28bb6cac0409c7b2 [diff] |
Fixes to instrumentation for debug build and interpreter. - Stub uninstall will put back the interpreter entry point if Xint mode is specified. - Copy method entry and exit listeners before iterating over them to prevent problems that occur when they are modified during iteration. - Corrected checks from WalkStack and AssertPcIsWithinCode to handle instrumented code since they are used to remove the stubs. Change-Id: Ib0e2b421e6b56d520e4643699624dd80ee5148e3