Searched refs:stepControl_handleStep (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DstepControl.h57 jboolean stepControl_handleStep(JNIEnv *env, jthread thread,
H A DstepControl.c512 stepControl_handleStep(JNIEnv *env, jthread thread, function
537 LOG_STEP(("stepControl_handleStep: thread=%p", thread));
546 LOG_STEP(("stepControl_handleStep: completed, into min"));
556 LOG_STEP(("stepControl_handleStep: completed, frame exited"));
575 LOG_STEP(("stepControl_handleStep: completed, fromDepth>currentDepth(%d>%d)", fromDepth, currentDepth));
585 LOG_STEP(("stepControl_handleStep: completed, fromDepth<currentDepth(%d<%d) and into method with lines", fromDepth, currentDepth));
626 LOG_STEP(("stepControl_handleStep: completed, fromDepth==currentDepth(%d) and min", fromDepth));
644 LOG_STEP(("stepControl_handleStep: checking line location"));
645 log_debugee_location("stepControl_handleStep: checking line loc",
652 LOG_STEP(("stepControl_handleStep
[all...]
H A DeventFilter.c514 if (!stepControl_handleStep(env, thread, clazz, method)) {

Completed in 35 milliseconds