Home
last modified time | relevance | path

Searched refs:bkpts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i139 bkpts = []
141 bkpts.append(self.GetBreakpointAtIndex(idx))
142 return bkpts
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1119 SBBreakpointList &bkpts) { in FindBreakpointsByName() argument
1120 LLDB_INSTRUMENT_VA(this, name, bkpts); in FindBreakpointsByName()
1133 bkpts.AppendByID(bkpt_sp->GetID()); in FindBreakpointsByName()