| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| D | RegisterContextThreadMemory.cpp | 180 bool RegisterContextThreadMemory::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() function in RegisterContextThreadMemory 183 return m_reg_ctx_sp->ClearHardwareWatchpoint(hw_index); in ClearHardwareWatchpoint()
|
| D | NativeRegisterContextDBReg_x86.h | 32 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
|
| D | NativeRegisterContextDBReg_arm64.h | 39 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
|
| D | RegisterContextThreadMemory.h | 74 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
|
| D | RegisterContextDarwin_arm64.h | 63 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
|
| D | RegisterContextDarwin_arm.h | 87 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
|
| D | NativeRegisterContextDBReg_x86.cpp | 205 bool NativeRegisterContextDBReg_x86::ClearHardwareWatchpoint( in ClearHardwareWatchpoint() function in NativeRegisterContextDBReg_x86
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| D | NativeRegisterContextWindows_WoW64.h | 48 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
|
| D | NativeRegisterContextWindows_arm.h | 47 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
|
| D | NativeRegisterContextWindows_arm64.h | 47 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
|
| D | NativeRegisterContextWindows_i386.h | 48 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
|
| D | NativeRegisterContextWindows_x86_64.h | 49 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
|
| D | NativeThreadWindows.cpp | 174 if (m_reg_context_up->ClearHardwareWatchpoint(wp_index)) in RemoveWatchpoint()
|
| D | NativeRegisterContextWindows_WoW64.cpp | 459 bool NativeRegisterContextWindows_WoW64::ClearHardwareWatchpoint( in ClearHardwareWatchpoint() function in NativeRegisterContextWindows_WoW64 539 if (!ClearHardwareWatchpoint(wp_index)) in SetHardwareWatchpoint()
|
| D | NativeRegisterContextWindows_i386.cpp | 469 bool NativeRegisterContextWindows_i386::ClearHardwareWatchpoint( in ClearHardwareWatchpoint() function in NativeRegisterContextWindows_i386 549 if (!ClearHardwareWatchpoint(wp_index)) in SetHardwareWatchpoint()
|
| D | NativeRegisterContextWindows_x86_64.cpp | 673 bool NativeRegisterContextWindows_x86_64::ClearHardwareWatchpoint( in ClearHardwareWatchpoint() function in NativeRegisterContextWindows_x86_64 754 if (!ClearHardwareWatchpoint(wp_index)) in SetHardwareWatchpoint()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| D | NativeRegisterContextLinux_ppc64le.h | 57 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
|
| D | NativeRegisterContextLinux_s390x.h | 52 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
|
| D | NativeRegisterContextLinux_arm.h | 62 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
|
| D | NativeRegisterContextLinux_s390x.cpp | 546 bool NativeRegisterContextLinux_s390x::ClearHardwareWatchpoint( in ClearHardwareWatchpoint() function in NativeRegisterContextLinux_s390x 573 if (ClearHardwareWatchpoint(0)) in ClearAllHardwareWatchpoints()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | RegisterContext.h | 120 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Host/common/ |
| D | NativeRegisterContext.h | 78 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| D | NativeThreadFreeBSD.cpp | 274 if (GetRegisterContext().ClearHardwareWatchpoint(wp_index)) in RemoveWatchpoint()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| D | NativeThreadNetBSD.cpp | 286 if (GetRegisterContext().ClearHardwareWatchpoint(wp_index)) in RemoveWatchpoint()
|
| /openbsd/src/gnu/llvm/lldb/source/Host/common/ |
| D | NativeRegisterContext.cpp | 276 bool NativeRegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() function in NativeRegisterContext
|