SBDeclarationΒΆ
- class lldb.SBDeclaration(*args)ΒΆ
Specifies an association with a line and column for a variable.
Attributes Summary
A read only property that returns the 1 based column number for this line entry, a return value of zero indicates that no column information is available.
A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this line entry.
A read only property that returns the 1 based line number for this line entry, a return value of zero indicates that no line information is available.
Methods Summary
GetColumn
(SBDeclaration self)GetDescription
(SBDeclaration self, ...)GetFileSpec
(SBDeclaration self)GetLine
(SBDeclaration self)IsValid
(SBDeclaration self)SetColumn
(SBDeclaration self, uint32_t column)SetFileSpec
(SBDeclaration self, ...)SetLine
(SBDeclaration self, uint32_t line)Attributes Documentation
- columnΒΆ
A read only property that returns the 1 based column number for this line entry, a return value of zero indicates that no column information is available.
- fileΒΆ
A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this line entry.
- lineΒΆ
A read only property that returns the 1 based line number for this line entry, a return value of zero indicates that no line information is available.
Methods Documentation
- GetColumn(SBDeclaration self) uint32_t ΒΆ
- GetDescription(SBDeclaration self, SBStream description) bool ΒΆ
- GetFileSpec(SBDeclaration self) SBFileSpec ΒΆ
- GetLine(SBDeclaration self) uint32_t ΒΆ
- IsValid(SBDeclaration self) bool ΒΆ
- SetColumn(SBDeclaration self, uint32_t column)ΒΆ
- SetFileSpec(SBDeclaration self, SBFileSpec filespec)ΒΆ
- SetLine(SBDeclaration self, uint32_t line)ΒΆ