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…
824 uint32_t GetNumWatchpoints() const;
1269 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints() function in SBTarget
56891 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumWatchpoints(); in _wrap_SBTarget_GetNumWatchpoints()