OSDN Git Service

Another single-stepping fix in JIT self-verification mode.
authorBen Cheng <bccheng@android.com>
Wed, 11 May 2011 17:58:52 +0000 (10:58 -0700)
committerBen Cheng <bccheng@android.com>
Wed, 11 May 2011 17:58:52 +0000 (10:58 -0700)
commit313d430d5b3b96b45370ccddee52a6d88a799f35
tree314645f0f7ff72794d85ec7e3a9a77025e20a178
parente346f7d8f0a79f5fc53fd02c288cb7c12e23b40a
Another single-stepping fix in JIT self-verification mode.

The counted single stepping check should be based on the
kSubModeCountedStep submode instead.

Also since the NPC value is cleared when exceptions are thrown, we can
single-step instructions that can throw as well.

Change-Id: Idbc1307ae0956016ef76186aebc6e3b89b119d9d
vm/compiler/codegen/arm/CodegenDriver.cpp
vm/interp/Interp.cpp