SBModuleSpecListΒΆ

class lldb.SBModuleSpecList(*args)ΒΆ

Represents a list of SBModuleSpec.

Methods Summary

Append()

FindFirstMatchingSpec(SBModuleSpecList self, ...)

FindMatchingSpecs(SBModuleSpecList self, ...)

GetDescription(SBModuleSpecList self, ...)

GetModuleSpecifications(char const * path)

GetSize(SBModuleSpecList self)

GetSpecAtIndex(SBModuleSpecList self, size_t i)

Methods Documentation

Append(SBModuleSpecList self, SBModuleSpec spec)ΒΆ
Append(SBModuleSpecList self, SBModuleSpecList spec_list) None
FindFirstMatchingSpec(SBModuleSpecList self, SBModuleSpec match_spec) SBModuleSpecΒΆ
FindMatchingSpecs(SBModuleSpecList self, SBModuleSpec match_spec) SBModuleSpecListΒΆ
GetDescription(SBModuleSpecList self, SBStream description) boolΒΆ
static GetModuleSpecifications(char const * path) SBModuleSpecListΒΆ
GetSize(SBModuleSpecList self) size_tΒΆ
GetSpecAtIndex(SBModuleSpecList self, size_t i) SBModuleSpecΒΆ