Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBBreakpoint.cpp880 bool AppendByID(lldb::break_id_t id) { in AppendByID() function in SBBreakpointListImpl
953 void SBBreakpointList::AppendByID(lldb::break_id_t id) { in AppendByID() function in SBBreakpointList
954 LLDB_RECORD_METHOD(void, SBBreakpointList, AppendByID, (lldb::break_id_t), in AppendByID()
959 m_opaque_sp->AppendByID(id); in AppendByID()
1087 LLDB_REGISTER_METHOD(void, SBBreakpointList, AppendByID, in RegisterMethods()
DSBTarget.cpp1207 bkpts.AppendByID(bkpt_sp->GetID()); in FindBreakpointsByName()
1320 new_bps.AppendByID(bp_id.GetBreakpointID()); in BreakpointsCreateFromFile()
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpoint.h175 void AppendByID(lldb::break_id_t id);
/external/llvm-project/lldb/bindings/interface/
DSBBreakpoint.i335 void AppendByID (lldb::break_id_t id);