Searched refs:ClearHardwareWatchpoint (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_arm.h50 bool ClearHardwareWatchpoint(uint32_t hw_index);
H A DRegisterContextPOSIXProcessMonitor_arm64.h51 bool ClearHardwareWatchpoint(uint32_t hw_index);
H A DRegisterContextPOSIXProcessMonitor_mips64.h52 bool ClearHardwareWatchpoint(uint32_t hw_index);
H A DRegisterContextPOSIXProcessMonitor_powerpc.h58 bool ClearHardwareWatchpoint(uint32_t hw_index);
H A DRegisterContextPOSIXProcessMonitor_x86.h52 bool ClearHardwareWatchpoint(uint32_t hw_index);
H A DRegisterContextPOSIXProcessMonitor_arm.cpp203 bool RegisterContextPOSIXProcessMonitor_arm::ClearHardwareWatchpoint( function in class:RegisterContextPOSIXProcessMonitor_arm
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp210 bool RegisterContextPOSIXProcessMonitor_arm64::ClearHardwareWatchpoint( function in class:RegisterContextPOSIXProcessMonitor_arm64
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp203 bool RegisterContextPOSIXProcessMonitor_mips64::ClearHardwareWatchpoint( function in class:RegisterContextPOSIXProcessMonitor_mips64
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp217 bool RegisterContextPOSIXProcessMonitor_powerpc::ClearHardwareWatchpoint( function in class:RegisterContextPOSIXProcessMonitor_powerpc
H A DRegisterContextPOSIXProcessMonitor_x86.cpp421 bool RegisterContextPOSIXProcessMonitor_x86_64::ClearHardwareWatchpoint( function in class:RegisterContextPOSIXProcessMonitor_x86_64
H A DFreeBSDThread.cpp416 result = reg_ctx_sp->ClearHardwareWatchpoint(wp->GetHardwareIndex());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp180 bool RegisterContextThreadMemory::ClearHardwareWatchpoint(uint32_t hw_index) { function in class:RegisterContextThreadMemory
183 return m_reg_ctx_sp->ClearHardwareWatchpoint(hw_index);
H A DRegisterContextThreadMemory.h74 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
H A DRegisterContextDarwin_arm.h87 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
H A DRegisterContextDarwin_arm64.h63 bool ClearHardwareWatchpoint(uint32_t hw_index) override;
H A DRegisterContextDarwin_arm.cpp1722 bool RegisterContextDarwin_arm::ClearHardwareWatchpoint(uint32_t hw_index) { function in class:RegisterContextDarwin_arm
1730 // ("RegisterContextDarwin_arm::ClearHardwareWatchpoint( %u ) -
H A DRegisterContextDarwin_arm64.cpp1020 bool RegisterContextDarwin_arm64::ClearHardwareWatchpoint(uint32_t hw_index) { function in class:RegisterContextDarwin_arm64
1028 // ("RegisterContextDarwin_arm64::ClearHardwareWatchpoint( %u )
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.h59 bool ClearHardwareWatchpoint(uint32_t wp_index) override;
H A DNativeThreadNetBSD.cpp262 if (GetRegisterContext().ClearHardwareWatchpoint(wp_index))
H A DNativeRegisterContextNetBSD_x86_64.cpp902 bool NativeRegisterContextNetBSD_x86_64::ClearHardwareWatchpoint( function in class:NativeRegisterContextNetBSD_x86_64
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h76 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h122 virtual bool ClearHardwareWatchpoint(uint32_t hw_index);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp265 bool NativeRegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { function in class:NativeRegisterContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp286 bool RegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { function in class:RegisterContext

Completed in 137 milliseconds