Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_x86.cpp100 Status error = ReadRegister(GetDR(6), dr6); in IsWatchpointHit()
133 Status error = ReadRegister(GetDR(7), dr7); in IsWatchpointVacant()
168 error = ReadRegister(GetDR(7), dr7); in SetHardwareWatchpointWithIndex()
171 error = ReadRegister(GetDR(wp_index), drN); in SetHardwareWatchpointWithIndex()
192 error = WriteRegister(GetDR(wp_index), RegisterValue(addr)); in SetHardwareWatchpointWithIndex()
197 error = WriteRegister(GetDR(7), RegisterValue(control_bits)); in SetHardwareWatchpointWithIndex()
210 Status error = ReadRegister(GetDR(7), dr7); in ClearHardwareWatchpoint()
224 Status error = ReadRegister(GetDR(6), dr6); in ClearWatchpointHit()
234 Status error = ReadRegister(GetDR(7), dr7); in ClearAllHardwareWatchpoints()
238 GetDR(7), in ClearAllHardwareWatchpoints()
[all …]
H A DNativeRegisterContextDBReg_x86.h49 const RegisterInfo *GetDR(int num) const;
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_x86_64.cpp597 Status res = r_source.ReadRegister(GetDR(7), dr7); in CopyHardwareWatchpointsFrom()
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp587 Status res = r_source.ReadRegister(GetDR(7), dr7); in CopyHardwareWatchpointsFrom()