Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i156 return int(self.sbtarget.GetNumWatchpoints())
174 for idx in range(self.GetNumWatchpoints()):
186 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h835 uint32_t GetNumWatchpoints() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1276 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints() function in SBTarget
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59715 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumWatchpoints(); in _wrap_SBTarget_GetNumWatchpoints()