SBDeclaration

class lldb.SBDeclaration(*args)

Specifies an association with a line and column for a variable.

Attributes Summary

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 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)