Home
last modified time | relevance | path

Searched refs:watch_id_t (Results 1 – 12 of 12) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
DWatchpointList.h60 lldb::watch_id_t
118 FindByID (lldb::watch_id_t watchID) const;
130 lldb::watch_id_t
143 lldb::watch_id_t
183 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;
DWatchpoint.h239 void SetID(lldb::watch_id_t id) { m_loc_id = id; } in SetID()
/external/lldb/source/Breakpoint/
DWatchpointList.cpp33 lldb::watch_id_t
108 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_t
159 lldb::watch_id_t
198 std::vector<lldb::watch_id_t>
201 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs()
[all …]
/external/lldb/include/lldb/
Dlldb-types.h78 typedef int32_t watch_id_t; typedef
/external/lldb/scripts/Python/interface/
DSBWatchpoint.i37 watch_id_t
DSBTarget.i702 DeleteWatchpoint (lldb::watch_id_t watch_id);
705 FindWatchpointByID (lldb::watch_id_t watch_id);
/external/lldb/source/API/
DSBWatchpoint.cpp67 watch_id_t
72 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in GetID()
DSBTarget.cpp1747 SBTarget::DeleteWatchpoint (watch_id_t wp_id) in DeleteWatchpoint()
1770 SBTarget::FindWatchpointByID (lldb::watch_id_t wp_id) in FindWatchpointByID()
/external/lldb/include/lldb/Target/
DTarget.h632 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);
/external/lldb/include/lldb/API/
DSBWatchpoint.h38 watch_id_t
DSBTarget.h721 DeleteWatchpoint (lldb::watch_id_t watch_id);
724 FindWatchpointByID (lldb::watch_id_t watch_id);
/external/lldb/source/Target/
DTarget.cpp901 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()