|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBLineEntry self) -> SBLineEntry
__init__(lldb::SBLineEntry self, SBLineEntry rhs) -> SBLineEntry |
source code
|
|
|
__swig_destroy__(...)
delete_SBLineEntry(SBLineEntry self) |
|
|
|
|
|
GetStartAddress(self)
GetStartAddress(SBLineEntry self) -> SBAddress |
source code
|
|
|
GetEndAddress(self)
GetEndAddress(SBLineEntry self) -> SBAddress |
source code
|
|
|
|
|
IsValid(self)
IsValid(SBLineEntry self) -> bool |
source code
|
|
|
GetFileSpec(self)
GetFileSpec(SBLineEntry self) -> SBFileSpec |
source code
|
|
|
GetLine(self)
GetLine(SBLineEntry self) -> uint32_t |
source code
|
|
|
GetColumn(self)
GetColumn(SBLineEntry self) -> uint32_t |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBLineEntry self, SBStream description) -> bool |
source code
|
|
|
SetFileSpec(self,
*args)
SetFileSpec(SBLineEntry self, SBFileSpec filespec) |
source code
|
|
|
SetLine(self,
*args)
SetLine(SBLineEntry self, uint32_t line) |
source code
|
|
|
SetColumn(self,
*args)
SetColumn(SBLineEntry self, uint32_t column) |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|
|
addr
A read only property that returns an lldb object that represents the
start address (lldb.SBAddress) for this line entry.
|
|
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.
|
|
end_addr
A read only property that returns an lldb object that represents the
end address (lldb.SBAddress) for this line entry.
|
|
file
A read only property that returns an lldb object that represents the
file (lldb.SBFileSpec) for this line entry.
|
|
ling
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.
|
Inherited from object :
__class__
|