|
|
|
|
|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBSection self) -> SBSection
__init__(lldb::SBSection self, SBSection rhs) -> SBSection |
source code
|
|
|
__swig_destroy__(...)
delete_SBSection(SBSection self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBSection self) -> bool |
source code
|
|
|
GetName(self)
GetName(SBSection self) -> str const * |
source code
|
|
|
GetParent(self)
GetParent(SBSection self) -> SBSection |
source code
|
|
|
FindSubSection(self,
*args)
FindSubSection(SBSection self, str 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
|
|
|
GetDescription(self,
*args)
GetDescription(SBSection 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 section.
|
|
data
A read only property that returns an lldb object that represents the
bytes for this section (lldb.SBData) for this section.
|
|
file_addr
A read only property that returns an integer that represents the
starting "file" address for this section, or the address of
the section in the object file in which it is defined.
|
|
file_offset
A read only property that returns the file offset in bytes of this
section as an integer.
|
|
file_size
A read only property that returns the file size in bytes of this
section as an integer.
|
|
name
A read only property that returns the name of this section as a
string.
|
|
size
A read only property that returns the size in bytes of this section
as an integer.
|
|
type
A read only property that returns an lldb enumeration value (see
enumerations that start with "lldb.eSectionType") that
represents the type of this section (code, data, etc.).
|
Inherited from object :
__class__
|