OSDN Git Service

Pull 138592-p9 from master to donut.
authorAndy McFadden <fadden@android.com>
Wed, 1 Jul 2009 21:52:13 +0000 (14:52 -0700)
committerAndy McFadden <fadden@android.com>
Wed, 1 Jul 2009 21:52:13 +0000 (14:52 -0700)
commitfea44bae077d2d5b4d5197132b2556fd3882d241
tree21f025c148ab542c8c3c3595df7b983b631e892a
parent3e371e2ebbeeefe176ba1357e6ff241bd13a711e
Pull 138592-p9 from master to donut.

Switch from VMWAIT to RUNNING when executing code on behalf of the
debugger.  Reset the thread-suspend lock timeout if we have to suspend
while trying to acquire it.

Also, clear any pending exception before calling interpreted code.

Reworked some log messages to make them easier to decipher.

(For internal bug 1952616.)
vm/Debugger.c
vm/Thread.c
vm/interp/Stack.c