Home
last modified time | relevance | path

Searched refs:DoWriteRegisterValue (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.cpp89 return DoWriteRegisterValue(GetPtraceOffset(reg_index), reg_info->name, in WriteRegisterRaw()
148 Status NativeRegisterContextLinux::DoWriteRegisterValue( in DoWriteRegisterValue() function in NativeRegisterContextLinux
H A DNativeRegisterContextLinux.h126 virtual Status DoWriteRegisterValue(uint32_t offset, const char *reg_name,
H A DNativeRegisterContextLinux_s390x.h67 Status DoWriteRegisterValue(uint32_t offset, const char *reg_name,
H A DNativeRegisterContextLinux_arm.h84 Status DoWriteRegisterValue(uint32_t offset, const char *reg_name,
H A DNativeRegisterContextLinux_s390x.cpp413 Status NativeRegisterContextLinux_s390x::DoWriteRegisterValue( in DoWriteRegisterValue() function in NativeRegisterContextLinux_s390x
H A DNativeRegisterContextLinux_arm.cpp803 Status NativeRegisterContextLinux_arm::DoWriteRegisterValue( in DoWriteRegisterValue() function in NativeRegisterContextLinux_arm
H A DNativeRegisterContextLinux_x86_64.cpp760 return DoWriteRegisterValue(reg_info->byte_offset, reg_info->name, value); in ReadAllRegisterValues()