Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h87 bool WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function
H A DChangeLog724 (DNBBreakpoint::WatchpointWrite()): New accessor.
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h80 bool WatchpointWrite() const;
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DWatchpoint.cpp267 bool Watchpoint::WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function in Watchpoint
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp551 wp->WatchpointWrite(), also_set_on_task); in EnableHardwareWatchpoint()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp873 info.write = wp->WatchpointWrite(); in EnableWatchpoint()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp855 (matched_sp->WatchpointWrite() ? LLDB_WATCH_TYPE_WRITE : 0); in CreateWatchpoint()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3102 bool watch_write = wp->WatchpointWrite(); in GetGDBStoppointType()