Searched refs:LOG_STEP (Results 1 – 2 of 2) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | stepControl.c | 66 LOG_STEP(("enableStepping: thread=%p", thread)); in enableStepping() 80 LOG_STEP(("disableStepping: thread=%p", thread)); in disableStepping() 209 LOG_STEP(("initState(): frame=%d", step->fromStackDepth)); in initState() 219 LOG_STEP(("initState(): Begin line step")); in initState() 288 LOG_STEP(("handleFramePopEvent: BEGIN fromDepth=%d, currentDepth=%d", in handleFramePopEvent() 334 LOG_STEP(("handleFramePopEvent: starting singlestep, depth==OVER")); in handleFramePopEvent() 342 …LOG_STEP(("handleFramePopEvent: starting singlestep, depth==OUT && fromDepth > afterPopDepth (%d>%… in handleFramePopEvent() 352 …LOG_STEP(("handleFramePopEvent: starting singlestep, have methodEnter handler && depth==OUT && fro… in handleFramePopEvent() 357 LOG_STEP(("handleFramePopEvent: finished")); in handleFramePopEvent() 386 LOG_STEP(("handleExceptionCatchEvent: fromDepth=%d, currentDepth=%d", in handleExceptionCatchEvent() [all …]
|
D | log_messages.h | 58 #define LOG_STEP(args) \ macro 80 #define LOG_STEP(args) LOG_NULL macro
|