Searched refs:SBBreakpointList (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointListExtensions.i1 %extend lldb::SBBreakpointList {
5 '''Return the number of breakpoints in a lldb.SBBreakpointList object.'''
9 '''Iterate over all breakpoints in a lldb.SBBreakpointList object.'''
H A DSBBreakpointDocstrings.i102 ) lldb::SBBreakpointList;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h158 friend class SBBreakpointList;
173 class LLDB_API SBBreakpointList { class in namespace:lldb
175 SBBreakpointList(SBTarget &target);
177 ~SBBreakpointList();
H A DSBTarget.h753 SBBreakpointList &new_bps);
772 SBBreakpointList &new_bps);
799 SBBreakpointList &bkpt_list,
812 bool FindBreakpointsByName(const char *name, SBBreakpointList &bkpt_list);
933 friend class SBBreakpointList;
H A DSBDefines.h49 class LLDB_API SBBreakpointList; member in namespace:lldb
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp868 SBBreakpointList::SBBreakpointList(SBTarget &target) function in class:SBBreakpointList
873 SBBreakpointList::~SBBreakpointList() = default;
875 size_t SBBreakpointList::GetSize() const {
884 SBBreakpoint SBBreakpointList::GetBreakpointAtIndex(size_t idx) {
894 SBBreakpoint SBBreakpointList::FindBreakpointByID(lldb::break_id_t id) {
903 void SBBreakpointList::Append(const SBBreakpoint &sb_bkpt) {
913 void SBBreakpointList::AppendByID(lldb::break_id_t id) {
921 bool SBBreakpointList
[all...]
H A DSBTarget.cpp1112 SBBreakpointList &bkpts) {
1195 SBBreakpointList &new_bps) {
1204 SBBreakpointList &new_bps) {
1245 SBBreakpointList bkpt_list(*this);
1250 SBBreakpointList &bkpt_list,
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8592 lldb::SBBreakpointList *result = 0 ;
8594 SWIG_check_num_args("lldb::SBBreakpointList::SBBreakpointList",1,1)
8595 if(!lua_isuserdata(L,1)) SWIG_fail_arg("lldb::SBBreakpointList::SBBreakpointList",1,"lldb::SBTarget &");
8601 result = (lldb::SBBreakpointList *)new lldb::SBBreakpointList(*arg1);
8615 lldb::SBBreakpointList *arg1 = (lldb::SBBreakpointList *) 0 ;
8618 SWIG_check_num_args("lldb::SBBreakpointList
[all...]

Completed in 330 milliseconds