Searched refs:WatchpointWrite (Results 1 - 7 of 7) sorted by path

/external/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h98 bool WatchpointWrite () const;
/external/lldb/source/Breakpoint/
H A DWatchpoint.cpp338 Watchpoint::WatchpointWrite () const function in class:Watchpoint
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.cpp329 bool wp_write = wp->WatchpointWrite();
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2317 bool watch_write = wp->WatchpointWrite();
/external/lldb/source/Target/
H A DTarget.cpp595 (matched_sp->WatchpointWrite() ? LLDB_WATCH_TYPE_WRITE : 0);
/external/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h99 bool WatchpointWrite() const { return m_watch_write != 0; } function in class:DNBBreakpoint
/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);

Completed in 320 milliseconds