Searched defs:m_watchpoints (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h221 return m_watchpoints.size();
268 wp_collection m_watchpoints; member in class:lldb_private::WatchpointList
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h132 DNBBreakpointList& Watchpoints() { return m_watchpoints; }
133 const DNBBreakpointList& Watchpoints() const { return m_watchpoints; }
301 DNBBreakpointList m_watchpoints; // Watchpoint list for this process member in class:MachProcess

Completed in 297 milliseconds