Searched refs:GetNumWatchpoints (Results 1 – 7 of 7) sorted by relevance
133 self.assertTrue(target and not target.GetNumWatchpoints())153 self.assertTrue(target and not target.GetNumWatchpoints())
45 obj.GetNumWatchpoints()
75 self.assertEqual(target.GetNumWatchpoints(), 1)
71 self.assertEqual(target.GetNumWatchpoints(), 1)
843 GetNumWatchpoints () const;1076 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
766 uint32_t GetNumWatchpoints() const;
1267 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints() function in SBTarget