Searched refs:GetNumWatchpoints (Results 1 – 7 of 7) sorted by relevance
135 self.assertTrue(target and not target.GetNumWatchpoints())155 self.assertTrue(target and not target.GetNumWatchpoints())
45 obj.GetNumWatchpoints()
71 self.assertEqual(target.GetNumWatchpoints(), 1)
74 self.assertTrue(target.GetNumWatchpoints() == 1)
848 GetNumWatchpoints () const;1062 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
753 uint32_t GetNumWatchpoints() const;
1361 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints() function in SBTarget1362 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBTarget, GetNumWatchpoints); in GetNumWatchpoints()2570 LLDB_REGISTER_METHOD_CONST(uint32_t, SBTarget, GetNumWatchpoints, ()); in RegisterMethods()