|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBModuleSpec self) -> SBModuleSpec
__init__(lldb::SBModuleSpec self, SBModuleSpec rhs) ->
SBModuleSpec |
source code
|
|
|
__swig_destroy__(...)
delete_SBModuleSpec(SBModuleSpec self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBModuleSpec self) -> bool |
source code
|
|
|
|
|
GetFileSpec(self)
GetFileSpec(SBModuleSpec self) -> SBFileSpec |
source code
|
|
|
SetFileSpec(self,
*args)
SetFileSpec(SBModuleSpec self, SBFileSpec fspec) |
source code
|
|
|
GetPlatformFileSpec(self)
GetPlatformFileSpec(SBModuleSpec self) -> SBFileSpec |
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) -> str const * |
source code
|
|
|
SetObjectName(self,
*args)
SetObjectName(SBModuleSpec self, str const * name) |
source code
|
|
|
GetTriple(self)
GetTriple(SBModuleSpec self) -> str const * |
source code
|
|
|
SetTriple(self,
*args)
SetTriple(SBModuleSpec self, str 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
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|