Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp343 error = WriteHardwareDebugRegs(eDREGTypeBREAK, bp_index); in SetHardwareBreakpoint()
376 error = WriteHardwareDebugRegs(eDREGTypeBREAK, hw_idx); in ClearHardwareBreakpoint()
436 error = WriteHardwareDebugRegs(eDREGTypeBREAK, i); in ClearAllHardwareBreakpoints()
556 error = WriteHardwareDebugRegs(eDREGTypeWATCH, wp_index); in SetHardwareWatchpoint()
591 error = WriteHardwareDebugRegs(eDREGTypeWATCH, wp_index); in ClearHardwareWatchpoint()
624 error = WriteHardwareDebugRegs(eDREGTypeWATCH, i); in ClearAllHardwareWatchpoints()
740 Status NativeRegisterContextLinux_arm::WriteHardwareDebugRegs(int hwbType, in WriteHardwareDebugRegs() function in NativeRegisterContextLinux_arm
H A DNativeRegisterContextLinux_ppc64le.h111 Status WriteHardwareDebugRegs();
H A DNativeRegisterContextLinux_arm.h128 Status WriteHardwareDebugRegs(int hwbType, int hwb_index);
H A DNativeRegisterContextLinux_arm64.h154 llvm::Error WriteHardwareDebugRegs(DREGType hwbType) override;
H A DNativeRegisterContextLinux_ppc64le.cpp595 error = WriteHardwareDebugRegs(); in SetHardwareWatchpoint()
742 Status NativeRegisterContextLinux_ppc64le::WriteHardwareDebugRegs() { in WriteHardwareDebugRegs() function in NativeRegisterContextLinux_ppc64le
H A DNativeRegisterContextLinux_arm64.cpp680 NativeRegisterContextLinux_arm64::WriteHardwareDebugRegs(DREGType hwbType) { in WriteHardwareDebugRegs() function in NativeRegisterContextLinux_arm64
/openbsd-src/gnu/llvm/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