Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/lldbutil/iter/
H A DTestLLDBIterator.py72 self.assertEqual(target.GetNumBreakpoints(), 2)
76 for i in range(target.GetNumBreakpoints()):
/llvm-project-15.0.7/clang/utils/
H A Dclangdiag.py124 numOfBreakpoints = target.GetNumBreakpoints()
148 count = target.GetNumBreakpoints() - numOfBreakpoints
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_target.py38 obj.GetNumBreakpoints()
/llvm-project-15.0.7/lldb/utils/lui/
H A Dbreakwin.py69 for i in range(0, target.GetNumBreakpoints()):
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i747 GetNumBreakpoints () const;
1075 …num_breakpoints = property(GetNumBreakpoints, None, doc='''A read only property that returns the n…
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h744 uint32_t GetNumBreakpoints() const;
/llvm-project-15.0.7/lldb/test/API/commands/settings/
H A DTestSettings.py60 self.assertEqual(self.dbg.GetSelectedTarget().GetNumBreakpoints(), 1)
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1060 uint32_t SBTarget::GetNumBreakpoints() const { in GetNumBreakpoints() function in SBTarget