Home
last modified time | relevance | path

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

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp319 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, in PrivateSetRegisterValue() function in ThreadGDBRemote
324 return gdb_reg_ctx->PrivateSetRegisterValue(reg, data); in PrivateSetRegisterValue()
327 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, uint64_t regval) { in PrivateSetRegisterValue() function in ThreadGDBRemote
331 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.h84 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
86 bool PrivateSetRegisterValue(uint32_t reg, uint64_t val);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp319 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, in PrivateSetRegisterValue() function in ThreadGDBRemote
324 return gdb_reg_ctx->PrivateSetRegisterValue(reg, data); in PrivateSetRegisterValue()
327 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, uint64_t regval) { in PrivateSetRegisterValue() function in ThreadGDBRemote
331 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.h84 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
86 bool PrivateSetRegisterValue(uint32_t reg, uint64_t val);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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 DThreadGDBRemote.h108 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
110 bool PrivateSetRegisterValue(uint32_t reg, uint64_t regval);
H A DGDBRemoteRegisterContext.h91 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
93 bool PrivateSetRegisterValue(uint32_t reg, uint64_t val);
/dports/devel/llvm12/llvm-project-12.0.1.src/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 DThreadGDBRemote.h108 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
110 bool PrivateSetRegisterValue(uint32_t reg, uint64_t regval);
/dports/lang/rust/rustc-1.58.1-src/src/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 DThreadGDBRemote.h108 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
110 bool PrivateSetRegisterValue(uint32_t reg, uint64_t regval);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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 DThreadGDBRemote.h108 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
110 bool PrivateSetRegisterValue(uint32_t reg, uint64_t regval);
H A DGDBRemoteRegisterContext.h91 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
93 bool PrivateSetRegisterValue(uint32_t reg, uint64_t val);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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 DThreadGDBRemote.h108 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
110 bool PrivateSetRegisterValue(uint32_t reg, uint64_t regval);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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 DThreadGDBRemote.h108 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
110 bool PrivateSetRegisterValue(uint32_t reg, uint64_t regval);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp321 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, in PrivateSetRegisterValue() function in ThreadGDBRemote
326 return gdb_reg_ctx->PrivateSetRegisterValue(reg, data); in PrivateSetRegisterValue()
329 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, uint64_t regval) { in PrivateSetRegisterValue() function in ThreadGDBRemote
333 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.h84 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
86 bool PrivateSetRegisterValue(uint32_t reg, uint64_t val);
/dports/devel/llvm13/llvm-project-13.0.1.src/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 DThreadGDBRemote.h108 bool PrivateSetRegisterValue(uint32_t reg, llvm::ArrayRef<uint8_t> data);
110 bool PrivateSetRegisterValue(uint32_t reg, uint64_t regval);

12