SBTypeFilterΒΆ

class lldb.SBTypeFilter(*args)ΒΆ

Represents a filter that can be associated to one or more types.

Attributes Summary

count

GetNumberOfExpressionPaths(SBTypeFilter self) -> uint32_t

options

GetOptions(SBTypeFilter self) -> uint32_t

Methods Summary

AppendExpressionPath(SBTypeFilter self, ...)

Clear(SBTypeFilter self)

GetDescription(SBTypeFilter self, ...)

GetExpressionPathAtIndex(SBTypeFilter self, ...)

GetNumberOfExpressionPaths(SBTypeFilter self)

GetOptions(SBTypeFilter self)

IsEqualTo(SBTypeFilter self, SBTypeFilter rhs)

IsValid(SBTypeFilter self)

ReplaceExpressionPathAtIndex(...)

SetOptions(SBTypeFilter self, uint32_t arg2)

Attributes Documentation

countΒΆ

GetNumberOfExpressionPaths(SBTypeFilter self) -> uint32_t

optionsΒΆ

GetOptions(SBTypeFilter self) -> uint32_t

Methods Documentation

AppendExpressionPath(SBTypeFilter self, char const * item)ΒΆ
Clear(SBTypeFilter self)ΒΆ
GetDescription(SBTypeFilter self, SBStream description, lldb::DescriptionLevel description_level) boolΒΆ
GetExpressionPathAtIndex(SBTypeFilter self, uint32_t i) char const *ΒΆ
GetNumberOfExpressionPaths(SBTypeFilter self) uint32_tΒΆ
GetOptions(SBTypeFilter self) uint32_tΒΆ
IsEqualTo(SBTypeFilter self, SBTypeFilter rhs) boolΒΆ
IsValid(SBTypeFilter self) boolΒΆ
ReplaceExpressionPathAtIndex(SBTypeFilter self, uint32_t i, char const * item) boolΒΆ
SetOptions(SBTypeFilter self, uint32_t arg2)ΒΆ