SBFileSpecList

class lldb.SBFileSpecList(*args)

Represents a list of SBFileSpec.

Methods Summary

Append(SBFileSpecList self, SBFileSpec sb_file)

AppendIfUnique(SBFileSpecList self, …)

Clear(SBFileSpecList self)

FindFileIndex(SBFileSpecList self, …)

GetDescription(SBFileSpecList self, …)

GetFileSpecAtIndex(SBFileSpecList self, …)

GetSize(SBFileSpecList self)

Methods Documentation

Append(SBFileSpecList self, SBFileSpec sb_file)
AppendIfUnique(SBFileSpecList self, SBFileSpec sb_file)bool
Clear(SBFileSpecList self)
FindFileIndex(SBFileSpecList self, uint32_t idx, SBFileSpec sb_file, bool full)uint32_t
GetDescription(SBFileSpecList self, SBStream description)bool
GetFileSpecAtIndex(SBFileSpecList self, uint32_t idx)SBFileSpec
GetSize(SBFileSpecList self)uint32_t