Home
last modified time | relevance | path

Searched refs:WriteHardwareDebugRegs (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp91 error = WriteHardwareDebugRegs(eDREGTypeBREAK); in SetHardwareBreakpoint()
131 error = WriteHardwareDebugRegs(eDREGTypeBREAK); in ClearHardwareBreakpoint()
188 error = WriteHardwareDebugRegs(eDREGTypeBREAK); in ClearAllHardwareBreakpoints()
299 error = WriteHardwareDebugRegs(eDREGTypeWATCH); in SetHardwareWatchpoint()
340 error = WriteHardwareDebugRegs(eDREGTypeWATCH); in ClearHardwareWatchpoint()
372 error = WriteHardwareDebugRegs(eDREGTypeWATCH); in ClearAllHardwareWatchpoints()
H A DNativeRegisterContextDBReg_arm64.h81 virtual llvm::Error WriteHardwareDebugRegs(DREGType hwbType) = 0;
/src/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