Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpoint.h175 void AppendByID(lldb::break_id_t id);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpoint.i339 void AppendByID (lldb::break_id_t id);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpoint.cpp845 bool AppendByID(lldb::break_id_t id) { in AppendByID() function in SBBreakpointListImpl
915 void SBBreakpointList::AppendByID(lldb::break_id_t id) { in AppendByID() function in SBBreakpointList
920 m_opaque_sp->AppendByID(id); in AppendByID()
H A DSBTarget.cpp1124 bkpts.AppendByID(bkpt_sp->GetID()); in FindBreakpointsByName()
1229 new_bps.AppendByID(bp_id.GetBreakpointID()); in BreakpointsCreateFromFile()