Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h79 bool WatchpointModify() const;
/src/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp353 watchpoint_sp->WatchpointModify(); in IsWatchingWrites()
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp444 bool Watchpoint::WatchpointModify() const { return m_watch_modify != 0; } in WatchpointModify() function in Watchpoint
/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp916 (matched_sp->WatchpointModify() ? LLDB_WATCH_TYPE_MODIFY : 0); in CreateWatchpoint()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3174 bool write = wp_sp->WatchpointWrite() || wp_sp->WatchpointModify(); in EnableWatchpoint()