Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg.cpp72 error = WriteHardwareDebugRegs(eDREGTypeBREAK); in SetHardwareBreakpoint()
111 error = WriteHardwareDebugRegs(eDREGTypeBREAK); in ClearHardwareBreakpoint()
170 error = WriteHardwareDebugRegs(eDREGTypeBREAK); in ClearAllHardwareBreakpoints()
H A DNativeRegisterContextDBReg.h56 enum DREGType { eDREGTypeWATCH = 0, eDREGTypeBREAK }; enumerator