|
|
|
__init__(self,
*args)
__init__(lldb::SBModuleSpec self) -> SBModuleSpec
__init__(lldb::SBModuleSpec self, SBModuleSpec rhs) ->
SBModuleSpec |
source code
|
|
|
IsValid(self)
IsValid(SBModuleSpec self) -> bool |
source code
|
|
|
|
|
|
|
|
|
|
|
SetFileSpec(self,
*args)
SetFileSpec(SBModuleSpec self, SBFileSpec fspec) |
source code
|
|
|
|
|
SetPlatformFileSpec(self,
*args)
SetPlatformFileSpec(SBModuleSpec self, SBFileSpec fspec) |
source code
|
|
|
GetSymbolFileSpec(self)
GetSymbolFileSpec(SBModuleSpec self) -> SBFileSpec |
source code
|
|
|
SetSymbolFileSpec(self,
*args)
SetSymbolFileSpec(SBModuleSpec self, SBFileSpec fspec) |
source code
|
|
|
GetObjectName(self)
GetObjectName(SBModuleSpec self) -> char const * |
source code
|
|
|
SetObjectName(self,
*args)
SetObjectName(SBModuleSpec self, char const * name) |
source code
|
|
|
GetTriple(self)
GetTriple(SBModuleSpec self) -> char const * |
source code
|
|
|
SetTriple(self,
*args)
SetTriple(SBModuleSpec self, char const * triple) |
source code
|
|
|
GetUUIDBytes(self)
GetUUIDBytes(SBModuleSpec self) -> uint8_t const * |
source code
|
|
|
GetUUIDLength(self)
GetUUIDLength(SBModuleSpec self) -> size_t |
source code
|
|
|
SetUUIDBytes(self,
*args)
SetUUIDBytes(SBModuleSpec self, uint8_t const * uuid, size_t
uuid_len) -> bool |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBModuleSpec self, SBStream description) -> bool |
source code
|
|
|
__str__(self)
__str__(SBModuleSpec self) -> PyObject * |
source code
|
|