Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDWatchpoint.h79 bool WatchpointModify() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBWatchpoint.cpp353 watchpoint_sp->WatchpointModify(); in IsWatchingWrites()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDWatchpoint.cpp444 bool Watchpoint::WatchpointModify() const { return m_watch_modify != 0; } in WatchpointModify() function in Watchpoint
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp916 (matched_sp->WatchpointModify() ? LLDB_WATCH_TYPE_MODIFY : 0); in CreateWatchpoint()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp3174 bool write = wp_sp->WatchpointWrite() || wp_sp->WatchpointModify(); in EnableWatchpoint()