Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h31 m_hw_single_chained_step_addr(INVALID_NUB_ADDRESS), in DNBArchMachARM()
240 nub_addr_t m_hw_single_chained_step_addr; variable
DDNBArchImpl.cpp476 if (m_hw_single_chained_step_addr != INVALID_NUB_ADDRESS) in StepNotComplete()
482 if (m_state.context.gpr.__pc == m_hw_single_chained_step_addr) in StepNotComplete()
484 … DNBLogThreadedIf(LOG_STEP, "Need to step some more at 0x%8.8x", m_hw_single_chained_step_addr); in StepNotComplete()
490 m_hw_single_chained_step_addr = INVALID_NUB_ADDRESS; in StepNotComplete()
521 m_hw_single_chained_step_addr = INVALID_NUB_ADDRESS; in EnableHardwareSingleStep()
549 m_hw_single_chained_step_addr = m_state.context.gpr.__pc + 2; in EnableHardwareSingleStep()
/external/lldb/tools/debugserver/source/
DChangeLog210 m_chained_hw_single_step_addr to m_hw_single_chained_step_addr. Added