Searched defs:isAttached (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java59 public abstract boolean isAttached(); method in class:CommandProcessor.DebuggerInterface
1530 if (debugger.isAttached()) {
1696 } else if (!debugger.isAttached() && !doit.okIfDisconnected) {

Completed in 27 milliseconds