Home
last modified time | relevance | path

Searched refs:ClearWatchpoint (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h229 static void ClearWatchpoint(DBG &debug_state, uint32_t hw_index);
H A DDNBArchImplX86_64.cpp760 void DNBArchImplX86_64::ClearWatchpoint(DBG &debug_state, uint32_t hw_index) { in ClearWatchpoint() function in DNBArchImplX86_64
992 ClearWatchpoint(debug_state, hw_index); in DisableHardwareBreakpoint()
1081 ClearWatchpoint(debug_state, hw_index); in DisableHardwareWatchpoint()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h225 static void ClearWatchpoint(DBG &debug_state, uint32_t hw_index);
H A DDNBArchImplI386.cpp933 ClearWatchpoint(debug_state, hw_index); in DisableHardwareBreakpoint()
950 void DNBArchImplI386::ClearWatchpoint(DBG &debug_state, uint32_t hw_index) { in ClearWatchpoint() function in DNBArchImplI386
1123 ClearWatchpoint(debug_state, hw_index); in DisableHardwareWatchpoint()