Home
last modified time | relevance | path

Searched refs:curr_pc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp110 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC(); in ResetCurrentInlinedDepth() local
111 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()
H A DCPPLanguageRuntime.cpp280 lldb::addr_t curr_pc = thread.GetRegisterContext()->GetPC(); in GetStepThroughTrampolinePlan() local
291 if (!target_sp->GetSectionLoadList().ResolveLoadAddress(curr_pc, in GetStepThroughTrampolinePlan()
H A DThreadPlanStepOverRange.cpp384 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC(); in DoWillResume() local
387 curr_pc, m_thread.GetProcess()->GetTarget(), my_range)) { in DoWillResume()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp847 lldb::addr_t curr_pc = thread.GetRegisterContext()->GetPC(); in GetStepThroughDispatchPlan() local
857 pos = m_msgSend_map.find(curr_pc); in GetStepThroughDispatchPlan()
868 found_it = m_vtables_ap->IsAddressInVTables(curr_pc, flags); in GetStepThroughDispatchPlan()