Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DstepControl.c270 step = threadControl_getStepRequest(thread); in handleFramePopEvent()
373 step = threadControl_getStepRequest(thread); in handleExceptionCatchEvent()
442 step = threadControl_getStepRequest(thread); in handleMethodEnterEvent()
525 step = threadControl_getStepRequest(thread); in stepControl_handleStep()
710 step = threadControl_getStepRequest(thread); in stepControl_resetRequest()
801 step = threadControl_getStepRequest(thread); in stepControl_beginStep()
890 step = threadControl_getStepRequest(thread); in stepControl_endStep()
DthreadControl.h55 StepRequest *threadControl_getStepRequest(jthread);
DthreadControl.c1619 threadControl_getStepRequest(jthread thread) in threadControl_getStepRequest() function