|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBFunction self) -> SBFunction
__init__(lldb::SBFunction self, SBFunction rhs) -> SBFunction |
source code
|
|
|
__swig_destroy__(...)
delete_SBFunction(SBFunction self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBFunction self) -> bool |
source code
|
|
|
GetName(self)
GetName(SBFunction self) -> str const * |
source code
|
|
|
GetMangledName(self)
GetMangledName(SBFunction self) -> str const * |
source code
|
|
|
GetInstructions(self,
*args)
GetInstructions(SBFunction self, SBTarget target) ->
SBInstructionList GetInstructions(SBFunction self, SBTarget target,
str const * flavor) -> SBInstructionList |
source code
|
|
|
GetStartAddress(self)
GetStartAddress(SBFunction self) -> SBAddress |
source code
|
|
|
GetEndAddress(self)
GetEndAddress(SBFunction self) -> SBAddress |
source code
|
|
|
GetPrologueByteSize(self)
GetPrologueByteSize(SBFunction self) -> uint32_t |
source code
|
|
|
GetType(self)
GetType(SBFunction self) -> SBType |
source code
|
|
|
GetBlock(self)
GetBlock(SBFunction self) -> SBBlock |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBFunction self, SBStream description) -> bool |
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 function.
|
|
block
A read only property that returns an lldb object that represents the
top level lexical block (lldb.SBBlock) for this function.
|
|
end_addr
A read only property that returns an lldb object that represents the
end address (lldb.SBAddress) for this function.
|
|
instructions
A read only property that returns an lldb object that represents the
instructions (lldb.SBInstructionList) for this function.
|
|
mangled
A read only property that returns the mangled (linkage) name for this
function as a string.
|
|
name
A read only property that returns the name for this function as a
string.
|
|
prologue_size
A read only property that returns the size in bytes of the prologue
instructions as an unsigned integer.
|
|
type
A read only property that returns an lldb object that represents the
return type (lldb.SBType) for this function.
|
Inherited from object :
__class__
|