Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h81 bool WatchpointWrite() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp259 bool Watchpoint::WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function in Watchpoint
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp405 bool wp_write = wp->WatchpointWrite(); in EnableHardwareWatchpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp838 (matched_sp->WatchpointWrite() ? LLDB_WATCH_TYPE_WRITE : 0); in CreateWatchpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3324 bool watch_write = wp->WatchpointWrite(); in GetGDBStoppointType()