|
|
|
|
|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBAddress self) -> SBAddress
__init__(lldb::SBAddress self, SBAddress rhs) -> SBAddress
__init__(lldb::SBAddress self, SBSection section, lldb::addr_t
offset) -> SBAddress __init__(lldb::SBAddress self, lldb::addr_t
load_addr, SBTarget target) -> SBAddress |
source code
|
|
|
__swig_destroy__(...)
delete_SBAddress(SBAddress self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBAddress self) -> bool |
source code
|
|
|
|
|
GetFileAddress(self)
GetFileAddress(SBAddress self) -> lldb::addr_t |
source code
|
|
|
GetLoadAddress(self,
*args)
GetLoadAddress(SBAddress self, SBTarget target) -> lldb::addr_t |
source code
|
|
|
SetLoadAddress(self,
*args)
SetLoadAddress(SBAddress self, lldb::addr_t load_addr, SBTarget
target) |
source code
|
|
|
OffsetAddress(self,
*args)
OffsetAddress(SBAddress self, lldb::addr_t offset) -> bool |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBAddress self, SBStream description) -> bool |
source code
|
|
|
GetSection(self)
GetSection(SBAddress self) -> SBSection |
source code
|
|
|
GetOffset(self)
GetOffset(SBAddress self) -> lldb::addr_t |
source code
|
|
|
SetAddress(self,
*args)
SetAddress(SBAddress self, SBSection section, lldb::addr_t offset) |
source code
|
|
|
GetAddressClass(self)
GetAddressClass(SBAddress self) -> lldb::AddressClass |
source code
|
|
|
|
|
|
|
GetCompileUnit(self)
GetCompileUnit(SBAddress self) -> SBCompileUnit |
source code
|
|
|
GetFunction(self)
GetFunction(SBAddress self) -> SBFunction |
source code
|
|
|
GetBlock(self)
GetBlock(SBAddress self) -> SBBlock |
source code
|
|
|
GetSymbol(self)
GetSymbol(SBAddress self) -> SBSymbol |
source code
|
|
|
GetLineEntry(self)
GetLineEntry(SBAddress self) -> SBLineEntry |
source code
|
|
|
__get_load_addr_property__(self)
Get the load address for a lldb.SBAddress using the current target. |
source code
|
|
|
__set_load_addr_property__(self,
load_addr)
Set the load address for a lldb.SBAddress using the current target. |
source code
|
|
|
__int__(self)
Convert an address to a load address if there is a process and that
process is alive, or to a file address otherwise. |
source code
|
|
|
__oct__(self)
Convert the address to an octal string |
source code
|
|
|
__hex__(self)
Convert the address to an hex string |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|
|
block
A read only property that returns an lldb object that represents the
block (lldb.SBBlock) that this address resides within.
|
|
compile_unit
A read only property that returns an lldb object that represents the
compile unit (lldb.SBCompileUnit) that this address resides within.
|
|
file_addr
A read only property that returns file address for the section as an
integer.
|
|
function
A read only property that returns an lldb object that represents the
function (lldb.SBFunction) that this address resides within.
|
|
line_entry
A read only property that returns an lldb object that represents the
line entry (lldb.SBLineEntry) that this address resides within.
|
|
load_addr
A read/write property that gets/sets the SBAddress using load
address.
|
|
module
A read only property that returns an lldb object that represents the
module (lldb.SBModule) that this address resides within.
|
|
offset
A read only property that returns the section offset in bytes as an
integer.
|
|
section
A read only property that returns an lldb object that represents the
section (lldb.SBSection) that this address resides within.
|
|
symbol
A read only property that returns an lldb object that represents the
symbol (lldb.SBSymbol) that this address resides within.
|
Inherited from object :
__class__
|