Home
last modified time | relevance | path

Searched refs:frameExited (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/back/
DstepControl.c175 step->frameExited = JNI_FALSE; in initState()
297 step->frameExited = JNI_TRUE; in handleFramePopEvent()
395 step->frameExited = JNI_TRUE; in handleExceptionCatchEvent()
554 if (step->frameExited) { in stepControl_handleStep()
DstepControl.h39 jboolean frameExited; /* for depth == STEP_OVER or STEP_OUT */ member