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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java77 private long ptrIDebugControl; field in class:WindbgDebuggerLocal
452 ptrIDebugControl = 0L;
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp137 ptrIDebugControl_ID = env->GetFieldID(clazz, "ptrIDebugControl", "J");
270 IDebugControl* ptrIDebugControl = 0; local
271 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugControl), (PVOID*) &ptrIDebugControl)
275 env->SetLongField(obj, ptrIDebugControl_ID, (jlong) ptrIDebugControl);
355 IDebugControl* ptrIDebugControl = (IDebugControl*) env->GetLongField(obj, local
358 if (ptrIDebugControl->WaitForEvent(DEBUG_WAIT_DEFAULT, INFINITE) != S_OK) {
396 IDebugControl* ptrIDebugControl = (IDebugControl*) env->GetLongField(obj, local
399 if (ptrIDebugControl->WaitForEvent(DEBUG_WAIT_DEFAULT, INFINITE) != S_OK) {
756 IDebugControl* ptrIDebugControl = (IDebugControl*) env->GetLongField(obj, local
759 if (ptrIDebugControl !
[all...]

Completed in 34 milliseconds