Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h90 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
92 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.cpp122 bool GDBRemoteRegisterContext::PrivateSetRegisterValue( in PrivateSetRegisterValue() function in GDBRemoteRegisterContext
146 bool GDBRemoteRegisterContext::PrivateSetRegisterValue(uint32_t reg, in PrivateSetRegisterValue() function in GDBRemoteRegisterContext
198 return PrivateSetRegisterValue( in GetPrimordialRegister()
H A DProcessGDBRemote.cpp1589 gdb_thread->PrivateSetRegisterValue(pc_regnum, m_thread_pcs[index]); in SetThreadPc()
1693 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData()); in SetThreadStopInfo()