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.SBModule.sections_access-class.html | 304 +++++++++++++++++++++ 1 file changed, 304 insertions(+) create mode 100644 www/python_reference/lldb.SBModule.sections_access-class.html (limited to 'www/python_reference/lldb.SBModule.sections_access-class.html') diff --git a/www/python_reference/lldb.SBModule.sections_access-class.html b/www/python_reference/lldb.SBModule.sections_access-class.html new file mode 100644 index 000000000000..683c9367a61c --- /dev/null +++ b/www/python_reference/lldb.SBModule.sections_access-class.html @@ -0,0 +1,304 @@ + + + + + lldb.SBModule.sections_access + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package lldb :: + Class SBModule :: + Class sections_access + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class sections_access

source code

+
+
+ + + + + + + +
+
+
+ + + + + + + + + +
+ + + + + +
Nested Classes[hide private]
+
+   + + re_compile_type
+ A helper object that will lazily hand out lldb.SBSection objects for + a module when supplied an index, name, or regular expression. +
+ + + + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self, + sbmodule)
+ x.__init__(...) initializes x; see help(type(x)) for signature
+ source code + +
+ +
+   + + + + + + +
__len__(self) + source code + +
+ +
+   + + + + + + +
__getitem__(self, + key) + source code + +
+ +
+

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

+
+ + + + + + + + + +
+ + + + + +
Properties[hide private]
+
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

__init__(self, + sbmodule) +
(Constructor) +

+
source code  +
+ +

x.__init__(...) initializes x; see help(type(x)) for signature

+
+
Overrides: + object.__init__ +
(inherited documentation)
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3