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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java80 private long ptrIDebugAdvanced; field in class:WindbgDebuggerLocal
455 ptrIDebugAdvanced = 0L;
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp147 ptrIDebugAdvanced_ID = env->GetFieldID(clazz, "ptrIDebugAdvanced", "J");
289 IDebugAdvanced* ptrIDebugAdvanced = 0; local
290 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugAdvanced), (PVOID*) &ptrIDebugAdvanced)
294 env->SetLongField(obj, ptrIDebugAdvanced_ID, (jlong) ptrIDebugAdvanced);
472 IDebugAdvanced* ptrIDebugAdvanced = (IDebugAdvanced*) env->GetLongField(obj, local
498 ptrIDebugAdvanced->GetThreadContext(&context, sizeof(CONTEXT));
583 ptrIDebugAdvanced->GetThreadContext(&context, sizeof(CONTEXT));
615 ptrIDebugAdvanced->GetThreadContext(&context, sizeof(CONTEXT));
734 IDebugAdvanced* ptrIDebugAdvanced = (IDebugAdvanced*) env->GetLongField(obj, local
738 if (ptrIDebugAdvanced !
[all...]

Completed in 39 milliseconds