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.h92 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;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3160 user_id_t watchID = wp_sp->GetID(); in EnableWatchpoint() local
3164 watchID); in EnableWatchpoint()
3169 watchID, (uint64_t)addr); in EnableWatchpoint()
3255 user_id_t watchID = wp_sp->GetID(); in DisableWatchpoint() local
3264 watchID, (uint64_t)addr); in DisableWatchpoint()
3270 watchID, (uint64_t)addr); in DisableWatchpoint()