Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp327 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, in PrivateSetRegisterValue() function in ThreadGDBRemote
332 return gdb_reg_ctx->PrivateSetRegisterValue(reg, data); in PrivateSetRegisterValue()
335 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, uint64_t regval) { in PrivateSetRegisterValue() function in ThreadGDBRemote
339 return gdb_reg_ctx->PrivateSetRegisterValue(reg, regval); in PrivateSetRegisterValue()
H A DGDBRemoteRegisterContext.h93 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
95 bool PrivateSetRegisterValue(uint32_t reg, uint64_t val);
H A DThreadGDBRemote.h108 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
110 bool PrivateSetRegisterValue(uint32_t reg, uint64_t regval);
H A DGDBRemoteRegisterContext.cpp123 bool GDBRemoteRegisterContext::PrivateSetRegisterValue( in PrivateSetRegisterValue()
147 bool GDBRemoteRegisterContext::PrivateSetRegisterValue(uint32_t reg, in PrivateSetRegisterValue()
199 return PrivateSetRegisterValue( in GetPrimordialRegister()
122 bool GDBRemoteRegisterContext::PrivateSetRegisterValue( PrivateSetRegisterValue() function in GDBRemoteRegisterContext
146 bool GDBRemoteRegisterContext::PrivateSetRegisterValue(uint32_t reg, PrivateSetRegisterValue() function in GDBRemoteRegisterContext
H A DProcessGDBRemote.cpp1557 gdb_thread->PrivateSetRegisterValue(pc_regnum, m_thread_pcs[index]); in SetThreadPc()
1646 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData()); in ParseExpeditedRegisters()