Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h87 bool WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp271 bool Watchpoint::WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function in Watchpoint