Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DTarget.cpp74 m_watchpoint_list (), in Target()
589 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
606 m_watchpoint_list.Remove(matched_sp->GetID(), true); in CreateWatchpoint()
614 m_watchpoint_list.Add (wp_sp, true); in CreateWatchpoint()
628 m_watchpoint_list.Remove (wp_sp->GetID(), true); in CreateWatchpoint()
764 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()
773 size_t num_watchpoints = m_watchpoint_list.GetSize(); in RemoveAllWatchpoints()
776 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in RemoveAllWatchpoints()
784 m_watchpoint_list.RemoveAll (true); in RemoveAllWatchpoints()
799 m_watchpoint_list.SetEnabledAll(false); in DisableAllWatchpoints()
[all …]
/external/lldb/include/lldb/Target/
DTarget.h592 return m_watchpoint_list; in GetWatchpointList()
1188 WatchpointList m_watchpoint_list; variable