Home
last modified time | relevance | path

Searched refs:GetNumWatchpoints (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i837 GetNumWatchpoints () const;
1070 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h759 uint32_t GetNumWatchpoints() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1393 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints() function in SBTarget
1394 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBTarget, GetNumWatchpoints); in GetNumWatchpoints()
2648 LLDB_REGISTER_METHOD_CONST(uint32_t, SBTarget, GetNumWatchpoints, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51909 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumWatchpoints(); in _wrap_SBTarget_GetNumWatchpoints()