Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DDNBBreakpoint.h86 bool WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function
DChangeLog723 (DNBBreakpoint::WatchpointRead()): New accessor.
/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpoint.h79 bool WatchpointRead() const;
/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp266 bool Watchpoint::WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function in Watchpoint
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp390 bool wp_read = wp->WatchpointRead(); in EnableHardwareWatchpoint()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp550 wp->Address(), wp->ByteSize(), wp->WatchpointRead(), in EnableHardwareWatchpoint()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp859 info.read = wp->WatchpointRead(); in EnableWatchpoint()
/external/llvm-project/lldb/source/Target/
DTarget.cpp828 (matched_sp->WatchpointRead() ? LLDB_WATCH_TYPE_READ : 0) | in CreateWatchpoint()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3235 bool watch_read = wp->WatchpointRead(); in GetGDBStoppointType()