SBTypeSummaryΒΆ
- class lldb.SBTypeSummary(*args)ΒΆ
Represents a summary that can be associated to one or more types.
Attributes Summary
IsFunctionCode(SBTypeSummary self) -> bool
IsSummaryString(SBTypeSummary self) -> bool
GetOptions(SBTypeSummary self) -> uint32_t
GetData(SBTypeSummary self) -> char const *
Methods Summary
CreateWithFunctionName(char const * data, ...)CreateWithScriptCode(char const * data, ...)CreateWithSummaryString(char const * data, ...)DoesPrintValue(SBTypeSummary self, SBValue value)GetData(SBTypeSummary self)GetDescription(SBTypeSummary self, ...)GetOptions(SBTypeSummary self)GetPtrMatchDepth(SBTypeSummary self)IsEqualTo(SBTypeSummary self, SBTypeSummary rhs)IsFunctionCode(SBTypeSummary self)IsFunctionName(SBTypeSummary self)IsSummaryString(SBTypeSummary self)IsValid(SBTypeSummary self)SetFunctionCode(SBTypeSummary self, ...)SetFunctionName(SBTypeSummary self, ...)SetOptions(SBTypeSummary self, uint32_t arg2)SetPtrMatchDepth(SBTypeSummary self, ...)SetSummaryString(SBTypeSummary self, ...)Attributes Documentation
- is_function_nameΒΆ
IsFunctionCode(SBTypeSummary self) -> bool
- is_summary_stringΒΆ
IsSummaryString(SBTypeSummary self) -> bool
- optionsΒΆ
GetOptions(SBTypeSummary self) -> uint32_t
- summary_dataΒΆ
GetData(SBTypeSummary self) -> char const *
Methods Documentation
- static CreateWithFunctionName(char const * data, uint32_t options=0) SBTypeSummaryΒΆ
- static CreateWithScriptCode(char const * data, uint32_t options=0) SBTypeSummaryΒΆ
- static CreateWithSummaryString(char const * data, uint32_t options=0) SBTypeSummaryΒΆ
- DoesPrintValue(SBTypeSummary self, SBValue value) boolΒΆ
- GetData(SBTypeSummary self) char const *ΒΆ
- GetDescription(SBTypeSummary self, SBStream description, lldb: :DescriptionLevel description_level) boolΒΆ
- GetOptions(SBTypeSummary self) uint32_tΒΆ
- GetPtrMatchDepth(SBTypeSummary self) uint32_tΒΆ
- IsEqualTo(SBTypeSummary self, SBTypeSummary rhs) boolΒΆ
- IsFunctionCode(SBTypeSummary self) boolΒΆ
- IsFunctionName(SBTypeSummary self) boolΒΆ
- IsSummaryString(SBTypeSummary self) boolΒΆ
- IsValid(SBTypeSummary self) boolΒΆ
- SetFunctionCode(SBTypeSummary self, char const * data)ΒΆ
- SetFunctionName(SBTypeSummary self, char const * data)ΒΆ
- SetOptions(SBTypeSummary self, uint32_t arg2)ΒΆ
- SetPtrMatchDepth(SBTypeSummary self, uint32_t ptr_match_depth)ΒΆ
- SetSummaryString(SBTypeSummary self, char const * data)ΒΆ