Searched refs:watchID (Results 1 – 3 of 3) sorted by relevance
86 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const;135 bool Remove(lldb::watch_id_t watchID, bool notify);154 bool ShouldStop(StoppointCallbackContext *context, lldb::watch_id_t watchID);193 wp_collection::iterator GetIDIterator(lldb::watch_id_t watchID);196 GetIDConstIterator(lldb::watch_id_t watchID) const;
699 user_id_t watchID = wp->GetID(); in EnableWatchpoint() local703 watchID); in EnableWatchpoint()708 watchID, (uint64_t)addr); in EnableWatchpoint()753 user_id_t watchID = wp->GetID(); in DisableWatchpoint() local757 watchID); in DisableWatchpoint()762 watchID, (uint64_t)addr); in DisableWatchpoint()
3251 user_id_t watchID = wp->GetID(); in EnableWatchpoint() local3256 watchID); in EnableWatchpoint()3261 watchID, (uint64_t)addr); in EnableWatchpoint()3287 user_id_t watchID = wp->GetID(); in DisableWatchpoint() local3297 watchID, (uint64_t)addr); in DisableWatchpoint()3303 watchID, (uint64_t)addr); in DisableWatchpoint()