OSDN Git Service

JDWP: allow VirtualMachine.Resume on partial suspension
authorSebastien Hertz <shertz@google.com>
Fri, 9 Jan 2015 13:51:41 +0000 (14:51 +0100)
committerSebastien Hertz <shertz@google.com>
Fri, 9 Jan 2015 15:24:07 +0000 (16:24 +0100)
commitf9d233dae8ca66ed5a2a474155d6bee0d74c355b
tree8d54b26a7bbcc8e376565eacc3bc8a1a097a4a80
parent7899cc3c1216b718c4014000a980206ad51159d2
JDWP: allow VirtualMachine.Resume on partial suspension

Allows to resume multiple threads with a single VirtualMachine.Resume
command. When some threads are suspended for an event by the debugger
with a suspend count of 1 (other threads are running), a debugger can
resume them all this way.

Bug: 18924933
Change-Id: I81543df8228d56a4cf201e59885015880650f202
runtime/thread_list.cc