Home
last modified time | relevance | path

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

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