Home | History | Annotate | Download | only in Utility

Lines Matching defs:reg_ctx_sp

93     RegisterContextSP reg_ctx_sp = m_thread.GetRegisterContext();
95 if (reg_ctx_sp.get() == NULL)
101 addr_t current_pc = reg_ctx_sp->GetPC();