Searched refs:GetDR (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeRegisterContextDBReg_x86.cpp | 83 const RegisterInfo *NativeRegisterContextDBReg_x86::GetDR(int num) const { in GetDR() function in NativeRegisterContextDBReg_x86 101 Status error = ReadRegister(GetDR(6), dr6); in IsWatchpointHit() 134 Status error = ReadRegister(GetDR(7), dr7); in IsWatchpointVacant() 169 error = ReadRegister(GetDR(7), dr7); in SetHardwareWatchpointWithIndex() 172 error = ReadRegister(GetDR(wp_index), drN); in SetHardwareWatchpointWithIndex() 193 error = WriteRegister(GetDR(wp_index), RegisterValue(addr)); in SetHardwareWatchpointWithIndex() 198 error = WriteRegister(GetDR(7), RegisterValue(control_bits)); in SetHardwareWatchpointWithIndex() 211 Status error = ReadRegister(GetDR(7), dr7); in ClearHardwareWatchpoint() 215 return WriteRegister(GetDR(7), RegisterValue(dr7.GetAsUInt64() & in ClearHardwareWatchpoint() 225 Status error = ReadRegister(GetDR(6), dr6); in ClearWatchpointHit() [all …]
|
| H A D | NativeRegisterContextDBReg_x86.h | 49 const RegisterInfo *GetDR(int num) const;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeRegisterContextNetBSD_x86_64.cpp | 588 Status res = r_source.ReadRegister(GetDR(7), dr7); in CopyHardwareWatchpointsFrom()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeRegisterContextFreeBSD_x86_64.cpp | 598 Status res = r_source.ReadRegister(GetDR(7), dr7); in CopyHardwareWatchpointsFrom()
|