Searched refs:watchID (Results 1 – 2 of 2) sorted by relevance
92 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const;141 bool Remove(lldb::watch_id_t watchID, bool notify);160 bool ShouldStop(StoppointCallbackContext *context, lldb::watch_id_t watchID);202 wp_collection::iterator GetIDIterator(lldb::watch_id_t watchID);205 GetIDConstIterator(lldb::watch_id_t watchID) const;
3160 user_id_t watchID = wp_sp->GetID(); in EnableWatchpoint() local3164 watchID); in EnableWatchpoint()3169 watchID, (uint64_t)addr); in EnableWatchpoint()3255 user_id_t watchID = wp_sp->GetID(); in DisableWatchpoint() local3264 watchID, (uint64_t)addr); in DisableWatchpoint()3270 watchID, (uint64_t)addr); in DisableWatchpoint()