Home
last modified time | relevance | path

Searched refs:ClearHardwareWatchpoint (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.cpp180 bool RegisterContextThreadMemory::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() function in RegisterContextThreadMemory
183 return m_reg_ctx_sp->ClearHardwareWatchpoint(hw_index); in ClearHardwareWatchpoint()
DNativeRegisterContextDBReg_x86.h32 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
DNativeRegisterContextDBReg_arm64.h39 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
DRegisterContextThreadMemory.h74 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
DRegisterContextDarwin_arm64.h63 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
DRegisterContextDarwin_arm.h87 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
DNativeRegisterContextDBReg_x86.cpp205 bool NativeRegisterContextDBReg_x86::ClearHardwareWatchpoint( in ClearHardwareWatchpoint() function in NativeRegisterContextDBReg_x86
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DNativeRegisterContextWindows_WoW64.h48 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
DNativeRegisterContextWindows_arm.h47 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
DNativeRegisterContextWindows_arm64.h47 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
DNativeRegisterContextWindows_i386.h48 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
DNativeRegisterContextWindows_x86_64.h49 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
DNativeThreadWindows.cpp174 if (m_reg_context_up->ClearHardwareWatchpoint(wp_index)) in RemoveWatchpoint()
DNativeRegisterContextWindows_WoW64.cpp459 bool NativeRegisterContextWindows_WoW64::ClearHardwareWatchpoint( in ClearHardwareWatchpoint() function in NativeRegisterContextWindows_WoW64
539 if (!ClearHardwareWatchpoint(wp_index)) in SetHardwareWatchpoint()
DNativeRegisterContextWindows_i386.cpp469 bool NativeRegisterContextWindows_i386::ClearHardwareWatchpoint( in ClearHardwareWatchpoint() function in NativeRegisterContextWindows_i386
549 if (!ClearHardwareWatchpoint(wp_index)) in SetHardwareWatchpoint()
DNativeRegisterContextWindows_x86_64.cpp673 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/
DNativeRegisterContextLinux_ppc64le.h57 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
DNativeRegisterContextLinux_s390x.h52 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
DNativeRegisterContextLinux_arm.h62 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
DNativeRegisterContextLinux_s390x.cpp546 bool NativeRegisterContextLinux_s390x::ClearHardwareWatchpoint( in ClearHardwareWatchpoint() function in NativeRegisterContextLinux_s390x
573 if (ClearHardwareWatchpoint(0)) in ClearAllHardwareWatchpoints()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DRegisterContext.h120 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/common/
DNativeRegisterContext.h78 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
DNativeThreadFreeBSD.cpp274 if (GetRegisterContext().ClearHardwareWatchpoint(wp_index)) in RemoveWatchpoint()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.cpp286 if (GetRegisterContext().ClearHardwareWatchpoint(wp_index)) in RemoveWatchpoint()
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DNativeRegisterContext.cpp276 bool NativeRegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() function in NativeRegisterContext

12