Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h200 id_vector GetWatchpointIDs() const;
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointList.cpp159 std::vector<lldb::watch_id_t> WatchpointList::GetWatchpointIDs() const { in GetWatchpointIDs() function in WatchpointList