Home
last modified time | relevance | path

Searched refs:IsWatchpoint (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h85 bool IsWatchpoint() const { return m_is_watchpoint == 1; } in IsWatchpoint() function
H A DChangeLog720 (DNBBreakpoint::IsWatchpoint()): New accessor.
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp548 if (wp != NULL && wp->IsWatchpoint()) in EnableHardwareWatchpoint()