Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DstepControl.c281 jint fromDepth; in handleFramePopEvent() local
285 fromDepth = step->fromStackDepth; in handleFramePopEvent()
289 fromDepth, currentDepth)); in handleFramePopEvent()
296 if (fromDepth > afterPopDepth ) { in handleFramePopEvent()
337 fromDepth > afterPopDepth) { in handleFramePopEvent()
342 …: starting singlestep, depth==OUT && fromDepth > afterPopDepth (%d>%d)",fromDepth, afterPopDepth)); in handleFramePopEvent()
345 fromDepth >= afterPopDepth) { in handleFramePopEvent()
352 …ethodEnter handler && depth==OUT && fromDepth >= afterPopDepth (%d>%d)",fromDepth, afterPopDepth)); in handleFramePopEvent()
384 jint fromDepth = step->fromStackDepth; in handleExceptionCatchEvent() local
387 fromDepth, currentDepth)); in handleExceptionCatchEvent()
[all …]