Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i843 GetNumWatchpoints () const;
1076 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h766 uint32_t GetNumWatchpoints() const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1267 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints() function in SBTarget