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 ΒΆ