Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp550 error = WriteHardwareDebugRegs(eDREGTypeWATCH, wp_index); in SetHardwareWatchpoint()
585 error = WriteHardwareDebugRegs(eDREGTypeWATCH, wp_index); in ClearHardwareWatchpoint()
618 error = WriteHardwareDebugRegs(eDREGTypeWATCH, i); in ClearAllHardwareWatchpoints()
741 if (hwbType == eDREGTypeWATCH) { in WriteHardwareDebugRegs()
H A DNativeRegisterContextLinux_arm.h78 enum DREGType { eDREGTypeWATCH = 0, eDREGTypeBREAK }; enumerator
H A DNativeRegisterContextLinux_arm64.cpp682 case eDREGTypeWATCH: in WriteHardwareDebugRegs()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm64.cpp222 return WriteHardwareDebugRegs(eDREGTypeWATCH); in CopyHardwareWatchpointsFrom()