Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNBBreakpoint.h86 bool WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DWatchpoint.cpp269 bool Watchpoint::WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function in Watchpoint