Home
last modified time | relevance | path

Searched refs:WriteHardwareDebugRegs (Results 1 – 4 of 4) 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()
261 error = WriteHardwareDebugRegs(eDREGTypeWATCH); in SetHardwareWatchpoint()
301 error = WriteHardwareDebugRegs(eDREGTypeWATCH); in ClearHardwareWatchpoint()
334 error = WriteHardwareDebugRegs(eDREGTypeWATCH); in ClearAllHardwareWatchpoints()
H A DNativeRegisterContextDBReg.h93 virtual llvm::Error WriteHardwareDebugRegs(DREGType hwbType) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm64.h76 llvm::Error WriteHardwareDebugRegs(DREGType hwbType) override;
H A DNativeRegisterContextFreeBSD_arm64.cpp242 return WriteHardwareDebugRegs(eDREGTypeWATCH); in CopyHardwareWatchpointsFrom()
278 NativeRegisterContextFreeBSD_arm64::WriteHardwareDebugRegs(DREGType) { in WriteHardwareDebugRegs() function in NativeRegisterContextFreeBSD_arm64