Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i741 GetNumBreakpoints () const;
1069 …num_breakpoints = property(GetNumBreakpoints, None, doc='''A read only property that returns the n…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h737 uint32_t GetNumBreakpoints() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1170 uint32_t SBTarget::GetNumBreakpoints() const { in GetNumBreakpoints() function in SBTarget
1171 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBTarget, GetNumBreakpoints); in GetNumBreakpoints()
2625 LLDB_REGISTER_METHOD_CONST(uint32_t, SBTarget, GetNumBreakpoints, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51220 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumBreakpoints(); in _wrap_SBTarget_GetNumBreakpoints()