Searched refs:LOG_STEP (Results 1 - 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBDefs.h137 #define LOG_STEP (1u << 12) macro
150 (LOG_STEP))
H A DRNBRemote.cpp1864 else if (strncmp (p, "LOG_STEP", sizeof ("LOG_STEP") - 1) == 0)
1866 p += sizeof ("LOG_STEP") - 1;
1867 bitmask |= LOG_STEP;
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp264 DNBLogThreadedIf(LOG_STEP, "BVR%-2u/BCR%-2u = { 0x%8.8x, 0x%8.8x } WVR%-2u/WCR%-2u = { 0x%8.8x, 0x%8.8x }",
484 DNBLogThreadedIf(LOG_STEP, "Need to step some more at 0x%8.8x", m_hw_single_chained_step_addr);
500 DNBLogThreadedIf(LOG_STEP, "%s( enable = %d )", __FUNCTION__, enable);
565 DNBLogThreadedIf(LOG_STEP, "%s: BVR%u=0x%8.8x BCR%u=0x%8.8x", __FUNCTION__, i, m_state.dbg.__bvr[i], i, m_state.dbg.__bcr[i]);
/external/lldb/tools/debugserver/source/MacOSX/ppc/
H A DDNBArchImpl.cpp193 DNBLogThreadedIf(LOG_STEP, "DNBArchMachPPC::EnableHardwareSingleStep( enable = %d )", enable);

Completed in 99 milliseconds