OSDN Git Service

Rearrange JDWP cleanup.
authorAndy McFadden <fadden@android.com>
Thu, 25 Feb 2010 20:31:04 +0000 (12:31 -0800)
committerAndy McFadden <fadden@android.com>
Thu, 25 Feb 2010 20:32:32 +0000 (12:32 -0800)
commitd8cc332cff48fff1fc572617e9486afb2be4521a
treec506369910e6e09b2003f94c25fabd37a3a15e65
parentcbcd79b31ddecad8ae38e5f45ac63e7225a877ff
Rearrange JDWP cleanup.

This moves the "get rid of the breakpoints" part before the "tell the
rest of the VM that there's no debugger attached" part.  Hitting a
breakpoint when there's no debugger attached is not expected.

For bug 2461667.
vm/jdwp/JdwpMain.c