Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNBDefs.h137 #define LOG_STEP (1u << 12) macro
150 (LOG_STEP))
DChangeLog512 * DNBDefs.h (LOG_STEP): New logging define.
516 new LOG_STEP instead of LOG_BREAKPOINTS.
532 using LOG_STEP instead of LOAD_BREAKPOINTS.
DRNBRemote.cpp1867 bitmask |= LOG_STEP; in set_logging()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp264 …DNBLogThreadedIf(LOG_STEP, "BVR%-2u/BCR%-2u = { 0x%8.8x, 0x%8.8x } WVR%-2u/WCR%-2u = { 0x%8.8x, 0x… in DumpDBGState()
484 … DNBLogThreadedIf(LOG_STEP, "Need to step some more at 0x%8.8x", m_hw_single_chained_step_addr); in StepNotComplete()
500 DNBLogThreadedIf(LOG_STEP, "%s( enable = %d )", __FUNCTION__, enable); in EnableHardwareSingleStep()
565 …DNBLogThreadedIf(LOG_STEP, "%s: BVR%u=0x%8.8x BCR%u=0x%8.8x", __FUNCTION__, i, m_state.dbg.__bvr[… in EnableHardwareSingleStep()
/external/lldb/tools/debugserver/source/MacOSX/ppc/
DDNBArchImpl.cpp193 DNBLogThreadedIf(LOG_STEP, "DNBArchMachPPC::EnableHardwareSingleStep( enable = %d )", enable); in EnableHardwareSingleStep()