Home
last modified time | relevance | path

Searched refs:ClearWatchpointHit (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_x86.cpp190 ClearWatchpointHit(wp_index); in SetHardwareWatchpointWithIndex()
220 Status NativeRegisterContextDBReg_x86::ClearWatchpointHit(uint32_t wp_index) { in ClearWatchpointHit() function in NativeRegisterContextDBReg_x86
H A DNativeRegisterContextDBReg_x86.h34 Status ClearWatchpointHit(uint32_t wp_index) override;
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h80 virtual Status ClearWatchpointHit(uint32_t hw_index);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeRegisterContext.cpp280 Status NativeRegisterContext::ClearWatchpointHit(uint32_t hw_index) { in ClearWatchpointHit() function in NativeRegisterContext
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp337 regctx.ClearWatchpointHit(wp_index); in MonitorSIGTRAP()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp344 regctx.ClearWatchpointHit(wp_index); in MonitorSIGTRAP()