Home
last modified time | relevance | path

Searched refs:m_instruction_addr (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepInstruction.cpp41 m_instruction_addr (0), in ThreadPlanStepInstruction()
56 m_instruction_addr = m_thread.GetRegisterContext()->GetPC(0); in SetUpState()
80 s->Address(m_instruction_addr, sizeof (addr_t)); in GetDescription()
121 if (m_thread.GetRegisterContext()->GetPC(0) != m_instruction_addr) in IsPlanStale()
165 if (m_thread.GetRegisterContext()->GetPC(0) != m_instruction_addr) in ShouldStop()
257 if (m_thread.GetRegisterContext()->GetPC(0) != m_instruction_addr) in ShouldStop()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlanStepInstruction.h51 lldb::addr_t m_instruction_addr; variable