Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h80 bool WatchpointWrite() const;
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp271 bool Watchpoint::WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function in Watchpoint
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp551 wp->WatchpointWrite(), also_set_on_task); in EnableHardwareWatchpoint()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp871 info.write = wp->WatchpointWrite(); in EnableWatchpoint()
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp861 (matched_sp->WatchpointWrite() ? LLDB_WATCH_TYPE_WRITE : 0); in CreateWatchpoint()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3057 bool watch_write = wp->WatchpointWrite(); in GetGDBStoppointType()