Searched refs:WatchpointRead (Results 1 - 7 of 7) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h98 bool WatchpointRead() const { return m_watch_read != 0; } function in class:DNBBreakpoint
/external/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h97 bool WatchpointRead () const;
/external/lldb/source/Breakpoint/
H A DWatchpoint.cpp333 Watchpoint::WatchpointRead () const function in class:Watchpoint
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.cpp328 bool wp_read = wp->WatchpointRead();
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp631 return m_arch_ap->EnableHardwareWatchpoint(wp->Address(), wp->ByteSize(), wp->WatchpointRead(), wp->WatchpointWrite(), also_set_on_task);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2316 bool watch_read = wp->WatchpointRead();
/external/lldb/source/Target/
H A DTarget.cpp594 (matched_sp->WatchpointRead() ? LLDB_WATCH_TYPE_READ : 0) |

Completed in 246 milliseconds