Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventRequestManagerImpl.java566 int jdwpDepth; in StepRequestImpl() local
569 jdwpDepth = JDWP.StepDepth.INTO; in StepRequestImpl()
572 jdwpDepth = JDWP.StepDepth.OVER; in StepRequestImpl()
575 jdwpDepth = JDWP.StepDepth.OUT; in StepRequestImpl()
597 create(this.thread, jdwpSize, jdwpDepth)); in StepRequestImpl()