Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDWatchpoint.h98 bool WatchpointRead () const;
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDWatchpoint.cpp333 Watchpoint::WatchpointRead () const in WatchpointRead() function in Watchpoint
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDPOSIXThread.cpp402 bool wp_read = wp->WatchpointRead(); in EnableHardwareWatchpoint()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp651 (matched_sp->WatchpointRead() ? LLDB_WATCH_TYPE_READ : 0) | in CreateWatchpoint()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp3255 bool watch_read = wp->WatchpointRead(); in GetGDBStoppointType()