Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp298 error = WriteHardwareDebugRegs(eDREGTypeWATCH); in SetHardwareWatchpoint()
339 error = WriteHardwareDebugRegs(eDREGTypeWATCH); in ClearHardwareWatchpoint()
371 error = WriteHardwareDebugRegs(eDREGTypeWATCH); in ClearAllHardwareWatchpoints()
H A DNativeRegisterContextDBReg_arm64.h55 enum DREGType { eDREGTypeWATCH = 0, eDREGTypeBREAK }; enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm64.cpp222 return WriteHardwareDebugRegs(eDREGTypeWATCH); in CopyHardwareWatchpointsFrom()