Searched refs:SetPC (Results 1 – 16 of 16) sorted by relevance
182 bool SetPC(uint64_t pc);184 bool SetPC(Address addr);
66 void SetPC(lldb::addr_t pc) { m_pc = pc; } in SetPC() function
118 bool RegisterContext::SetPC(uint64_t pc) { in SetPC() function in RegisterContext147 bool RegisterContext::SetPC(Address addr) { in SetPC() function in RegisterContext155 return SetPC(callAddr); in SetPC()
1639 if (!reg_ctx->SetPC(dest)) in JumpToLine()
1998 m_id.SetPC(curr_frame.m_id.GetPC()); // Update the Stack ID PC value in UpdatePreviousFrameFromCurrentFrame()
48 bool SetPC(lldb::addr_t new_pc);
69 pc = property(GetPC, SetPC)
136 Status SetPC(lldb::addr_t pc);
143 Status NativeRegisterContext::SetPC(lldb::addr_t pc) { in SetPC() function in NativeRegisterContext
634 error = context.SetPC(breakpoint_addr); in FixupBreakpointPCAsNeeded()
742 reg_ctx_sp->SetPC(pc); in CreateStopReasonWithMachException()
348 bool SBFrame::SetPC(addr_t new_pc) { in SetPC() function in SBFrame362 ret_val = reg_ctx_sp->SetPC(new_pc); in SetPC()
1714 if (!reg_ctx->SetPC(callAddr)) { in DoExecute()
3070 if (!reg_context->SetPC(file_entry_addr)) { in DoExecute()
1975 thread_sp->GetRegisterContext()->SetPC(pc); in SetThreadStopInfo()
30773 result = (bool)(arg1)->SetPC(arg2); in _wrap_SBFrame_SetPC()