Home
last modified time | relevance | path

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

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