Home
last modified time | relevance | path

Searched refs:PrivateSetRegisterValue (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp323 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, in PrivateSetRegisterValue() function in ThreadGDBRemote
328 return gdb_reg_ctx->PrivateSetRegisterValue(reg, data); in PrivateSetRegisterValue()
331 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, uint64_t regval) { in PrivateSetRegisterValue() function in ThreadGDBRemote
335 return gdb_reg_ctx->PrivateSetRegisterValue(reg, regval); in PrivateSetRegisterValue()
H A DThreadGDBRemote.h104 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
106 bool PrivateSetRegisterValue(uint32_t reg, uint64_t regval);
H A DGDBRemoteRegisterContext.h85 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
87 bool PrivateSetRegisterValue(uint32_t reg, uint64_t val);
H A DGDBRemoteRegisterContext.cpp101 bool GDBRemoteRegisterContext::PrivateSetRegisterValue( in PrivateSetRegisterValue() function in GDBRemoteRegisterContext
125 bool GDBRemoteRegisterContext::PrivateSetRegisterValue(uint32_t reg, in PrivateSetRegisterValue() function in GDBRemoteRegisterContext
177 return PrivateSetRegisterValue( in GetPrimordialRegister()
H A DProcessGDBRemote.cpp1744 gdb_thread->PrivateSetRegisterValue(pc_regnum, m_thread_pcs[index]); in SetThreadPc()
1844 gdb_thread->PrivateSetRegisterValue(pair.first, buffer_sp->GetData()); in SetThreadStopInfo()