Searched refs:bpRes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp446 jvmdiError bpRes; local
447 bpRes = jvmdi->SetBreakpoint(targetClass, targetMethod, targetLocation);
448 if (bpRes == JVMDI_ERROR_DUPLICATE) {
449 bpRes = jvmdi->ClearBreakpoint(targetClass, targetMethod, targetLocation);
452 if (bpRes != JVMDI_ERROR_NONE) {
454 bpRes, targetLocation, targetLineNumber);

Completed in 115 milliseconds