Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h86 bool WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function
H A DChangeLog723 (DNBBreakpoint::WatchpointRead()): New accessor.
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h79 bool WatchpointRead() const;
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp269 bool Watchpoint::WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function in Watchpoint
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp550 wp->Address(), wp->ByteSize(), wp->WatchpointRead(), in EnableHardwareWatchpoint()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp870 info.read = wp->WatchpointRead(); in EnableWatchpoint()
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp860 (matched_sp->WatchpointRead() ? LLDB_WATCH_TYPE_READ : 0) | in CreateWatchpoint()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3056 bool watch_read = wp->WatchpointRead(); in GetGDBStoppointType()