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

Class SBModuleSpecList

source code


Proxy of C++ lldb::SBModuleSpecList class

Instance Methods [hide private]
 
__repr__(self) source code
 
__init__(self, *args)
__init__(lldb::SBModuleSpecList self) -> SBModuleSpecList __init__(lldb::SBModuleSpecList self, SBModuleSpecList rhs) -> SBModuleSpecList
source code
 
GetModuleSpecifications(*args)
GetModuleSpecifications(char const * path) -> SBModuleSpecList
source code
 
Append(self, *args)
Append(SBModuleSpecList self, SBModuleSpec spec) Append(SBModuleSpecList self, SBModuleSpecList spec_list)
source code
 
FindFirstMatchingSpec(self, *args)
FindFirstMatchingSpec(SBModuleSpecList self, SBModuleSpec match_spec) -> SBModuleSpec
source code
 
FindMatchingSpecs(self, *args)
FindMatchingSpecs(SBModuleSpecList self, SBModuleSpec match_spec) -> SBModuleSpecList
source code
 
GetSize(self)
GetSize(SBModuleSpecList self) -> size_t
source code
 
GetSpecAtIndex(self, *args)
GetSpecAtIndex(SBModuleSpecList self, size_t i) -> SBModuleSpec
source code
 
GetDescription(self, *args)
GetDescription(SBModuleSpecList self, SBStream description) -> bool
source code
 
__str__(self)
__str__(SBModuleSpecList self) -> PyObject *
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _lldb.delete_SBModuleSpecList
  __del__ = lambda self: