Searched refs:GetBreakpointAtIndex (Results 1 – 15 of 15) sorted by relevance
62 lldb::BreakpointSP GetBreakpointAtIndex(size_t i) const;
833 BreakpointSP GetBreakpointAtIndex(size_t idx) { in GetBreakpointAtIndex() function in SBBreakpointListImpl921 SBBreakpoint SBBreakpointList::GetBreakpointAtIndex(size_t idx) { in GetBreakpointAtIndex() function in SBBreakpointList922 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBBreakpointList, GetBreakpointAtIndex, in GetBreakpointAtIndex()928 BreakpointSP bkpt_sp = m_opaque_sp->GetBreakpointAtIndex(idx); in GetBreakpointAtIndex()1082 GetBreakpointAtIndex, (size_t)); in RegisterMethods()
1181 SBBreakpoint SBTarget::GetBreakpointAtIndex(uint32_t idx) const { in GetBreakpointAtIndex() function in SBTarget1182 LLDB_RECORD_METHOD_CONST(lldb::SBBreakpoint, SBTarget, GetBreakpointAtIndex, in GetBreakpointAtIndex()1189 sb_breakpoint = target_sp->GetBreakpointList().GetBreakpointAtIndex(idx); in GetBreakpointAtIndex()2627 GetBreakpointAtIndex, (uint32_t)); in RegisterMethods()
167 SBBreakpoint GetBreakpointAtIndex(size_t idx);
739 lldb::SBBreakpoint GetBreakpointAtIndex(uint32_t idx) const;
330 GetBreakpointAtIndex(size_t idx);
744 GetBreakpointAtIndex (uint32_t idx) const;
165 BreakpointSP BreakpointList::GetBreakpointAtIndex(size_t i) const { in GetBreakpointAtIndex() function in BreakpointList
252 Breakpoint *breakpoint = breakpoints.GetBreakpointAtIndex(j).get(); in FindAndReplaceIDRanges()
632 lldb::BreakpointSP bp = breakpoints.GetBreakpointAtIndex(i); in Breakpoints()
1187 Breakpoint *breakpoint = breakpoints.GetBreakpointAtIndex(i).get(); in DoExecute()1316 BreakIDs.push_back(breakpoints.GetBreakpointAtIndex(i)->GetID()); in DoExecute()
5447 BreakpointSP bp_sp = bp_list.GetBreakpointAtIndex(bp_idx); in WindowDelegateDraw()5558 BreakpointSP bp_sp = bp_list.GetBreakpointAtIndex(bp_idx); in WindowDelegateDraw()5917 BreakpointSP bp_sp = bp_list.GetBreakpointAtIndex(bp_idx); in ToggleBreakpointOnSelectedLine()5961 BreakpointSP bp_sp = bp_list.GetBreakpointAtIndex(bp_idx); in ToggleBreakpointOnSelectedLine()
1043 Breakpoint *bp = breakpoints.GetBreakpointAtIndex(i).get(); in SerializeBreakpointsToFile()
1256 const BreakpointSP bp = list.GetBreakpointAtIndex(i); in CaptureDebugHintScriptGroup2()
8341 result = (arg1)->GetBreakpointAtIndex(arg2); in _wrap_SBBreakpointList_GetBreakpointAtIndex()51247 result = ((lldb::SBTarget const *)arg1)->GetBreakpointAtIndex(arg2); in _wrap_SBTarget_GetBreakpointAtIndex()