Home
last modified time | relevance | path

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

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