Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h77 bool WatchpointRead() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp339 return watchpoint_sp->WatchpointRead(); in IsWatchingReads()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp440 bool Watchpoint::WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function in Watchpoint
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp914 (matched_sp->WatchpointRead() ? LLDB_WATCH_TYPE_READ : 0) | in CreateWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3173 bool read = wp_sp->WatchpointRead(); in EnableWatchpoint()