Searched refs:GetNumWatchpoints (Results 1 – 4 of 4) sorted by relevance
156 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…
835 uint32_t GetNumWatchpoints() const;
1276 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints() function in SBTarget
59715 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumWatchpoints(); in _wrap_SBTarget_GetNumWatchpoints()