Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp739 uint32_t *ctrl_buf; in WriteHardwareDebugRegs() local
743 ctrl_buf = &m_hwp_regs[hwb_index].control; in WriteHardwareDebugRegs()
755 (PTRACE_TYPE_ARG3)(intptr_t) - ((hwb_index << 1) + 2), ctrl_buf, in WriteHardwareDebugRegs()
759 ctrl_buf = &m_hbr_regs[hwb_index].control; in WriteHardwareDebugRegs()
771 (PTRACE_TYPE_ARG3)(intptr_t)((hwb_index << 1) + 2), ctrl_buf, in WriteHardwareDebugRegs()