Searched refs:GetNumWatchpoints (Results 1 – 4 of 4) sorted by relevance
837 GetNumWatchpoints () const;1070 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
759 uint32_t GetNumWatchpoints() const;
1393 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints() function in SBTarget1394 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBTarget, GetNumWatchpoints); in GetNumWatchpoints()2648 LLDB_REGISTER_METHOD_CONST(uint32_t, SBTarget, GetNumWatchpoints, ()); in RegisterMethods()
51909 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumWatchpoints(); in _wrap_SBTarget_GetNumWatchpoints()