Home
last modified time | relevance | path

Searched refs:WatchpointRead (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpoint.h79 bool WatchpointRead() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp266 bool Watchpoint::WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function in Watchpoint
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTarget.cpp840 (matched_sp->WatchpointRead() ? LLDB_WATCH_TYPE_READ : 0) | in CreateWatchpoint()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3297 bool watch_read = wp->WatchpointRead(); in GetGDBStoppointType()