Searched refs:DRWrite (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeRegisterContextWindows_WoW64.cpp | 275 NativeRegisterContextWindows_WoW64::DRWrite(const uint32_t reg, in DRWrite() function in NativeRegisterContextWindows_WoW64 364 return DRWrite(reg, reg_value); in WriteRegister() 474 error = DRWrite(lldb_dr6_i386, RegisterValue(status_bits)); in ClearHardwareWatchpoint() 488 return DRWrite(lldb_dr7_i386, RegisterValue(control_bits)).Success(); in ClearHardwareWatchpoint() 501 error = DRWrite(lldb_dr6_i386, RegisterValue(status_bits)); in ClearAllHardwareWatchpoints() 512 return DRWrite(lldb_dr7_i386, RegisterValue(control_bits)); in ClearAllHardwareWatchpoints() 575 error = DRWrite(lldb_dr7_i386, RegisterValue(control_bits)); in ApplyHardwareBreakpoint() 579 error = DRWrite(lldb_dr0_i386 + wp_index, RegisterValue(addr)); in ApplyHardwareBreakpoint()
|
| H A D | NativeRegisterContextWindows_i386.cpp | 283 NativeRegisterContextWindows_i386::DRWrite(const uint32_t reg, in DRWrite() function in NativeRegisterContextWindows_i386 373 return DRWrite(reg, reg_value); in WriteRegister() 484 error = DRWrite(lldb_dr6_i386, RegisterValue(status_bits)); in ClearHardwareWatchpoint() 498 return DRWrite(lldb_dr7_i386, RegisterValue(control_bits)).Success(); in ClearHardwareWatchpoint() 511 error = DRWrite(lldb_dr6_i386, RegisterValue(status_bits)); in ClearAllHardwareWatchpoints() 522 return DRWrite(lldb_dr7_i386, RegisterValue(control_bits)); in ClearAllHardwareWatchpoints() 585 error = DRWrite(lldb_dr7_i386, RegisterValue(control_bits)); in ApplyHardwareBreakpoint() 589 error = DRWrite(lldb_dr0_i386 + wp_index, RegisterValue(addr)); in ApplyHardwareBreakpoint()
|
| H A D | NativeRegisterContextWindows_x86_64.cpp | 481 NativeRegisterContextWindows_x86_64::DRWrite(const uint32_t reg, in DRWrite() function in NativeRegisterContextWindows_x86_64 576 return DRWrite(reg, reg_value); in WriteRegister() 688 error = DRWrite(lldb_dr6_x86_64, RegisterValue(status_bits)); in ClearHardwareWatchpoint() 702 return DRWrite(lldb_dr7_x86_64, RegisterValue(control_bits)).Success(); in ClearHardwareWatchpoint() 715 error = DRWrite(lldb_dr6_x86_64, RegisterValue(status_bits)); in ClearAllHardwareWatchpoints() 726 return DRWrite(lldb_dr7_x86_64, RegisterValue(control_bits)); in ClearAllHardwareWatchpoints() 790 error = DRWrite(lldb_dr7_x86_64, RegisterValue(control_bits)); in ApplyHardwareBreakpoint() 794 error = DRWrite(lldb_dr0_x86_64 + wp_index, RegisterValue(addr)); in ApplyHardwareBreakpoint()
|
| H A D | NativeRegisterContextWindows_WoW64.h | 64 Status DRWrite(const uint32_t reg, const RegisterValue ®_value);
|
| H A D | NativeRegisterContextWindows_i386.h | 64 Status DRWrite(const uint32_t reg, const RegisterValue ®_value);
|
| H A D | NativeRegisterContextWindows_x86_64.h | 68 Status DRWrite(const uint32_t reg, const RegisterValue ®_value);
|