Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DstepControl.c173 step->fromLine = -1; in initState()
244 step->fromLine = findLineNumber(thread, location, in initState()
628 if (step->fromLine != -1) { in stepControl_handleStep()
650 if (line != step->fromLine) { in stepControl_handleStep()
DstepControl.h42 jint fromLine; /* for granularity == STEP_LINE */ member