From 9e6d35490a6542f9c97607f93c2ef8ca8e03cbcc Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 6 Jan 2016 20:12:03 +0000 Subject: Vendor import of lldb trunk r256945: https://llvm.org/svn/llvm-project/lldb/trunk@256945 --- .../lldb.SBModuleSpecList-class.html | 610 +++++++++++++++++++++ 1 file changed, 610 insertions(+) create mode 100644 www/python_reference/lldb.SBModuleSpecList-class.html (limited to 'www/python_reference/lldb.SBModuleSpecList-class.html') diff --git a/www/python_reference/lldb.SBModuleSpecList-class.html b/www/python_reference/lldb.SBModuleSpecList-class.html new file mode 100644 index 000000000000..b1c7a6c568bf --- /dev/null +++ b/www/python_reference/lldb.SBModuleSpecList-class.html @@ -0,0 +1,610 @@ + + + + + lldb.SBModuleSpecList + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package lldb :: + Class SBModuleSpecList + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class SBModuleSpecList

source code

+
+
+ + + + + + + + + + + + + + + + + + + +
+
+
+

Proxy of C++ lldb::SBModuleSpecList 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::SBModuleSpecList self) -> SBModuleSpecList + __init__(lldb::SBModuleSpecList self, SBModuleSpecList rhs) -> + SBModuleSpecList
+ source code + +
+ +
+   + + + + + + +
__swig_destroy__(...)
+ delete_SBModuleSpecList(SBModuleSpecList self)
+ + +
+ +
+   + + + + + + +
__del__(self) + 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 + +
+ +
+

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

+
+ + + + + + + + + +
+ + + + + +
Static Methods[hide private]
+
+   + + + + + + +
GetModuleSpecifications(*args)
+ GetModuleSpecifications(str const * path) -> SBModuleSpecList
+ source code + +
+ +
+ + + + + + + + + + + + +
+ + + + + +
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::SBModuleSpecList self) -> SBModuleSpecList + __init__(lldb::SBModuleSpecList self, SBModuleSpecList rhs) -> + SBModuleSpecList

+
+
Overrides: + object.__init__ +
+
+
+
+ +
+ +
+ + +
+

__str__(self) +
(Informal representation operator) +

+
source code  +
+ +

__str__(SBModuleSpecList self) -> PyObject *

+
+
Overrides: + object.__str__ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.3