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