Searched refs:watchID (Results 1 – 2 of 2) sorted by relevance
91 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const;140 bool Remove(lldb::watch_id_t watchID, bool notify);159 bool ShouldStop(StoppointCallbackContext *context, lldb::watch_id_t watchID);201 wp_collection::iterator GetIDIterator(lldb::watch_id_t watchID);204 GetIDConstIterator(lldb::watch_id_t watchID) const;
3275 user_id_t watchID = wp_sp->GetID(); in EnableWatchpoint() local3279 watchID); in EnableWatchpoint()3284 watchID, (uint64_t)addr); in EnableWatchpoint()3371 user_id_t watchID = wp_sp->GetID(); in DisableWatchpoint() local3380 watchID, (uint64_t)addr); in DisableWatchpoint()3386 watchID, (uint64_t)addr); in DisableWatchpoint()