Searched defs:JRIDebuggerInterface (Results 1 – 1 of 1) sorted by relevance
358 typedef struct JRIDebuggerInterface JRIDebuggerInterface; typedef461 struct JRIDebuggerInterface { struct462 MCOM_QueryInterface_t QueryInterface;463 MCOM_AddRef_t AddRef;464 MCOM_Release_t Release;465 void* reserved3;466 JRI_GetFrameCount_t GetFrameCount;467 JRI_GetFrameInfo_t GetFrameInfo;468 JRI_GetVarInfo_t GetVarInfo;469 JRI_GetSourceInfo_t GetSourceInfo;[all …]