|
|
|
__init__(self,
*args)
__init__(lldb::SBSection self) -> SBSection
__init__(lldb::SBSection self, SBSection rhs) -> SBSection |
source code
|
|
|
IsValid(self)
IsValid(SBSection self) -> bool |
source code
|
|
|
|
|
|
|
GetName(self)
GetName(SBSection self) -> char const * |
source code
|
|
|
GetParent(self)
GetParent(SBSection self) -> SBSection |
source code
|
|
|
FindSubSection(self,
*args)
FindSubSection(SBSection self, char const * sect_name) ->
SBSection |
source code
|
|
|
GetNumSubSections(self)
GetNumSubSections(SBSection self) -> size_t |
source code
|
|
|
GetSubSectionAtIndex(self,
*args)
GetSubSectionAtIndex(SBSection self, size_t idx) -> SBSection |
source code
|
|
|
GetFileAddress(self)
GetFileAddress(SBSection self) -> lldb::addr_t |
source code
|
|
|
GetLoadAddress(self,
*args)
GetLoadAddress(SBSection self, SBTarget target) -> lldb::addr_t |
source code
|
|
|
GetByteSize(self)
GetByteSize(SBSection self) -> lldb::addr_t |
source code
|
|
|
GetFileOffset(self)
GetFileOffset(SBSection self) -> uint64_t |
source code
|
|
|
GetFileByteSize(self)
GetFileByteSize(SBSection self) -> uint64_t |
source code
|
|
|
GetSectionData(self,
*args)
GetSectionData(SBSection self) -> SBData GetSectionData(SBSection
self, uint64_t offset, uint64_t size) -> SBData |
source code
|
|
|
GetSectionType(self)
GetSectionType(SBSection self) -> lldb::SectionType |
source code
|
|
|
GetPermissions(self)
GetPermissions(SBSection self) -> uint32_t |
source code
|
|
|
|
|
GetDescription(self,
*args)
GetDescription(SBSection self, SBStream description) -> bool |
source code
|
|
|
__iter__(self)
Iterate over all subsections in a lldb.SBSection object. |
source code
|
|
|
__len__(self)
Return the number of subsections in a lldb.SBSection object. |
source code
|
|
|
|
|
__str__(self)
__str__(SBSection self) -> PyObject * |
source code
|
|
|
|
|
|