Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/
H A Dclangdiag.py124 numOfBreakpoints = target.GetNumBreakpoints()
148 count = target.GetNumBreakpoints() - numOfBreakpoints
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dbreakwin.py69 for i in range(0, target.GetNumBreakpoints()):
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i747 GetNumBreakpoints () const;
1075 …num_breakpoints = property(GetNumBreakpoints, None, doc='''A read only property that returns the n…
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h744 uint32_t GetNumBreakpoints() const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1060 uint32_t SBTarget::GetNumBreakpoints() const { in GetNumBreakpoints() function in SBTarget