Home
last modified time | relevance | path

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

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