Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DstepControl.c300 if (step->depth == JDWP_STEP_DEPTH(OVER)) { in handleFramePopEvent()
336 } else if (step->depth == JDWP_STEP_DEPTH(OUT) && in handleFramePopEvent()
398 if (step->depth == JDWP_STEP_DEPTH(OVER) && in handleExceptionCatchEvent()
406 } else if (step->depth == JDWP_STEP_DEPTH(OUT) && in handleExceptionCatchEvent()
461 JDI_ASSERT(step->depth == JDWP_STEP_DEPTH(INTO)); in handleMethodEnterEvent()
543 if (step->depth == JDWP_STEP_DEPTH(INTO) && in stepControl_handleStep()
578 if ( step->depth == JDWP_STEP_DEPTH(INTO) in stepControl_handleStep()
596 if (step->depth == JDWP_STEP_DEPTH(INTO)) { in stepControl_handleStep()
733 if (step->depth == JDWP_STEP_DEPTH(INTO) || step->fromStackDepth > 0) { in initEvents()
768 case JDWP_STEP_DEPTH(INTO): in initEvents()
[all …]
DJDWP.h53 #define JDWP_STEP_DEPTH(name) \ macro