Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp114 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC(); in ResetCurrentInlinedDepth() local
115 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()
142 m_current_inlined_pc = curr_pc; in ResetCurrentInlinedDepth()
169 m_current_inlined_pc = curr_pc; in ResetCurrentInlinedDepth()
192 m_current_inlined_pc = curr_pc; in ResetCurrentInlinedDepth()
199 m_current_inlined_depth, curr_pc); in ResetCurrentInlinedDepth()
H A DThreadPlanStepOverRange.cpp390 lldb::addr_t curr_pc = thread.GetRegisterContext()->GetPC(); in DoWillResume() local
393 curr_pc, m_process.GetTarget(), my_range)) { in DoWillResume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp794 lldb::addr_t curr_pc = thread.GetRegisterContext()->GetPC(); in GetStepThroughDispatchPlan()
817 if (target.ResolveLoadAddress(curr_pc, func_addr)) { in GetStepThroughDispatchPlan()
833 this_dispatch = FindDispatchFunction(curr_pc); in GetStepThroughDispatchPlan()
839 if (m_vtables_up->IsAddressInVTables(curr_pc, flags)) { in GetStepThroughDispatchPlan()
1165 pos = m_opt_dispatch_map.find(curr_pc); in GetStepThroughDispatchPlan()
795 lldb::addr_t curr_pc = thread.GetRegisterContext()->GetPC(); GetStepThroughDispatchPlan() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp346 lldb::addr_t curr_pc = thread.GetRegisterContext()->GetPC(); in GetStepThroughTrampolinePlan() local
357 if (!target_sp->GetSectionLoadList().ResolveLoadAddress(curr_pc, in GetStepThroughTrampolinePlan()