Searched refs:JDWP_STEP_DEPTH (Results 1 – 2 of 2) sorted by relevance
300 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 …]
53 #define JDWP_STEP_DEPTH(name) \ macro