Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i122 return int(self.sbtarget.GetNumBreakpoints())
140 for idx in range(self.GetNumBreakpoints()):
183 …num_breakpoints = property(GetNumBreakpoints, None, doc='''A read only property that returns the n…
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h802 uint32_t GetNumBreakpoints() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1062 uint32_t SBTarget::GetNumBreakpoints() const { in GetNumBreakpoints() function in SBTarget
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp56618 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumBreakpoints(); in _wrap_SBTarget_GetNumBreakpoints()