Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h74 virtual llvm::Error WriteHardwareDebugRegs(DREGType hwbType) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp337 error = WriteHardwareDebugRegs(eDREGTypeBREAK, bp_index); in SetHardwareBreakpoint()
370 error = WriteHardwareDebugRegs(eDREGTypeBREAK, hw_idx); in ClearHardwareBreakpoint()
430 error = WriteHardwareDebugRegs(eDREGTypeBREAK, i); in ClearAllHardwareBreakpoints()
550 error = WriteHardwareDebugRegs(eDREGTypeWATCH, wp_index); in SetHardwareWatchpoint()
585 error = WriteHardwareDebugRegs(eDREGTypeWATCH, wp_index); in ClearHardwareWatchpoint()
618 error = WriteHardwareDebugRegs(eDREGTypeWATCH, i); in ClearAllHardwareWatchpoints()
734 Status NativeRegisterContextLinux_arm::WriteHardwareDebugRegs(int hwbType, in WriteHardwareDebugRegs() function in NativeRegisterContextLinux_arm
H A DNativeRegisterContextLinux_ppc64le.h111 Status WriteHardwareDebugRegs();
H A DNativeRegisterContextLinux_arm64.h154 llvm::Error WriteHardwareDebugRegs(DREGType hwbType) override;
H A DNativeRegisterContextLinux_arm.h128 Status WriteHardwareDebugRegs(int hwbType, int hwb_index);
H A DNativeRegisterContextLinux_ppc64le.cpp589 error = WriteHardwareDebugRegs(); in SetHardwareWatchpoint()
736 Status NativeRegisterContextLinux_ppc64le::WriteHardwareDebugRegs() { in WriteHardwareDebugRegs() function in NativeRegisterContextLinux_ppc64le
H A DNativeRegisterContextLinux_arm64.cpp673 NativeRegisterContextLinux_arm64::WriteHardwareDebugRegs(DREGType hwbType) { in WriteHardwareDebugRegs() function in NativeRegisterContextLinux_arm64
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm64.h76 llvm::Error WriteHardwareDebugRegs(DREGType hwbType) override;
H A DNativeRegisterContextFreeBSD_arm64.cpp222 return WriteHardwareDebugRegs(eDREGTypeWATCH); in CopyHardwareWatchpointsFrom()
258 NativeRegisterContextFreeBSD_arm64::WriteHardwareDebugRegs(DREGType) { in WriteHardwareDebugRegs() function in NativeRegisterContextFreeBSD_arm64