Searched refs:SBProcessInfoList (Results 1 – 11 of 11) sorted by relevance
19 SBProcessInfoList::SBProcessInfoList() = default;21 SBProcessInfoList::~SBProcessInfoList() = default;23 SBProcessInfoList::SBProcessInfoList(const ProcessInfoList &impl) in SBProcessInfoList() function in SBProcessInfoList28 SBProcessInfoList::SBProcessInfoList(const lldb::SBProcessInfoList &rhs) { in SBProcessInfoList() function in SBProcessInfoList35 const lldb::SBProcessInfoList &36 SBProcessInfoList::operator=(const lldb::SBProcessInfoList &rhs) { in operator =()45 uint32_t SBProcessInfoList::GetSize() const { in GetSize()54 void SBProcessInfoList::Clear() { in Clear()61 bool SBProcessInfoList::GetProcessInfoAtIndex(uint32_t idx, in GetProcessInfoAtIndex()
603 SBProcessInfoList SBPlatform::GetAllProcesses(SBError &error) { in GetAllProcesses()607 return SBProcessInfoList(list); in GetAllProcesses()
22 class LLDB_API SBProcessInfoList {24 SBProcessInfoList();25 ~SBProcessInfoList();27 SBProcessInfoList(const lldb::SBProcessInfoList &rhs);29 const lldb::SBProcessInfoList &operator=(const lldb::SBProcessInfoList &rhs);40 SBProcessInfoList(const lldb_private::ProcessInfoList &impl);
58 friend class SBProcessInfoList; variable
159 SBProcessInfoList GetAllProcesses(SBError &error);
97 class LLDB_API SBProcessInfoList; variable
1 %extend lldb::SBProcessInfoList {
54 #include "lldb/API/SBProcessInfoList.h"
135 %include "lldb/API/SBProcessInfoList.h"
77 SRCS+= API/SBProcessInfoList.cpp
43014 lldb::SBProcessInfoList result; in _wrap_SBPlatform_GetAllProcesses()43031 lldb::SBProcessInfoList * resultptr = new lldb::SBProcessInfoList(result); in _wrap_SBPlatform_GetAllProcesses()47699 lldb::SBProcessInfoList *result = 0 ; in _wrap_new_SBProcessInfoList__SWIG_0()47702 result = (lldb::SBProcessInfoList *)new lldb::SBProcessInfoList(); in _wrap_new_SBProcessInfoList__SWIG_0()47716 lldb::SBProcessInfoList *arg1 = 0 ; in _wrap_new_SBProcessInfoList__SWIG_1()47717 lldb::SBProcessInfoList *result = 0 ; in _wrap_new_SBProcessInfoList__SWIG_1()47726 …result = (lldb::SBProcessInfoList *)new lldb::SBProcessInfoList((lldb::SBProcessInfoList const &)*… in _wrap_new_SBProcessInfoList__SWIG_1()47773 lldb::SBProcessInfoList *arg1 = (lldb::SBProcessInfoList *) 0 ; in _wrap_SBProcessInfoList_GetSize()47783 result = (uint32_t)((lldb::SBProcessInfoList const *)arg1)->GetSize(); in _wrap_SBProcessInfoList_GetSize()47797 lldb::SBProcessInfoList *arg1 = (lldb::SBProcessInfoList *) 0 ; in _wrap_SBProcessInfoList_GetProcessInfoAtIndex()[all …]