Home
last modified time | relevance | path

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

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