Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNBBreakpoint.h99 bool WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function
DChangeLog724 (DNBBreakpoint::WatchpointWrite()): New accessor.
/external/lldb/include/lldb/Breakpoint/
DWatchpoint.h98 bool WatchpointWrite () const;
/external/lldb/source/Breakpoint/
DWatchpoint.cpp338 Watchpoint::WatchpointWrite () const in WatchpointWrite() function in Watchpoint
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp329 bool wp_write = wp->WatchpointWrite(); in EnableHardwareWatchpoint()
/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp631 …eWatchpoint(wp->Address(), wp->ByteSize(), wp->WatchpointRead(), wp->WatchpointWrite(), also_set_o… in EnableHardwareWatchpoint()
/external/lldb/source/Target/
DTarget.cpp595 (matched_sp->WatchpointWrite() ? LLDB_WATCH_TYPE_WRITE : 0); in CreateWatchpoint()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2317 bool watch_write = wp->WatchpointWrite(); in GetGDBStoppointType()