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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebuggerClient.java43 public class RemoteDebuggerClient extends DebuggerBase implements JVMDebugger { class in inherits:DebuggerBase,JVMDebugger
49 public RemoteDebuggerClient(RemoteDebugger remoteDebugger) throws DebuggerException { method in class:RemoteDebuggerClient
129 throw new DebuggerException("Should not be called on RemoteDebuggerClient");
134 throw new DebuggerException("Should not be called on RemoteDebuggerClient");
139 throw new DebuggerException("Should not be called on RemoteDebuggerClient");
144 throw new DebuggerException("Should not be called on RemoteDebuggerClient");
149 throw new DebuggerException("Should not be called on RemoteDebuggerClient");
285 throw new DebuggerException("Should not be called on RemoteDebuggerClient");
289 throw new DebuggerException("Should not be called on RemoteDebuggerClient");
293 throw new DebuggerException("Should not be called on RemoteDebuggerClient");
[all...]

Completed in 43 milliseconds