commit | 09bfc6a50bdc9366b13ac3ab479d9278c853d90a | [log] [tgz] |
---|---|---|
author | jeffhao <jeffhao@google.com> | Tue Dec 11 18:11:43 2012 -0800 |
committer | jeffhao <jeffhao@google.com> | Wed Dec 12 13:25:25 2012 -0800 |
tree | f3d528939b038e5f0a6d16cbb83934ddc2b6ffc0 | |
parent | 89c41e5f2fa10e7b97698b9714bd4883a73132f0 [diff] |
Some fixes for JDWP with the interpreter. - GetStackDepth checks if the thread is suspended, unless the thread is itself. - Scoped the breakpoints lock during UpdateDebugger to prevent it being held during PostLocationEvent. - Removed locking of breakpoints lock in DebugCallbackContext since it's already holding it. - Added level for breakpoints lock to prevent lock level violations. Change-Id: I3588c9696bb57ada3c8c64dc1d95ae23cdf2b107