Searched refs:GetNumWatchpoints (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i845 GetNumWatchpoints () const;
1051 return lldb_iter(self, 'GetNumWatchpoints', 'GetWatchpointAtIndex')
1059 num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the number of watchpoints that this target has as an integer.''')
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h740 uint32_t GetNumWatchpoints() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1342 uint32_t SBTarget::GetNumWatchpoints() const { function in class:SBTarget
1343 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBTarget, GetNumWatchpoints);
2548 LLDB_REGISTER_METHOD_CONST(uint32_t, SBTarget, GetNumWatchpoints, ());

Completed in 120 milliseconds