Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpointList.h86 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;
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp699 user_id_t watchID = wp->GetID(); in EnableWatchpoint() local
703 watchID); in EnableWatchpoint()
708 watchID, (uint64_t)addr); in EnableWatchpoint()
753 user_id_t watchID = wp->GetID(); in DisableWatchpoint() local
757 watchID); in DisableWatchpoint()
762 watchID, (uint64_t)addr); in DisableWatchpoint()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3251 user_id_t watchID = wp->GetID(); in EnableWatchpoint() local
3256 watchID); in EnableWatchpoint()
3261 watchID, (uint64_t)addr); in EnableWatchpoint()
3287 user_id_t watchID = wp->GetID(); in DisableWatchpoint() local
3297 watchID, (uint64_t)addr); in DisableWatchpoint()
3303 watchID, (uint64_t)addr); in DisableWatchpoint()