| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RegisterContext.h | 176 bool SetPC(uint64_t pc); 178 bool SetPC(Address addr);
|
| H A D | StackID.h | 68 void SetPC(lldb::addr_t pc) { m_pc = pc; } in SetPC() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterContext.cpp | 138 bool RegisterContext::SetPC(uint64_t pc) { in SetPC() function in RegisterContext 167 bool RegisterContext::SetPC(Address addr) { in SetPC() function in RegisterContext 175 return SetPC(callAddr); in SetPC()
|
| H A D | StackFrame.cpp | 1829 m_id.SetPC(curr_frame.m_id.GetPC()); // Update the Stack ID PC value in UpdatePreviousFrameFromCurrentFrame()
|
| H A D | Thread.cpp | 1595 if (!reg_ctx->SetPC(dest)) in JumpToLine()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFrame.i | 81 SetPC (lldb::addr_t new_pc); 342 pc = property(GetPC, SetPC)
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFrame.h | 39 bool SetPC(lldb::addr_t new_pc);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeRegisterContext.h | 136 Status SetPC(lldb::addr_t pc);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 501 reg_ctx_sp->SetPC(pc); in CreateStopReasonWithMachException()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFrame.cpp | 350 bool SBFrame::SetPC(addr_t new_pc) { in SetPC() function in SBFrame 351 LLDB_RECORD_METHOD(bool, SBFrame, SetPC, (lldb::addr_t), new_pc); in SetPC() 364 ret_val = reg_ctx_sp->SetPC(new_pc); in SetPC() 1316 LLDB_REGISTER_METHOD(bool, SBFrame, SetPC, (lldb::addr_t)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeRegisterContext.cpp | 135 Status NativeRegisterContext::SetPC(lldb::addr_t pc) { in SetPC() function in NativeRegisterContext
|
| H A D | NativeProcessProtocol.cpp | 595 error = context.SetPC(breakpoint_addr); in FixupBreakpointPCAsNeeded()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 1590 if (!reg_ctx->SetPC(callAddr)) { in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 2771 if (!reg_context->SetPC(file_entry_addr)) { in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1950 thread_sp->GetRegisterContext()->SetPC(pc); in SetThreadStopInfo()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 26529 result = (bool)(arg1)->SetPC(arg2); in _wrap_SBFrame_SetPC()
|