Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h80 bool WatchpointRead() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp257 bool Watchpoint::WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function in Watchpoint
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp404 bool wp_read = wp->WatchpointRead(); in EnableHardwareWatchpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp837 (matched_sp->WatchpointRead() ? LLDB_WATCH_TYPE_READ : 0) | in CreateWatchpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3323 bool watch_read = wp->WatchpointRead(); in GetGDBStoppointType()