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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h189 void AppendByID(lldb::break_id_t id);
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp843 bool AppendByID(lldb::break_id_t id) { function in class:SBBreakpointListImpl
913 void SBBreakpointList::AppendByID(lldb::break_id_t id) { function in class:SBBreakpointList
918 m_opaque_sp->AppendByID(id);
H A DSBTarget.cpp1126 bkpts.AppendByID(bkpt_sp->GetID());
1231 new_bps.AppendByID(bp_id.GetBreakpointID());
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8763 SWIG_check_num_args("lldb::SBBreakpointList::AppendByID",2,2)
8764 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpointList::AppendByID",1,"lldb::SBBreakpointList *");
8765 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBBreakpointList::AppendByID",2,"lldb::break_id_t");
8772 (arg1)->AppendByID(arg2);
8827 { "AppendByID", _wrap_SBBreakpointList_AppendByID},
[all...]

Completed in 407 milliseconds