1 %extend lldb
::SBProcessInfoList
{
5 '''Return the number of process info in a lldb.SBProcessInfoListExtensions object.'''
9 '''Iterate over all the process info in a lldb.SBProcessInfoListExtensions object.'''
10 return lldb_iter
(self
, 'GetSize'
, 'GetProcessInfoAtIndex'
)