Represents a lexical block. SBFunction contains SBBlock(s).
|
|
|
__init__(self,
*args)
__init__(lldb::SBBlock self) -> SBBlock __init__(lldb::SBBlock
self, SBBlock rhs) -> SBBlock |
source code
|
|
|
|
|
IsValid(self)
IsValid(SBBlock self) -> bool |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GetNumRanges(self)
GetNumRanges(SBBlock self) -> uint32_t |
source code
|
|
|
GetRangeStartAddress(self,
*args)
GetRangeStartAddress(SBBlock self, uint32_t idx) -> SBAddress |
source code
|
|
|
GetRangeEndAddress(self,
*args)
GetRangeEndAddress(SBBlock self, uint32_t idx) -> SBAddress |
source code
|
|
|
GetRangeIndexForBlockAddress(self,
*args)
GetRangeIndexForBlockAddress(SBBlock self, SBAddress block_addr)
-> uint32_t |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBBlock self, SBStream description) -> bool |
source code
|
|
|
GetVariables(self,
*args)
GetVariables(SBBlock self, SBFrame frame, bool arguments, bool
locals, bool statics, lldb::DynamicValueType use_dynamic) ->
SBValueList GetVariables(SBBlock self, SBTarget target, bool
arguments, bool locals, bool statics) -> SBValueList |
source code
|
|
|
|
|
get_ranges_access_object(self)
An accessor function that returns a ranges_access() object which
allows lazy block address ranges access. |
source code
|
|
|
get_ranges_array(self)
An accessor function that returns an array object that contains all
ranges in this block object. |
source code
|
|
|
|
|
__str__(self)
__str__(SBBlock self) -> PyObject * |
source code
|
|