Searched refs:watch_id_t (Results 1 – 12 of 12) sorted by relevance
60 lldb::watch_id_t118 FindByID (lldb::watch_id_t watchID) const;130 lldb::watch_id_t143 lldb::watch_id_t183 Remove (lldb::watch_id_t watchID, bool notify);209 lldb::watch_id_t watchID);257 typedef std::vector<lldb::watch_id_t> id_vector;263 GetIDIterator(lldb::watch_id_t watchID);266 GetIDConstIterator(lldb::watch_id_t watchID) const;271 lldb::watch_id_t m_next_wp_id;
239 void SetID(lldb::watch_id_t id) { m_loc_id = id; } in SetID()
33 lldb::watch_id_t108 WatchpointIDMatches (lldb::watch_id_t watch_id) : in WatchpointIDMatches()119 const lldb::watch_id_t m_watch_id;123 WatchpointList::GetIDIterator (lldb::watch_id_t watch_id) in GetIDIterator()130 WatchpointList::GetIDConstIterator (lldb::watch_id_t watch_id) const in GetIDConstIterator()137 WatchpointList::FindByID (lldb::watch_id_t watch_id) const in FindByID()148 lldb::watch_id_t159 lldb::watch_id_t198 std::vector<lldb::watch_id_t>201 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs()[all …]
78 typedef int32_t watch_id_t; typedef
37 watch_id_t
702 DeleteWatchpoint (lldb::watch_id_t watch_id);705 FindWatchpointByID (lldb::watch_id_t watch_id);
67 watch_id_t72 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in GetID()
1747 SBTarget::DeleteWatchpoint (watch_id_t wp_id) in DeleteWatchpoint()1770 SBTarget::FindWatchpointByID (lldb::watch_id_t wp_id) in FindWatchpointByID()
632 DisableWatchpointByID (lldb::watch_id_t watch_id);635 EnableWatchpointByID (lldb::watch_id_t watch_id);638 RemoveWatchpointByID (lldb::watch_id_t watch_id);641 IgnoreWatchpointByID (lldb::watch_id_t watch_id, uint32_t ignore_count);
38 watch_id_t
721 DeleteWatchpoint (lldb::watch_id_t watch_id);724 FindWatchpointByID (lldb::watch_id_t watch_id);
901 Target::DisableWatchpointByID (lldb::watch_id_t watch_id) in DisableWatchpointByID()924 Target::EnableWatchpointByID (lldb::watch_id_t watch_id) in EnableWatchpointByID()947 Target::RemoveWatchpointByID (lldb::watch_id_t watch_id) in RemoveWatchpointByID()967 Target::IgnoreWatchpointByID (lldb::watch_id_t watch_id, uint32_t ignore_count) in IgnoreWatchpointByID()