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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java162 public int setBreakpointAtMethodBegin(long classID, String methodName) { method in class:VmMirror
163 return setBreakpointAtMethodBegin(classID, methodName, JDWPConstants.SuspendPolicy.ALL);
175 public int setBreakpointAtMethodBegin(long classID, String methodName, byte suspendPolicy) { method in class:VmMirror

Completed in 112 milliseconds