Searched refs:curr_pc (Results 1 – 4 of 4) sorted by relevance
110 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC(); in ResetCurrentInlinedDepth() local111 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()135 m_current_inlined_pc = curr_pc; in ResetCurrentInlinedDepth()161 m_current_inlined_pc = curr_pc; in ResetCurrentInlinedDepth()184 m_current_inlined_pc = curr_pc; in ResetCurrentInlinedDepth()190 m_current_inlined_depth, curr_pc); in ResetCurrentInlinedDepth()
280 lldb::addr_t curr_pc = thread.GetRegisterContext()->GetPC(); in GetStepThroughTrampolinePlan() local291 if (!target_sp->GetSectionLoadList().ResolveLoadAddress(curr_pc, in GetStepThroughTrampolinePlan()
384 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC(); in DoWillResume() local387 curr_pc, m_thread.GetProcess()->GetTarget(), my_range)) { in DoWillResume()
847 lldb::addr_t curr_pc = thread.GetRegisterContext()->GetPC(); in GetStepThroughDispatchPlan() local857 pos = m_msgSend_map.find(curr_pc); in GetStepThroughDispatchPlan()868 found_it = m_vtables_ap->IsAddressInVTables(curr_pc, flags); in GetStepThroughDispatchPlan()