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()
1602 if (!reg_ctx->SetPC(dest)) in JumpToLine()
1851 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
631 error = context.SetPC(breakpoint_addr); in FixupBreakpointPCAsNeeded()
774 reg_ctx_sp->SetPC(pc); in CreateStopReasonWithMachException()
347 bool SBFrame::SetPC(addr_t new_pc) { in SetPC() function in SBFrame361 ret_val = reg_ctx_sp->SetPC(new_pc); in SetPC()
1702 if (!reg_ctx->SetPC(callAddr)) { in DoExecute()
3042 if (!reg_context->SetPC(file_entry_addr)) { in DoExecute()
1918 thread_sp->GetRegisterContext()->SetPC(pc); in SetThreadStopInfo()
30353 result = (bool)(arg1)->SetPC(arg2); in _wrap_SBFrame_SetPC()