Searched refs:DoWriteRegisterValue (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| D | NativeRegisterContextLinux.cpp | 93 return DoWriteRegisterValue(GetPtraceOffset(reg_index), reg_info->name, in WriteRegisterRaw() 152 Status NativeRegisterContextLinux::DoWriteRegisterValue( in DoWriteRegisterValue() function in NativeRegisterContextLinux
|
| D | NativeRegisterContextLinux.h | 133 virtual Status DoWriteRegisterValue(uint32_t offset, const char *reg_name,
|
| D | NativeRegisterContextLinux_s390x.h | 67 Status DoWriteRegisterValue(uint32_t offset, const char *reg_name,
|
| D | NativeRegisterContextLinux_arm.h | 84 Status DoWriteRegisterValue(uint32_t offset, const char *reg_name,
|
| D | NativeRegisterContextLinux_s390x.cpp | 418 Status NativeRegisterContextLinux_s390x::DoWriteRegisterValue( in DoWriteRegisterValue() function in NativeRegisterContextLinux_s390x
|
| D | NativeRegisterContextLinux_arm.cpp | 809 Status NativeRegisterContextLinux_arm::DoWriteRegisterValue( in DoWriteRegisterValue() function in NativeRegisterContextLinux_arm
|
| D | NativeRegisterContextLinux_x86_64.cpp | 766 return DoWriteRegisterValue(reg_info->byte_offset, reg_info->name, value); in ReadAllRegisterValues()
|