Searched refs:LOG_STEP (Results 1 – 7 of 7) 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
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNBDefs.h | 129 #define LOG_STEP (1u << 12) macro 138 (LOG_STEP))
|
D | ChangeLog | 512 * DNBDefs.h (LOG_STEP): New logging define. 516 new LOG_STEP instead of LOG_BREAKPOINTS. 532 using LOG_STEP instead of LOAD_BREAKPOINTS.
|
D | RNBRemote.cpp | 2130 bitmask |= LOG_STEP; in set_logging()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 321 DNBLogThreadedIf(LOG_STEP, "BVR%-2u/BCR%-2u = { 0x%8.8x, 0x%8.8x } " in DumpDBGState() 678 DNBLogThreadedIf(LOG_STEP, "Need to step some more at 0x%8.8llx", in StepNotComplete() 692 DNBLogThreadedIf(LOG_STEP, "%s( enable = %d )", __FUNCTION__, enable); in EnableHardwareSingleStep() 715 DNBLogThreadedIf(LOG_STEP, in EnableHardwareSingleStep() 721 DNBLogThreadedIf(LOG_STEP, in EnableHardwareSingleStep() 771 DNBLogThreadedIf(LOG_STEP, "%s: BVR%u=0x%8.8x BCR%u=0x%8.8x", __FUNCTION__, in EnableHardwareSingleStep()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
D | DNBArchImplARM64.cpp | 346 DNBLogThreadedIf(LOG_STEP, "BVR%-2u/BCR%-2u = { 0x%8.8x, 0x%8.8x } " in DumpDBGState() 599 DNBLogThreadedIf(LOG_STEP, "%s( enable = %d )", __FUNCTION__, enable); in EnableHardwareSingleStep() 622 DNBLogThreadedIf(LOG_STEP, in EnableHardwareSingleStep() 627 DNBLogThreadedIf(LOG_STEP, in EnableHardwareSingleStep()
|