Home
last modified time | relevance | path

Searched refs:ReadRegisterRaw (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.h87 virtual Status ReadRegisterRaw(uint32_t reg_index, RegisterValue &reg_value);
H A DNativeRegisterContextLinux.cpp26 Status NativeRegisterContextLinux::ReadRegisterRaw(uint32_t reg_index, in ReadRegisterRaw() function in NativeRegisterContextLinux
H A DNativeRegisterContextLinux_arm.cpp121 error = ReadRegisterRaw(full_reg, reg_value); in ReadRegister()
H A DNativeRegisterContextLinux_x86_64.cpp443 error = ReadRegisterRaw(full_reg, reg_value); in ReadRegister()