Searched refs:DoWriteRegisterValue (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux.cpp | 89 return DoWriteRegisterValue(GetPtraceOffset(reg_index), reg_info->name, in WriteRegisterRaw() 148 Status NativeRegisterContextLinux::DoWriteRegisterValue( in DoWriteRegisterValue() function in NativeRegisterContextLinux
|
| H A D | NativeRegisterContextLinux.h | 126 virtual Status DoWriteRegisterValue(uint32_t offset, const char *reg_name,
|
| H A D | NativeRegisterContextLinux_s390x.h | 67 Status DoWriteRegisterValue(uint32_t offset, const char *reg_name,
|
| H A D | NativeRegisterContextLinux_arm.h | 84 Status DoWriteRegisterValue(uint32_t offset, const char *reg_name,
|
| H A D | NativeRegisterContextLinux_s390x.cpp | 413 Status NativeRegisterContextLinux_s390x::DoWriteRegisterValue( in DoWriteRegisterValue() function in NativeRegisterContextLinux_s390x
|
| H A D | NativeRegisterContextLinux_arm.cpp | 803 Status NativeRegisterContextLinux_arm::DoWriteRegisterValue( in DoWriteRegisterValue() function in NativeRegisterContextLinux_arm
|
| H A D | NativeRegisterContextLinux_x86_64.cpp | 760 return DoWriteRegisterValue(reg_info->byte_offset, reg_info->name, value); in ReadAllRegisterValues()
|