Home
last modified time | relevance | path

Searched refs:watchID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h91 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;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3275 user_id_t watchID = wp_sp->GetID(); in EnableWatchpoint() local
3279 watchID); in EnableWatchpoint()
3284 watchID, (uint64_t)addr); in EnableWatchpoint()
3371 user_id_t watchID = wp_sp->GetID(); in DisableWatchpoint() local
3380 watchID, (uint64_t)addr); in DisableWatchpoint()
3386 watchID, (uint64_t)addr); in DisableWatchpoint()