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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java76 private long ptrIDebugClient; field in class:WindbgDebuggerLocal
451 ptrIDebugClient = 0L;
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp134 ptrIDebugClient_ID = env->GetFieldID(clazz, "ptrIDebugClient", "J");
264 IDebugClient* ptrIDebugClient = 0; local
265 if (DebugCreate(__uuidof(IDebugClient), (PVOID*) &ptrIDebugClient) != S_OK) {
268 env->SetLongField(obj, ptrIDebugClient_ID, (jlong) ptrIDebugClient);
271 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugControl), (PVOID*) &ptrIDebugControl)
278 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugDataSpaces), (PVOID*) &ptrIDebugDataSpaces)
290 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugAdvanced), (PVOID*) &ptrIDebugAdvanced)
297 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugSymbols), (PVOID*) &ptrIDebugSymbols)
304 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugSystemObjects), (PVOID*) &ptrIDebugSystemObjects)
348 IDebugClient* ptrIDebugClient local
370 IDebugClient* ptrIDebugClient = (IDebugClient*) env->GetLongField(obj, local
763 IDebugClient* ptrIDebugClient = (IDebugClient*) env->GetLongField(obj, local
780 IDebugClient* ptrIDebugClient = (IDebugClient*) env->GetLongField(obj, local
875 IDebugClient* ptrIDebugClient = (IDebugClient*) env->GetLongField(obj, ptrIDebugClient_ID); local
[all...]

Completed in 720 milliseconds