Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp299 error = WriteHardwareDebugRegs(eDREGTypeWATCH); in SetHardwareWatchpoint()
340 error = WriteHardwareDebugRegs(eDREGTypeWATCH); in ClearHardwareWatchpoint()
372 error = WriteHardwareDebugRegs(eDREGTypeWATCH); in ClearAllHardwareWatchpoints()
H A DNativeRegisterContextDBReg_arm64.h55 enum DREGType { eDREGTypeWATCH = 0, eDREGTypeBREAK }; enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp556 error = WriteHardwareDebugRegs(eDREGTypeWATCH, wp_index); in SetHardwareWatchpoint()
591 error = WriteHardwareDebugRegs(eDREGTypeWATCH, wp_index); in ClearHardwareWatchpoint()
624 error = WriteHardwareDebugRegs(eDREGTypeWATCH, i); in ClearAllHardwareWatchpoints()
747 if (hwbType == eDREGTypeWATCH) { in WriteHardwareDebugRegs()
H A DNativeRegisterContextLinux_arm.h78 enum DREGType { eDREGTypeWATCH = 0, eDREGTypeBREAK }; enumerator
H A DNativeRegisterContextLinux_arm64.cpp689 case eDREGTypeWATCH: in WriteHardwareDebugRegs()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm64.cpp222 return WriteHardwareDebugRegs(eDREGTypeWATCH); in CopyHardwareWatchpointsFrom()