Home
last modified time | relevance | path

Searched defs:WatchpointRead (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h86 bool WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function
/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp440 bool Watchpoint::WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function in Watchpoint