Package lldb :: Class SBModuleSpec
[hide private]
[frames] | no frames]

Class SBModuleSpec

source code


Proxy of C++ lldb::SBModuleSpec class

Instance Methods [hide private]
 
__setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
source code
 
__getattr__(self, name) source code
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(lldb::SBModuleSpec self) -> SBModuleSpec __init__(lldb::SBModuleSpec self, SBModuleSpec rhs) -> SBModuleSpec
source code
 
__swig_destroy__(...)
delete_SBModuleSpec(SBModuleSpec self)
 
__del__(self) source code
 
__nonzero__(self) source code
 
IsValid(self)
IsValid(SBModuleSpec self) -> bool
source code
 
Clear(self)
Clear(SBModuleSpec self)
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
 
__str__(self)
__str__(SBModuleSpec self) -> PyObject *
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __swig_setmethods__ = {}
  __swig_getmethods__ = {}
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__setattr__(self, name, value)

source code 

x.__setattr__('name', value) <==> x.name = value

Overrides: object.__setattr__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

source code 

__init__(lldb::SBModuleSpec self) -> SBModuleSpec __init__(lldb::SBModuleSpec self, SBModuleSpec rhs) -> SBModuleSpec

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

__str__(SBModuleSpec self) -> PyObject *

Overrides: object.__str__