Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h78 bool WatchpointWrite() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp352 return watchpoint_sp->WatchpointWrite() || in IsWatchingWrites()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp442 bool Watchpoint::WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function in Watchpoint
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp915 (matched_sp->WatchpointWrite() ? LLDB_WATCH_TYPE_WRITE : 0) | in CreateWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3174 bool write = wp_sp->WatchpointWrite() || wp_sp->WatchpointModify(); in EnableWatchpoint()