Searched refs:m_watchpoint_list (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DTarget.cpp74 m_watchpoint_list (),
589 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr);
606 m_watchpoint_list.Remove(matched_sp->GetID(), true);
614 m_watchpoint_list.Add (wp_sp, true);
628 m_watchpoint_list.Remove (wp_sp->GetID(), true);
754 // Assumption: Caller holds the list mutex lock for m_watchpoint_list for end
764 m_watchpoint_list.RemoveAll(true);
773 size_t num_watchpoints = m_watchpoint_list.GetSize();
776 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i);
784 m_watchpoint_list
[all...]
/external/lldb/include/lldb/Target/
H A DTarget.h592 return m_watchpoint_list;
1188 WatchpointList m_watchpoint_list; member in class:lldb_private::Target

Completed in 152 milliseconds