Bug Summary

File:build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp
Warning:line 61525, column 5
Potential leak of memory pointed to by 'arg3'

Annotated Source Code

Press '?' to see keyboard shortcuts

clang -cc1 -triple x86_64-pc-linux-gnu -analyze -disable-free -disable-llvm-verifier -discard-value-names -main-file-name LLDBWrapPython.cpp -analyzer-store=region -analyzer-opt-analyze-nested-blocks -analyzer-checker=core -analyzer-checker=apiModeling -analyzer-checker=unix -analyzer-checker=deadcode -analyzer-checker=cplusplus -analyzer-checker=security.insecureAPI.UncheckedReturn -analyzer-checker=security.insecureAPI.getpw -analyzer-checker=security.insecureAPI.gets -analyzer-checker=security.insecureAPI.mktemp -analyzer-checker=security.insecureAPI.mkstemp -analyzer-checker=security.insecureAPI.vfork -analyzer-checker=nullability.NullPassedToNonnull -analyzer-checker=nullability.NullReturnedFromNonnull -analyzer-output plist -w -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -momit-leaf-frame-pointer -ffunction-sections -fdata-sections -resource-dir /usr/lib/llvm-8/lib/clang/8.0.0 -D HAVE_ROUND -D LLDB_CONFIGURATION_RELEASE -D _DEBUG -D _GNU_SOURCE -D __STDC_CONSTANT_MACROS -D __STDC_FORMAT_MACROS -D __STDC_LIMIT_MACROS -I /build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/source/API -I /build/llvm-toolchain-snapshot-8~svn345461/tools/lldb/source/API -I /build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/include -I /build/llvm-toolchain-snapshot-8~svn345461/tools/lldb/include -I /build/llvm-toolchain-snapshot-8~svn345461/build-llvm/include -I /build/llvm-toolchain-snapshot-8~svn345461/include -I /usr/include/python2.7 -I /build/llvm-toolchain-snapshot-8~svn345461/tools/clang/include -I /build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/../clang/include -I /build/llvm-toolchain-snapshot-8~svn345461/tools/lldb/source/. -U NDEBUG -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/x86_64-linux-gnu/c++/6.3.0 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/x86_64-linux-gnu/c++/6.3.0 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/backward -internal-isystem /usr/include/clang/8.0.0/include/ -internal-isystem /usr/local/include -internal-isystem /usr/lib/llvm-8/lib/clang/8.0.0/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -O2 -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -Wno-maybe-uninitialized -Wno-comment -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -Wno-sequence-point -Wno-cast-qual -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/source/API -ferror-limit 19 -fmessage-length 0 -fvisibility-inlines-hidden -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -analyzer-output=html -analyzer-config stable-report-filename=true -o /tmp/scan-build-2018-10-27-211344-32123-1 -x c++ /build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp -faddrsig
1/* ----------------------------------------------------------------------------
2 * This file was automatically generated by SWIG (http://www.swig.org).
3 * Version 3.0.10
4 *
5 * This file is not intended to be easily readable and contains a number of
6 * coding conventions designed to improve portability and efficiency. Do not make
7 * changes to this file unless you know what you are doing--modify the SWIG
8 * interface file instead.
9 * ----------------------------------------------------------------------------- */
10
11
12#ifndef SWIGPYTHON
13#define SWIGPYTHON
14#endif
15
16#define SWIG_PYTHON_THREADS
17#define SWIG_PYTHON_DIRECTOR_NO_VTABLE
18
19
20#ifdef __cplusplus201103L
21/* SwigValueWrapper is described in swig.swg */
22template<typename T> class SwigValueWrapper {
23 struct SwigMovePointer {
24 T *ptr;
25 SwigMovePointer(T *p) : ptr(p) { }
26 ~SwigMovePointer() { delete ptr; }
27 SwigMovePointer& operator=(SwigMovePointer& rhs) { T* oldptr = ptr; ptr = 0; delete oldptr; ptr = rhs.ptr; rhs.ptr = 0; return *this; }
28 } pointer;
29 SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs);
30 SwigValueWrapper(const SwigValueWrapper<T>& rhs);
31public:
32 SwigValueWrapper() : pointer(0) { }
33 SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; }
34 operator T&() const { return *pointer.ptr; }
35 T *operator&() { return pointer.ptr; }
36};
37
38template <typename T> T SwigValueInit() {
39 return T();
40}
41#endif
42
43/* -----------------------------------------------------------------------------
44 * This section contains generic SWIG labels for method/variable
45 * declarations/attributes, and other compiler dependent labels.
46 * ----------------------------------------------------------------------------- */
47
48/* template workaround for compilers that cannot correctly implement the C++ standard */
49#ifndef SWIGTEMPLATEDISAMBIGUATOR
50# if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x560)
51# define SWIGTEMPLATEDISAMBIGUATOR template
52# elif defined(__HP_aCC)
53/* Needed even with `aCC -AA' when `aCC -V' reports HP ANSI C++ B3910B A.03.55 */
54/* If we find a maximum version that requires this, the test would be __HP_aCC <= 35500 for A.03.55 */
55# define SWIGTEMPLATEDISAMBIGUATOR template
56# else
57# define SWIGTEMPLATEDISAMBIGUATOR
58# endif
59#endif
60
61/* inline attribute */
62#ifndef SWIGINLINEinline
63# if defined(__cplusplus201103L) || (defined(__GNUC__4) && !defined(__STRICT_ANSI__1))
64# define SWIGINLINEinline inline
65# else
66# define SWIGINLINEinline
67# endif
68#endif
69
70/* attribute recognised by some compilers to avoid 'unused' warnings */
71#ifndef SWIGUNUSED__attribute__ ((__unused__))
72# if defined(__GNUC__4)
73# if !(defined(__cplusplus201103L)) || (__GNUC__4 > 3 || (__GNUC__4 == 3 && __GNUC_MINOR__2 >= 4))
74# define SWIGUNUSED__attribute__ ((__unused__)) __attribute__ ((__unused__))
75# else
76# define SWIGUNUSED__attribute__ ((__unused__))
77# endif
78# elif defined(__ICC)
79# define SWIGUNUSED__attribute__ ((__unused__)) __attribute__ ((__unused__))
80# else
81# define SWIGUNUSED__attribute__ ((__unused__))
82# endif
83#endif
84
85#ifndef SWIG_MSC_UNSUPPRESS_4505
86# if defined(_MSC_VER)
87# pragma warning(disable : 4505) /* unreferenced local function has been removed */
88# endif
89#endif
90
91#ifndef SWIGUNUSEDPARM
92# ifdef __cplusplus201103L
93# define SWIGUNUSEDPARM(p)
94# else
95# define SWIGUNUSEDPARM(p) p SWIGUNUSED__attribute__ ((__unused__))
96# endif
97#endif
98
99/* internal SWIG method */
100#ifndef SWIGINTERNstatic __attribute__ ((__unused__))
101# define SWIGINTERNstatic __attribute__ ((__unused__)) static SWIGUNUSED__attribute__ ((__unused__))
102#endif
103
104/* internal inline SWIG method */
105#ifndef SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline
106# define SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline SWIGINTERNstatic __attribute__ ((__unused__)) SWIGINLINEinline
107#endif
108
109/* exporting methods */
110#if defined(__GNUC__4)
111# if (__GNUC__4 >= 4) || (__GNUC__4 == 3 && __GNUC_MINOR__2 >= 4)
112# ifndef GCC_HASCLASSVISIBILITY
113# define GCC_HASCLASSVISIBILITY
114# endif
115# endif
116#endif
117
118#ifndef SWIGEXPORT__attribute__ ((visibility("default")))
119# if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
120# if defined(STATIC_LINKED)
121# define SWIGEXPORT__attribute__ ((visibility("default")))
122# else
123# define SWIGEXPORT__attribute__ ((visibility("default"))) __declspec(dllexport)
124# endif
125# else
126# if defined(__GNUC__4) && defined(GCC_HASCLASSVISIBILITY)
127# define SWIGEXPORT__attribute__ ((visibility("default"))) __attribute__ ((visibility("default")))
128# else
129# define SWIGEXPORT__attribute__ ((visibility("default")))
130# endif
131# endif
132#endif
133
134/* calling conventions for Windows */
135#ifndef SWIGSTDCALL
136# if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
137# define SWIGSTDCALL __stdcall
138# else
139# define SWIGSTDCALL
140# endif
141#endif
142
143/* Deal with Microsoft's attempt at deprecating C standard runtime functions */
144#if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
145# define _CRT_SECURE_NO_DEPRECATE
146#endif
147
148/* Deal with Microsoft's attempt at deprecating methods in the standard C++ library */
149#if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE)
150# define _SCL_SECURE_NO_DEPRECATE
151#endif
152
153/* Deal with Apple's deprecated 'AssertMacros.h' from Carbon-framework */
154#if defined(__APPLE__) && !defined(__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES)
155# define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
156#endif
157
158/* Intel's compiler complains if a variable which was never initialised is
159 * cast to void, which is a common idiom which we use to indicate that we
160 * are aware a variable isn't used. So we just silence that warning.
161 * See: https://github.com/swig/swig/issues/192 for more discussion.
162 */
163#ifdef __INTEL_COMPILER
164# pragma warning disable 592
165#endif
166
167
168#if defined(_DEBUG1) && defined(SWIG_PYTHON_INTERPRETER_NO_DEBUG)
169/* Use debug wrappers with the Python release dll */
170# undef _DEBUG1
171# include <Python.h>
172# define _DEBUG1
173#else
174# include <Python.h>
175#endif
176
177/* -----------------------------------------------------------------------------
178 * swigrun.swg
179 *
180 * This file contains generic C API SWIG runtime support for pointer
181 * type checking.
182 * ----------------------------------------------------------------------------- */
183
184/* This should only be incremented when either the layout of swig_type_info changes,
185 or for whatever reason, the runtime changes incompatibly */
186#define SWIG_RUNTIME_VERSION"4" "4"
187
188/* define SWIG_TYPE_TABLE_NAME as "SWIG_TYPE_TABLE" */
189#ifdef SWIG_TYPE_TABLE
190# define SWIG_QUOTE_STRING(x) #x
191# define SWIG_EXPAND_AND_QUOTE_STRING(x) SWIG_QUOTE_STRING(x)
192# define SWIG_TYPE_TABLE_NAME SWIG_EXPAND_AND_QUOTE_STRING(SWIG_TYPE_TABLE)
193#else
194# define SWIG_TYPE_TABLE_NAME
195#endif
196
197/*
198 You can use the SWIGRUNTIME and SWIGRUNTIMEINLINE macros for
199 creating a static or dynamic library from the SWIG runtime code.
200 In 99.9% of the cases, SWIG just needs to declare them as 'static'.
201
202 But only do this if strictly necessary, ie, if you have problems
203 with your compiler or suchlike.
204*/
205
206#ifndef SWIGRUNTIMEstatic __attribute__ ((__unused__))
207# define SWIGRUNTIMEstatic __attribute__ ((__unused__)) SWIGINTERNstatic __attribute__ ((__unused__))
208#endif
209
210#ifndef SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline
211# define SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline SWIGRUNTIMEstatic __attribute__ ((__unused__)) SWIGINLINEinline
212#endif
213
214/* Generic buffer size */
215#ifndef SWIG_BUFFER_SIZE1024
216# define SWIG_BUFFER_SIZE1024 1024
217#endif
218
219/* Flags for pointer conversions */
220#define SWIG_POINTER_DISOWN0x1 0x1
221#define SWIG_CAST_NEW_MEMORY0x2 0x2
222
223/* Flags for new pointer objects */
224#define SWIG_POINTER_OWN0x1 0x1
225
226
227/*
228 Flags/methods for returning states.
229
230 The SWIG conversion methods, as ConvertPtr, return an integer
231 that tells if the conversion was successful or not. And if not,
232 an error code can be returned (see swigerrors.swg for the codes).
233
234 Use the following macros/flags to set or process the returning
235 states.
236
237 In old versions of SWIG, code such as the following was usually written:
238
239 if (SWIG_ConvertPtr(obj,vptr,ty.flags) != -1) {
240 // success code
241 } else {
242 //fail code
243 }
244
245 Now you can be more explicit:
246
247 int res = SWIG_ConvertPtr(obj,vptr,ty.flags);
248 if (SWIG_IsOK(res)) {
249 // success code
250 } else {
251 // fail code
252 }
253
254 which is the same really, but now you can also do
255
256 Type *ptr;
257 int res = SWIG_ConvertPtr(obj,(void **)(&ptr),ty.flags);
258 if (SWIG_IsOK(res)) {
259 // success code
260 if (SWIG_IsNewObj(res) {
261 ...
262 delete *ptr;
263 } else {
264 ...
265 }
266 } else {
267 // fail code
268 }
269
270 I.e., now SWIG_ConvertPtr can return new objects and you can
271 identify the case and take care of the deallocation. Of course that
272 also requires SWIG_ConvertPtr to return new result values, such as
273
274 int SWIG_ConvertPtr(obj, ptr,...) {
275 if (<obj is ok>) {
276 if (<need new object>) {
277 *ptr = <ptr to new allocated object>;
278 return SWIG_NEWOBJ;
279 } else {
280 *ptr = <ptr to old object>;
281 return SWIG_OLDOBJ;
282 }
283 } else {
284 return SWIG_BADOBJ;
285 }
286 }
287
288 Of course, returning the plain '0(success)/-1(fail)' still works, but you can be
289 more explicit by returning SWIG_BADOBJ, SWIG_ERROR or any of the
290 SWIG errors code.
291
292 Finally, if the SWIG_CASTRANK_MODE is enabled, the result code
293 allows to return the 'cast rank', for example, if you have this
294
295 int food(double)
296 int fooi(int);
297
298 and you call
299
300 food(1) // cast rank '1' (1 -> 1.0)
301 fooi(1) // cast rank '0'
302
303 just use the SWIG_AddCast()/SWIG_CheckState()
304*/
305
306#define SWIG_OK(0) (0)
307#define SWIG_ERROR(-1) (-1)
308#define SWIG_IsOK(r)(r >= 0) (r >= 0)
309#define SWIG_ArgError(r)((r != (-1)) ? r : -5) ((r != SWIG_ERROR(-1)) ? r : SWIG_TypeError-5)
310
311/* The CastRankLimit says how many bits are used for the cast rank */
312#define SWIG_CASTRANKLIMIT(1 << 8) (1 << 8)
313/* The NewMask denotes the object was created (using new/malloc) */
314#define SWIG_NEWOBJMASK((1 << 8) << 1) (SWIG_CASTRANKLIMIT(1 << 8) << 1)
315/* The TmpMask is for in/out typemaps that use temporal objects */
316#define SWIG_TMPOBJMASK(((1 << 8) << 1) << 1) (SWIG_NEWOBJMASK((1 << 8) << 1) << 1)
317/* Simple returning values */
318#define SWIG_BADOBJ((-1)) (SWIG_ERROR(-1))
319#define SWIG_OLDOBJ((0)) (SWIG_OK(0))
320#define SWIG_NEWOBJ((0) | ((1 << 8) << 1)) (SWIG_OK(0) | SWIG_NEWOBJMASK((1 << 8) << 1))
321#define SWIG_TMPOBJ((0) | (((1 << 8) << 1) << 1)) (SWIG_OK(0) | SWIG_TMPOBJMASK(((1 << 8) << 1) << 1))
322/* Check, add and del mask methods */
323#define SWIG_AddNewMask(r)((r >= 0) ? (r | ((1 << 8) << 1)) : r) (SWIG_IsOK(r)(r >= 0) ? (r | SWIG_NEWOBJMASK((1 << 8) << 1)) : r)
324#define SWIG_DelNewMask(r)((r >= 0) ? (r & ~((1 << 8) << 1)) : r) (SWIG_IsOK(r)(r >= 0) ? (r & ~SWIG_NEWOBJMASK((1 << 8) << 1)) : r)
325#define SWIG_IsNewObj(r)((r >= 0) && (r & ((1 << 8) << 1))
)
(SWIG_IsOK(r)(r >= 0) && (r & SWIG_NEWOBJMASK((1 << 8) << 1)))
326#define SWIG_AddTmpMask(r)((r >= 0) ? (r | (((1 << 8) << 1) << 1))
: r)
(SWIG_IsOK(r)(r >= 0) ? (r | SWIG_TMPOBJMASK(((1 << 8) << 1) << 1)) : r)
327#define SWIG_DelTmpMask(r)((r >= 0) ? (r & ~(((1 << 8) << 1) <<
1)) : r)
(SWIG_IsOK(r)(r >= 0) ? (r & ~SWIG_TMPOBJMASK(((1 << 8) << 1) << 1)) : r)
328#define SWIG_IsTmpObj(r)((r >= 0) && (r & (((1 << 8) << 1)
<< 1)))
(SWIG_IsOK(r)(r >= 0) && (r & SWIG_TMPOBJMASK(((1 << 8) << 1) << 1)))
329
330/* Cast-Rank Mode */
331#if defined(SWIG_CASTRANK_MODE)
332# ifndef SWIG_TypeRank
333# define SWIG_TypeRank unsigned long
334# endif
335# ifndef SWIG_MAXCASTRANK /* Default cast allowed */
336# define SWIG_MAXCASTRANK (2)
337# endif
338# define SWIG_CASTRANKMASK ((SWIG_CASTRANKLIMIT(1 << 8)) -1)
339# define SWIG_CastRank(r) (r & SWIG_CASTRANKMASK)
340SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline int SWIG_AddCast(int r)(int r) {
341 return SWIG_IsOK(r)(r >= 0) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR(-1)) : r;
342}
343SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline int SWIG_CheckState(int r)((int r >= 0) ? 1 : 0) {
344 return SWIG_IsOK(r)(r >= 0) ? SWIG_CastRank(r) + 1 : 0;
345}
346#else /* no cast-rank mode */
347# define SWIG_AddCast(r)(r) (r)
348# define SWIG_CheckState(r)((r >= 0) ? 1 : 0) (SWIG_IsOK(r)(r >= 0) ? 1 : 0)
349#endif
350
351
352#include <string.h>
353
354#ifdef __cplusplus201103L
355extern "C" {
356#endif
357
358typedef void *(*swig_converter_func)(void *, int *);
359typedef struct swig_type_info *(*swig_dycast_func)(void **);
360
361/* Structure to store information on one type */
362typedef struct swig_type_info {
363 const char *name; /* mangled name of this type */
364 const char *str; /* human readable name of this type */
365 swig_dycast_func dcast; /* dynamic cast function down a hierarchy */
366 struct swig_cast_info *cast; /* linked list of types that can cast into this type */
367 void *clientdata; /* language specific type data */
368 int owndata; /* flag if the structure owns the clientdata */
369} swig_type_info;
370
371/* Structure to store a type and conversion function used for casting */
372typedef struct swig_cast_info {
373 swig_type_info *type; /* pointer to type that is equivalent to this type */
374 swig_converter_func converter; /* function to cast the void pointers */
375 struct swig_cast_info *next; /* pointer to next cast in linked list */
376 struct swig_cast_info *prev; /* pointer to the previous cast */
377} swig_cast_info;
378
379/* Structure used to store module information
380 * Each module generates one structure like this, and the runtime collects
381 * all of these structures and stores them in a circularly linked list.*/
382typedef struct swig_module_info {
383 swig_type_info **types; /* Array of pointers to swig_type_info structures that are in this module */
384 size_t size; /* Number of types in this module */
385 struct swig_module_info *next; /* Pointer to next element in circularly linked list */
386 swig_type_info **type_initial; /* Array of initially generated type structures */
387 swig_cast_info **cast_initial; /* Array of initially generated casting structures */
388 void *clientdata; /* Language specific module data */
389} swig_module_info;
390
391/*
392 Compare two type names skipping the space characters, therefore
393 "char*" == "char *" and "Class<int>" == "Class<int >", etc.
394
395 Return 0 when the two name types are equivalent, as in
396 strncmp, but skipping ' '.
397*/
398SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
399SWIG_TypeNameComp(const char *f1, const char *l1,
400 const char *f2, const char *l2) {
401 for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
402 while ((*f1 == ' ') && (f1 != l1)) ++f1;
403 while ((*f2 == ' ') && (f2 != l2)) ++f2;
404 if (*f1 != *f2) return (*f1 > *f2) ? 1 : -1;
405 }
406 return (int)((l1 - f1) - (l2 - f2));
407}
408
409/*
410 Check type equivalence in a name list like <name1>|<name2>|...
411 Return 0 if equal, -1 if nb < tb, 1 if nb > tb
412*/
413SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
414SWIG_TypeCmp(const char *nb, const char *tb) {
415 int equiv = 1;
416 const char* te = tb + strlen(tb);
417 const char* ne = nb;
418 while (equiv != 0 && *ne) {
419 for (nb = ne; *ne; ++ne) {
420 if (*ne == '|') break;
421 }
422 equiv = SWIG_TypeNameComp(nb, ne, tb, te);
423 if (*ne) ++ne;
424 }
425 return equiv;
426}
427
428/*
429 Check type equivalence in a name list like <name1>|<name2>|...
430 Return 0 if not equal, 1 if equal
431*/
432SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
433SWIG_TypeEquiv(const char *nb, const char *tb) {
434 return SWIG_TypeCmp(nb, tb) == 0 ? 1 : 0;
435}
436
437/*
438 Check the typename
439*/
440SWIGRUNTIMEstatic __attribute__ ((__unused__)) swig_cast_info *
441SWIG_TypeCheck(const char *c, swig_type_info *ty) {
442 if (ty) {
443 swig_cast_info *iter = ty->cast;
444 while (iter) {
445 if (strcmp(iter->type->name, c) == 0) {
446 if (iter == ty->cast)
447 return iter;
448 /* Move iter to the top of the linked list */
449 iter->prev->next = iter->next;
450 if (iter->next)
451 iter->next->prev = iter->prev;
452 iter->next = ty->cast;
453 iter->prev = 0;
454 if (ty->cast) ty->cast->prev = iter;
455 ty->cast = iter;
456 return iter;
457 }
458 iter = iter->next;
459 }
460 }
461 return 0;
462}
463
464/*
465 Identical to SWIG_TypeCheck, except strcmp is replaced with a pointer comparison
466*/
467SWIGRUNTIMEstatic __attribute__ ((__unused__)) swig_cast_info *
468SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *ty) {
469 if (ty) {
470 swig_cast_info *iter = ty->cast;
471 while (iter) {
472 if (iter->type == from) {
473 if (iter == ty->cast)
474 return iter;
475 /* Move iter to the top of the linked list */
476 iter->prev->next = iter->next;
477 if (iter->next)
478 iter->next->prev = iter->prev;
479 iter->next = ty->cast;
480 iter->prev = 0;
481 if (ty->cast) ty->cast->prev = iter;
482 ty->cast = iter;
483 return iter;
484 }
485 iter = iter->next;
486 }
487 }
488 return 0;
489}
490
491/*
492 Cast a pointer up an inheritance hierarchy
493*/
494SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline void *
495SWIG_TypeCast(swig_cast_info *ty, void *ptr, int *newmemory) {
496 return ((!ty) || (!ty->converter)) ? ptr : (*ty->converter)(ptr, newmemory);
497}
498
499/*
500 Dynamic pointer casting. Down an inheritance hierarchy
501*/
502SWIGRUNTIMEstatic __attribute__ ((__unused__)) swig_type_info *
503SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr) {
504 swig_type_info *lastty = ty;
505 if (!ty || !ty->dcast) return ty;
506 while (ty && (ty->dcast)) {
507 ty = (*ty->dcast)(ptr);
508 if (ty) lastty = ty;
509 }
510 return lastty;
511}
512
513/*
514 Return the name associated with this type
515*/
516SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline const char *
517SWIG_TypeName(const swig_type_info *ty) {
518 return ty->name;
519}
520
521/*
522 Return the pretty name associated with this type,
523 that is an unmangled type name in a form presentable to the user.
524*/
525SWIGRUNTIMEstatic __attribute__ ((__unused__)) const char *
526SWIG_TypePrettyName(const swig_type_info *type) {
527 /* The "str" field contains the equivalent pretty names of the
528 type, separated by vertical-bar characters. We choose
529 to print the last name, as it is often (?) the most
530 specific. */
531 if (!type) return NULL__null;
532 if (type->str != NULL__null) {
533 const char *last_name = type->str;
534 const char *s;
535 for (s = type->str; *s; s++)
536 if (*s == '|') last_name = s+1;
537 return last_name;
538 }
539 else
540 return type->name;
541}
542
543/*
544 Set the clientdata field for a type
545*/
546SWIGRUNTIMEstatic __attribute__ ((__unused__)) void
547SWIG_TypeClientData(swig_type_info *ti, void *clientdata) {
548 swig_cast_info *cast = ti->cast;
549 /* if (ti->clientdata == clientdata) return; */
550 ti->clientdata = clientdata;
551
552 while (cast) {
553 if (!cast->converter) {
554 swig_type_info *tc = cast->type;
555 if (!tc->clientdata) {
556 SWIG_TypeClientData(tc, clientdata);
557 }
558 }
559 cast = cast->next;
560 }
561}
562SWIGRUNTIMEstatic __attribute__ ((__unused__)) void
563SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata) {
564 SWIG_TypeClientData(ti, clientdata);
565 ti->owndata = 1;
566}
567
568/*
569 Search for a swig_type_info structure only by mangled name
570 Search is a O(log #types)
571
572 We start searching at module start, and finish searching when start == end.
573 Note: if start == end at the beginning of the function, we go all the way around
574 the circular list.
575*/
576SWIGRUNTIMEstatic __attribute__ ((__unused__)) swig_type_info *
577SWIG_MangledTypeQueryModule(swig_module_info *start,
578 swig_module_info *end,
579 const char *name) {
580 swig_module_info *iter = start;
581 do {
582 if (iter->size) {
583 size_t l = 0;
584 size_t r = iter->size - 1;
585 do {
586 /* since l+r >= 0, we can (>> 1) instead (/ 2) */
587 size_t i = (l + r) >> 1;
588 const char *iname = iter->types[i]->name;
589 if (iname) {
590 int compare = strcmp(name, iname);
591 if (compare == 0) {
592 return iter->types[i];
593 } else if (compare < 0) {
594 if (i) {
595 r = i - 1;
596 } else {
597 break;
598 }
599 } else if (compare > 0) {
600 l = i + 1;
601 }
602 } else {
603 break; /* should never happen */
604 }
605 } while (l <= r);
606 }
607 iter = iter->next;
608 } while (iter != end);
609 return 0;
610}
611
612/*
613 Search for a swig_type_info structure for either a mangled name or a human readable name.
614 It first searches the mangled names of the types, which is a O(log #types)
615 If a type is not found it then searches the human readable names, which is O(#types).
616
617 We start searching at module start, and finish searching when start == end.
618 Note: if start == end at the beginning of the function, we go all the way around
619 the circular list.
620*/
621SWIGRUNTIMEstatic __attribute__ ((__unused__)) swig_type_info *
622SWIG_TypeQueryModule(swig_module_info *start,
623 swig_module_info *end,
624 const char *name) {
625 /* STEP 1: Search the name field using binary search */
626 swig_type_info *ret = SWIG_MangledTypeQueryModule(start, end, name);
627 if (ret) {
628 return ret;
629 } else {
630 /* STEP 2: If the type hasn't been found, do a complete search
631 of the str field (the human readable name) */
632 swig_module_info *iter = start;
633 do {
634 size_t i = 0;
635 for (; i < iter->size; ++i) {
636 if (iter->types[i]->str && (SWIG_TypeEquiv(iter->types[i]->str, name)))
637 return iter->types[i];
638 }
639 iter = iter->next;
640 } while (iter != end);
641 }
642
643 /* neither found a match */
644 return 0;
645}
646
647/*
648 Pack binary data into a string
649*/
650SWIGRUNTIMEstatic __attribute__ ((__unused__)) char *
651SWIG_PackData(char *c, void *ptr, size_t sz) {
652 static const char hex[17] = "0123456789abcdef";
653 const unsigned char *u = (unsigned char *) ptr;
654 const unsigned char *eu = u + sz;
655 for (; u != eu; ++u) {
656 unsigned char uu = *u;
657 *(c++) = hex[(uu & 0xf0) >> 4];
658 *(c++) = hex[uu & 0xf];
659 }
660 return c;
661}
662
663/*
664 Unpack binary data from a string
665*/
666SWIGRUNTIMEstatic __attribute__ ((__unused__)) const char *
667SWIG_UnpackData(const char *c, void *ptr, size_t sz) {
668 unsigned char *u = (unsigned char *) ptr;
669 const unsigned char *eu = u + sz;
670 for (; u != eu; ++u) {
671 char d = *(c++);
672 unsigned char uu;
673 if ((d >= '0') && (d <= '9'))
674 uu = (unsigned char)((d - '0') << 4);
675 else if ((d >= 'a') && (d <= 'f'))
676 uu = (unsigned char)((d - ('a'-10)) << 4);
677 else
678 return (char *) 0;
679 d = *(c++);
680 if ((d >= '0') && (d <= '9'))
681 uu |= (unsigned char)(d - '0');
682 else if ((d >= 'a') && (d <= 'f'))
683 uu |= (unsigned char)(d - ('a'-10));
684 else
685 return (char *) 0;
686 *u = uu;
687 }
688 return c;
689}
690
691/*
692 Pack 'void *' into a string buffer.
693*/
694SWIGRUNTIMEstatic __attribute__ ((__unused__)) char *
695SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz) {
696 char *r = buff;
697 if ((2*sizeof(void *) + 2) > bsz) return 0;
698 *(r++) = '_';
699 r = SWIG_PackData(r,&ptr,sizeof(void *));
700 if (strlen(name) + 1 > (bsz - (r - buff))) return 0;
701 strcpy(r,name);
702 return buff;
703}
704
705SWIGRUNTIMEstatic __attribute__ ((__unused__)) const char *
706SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name) {
707 if (*c != '_') {
708 if (strcmp(c,"NULL") == 0) {
709 *ptr = (void *) 0;
710 return name;
711 } else {
712 return 0;
713 }
714 }
715 return SWIG_UnpackData(++c,ptr,sizeof(void *));
716}
717
718SWIGRUNTIMEstatic __attribute__ ((__unused__)) char *
719SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz) {
720 char *r = buff;
721 size_t lname = (name ? strlen(name) : 0);
722 if ((2*sz + 2 + lname) > bsz) return 0;
723 *(r++) = '_';
724 r = SWIG_PackData(r,ptr,sz);
725 if (lname) {
726 strncpy(r,name,lname+1);
727 } else {
728 *r = 0;
729 }
730 return buff;
731}
732
733SWIGRUNTIMEstatic __attribute__ ((__unused__)) const char *
734SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
735 if (*c != '_') {
736 if (strcmp(c,"NULL") == 0) {
737 memset(ptr,0,sz);
738 return name;
739 } else {
740 return 0;
741 }
742 }
743 return SWIG_UnpackData(++c,ptr,sz);
744}
745
746#ifdef __cplusplus201103L
747}
748#endif
749
750/* Errors in SWIG */
751#define SWIG_UnknownError-1 -1
752#define SWIG_IOError-2 -2
753#define SWIG_RuntimeError-3 -3
754#define SWIG_IndexError-4 -4
755#define SWIG_TypeError-5 -5
756#define SWIG_DivisionByZero-6 -6
757#define SWIG_OverflowError-7 -7
758#define SWIG_SyntaxError-8 -8
759#define SWIG_ValueError-9 -9
760#define SWIG_SystemError-10 -10
761#define SWIG_AttributeError-11 -11
762#define SWIG_MemoryError-12 -12
763#define SWIG_NullReferenceError-13 -13
764
765
766
767/* Compatibility macros for Python 3 */
768#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
769
770#define PyClass_Check(obj)((obj)->ob_type == &PyClass_Type) PyObject_IsInstance(obj, (PyObject *)&PyType_Type)
771#define PyInt_Check(x)((((x)->ob_type)->tp_flags & ((1L<<23))) != 0
)
PyLong_Check(x)((((((PyObject*)(x))->ob_type))->tp_flags & ((1L<<
24))) != 0)
772#define PyInt_AsLong(x) PyLong_AsLong(x)
773#define PyInt_FromLong(x) PyLong_FromLong(x)
774#define PyInt_FromSize_t(x) PyLong_FromSize_t(x)
775#define PyString_Check(name)((((((PyObject*)(name))->ob_type))->tp_flags & ((1L
<<27))) != 0)
PyBytes_Check(name)((((((PyObject*)(name))->ob_type))->tp_flags & ((1L
<<27))) != 0)
776#define PyString_FromString(x) PyUnicode_FromStringPyUnicodeUCS4_FromString(x)
777#define PyString_Format(fmt, args) PyUnicode_FormatPyUnicodeUCS4_Format(fmt, args)
778#define PyString_AsString(str) PyBytes_AsStringPyString_AsString(str)
779#define PyString_Size(str) PyBytes_SizePyString_Size(str)
780#define PyString_InternFromString(key) PyUnicode_InternFromString(key)
781#define Py_TPFLAGS_HAVE_CLASS(1L<<8) Py_TPFLAGS_BASETYPE(1L<<10)
782#define PyString_AS_STRING(x)(((PyStringObject *)(x))->ob_sval) PyUnicode_AS_STRING(x)
783#define _PyLong_FromSsize_tPyLong_FromSsize_t(x) PyLong_FromSsize_t(x)
784
785#endif
786
787#ifndef Py_TYPE
788# define Py_TYPE(op)(((PyObject*)(op))->ob_type) ((op)->ob_type)
789#endif
790
791/* SWIG APIs for compatibility of both Python 2 & 3 */
792
793#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
794# define SWIG_Python_str_FromFormatPyString_FromFormat PyUnicode_FromFormatPyUnicodeUCS4_FromFormat
795#else
796# define SWIG_Python_str_FromFormatPyString_FromFormat PyString_FromFormat
797#endif
798
799
800/* Warning: This function will allocate a new string in Python 3,
801 * so please call SWIG_Python_str_DelForPy3(x) to free the space.
802 */
803SWIGINTERNstatic __attribute__ ((__unused__)) char*
804SWIG_Python_str_AsChar(PyObject *str)
805{
806#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
807 char *cstr;
808 char *newstr;
809 Py_ssize_t len;
810 str = PyUnicode_AsUTF8StringPyUnicodeUCS4_AsUTF8String(str);
811 PyBytes_AsStringAndSizePyString_AsStringAndSize(str, &cstr, &len);
812 newstr = (char *) malloc(len+1);
813 memcpy(newstr, cstr, len+1);
814 Py_XDECREF(str)do { if ((str) == __null) ; else do { if ( --((PyObject*)(str
))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject *)(
str)))->ob_type)->tp_dealloc)((PyObject *)((PyObject *)
(str)))); } while (0); } while (0)
;
815 return newstr;
816#else
817 return PyString_AsString(str);
818#endif
819}
820
821#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
822# define SWIG_Python_str_DelForPy3(x) free( (void*) (x) )
823#else
824# define SWIG_Python_str_DelForPy3(x)
825#endif
826
827
828SWIGINTERNstatic __attribute__ ((__unused__)) PyObject*
829SWIG_Python_str_FromChar(const char *c)
830{
831#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
832 return PyUnicode_FromStringPyUnicodeUCS4_FromString(c);
833#else
834 return PyString_FromString(c);
835#endif
836}
837
838/* Add PyOS_snprintf for old Pythons */
839#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02020000
840# if defined(_MSC_VER) || defined(__BORLANDC__) || defined(_WATCOM)
841# define PyOS_snprintf _snprintf
842# else
843# define PyOS_snprintf snprintf
844# endif
845#endif
846
847/* A crude PyString_FromFormat implementation for old Pythons */
848#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02020000
849
850#ifndef SWIG_PYBUFFER_SIZE
851# define SWIG_PYBUFFER_SIZE 1024
852#endif
853
854static PyObject *
855PyString_FromFormat(const char *fmt, ...) {
856 va_list ap;
857 char buf[SWIG_PYBUFFER_SIZE * 2];
858 int res;
859 va_start(ap, fmt)__builtin_va_start(ap, fmt);
860 res = vsnprintf(buf, sizeof(buf), fmt, ap);
861 va_end(ap)__builtin_va_end(ap);
862 return (res < 0 || res >= (int)sizeof(buf)) ? 0 : PyString_FromString(buf);
863}
864#endif
865
866#ifndef PyObject_DELPyObject_Free
867# define PyObject_DELPyObject_Free PyObject_DelPyObject_Free
868#endif
869
870/* A crude PyExc_StopIteration exception for old Pythons */
871#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02020000
872# ifndef PyExc_StopIteration
873# define PyExc_StopIteration PyExc_RuntimeError
874# endif
875# ifndef PyObject_GenericGetAttr
876# define PyObject_GenericGetAttr 0
877# endif
878#endif
879
880/* Py_NotImplemented is defined in 2.1 and up. */
881#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02010000
882# ifndef Py_NotImplemented(&_Py_NotImplementedStruct)
883# define Py_NotImplemented(&_Py_NotImplementedStruct) PyExc_RuntimeError
884# endif
885#endif
886
887/* A crude PyString_AsStringAndSize implementation for old Pythons */
888#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02010000
889# ifndef PyString_AsStringAndSize
890# define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;}
891# endif
892#endif
893
894/* PySequence_Size for old Pythons */
895#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02000000
896# ifndef PySequence_Size
897# define PySequence_Size PySequence_LengthPySequence_Size
898# endif
899#endif
900
901/* PyBool_FromLong for old Pythons */
902#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02030000
903static
904PyObject *PyBool_FromLong(long ok)
905{
906 PyObject *result = ok ? Py_True((PyObject *) &_Py_TrueStruct) : Py_False((PyObject *) &_Py_ZeroStruct);
907 Py_INCREF(result)( ((PyObject*)(result))->ob_refcnt++);
908 return result;
909}
910#endif
911
912/* Py_ssize_t for old Pythons */
913/* This code is as recommended by: */
914/* http://www.python.org/dev/peps/pep-0353/#conversion-guidelines */
915#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02050000 && !defined(PY_SSIZE_T_MIN(-((Py_ssize_t)(((size_t)-1)>>1))-1))
916typedef int Py_ssize_t;
917# define PY_SSIZE_T_MAX((Py_ssize_t)(((size_t)-1)>>1)) INT_MAX2147483647
918# define PY_SSIZE_T_MIN(-((Py_ssize_t)(((size_t)-1)>>1))-1) INT_MIN(-2147483647 -1)
919typedef inquiry lenfunc;
920typedef intargfunc ssizeargfunc;
921typedef intintargfunc ssizessizeargfunc;
922typedef intobjargproc ssizeobjargproc;
923typedef intintobjargproc ssizessizeobjargproc;
924typedef getreadbufferproc readbufferproc;
925typedef getwritebufferproc writebufferproc;
926typedef getsegcountproc segcountproc;
927typedef getcharbufferproc charbufferproc;
928static long PyNumber_AsSsize_t (PyObject *x, void *SWIGUNUSEDPARM(exc))
929{
930 long result = 0;
931 PyObject *i = PyNumber_Int(x);
932 if (i) {
933 result = PyInt_AsLong(i);
934 Py_DECREF(i)do { if ( --((PyObject*)(i))->ob_refcnt != 0) ; else ( (*(
((PyObject*)((PyObject *)(i)))->ob_type)->tp_dealloc)((
PyObject *)((PyObject *)(i)))); } while (0)
;
935 }
936 return result;
937}
938#endif
939
940#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02050000
941#define PyInt_FromSize_t(x) PyInt_FromLong((long)x)
942#endif
943
944#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02040000
945#define Py_VISIT(op)do { if (op) { int vret = visit((PyObject *)(op), arg); if (vret
) return vret; } } while (0)
\
946 do { \
947 if (op) { \
948 int vret = visit((op), arg); \
949 if (vret) \
950 return vret; \
951 } \
952 } while (0)
953#endif
954
955#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02030000
956typedef struct {
957 PyTypeObject type;
958 PyNumberMethods as_number;
959 PyMappingMethods as_mapping;
960 PySequenceMethods as_sequence;
961 PyBufferProcs as_buffer;
962 PyObject *name, *slots;
963} PyHeapTypeObject;
964#endif
965
966#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02030000
967typedef destructor freefunc;
968#endif
969
970#if ((PY_MAJOR_VERSION2 == 2 && PY_MINOR_VERSION7 > 6) || \
971 (PY_MAJOR_VERSION2 == 3 && PY_MINOR_VERSION7 > 0) || \
972 (PY_MAJOR_VERSION2 > 3))
973# define SWIGPY_USE_CAPSULE
974# define SWIGPY_CAPSULE_NAME((char*)"swig_runtime_data" "4" ".type_pointer_capsule" ) ((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION"4" ".type_pointer_capsule" SWIG_TYPE_TABLE_NAME)
975#endif
976
977#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x03020000
978#define PyDescr_TYPE(x)(((PyDescrObject *)(x))->d_type) (((PyDescrObject *)(x))->d_type)
979#define PyDescr_NAME(x)(((PyDescrObject *)(x))->d_name) (((PyDescrObject *)(x))->d_name)
980#endif
981
982/* -----------------------------------------------------------------------------
983 * error manipulation
984 * ----------------------------------------------------------------------------- */
985
986SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject*
987SWIG_Python_ErrorType(int code) {
988 PyObject* type = 0;
989 switch(code) {
990 case SWIG_MemoryError-12:
991 type = PyExc_MemoryError;
992 break;
993 case SWIG_IOError-2:
994 type = PyExc_IOError;
995 break;
996 case SWIG_RuntimeError-3:
997 type = PyExc_RuntimeError;
998 break;
999 case SWIG_IndexError-4:
1000 type = PyExc_IndexError;
1001 break;
1002 case SWIG_TypeError-5:
1003 type = PyExc_TypeError;
1004 break;
1005 case SWIG_DivisionByZero-6:
1006 type = PyExc_ZeroDivisionError;
1007 break;
1008 case SWIG_OverflowError-7:
1009 type = PyExc_OverflowError;
1010 break;
1011 case SWIG_SyntaxError-8:
1012 type = PyExc_SyntaxError;
1013 break;
1014 case SWIG_ValueError-9:
1015 type = PyExc_ValueError;
1016 break;
1017 case SWIG_SystemError-10:
1018 type = PyExc_SystemError;
1019 break;
1020 case SWIG_AttributeError-11:
1021 type = PyExc_AttributeError;
1022 break;
1023 default:
1024 type = PyExc_RuntimeError;
1025 }
1026 return type;
1027}
1028
1029
1030SWIGRUNTIMEstatic __attribute__ ((__unused__)) void
1031SWIG_Python_AddErrorMsg(const char* mesg)
1032{
1033 PyObject *type = 0;
1034 PyObject *value = 0;
1035 PyObject *traceback = 0;
1036
1037 if (PyErr_Occurred()) PyErr_Fetch(&type, &value, &traceback);
1038 if (value) {
1039 char *tmp;
1040 PyObject *old_str = PyObject_Str(value);
1041 PyErr_Clear();
1042 Py_XINCREF(type)do { if ((type) == __null) ; else ( ((PyObject*)(type))->ob_refcnt
++); } while (0)
;
1043
1044 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg);
1045 SWIG_Python_str_DelForPy3(tmp);
1046 Py_DECREF(old_str)do { if ( --((PyObject*)(old_str))->ob_refcnt != 0) ; else
( (*(((PyObject*)((PyObject *)(old_str)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(old_str)))); } while (0)
;
1047 Py_DECREF(value)do { if ( --((PyObject*)(value))->ob_refcnt != 0) ; else (
(*(((PyObject*)((PyObject *)(value)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(value)))); } while (0)
;
1048 } else {
1049 PyErr_SetString(PyExc_RuntimeError, mesg);
1050 }
1051}
1052
1053#if defined(SWIG_PYTHON_NO_THREADS)
1054# if defined(SWIG_PYTHON_THREADS)
1055# undef SWIG_PYTHON_THREADS
1056# endif
1057#endif
1058#if defined(SWIG_PYTHON_THREADS) /* Threading support is enabled */
1059# if !defined(SWIG_PYTHON_USE_GIL) && !defined(SWIG_PYTHON_NO_USE_GIL)
1060# if (PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02030000) /* For 2.3 or later, use the PyGILState calls */
1061# define SWIG_PYTHON_USE_GIL
1062# endif
1063# endif
1064# if defined(SWIG_PYTHON_USE_GIL) /* Use PyGILState threads calls */
1065# ifndef SWIG_PYTHON_INITIALIZE_THREADSPyEval_InitThreads()
1066# define SWIG_PYTHON_INITIALIZE_THREADSPyEval_InitThreads() PyEval_InitThreads()
1067# endif
1068# ifdef __cplusplus201103L /* C++ code */
1069 class SWIG_Python_Thread_Block {
1070 bool status;
1071 PyGILState_STATE state;
1072 public:
1073 void end() { if (status) { PyGILState_Release(state); status = false;} }
1074 SWIG_Python_Thread_Block() : status(true), state(PyGILState_Ensure()) {}
1075 ~SWIG_Python_Thread_Block() { end(); }
1076 };
1077 class SWIG_Python_Thread_Allow {
1078 bool status;
1079 PyThreadState *save;
1080 public:
1081 void end() { if (status) { PyEval_RestoreThread(save); status = false; }}
1082 SWIG_Python_Thread_Allow() : status(true), save(PyEval_SaveThread()) {}
1083 ~SWIG_Python_Thread_Allow() { end(); }
1084 };
1085# define SWIG_PYTHON_THREAD_BEGIN_BLOCKSWIG_Python_Thread_Block _swig_thread_block SWIG_Python_Thread_Block _swig_thread_block
1086# define SWIG_PYTHON_THREAD_END_BLOCK_swig_thread_block.end() _swig_thread_block.end()
1087# define SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow SWIG_Python_Thread_Allow _swig_thread_allow
1088# define SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end() _swig_thread_allow.end()
1089# else /* C code */
1090# define SWIG_PYTHON_THREAD_BEGIN_BLOCKSWIG_Python_Thread_Block _swig_thread_block PyGILState_STATE _swig_thread_block = PyGILState_Ensure()
1091# define SWIG_PYTHON_THREAD_END_BLOCK_swig_thread_block.end() PyGILState_Release(_swig_thread_block)
1092# define SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow PyThreadState *_swig_thread_allow = PyEval_SaveThread()
1093# define SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end() PyEval_RestoreThread(_swig_thread_allow)
1094# endif
1095# else /* Old thread way, not implemented, user must provide it */
1096# if !defined(SWIG_PYTHON_INITIALIZE_THREADSPyEval_InitThreads())
1097# define SWIG_PYTHON_INITIALIZE_THREADSPyEval_InitThreads()
1098# endif
1099# if !defined(SWIG_PYTHON_THREAD_BEGIN_BLOCKSWIG_Python_Thread_Block _swig_thread_block)
1100# define SWIG_PYTHON_THREAD_BEGIN_BLOCKSWIG_Python_Thread_Block _swig_thread_block
1101# endif
1102# if !defined(SWIG_PYTHON_THREAD_END_BLOCK_swig_thread_block.end())
1103# define SWIG_PYTHON_THREAD_END_BLOCK_swig_thread_block.end()
1104# endif
1105# if !defined(SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow)
1106# define SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow
1107# endif
1108# if !defined(SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end())
1109# define SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end()
1110# endif
1111# endif
1112#else /* No thread support */
1113# define SWIG_PYTHON_INITIALIZE_THREADSPyEval_InitThreads()
1114# define SWIG_PYTHON_THREAD_BEGIN_BLOCKSWIG_Python_Thread_Block _swig_thread_block
1115# define SWIG_PYTHON_THREAD_END_BLOCK_swig_thread_block.end()
1116# define SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow
1117# define SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end()
1118#endif
1119
1120/* -----------------------------------------------------------------------------
1121 * Python API portion that goes into the runtime
1122 * ----------------------------------------------------------------------------- */
1123
1124#ifdef __cplusplus201103L
1125extern "C" {
1126#endif
1127
1128/* -----------------------------------------------------------------------------
1129 * Constant declarations
1130 * ----------------------------------------------------------------------------- */
1131
1132/* Constant Types */
1133#define SWIG_PY_POINTER4 4
1134#define SWIG_PY_BINARY5 5
1135
1136/* Constant information structure */
1137typedef struct swig_const_info {
1138 int type;
1139 char *name;
1140 long lvalue;
1141 double dvalue;
1142 void *pvalue;
1143 swig_type_info **ptype;
1144} swig_const_info;
1145
1146
1147/* -----------------------------------------------------------------------------
1148 * Wrapper of PyInstanceMethod_New() used in Python 3
1149 * It is exported to the generated module, used for -fastproxy
1150 * ----------------------------------------------------------------------------- */
1151#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
1152SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject* SWIG_PyInstanceMethod_New(PyObject *SWIGUNUSEDPARM(self), PyObject *func)
1153{
1154 return PyInstanceMethod_New(func);
1155}
1156#else
1157SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject* SWIG_PyInstanceMethod_New(PyObject *SWIGUNUSEDPARM(self), PyObject *SWIGUNUSEDPARM(func))
1158{
1159 return NULL__null;
1160}
1161#endif
1162
1163#ifdef __cplusplus201103L
1164}
1165#endif
1166
1167
1168/* -----------------------------------------------------------------------------
1169 * pyrun.swg
1170 *
1171 * This file contains the runtime support for Python modules
1172 * and includes code for managing global variables and pointer
1173 * type checking.
1174 *
1175 * ----------------------------------------------------------------------------- */
1176
1177/* Common SWIG API */
1178
1179/* for raw pointers */
1180#define SWIG_Python_ConvertPtr(obj, pptr, type, flags)SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
1181#define SWIG_ConvertPtr(obj, pptr, type, flags)SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0) SWIG_Python_ConvertPtr(obj, pptr, type, flags)SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
1182#define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own)SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
1183
1184#ifdef SWIGPYTHON_BUILTIN
1185#define SWIG_NewPointerObj(ptr, type, flags)SWIG_Python_NewPointerObj(__null, ptr, type, flags) SWIG_Python_NewPointerObj(self, ptr, type, flags)
1186#else
1187#define SWIG_NewPointerObj(ptr, type, flags)SWIG_Python_NewPointerObj(__null, ptr, type, flags) SWIG_Python_NewPointerObj(NULL__null, ptr, type, flags)
1188#endif
1189
1190#define SWIG_InternalNewPointerObj(ptr, type, flags)SWIG_Python_NewPointerObj(__null, ptr, type, flags) SWIG_Python_NewPointerObj(NULL__null, ptr, type, flags)
1191
1192#define SWIG_CheckImplicit(ty)SWIG_Python_CheckImplicit(ty) SWIG_Python_CheckImplicit(ty)
1193#define SWIG_AcquirePtr(ptr, src)SWIG_Python_AcquirePtr(ptr, src) SWIG_Python_AcquirePtr(ptr, src)
1194#define swig_owntypeint int
1195
1196/* for raw packed data */
1197#define SWIG_ConvertPacked(obj, ptr, sz, ty)SWIG_Python_ConvertPacked(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
1198#define SWIG_NewPackedObj(ptr, sz, type)SWIG_Python_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
1199
1200/* for class or struct pointers */
1201#define SWIG_ConvertInstance(obj, pptr, type, flags)SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0) SWIG_ConvertPtr(obj, pptr, type, flags)SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
1202#define SWIG_NewInstanceObj(ptr, type, flags)SWIG_Python_NewPointerObj(__null, ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags)SWIG_Python_NewPointerObj(__null, ptr, type, flags)
1203
1204/* for C or C++ function pointers */
1205#define SWIG_ConvertFunctionPtr(obj, pptr, type)SWIG_Python_ConvertFunctionPtr(obj, pptr, type) SWIG_Python_ConvertFunctionPtr(obj, pptr, type)
1206#define SWIG_NewFunctionPtrObj(ptr, type)SWIG_Python_NewPointerObj(__null, ptr, type, 0) SWIG_Python_NewPointerObj(NULL__null, ptr, type, 0)
1207
1208/* for C++ member pointers, ie, member methods */
1209#define SWIG_ConvertMember(obj, ptr, sz, ty)SWIG_Python_ConvertPacked(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
1210#define SWIG_NewMemberObj(ptr, sz, type)SWIG_Python_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
1211
1212
1213/* Runtime API */
1214
1215#define SWIG_GetModule(clientdata)SWIG_Python_GetModule(clientdata) SWIG_Python_GetModule(clientdata)
1216#define SWIG_SetModule(clientdata, pointer)SWIG_Python_SetModule(pointer) SWIG_Python_SetModule(pointer)
1217#define SWIG_NewClientData(obj)SwigPyClientData_New(obj) SwigPyClientData_New(obj)
1218
1219#define SWIG_SetErrorObjSWIG_Python_SetErrorObj SWIG_Python_SetErrorObj
1220#define SWIG_SetErrorMsgSWIG_Python_SetErrorMsg SWIG_Python_SetErrorMsg
1221#define SWIG_ErrorType(code)SWIG_Python_ErrorType(code) SWIG_Python_ErrorType(code)
1222#define SWIG_Error(code, msg)SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(code), msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code)SWIG_Python_ErrorType(code), msg)
1223#define SWIG_failgoto fail goto fail
1224
1225
1226/* Runtime API implementation */
1227
1228/* Error manipulation */
1229
1230SWIGINTERNstatic __attribute__ ((__unused__)) void
1231SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) {
1232 SWIG_PYTHON_THREAD_BEGIN_BLOCKSWIG_Python_Thread_Block _swig_thread_block;
1233 PyErr_SetObject(errtype, obj);
1234 Py_DECREF(obj)do { if ( --((PyObject*)(obj))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(obj)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(obj)))); } while (0)
;
1235 SWIG_PYTHON_THREAD_END_BLOCK_swig_thread_block.end();
1236}
1237
1238SWIGINTERNstatic __attribute__ ((__unused__)) void
1239SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) {
1240 SWIG_PYTHON_THREAD_BEGIN_BLOCKSWIG_Python_Thread_Block _swig_thread_block;
1241 PyErr_SetString(errtype, msg);
1242 SWIG_PYTHON_THREAD_END_BLOCK_swig_thread_block.end();
1243}
1244
1245#define SWIG_Python_Raise(obj, type, desc)SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)
1246
1247/* Set a constant value */
1248
1249#if defined(SWIGPYTHON_BUILTIN)
1250
1251SWIGINTERNstatic __attribute__ ((__unused__)) void
1252SwigPyBuiltin_AddPublicSymbol(PyObject *seq, const char *key) {
1253 PyObject *s = PyString_InternFromString(key);
1254 PyList_Append(seq, s);
1255 Py_DECREF(s)do { if ( --((PyObject*)(s))->ob_refcnt != 0) ; else ( (*(
((PyObject*)((PyObject *)(s)))->ob_type)->tp_dealloc)((
PyObject *)((PyObject *)(s)))); } while (0)
;
1256}
1257
1258SWIGINTERNstatic __attribute__ ((__unused__)) void
1259SWIG_Python_SetConstant(PyObject *d, PyObject *public_interface, const char *name, PyObject *obj) {
1260#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02030000
1261 PyDict_SetItemString(d, (char *)name, obj);
1262#else
1263 PyDict_SetItemString(d, name, obj);
1264#endif
1265 Py_DECREF(obj)do { if ( --((PyObject*)(obj))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(obj)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(obj)))); } while (0)
;
1266 if (public_interface)
1267 SwigPyBuiltin_AddPublicSymbol(public_interface, name);
1268}
1269
1270#else
1271
1272SWIGINTERNstatic __attribute__ ((__unused__)) void
1273SWIG_Python_SetConstant(PyObject *d, const char *name, PyObject *obj) {
1274#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02030000
1275 PyDict_SetItemString(d, (char *)name, obj);
1276#else
1277 PyDict_SetItemString(d, name, obj);
1278#endif
1279 Py_DECREF(obj)do { if ( --((PyObject*)(obj))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(obj)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(obj)))); } while (0)
;
1280}
1281
1282#endif
1283
1284/* Append a value to the result obj */
1285
1286SWIGINTERNstatic __attribute__ ((__unused__)) PyObject*
1287SWIG_Python_AppendOutput(PyObject* result, PyObject* obj) {
1288#if !defined(SWIG_PYTHON_OUTPUT_TUPLE)
1289 if (!result) {
1290 result = obj;
1291 } else if (result == Py_None(&_Py_NoneStruct)) {
1292 Py_DECREF(result)do { if ( --((PyObject*)(result))->ob_refcnt != 0) ; else (
(*(((PyObject*)((PyObject *)(result)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(result)))); } while (0)
;
1293 result = obj;
1294 } else {
1295 if (!PyList_Check(result)((((((PyObject*)(result))->ob_type))->tp_flags & ((
1L<<25))) != 0)
) {
1296 PyObject *o2 = result;
1297 result = PyList_New(1);
1298 PyList_SetItem(result, 0, o2);
1299 }
1300 PyList_Append(result,obj);
1301 Py_DECREF(obj)do { if ( --((PyObject*)(obj))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(obj)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(obj)))); } while (0)
;
1302 }
1303 return result;
1304#else
1305 PyObject* o2;
1306 PyObject* o3;
1307 if (!result) {
1308 result = obj;
1309 } else if (result == Py_None(&_Py_NoneStruct)) {
1310 Py_DECREF(result)do { if ( --((PyObject*)(result))->ob_refcnt != 0) ; else (
(*(((PyObject*)((PyObject *)(result)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(result)))); } while (0)
;
1311 result = obj;
1312 } else {
1313 if (!PyTuple_Check(result)((((((PyObject*)(result))->ob_type))->tp_flags & ((
1L<<26))) != 0)
) {
1314 o2 = result;
1315 result = PyTuple_New(1);
1316 PyTuple_SET_ITEM(result, 0, o2)(((PyTupleObject *)(result))->ob_item[0] = o2);
1317 }
1318 o3 = PyTuple_New(1);
1319 PyTuple_SET_ITEM(o3, 0, obj)(((PyTupleObject *)(o3))->ob_item[0] = obj);
1320 o2 = result;
1321 result = PySequence_Concat(o2, o3);
1322 Py_DECREF(o2)do { if ( --((PyObject*)(o2))->ob_refcnt != 0) ; else ( (*
(((PyObject*)((PyObject *)(o2)))->ob_type)->tp_dealloc)
((PyObject *)((PyObject *)(o2)))); } while (0)
;
1323 Py_DECREF(o3)do { if ( --((PyObject*)(o3))->ob_refcnt != 0) ; else ( (*
(((PyObject*)((PyObject *)(o3)))->ob_type)->tp_dealloc)
((PyObject *)((PyObject *)(o3)))); } while (0)
;
1324 }
1325 return result;
1326#endif
1327}
1328
1329/* Unpack the argument tuple */
1330
1331SWIGINTERNstatic __attribute__ ((__unused__)) Py_ssize_t
1332SWIG_Python_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs)
1333{
1334 if (!args) {
1335 if (!min && !max) {
1336 return 1;
1337 } else {
1338 PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got none",
1339 name, (min == max ? "" : "at least "), (int)min);
1340 return 0;
1341 }
1342 }
1343 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) {
1344 if (min <= 1 && max >= 1) {
1345 Py_ssize_t i;
1346 objs[0] = args;
1347 for (i = 1; i < max; ++i) {
1348 objs[i] = 0;
1349 }
1350 return 2;
1351 }
1352 PyErr_SetString(PyExc_SystemError, "UnpackTuple() argument list is not a tuple");
1353 return 0;
1354 } else {
1355 Py_ssize_t l = PyTuple_GET_SIZE(args)(((PyVarObject*)(args))->ob_size);
1356 if (l < min) {
1357 PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got %d",
1358 name, (min == max ? "" : "at least "), (int)min, (int)l);
1359 return 0;
1360 } else if (l > max) {
1361 PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got %d",
1362 name, (min == max ? "" : "at most "), (int)max, (int)l);
1363 return 0;
1364 } else {
1365 Py_ssize_t i;
1366 for (i = 0; i < l; ++i) {
1367 objs[i] = PyTuple_GET_ITEM(args, i)(((PyTupleObject *)(args))->ob_item[i]);
1368 }
1369 for (; l < max; ++l) {
1370 objs[l] = 0;
1371 }
1372 return i + 1;
1373 }
1374 }
1375}
1376
1377/* A functor is a function object with one single object argument */
1378#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02020000
1379#define SWIG_Python_CallFunctor(functor, obj)PyObject_CallFunctionObjArgs(functor, obj, __null); PyObject_CallFunctionObjArgs(functor, obj, NULL__null);
1380#else
1381#define SWIG_Python_CallFunctor(functor, obj)PyObject_CallFunctionObjArgs(functor, obj, __null); PyObject_CallFunction(functor, "O", obj);
1382#endif
1383
1384/*
1385 Helper for static pointer initialization for both C and C++ code, for example
1386 static PyObject *SWIG_STATIC_POINTER(MyVar) = NewSomething(...);
1387*/
1388#ifdef __cplusplus201103L
1389#define SWIG_STATIC_POINTER(var)var var
1390#else
1391#define SWIG_STATIC_POINTER(var)var var = 0; if (!var) var
1392#endif
1393
1394/* -----------------------------------------------------------------------------
1395 * Pointer declarations
1396 * ----------------------------------------------------------------------------- */
1397
1398/* Flags for new pointer objects */
1399#define SWIG_POINTER_NOSHADOW(0x1 << 1) (SWIG_POINTER_OWN0x1 << 1)
1400#define SWIG_POINTER_NEW((0x1 << 1) | 0x1) (SWIG_POINTER_NOSHADOW(0x1 << 1) | SWIG_POINTER_OWN0x1)
1401
1402#define SWIG_POINTER_IMPLICIT_CONV(0x1 << 1) (SWIG_POINTER_DISOWN0x1 << 1)
1403
1404#define SWIG_BUILTIN_TP_INIT(0x1 << 2) (SWIG_POINTER_OWN0x1 << 2)
1405#define SWIG_BUILTIN_INIT((0x1 << 2) | 0x1) (SWIG_BUILTIN_TP_INIT(0x1 << 2) | SWIG_POINTER_OWN0x1)
1406
1407#ifdef __cplusplus201103L
1408extern "C" {
1409#endif
1410
1411/* How to access Py_None */
1412#if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
1413# ifndef SWIG_PYTHON_NO_BUILD_NONE
1414# ifndef SWIG_PYTHON_BUILD_NONE
1415# define SWIG_PYTHON_BUILD_NONE
1416# endif
1417# endif
1418#endif
1419
1420#ifdef SWIG_PYTHON_BUILD_NONE
1421# ifdef Py_None(&_Py_NoneStruct)
1422# undef Py_None(&_Py_NoneStruct)
1423# define Py_None(&_Py_NoneStruct) SWIG_Py_None()
1424# endif
1425SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline PyObject *
1426_SWIG_Py_None(void)
1427{
1428 PyObject *none = Py_BuildValue((char*)"");
1429 Py_DECREF(none)do { if ( --((PyObject*)(none))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(none)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(none)))); } while (0)
;
1430 return none;
1431}
1432SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
1433SWIG_Py_None(void)
1434{
1435 static PyObject *SWIG_STATIC_POINTER(none)none = _SWIG_Py_None();
1436 return none;
1437}
1438#endif
1439
1440/* The python void return value */
1441
1442SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline PyObject *
1443SWIG_Py_Void(void)
1444{
1445 PyObject *none = Py_None(&_Py_NoneStruct);
1446 Py_INCREF(none)( ((PyObject*)(none))->ob_refcnt++);
1447 return none;
1448}
1449
1450/* SwigPyClientData */
1451
1452typedef struct {
1453 PyObject *klass;
1454 PyObject *newraw;
1455 PyObject *newargs;
1456 PyObject *destroy;
1457 int delargs;
1458 int implicitconv;
1459 PyTypeObject *pytype;
1460} SwigPyClientData;
1461
1462SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline int
1463SWIG_Python_CheckImplicit(swig_type_info *ty)
1464{
1465 SwigPyClientData *data = (SwigPyClientData *)ty->clientdata;
1466 return data ? data->implicitconv : 0;
1467}
1468
1469SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline PyObject *
1470SWIG_Python_ExceptionType(swig_type_info *desc) {
1471 SwigPyClientData *data = desc ? (SwigPyClientData *) desc->clientdata : 0;
1472 PyObject *klass = data ? data->klass : 0;
1473 return (klass ? klass : PyExc_RuntimeError);
1474}
1475
1476
1477SWIGRUNTIMEstatic __attribute__ ((__unused__)) SwigPyClientData *
1478SwigPyClientData_New(PyObject* obj)
1479{
1480 if (!obj) {
1481 return 0;
1482 } else {
1483 SwigPyClientData *data = (SwigPyClientData *)malloc(sizeof(SwigPyClientData));
1484 /* the klass element */
1485 data->klass = obj;
1486 Py_INCREF(data->klass)( ((PyObject*)(data->klass))->ob_refcnt++);
1487 /* the newraw method and newargs arguments used to create a new raw instance */
1488 if (PyClass_Check(obj)((obj)->ob_type == &PyClass_Type)) {
1489 data->newraw = 0;
1490 data->newargs = obj;
1491 Py_INCREF(obj)( ((PyObject*)(obj))->ob_refcnt++);
1492 } else {
1493#if (PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02020000)
1494 data->newraw = 0;
1495#else
1496 data->newraw = PyObject_GetAttrString(data->klass, (char *)"__new__");
1497#endif
1498 if (data->newraw) {
1499 Py_INCREF(data->newraw)( ((PyObject*)(data->newraw))->ob_refcnt++);
1500 data->newargs = PyTuple_New(1);
1501 PyTuple_SetItem(data->newargs, 0, obj);
1502 } else {
1503 data->newargs = obj;
1504 }
1505 Py_INCREF(data->newargs)( ((PyObject*)(data->newargs))->ob_refcnt++);
1506 }
1507 /* the destroy method, aka as the C++ delete method */
1508 data->destroy = PyObject_GetAttrString(data->klass, (char *)"__swig_destroy__");
1509 if (PyErr_Occurred()) {
1510 PyErr_Clear();
1511 data->destroy = 0;
1512 }
1513 if (data->destroy) {
1514 int flags;
1515 Py_INCREF(data->destroy)( ((PyObject*)(data->destroy))->ob_refcnt++);
1516 flags = PyCFunction_GET_FLAGS(data->destroy)(((PyCFunctionObject *)data->destroy) -> m_ml -> ml_flags
)
;
1517#ifdef METH_O0x0008
1518 data->delargs = !(flags & (METH_O0x0008));
1519#else
1520 data->delargs = 0;
1521#endif
1522 } else {
1523 data->delargs = 0;
1524 }
1525 data->implicitconv = 0;
1526 data->pytype = 0;
1527 return data;
1528 }
1529}
1530
1531SWIGRUNTIMEstatic __attribute__ ((__unused__)) void
1532SwigPyClientData_Del(SwigPyClientData *data) {
1533 Py_XDECREF(data->newraw)do { if ((data->newraw) == __null) ; else do { if ( --((PyObject
*)(data->newraw))->ob_refcnt != 0) ; else ( (*(((PyObject
*)((PyObject *)(data->newraw)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(data->newraw)))); } while (0);
} while (0)
;
1534 Py_XDECREF(data->newargs)do { if ((data->newargs) == __null) ; else do { if ( --((PyObject
*)(data->newargs))->ob_refcnt != 0) ; else ( (*(((PyObject
*)((PyObject *)(data->newargs)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(data->newargs)))); } while (0)
; } while (0)
;
1535 Py_XDECREF(data->destroy)do { if ((data->destroy) == __null) ; else do { if ( --((PyObject
*)(data->destroy))->ob_refcnt != 0) ; else ( (*(((PyObject
*)((PyObject *)(data->destroy)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(data->destroy)))); } while (0)
; } while (0)
;
1536}
1537
1538/* =============== SwigPyObject =====================*/
1539
1540typedef struct {
1541 PyObject_HEADPy_ssize_t ob_refcnt; struct _typeobject *ob_type;
1542 void *ptr;
1543 swig_type_info *ty;
1544 int own;
1545 PyObject *next;
1546#ifdef SWIGPYTHON_BUILTIN
1547 PyObject *dict;
1548#endif
1549} SwigPyObject;
1550
1551
1552#ifdef SWIGPYTHON_BUILTIN
1553
1554SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
1555SwigPyObject_get___dict__(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
1556{
1557 SwigPyObject *sobj = (SwigPyObject *)v;
1558
1559 if (!sobj->dict)
1560 sobj->dict = PyDict_New();
1561
1562 Py_INCREF(sobj->dict)( ((PyObject*)(sobj->dict))->ob_refcnt++);
1563 return sobj->dict;
1564}
1565
1566#endif
1567
1568SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
1569SwigPyObject_long(SwigPyObject *v)
1570{
1571 return PyLong_FromVoidPtr(v->ptr);
1572}
1573
1574SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
1575SwigPyObject_format(const char* fmt, SwigPyObject *v)
1576{
1577 PyObject *res = NULL__null;
1578 PyObject *args = PyTuple_New(1);
1579 if (args) {
1580 if (PyTuple_SetItem(args, 0, SwigPyObject_long(v)) == 0) {
1581 PyObject *ofmt = SWIG_Python_str_FromChar(fmt);
1582 if (ofmt) {
1583#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
1584 res = PyUnicode_FormatPyUnicodeUCS4_Format(ofmt,args);
1585#else
1586 res = PyString_Format(ofmt,args);
1587#endif
1588 Py_DECREF(ofmt)do { if ( --((PyObject*)(ofmt))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(ofmt)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(ofmt)))); } while (0)
;
1589 }
1590 Py_DECREF(args)do { if ( --((PyObject*)(args))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(args)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(args)))); } while (0)
;
1591 }
1592 }
1593 return res;
1594}
1595
1596SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
1597SwigPyObject_oct(SwigPyObject *v)
1598{
1599 return SwigPyObject_format("%o",v);
1600}
1601
1602SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
1603SwigPyObject_hex(SwigPyObject *v)
1604{
1605 return SwigPyObject_format("%x",v);
1606}
1607
1608SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
1609#ifdef METH_NOARGS0x0004
1610SwigPyObject_repr(SwigPyObject *v)
1611#else
1612SwigPyObject_repr(SwigPyObject *v, PyObject *args)
1613#endif
1614{
1615 const char *name = SWIG_TypePrettyName(v->ty);
1616 PyObject *repr = SWIG_Python_str_FromFormatPyString_FromFormat("<Swig Object of type '%s' at %p>", (name ? name : "unknown"), (void *)v);
1617 if (v->next) {
1618# ifdef METH_NOARGS0x0004
1619 PyObject *nrep = SwigPyObject_repr((SwigPyObject *)v->next);
1620# else
1621 PyObject *nrep = SwigPyObject_repr((SwigPyObject *)v->next, args);
1622# endif
1623# if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
1624 PyObject *joined = PyUnicode_ConcatPyUnicodeUCS4_Concat(repr, nrep);
1625 Py_DecRef(repr);
1626 Py_DecRef(nrep);
1627 repr = joined;
1628# else
1629 PyString_ConcatAndDel(&repr,nrep);
1630# endif
1631 }
1632 return repr;
1633}
1634
1635SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
1636SwigPyObject_compare(SwigPyObject *v, SwigPyObject *w)
1637{
1638 void *i = v->ptr;
1639 void *j = w->ptr;
1640 return (i < j) ? -1 : ((i > j) ? 1 : 0);
1641}
1642
1643/* Added for Python 3.x, would it also be useful for Python 2.x? */
1644SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject*
1645SwigPyObject_richcompare(SwigPyObject *v, SwigPyObject *w, int op)
1646{
1647 PyObject* res;
1648 if( op != Py_EQ2 && op != Py_NE3 ) {
1649 Py_INCREF(Py_NotImplemented)( ((PyObject*)((&_Py_NotImplementedStruct)))->ob_refcnt
++)
;
1650 return Py_NotImplemented(&_Py_NotImplementedStruct);
1651 }
1652 res = PyBool_FromLong( (SwigPyObject_compare(v, w)==0) == (op == Py_EQ2) ? 1 : 0);
1653 return res;
1654}
1655
1656
1657SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyTypeObject* SwigPyObject_TypeOnce(void);
1658
1659#ifdef SWIGPYTHON_BUILTIN
1660static swig_type_info *SwigPyObject_stype = 0;
1661SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyTypeObject*
1662SwigPyObject_type(void) {
1663 SwigPyClientData *cd;
1664 assert(SwigPyObject_stype)((SwigPyObject_stype) ? static_cast<void> (0) : __assert_fail
("SwigPyObject_stype", "/build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp"
, 1664, __PRETTY_FUNCTION__))
;
1665 cd = (SwigPyClientData*) SwigPyObject_stype->clientdata;
1666 assert(cd)((cd) ? static_cast<void> (0) : __assert_fail ("cd", "/build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp"
, 1666, __PRETTY_FUNCTION__))
;
1667 assert(cd->pytype)((cd->pytype) ? static_cast<void> (0) : __assert_fail
("cd->pytype", "/build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp"
, 1667, __PRETTY_FUNCTION__))
;
1668 return cd->pytype;
1669}
1670#else
1671SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyTypeObject*
1672SwigPyObject_type(void) {
1673 static PyTypeObject *SWIG_STATIC_POINTER(type)type = SwigPyObject_TypeOnce();
1674 return type;
1675}
1676#endif
1677
1678SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline int
1679SwigPyObject_Check(PyObject *op) {
1680#ifdef SWIGPYTHON_BUILTIN
1681 PyTypeObject *target_tp = SwigPyObject_type();
1682 if (PyType_IsSubtype(op->ob_type, target_tp))
1683 return 1;
1684 return (strcmp(op->ob_type->tp_name, "SwigPyObject") == 0);
1685#else
1686 return (Py_TYPE(op)(((PyObject*)(op))->ob_type) == SwigPyObject_type())
1687 || (strcmp(Py_TYPE(op)(((PyObject*)(op))->ob_type)->tp_name,"SwigPyObject") == 0);
1688#endif
1689}
1690
1691SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
1692SwigPyObject_New(void *ptr, swig_type_info *ty, int own);
1693
1694SWIGRUNTIMEstatic __attribute__ ((__unused__)) void
1695SwigPyObject_dealloc(PyObject *v)
1696{
1697 SwigPyObject *sobj = (SwigPyObject *) v;
1698 PyObject *next = sobj->next;
1699 if (sobj->own == SWIG_POINTER_OWN0x1) {
1700 swig_type_info *ty = sobj->ty;
1701 SwigPyClientData *data = ty ? (SwigPyClientData *) ty->clientdata : 0;
1702 PyObject *destroy = data ? data->destroy : 0;
1703 if (destroy) {
1704 /* destroy is always a VARARGS method */
1705 PyObject *res;
1706
1707 /* PyObject_CallFunction() has the potential to silently drop
1708 the active active exception. In cases of unnamed temporary
1709 variable or where we just finished iterating over a generator
1710 StopIteration will be active right now, and this needs to
1711 remain true upon return from SwigPyObject_dealloc. So save
1712 and restore. */
1713
1714 PyObject *val = NULL__null, *type = NULL__null, *tb = NULL__null;
1715 PyErr_Fetch(&val, &type, &tb);
1716
1717 if (data->delargs) {
1718 /* we need to create a temporary object to carry the destroy operation */
1719 PyObject *tmp = SwigPyObject_New(sobj->ptr, ty, 0);
1720 res = SWIG_Python_CallFunctor(destroy, tmp)PyObject_CallFunctionObjArgs(destroy, tmp, __null);;
1721 Py_DECREF(tmp)do { if ( --((PyObject*)(tmp))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(tmp)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(tmp)))); } while (0)
;
1722 } else {
1723 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy)(((PyCFunctionObject *)destroy) -> m_ml -> ml_meth);
1724 PyObject *mself = PyCFunction_GET_SELF(destroy)(((PyCFunctionObject *)destroy) -> m_self);
1725 res = ((*meth)(mself, v));
1726 }
1727 if (!res)
1728 PyErr_WriteUnraisable(destroy);
1729
1730 PyErr_Restore(val, type, tb);
1731
1732 Py_XDECREF(res)do { if ((res) == __null) ; else do { if ( --((PyObject*)(res
))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject *)(
res)))->ob_type)->tp_dealloc)((PyObject *)((PyObject *)
(res)))); } while (0); } while (0)
;
1733 }
1734#if !defined(SWIG_PYTHON_SILENT_MEMLEAK)
1735 else {
1736 const char *name = SWIG_TypePrettyName(ty);
1737 printf("swig/python detected a memory leak of type '%s', no destructor found.\n", (name ? name : "unknown"));
1738 }
1739#endif
1740 }
1741 Py_XDECREF(next)do { if ((next) == __null) ; else do { if ( --((PyObject*)(next
))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject *)(
next)))->ob_type)->tp_dealloc)((PyObject *)((PyObject *
)(next)))); } while (0); } while (0)
;
1742 PyObject_DELPyObject_Free(v);
1743}
1744
1745SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject*
1746SwigPyObject_append(PyObject* v, PyObject* next)
1747{
1748 SwigPyObject *sobj = (SwigPyObject *) v;
1749#ifndef METH_O0x0008
1750 PyObject *tmp = 0;
1751 if (!PyArg_ParseTuple(next,(char *)"O:append", &tmp)) return NULL__null;
1752 next = tmp;
1753#endif
1754 if (!SwigPyObject_Check(next)) {
1755 PyErr_SetString(PyExc_TypeError, "Attempt to append a non SwigPyObject");
1756 return NULL__null;
1757 }
1758 sobj->next = next;
1759 Py_INCREF(next)( ((PyObject*)(next))->ob_refcnt++);
1760 return SWIG_Py_Void();
1761}
1762
1763SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject*
1764#ifdef METH_NOARGS0x0004
1765SwigPyObject_next(PyObject* v)
1766#else
1767SwigPyObject_next(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1768#endif
1769{
1770 SwigPyObject *sobj = (SwigPyObject *) v;
1771 if (sobj->next) {
1772 Py_INCREF(sobj->next)( ((PyObject*)(sobj->next))->ob_refcnt++);
1773 return sobj->next;
1774 } else {
1775 return SWIG_Py_Void();
1776 }
1777}
1778
1779SWIGINTERNstatic __attribute__ ((__unused__)) PyObject*
1780#ifdef METH_NOARGS0x0004
1781SwigPyObject_disown(PyObject *v)
1782#else
1783SwigPyObject_disown(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1784#endif
1785{
1786 SwigPyObject *sobj = (SwigPyObject *)v;
1787 sobj->own = 0;
1788 return SWIG_Py_Void();
1789}
1790
1791SWIGINTERNstatic __attribute__ ((__unused__)) PyObject*
1792#ifdef METH_NOARGS0x0004
1793SwigPyObject_acquire(PyObject *v)
1794#else
1795SwigPyObject_acquire(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1796#endif
1797{
1798 SwigPyObject *sobj = (SwigPyObject *)v;
1799 sobj->own = SWIG_POINTER_OWN0x1;
1800 return SWIG_Py_Void();
1801}
1802
1803SWIGINTERNstatic __attribute__ ((__unused__)) PyObject*
1804SwigPyObject_own(PyObject *v, PyObject *args)
1805{
1806 PyObject *val = 0;
1807#if (PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02020000)
1808 if (!PyArg_ParseTuple(args,(char *)"|O:own",&val))
1809#elif (PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02050000)
1810 if (!PyArg_UnpackTuple(args, (char *)"own", 0, 1, &val))
1811#else
1812 if (!PyArg_UnpackTuple(args, "own", 0, 1, &val))
1813#endif
1814 {
1815 return NULL__null;
1816 }
1817 else
1818 {
1819 SwigPyObject *sobj = (SwigPyObject *)v;
1820 PyObject *obj = PyBool_FromLong(sobj->own);
1821 if (val) {
1822#ifdef METH_NOARGS0x0004
1823 if (PyObject_IsTrue(val)) {
1824 SwigPyObject_acquire(v);
1825 } else {
1826 SwigPyObject_disown(v);
1827 }
1828#else
1829 if (PyObject_IsTrue(val)) {
1830 SwigPyObject_acquire(v,args);
1831 } else {
1832 SwigPyObject_disown(v,args);
1833 }
1834#endif
1835 }
1836 return obj;
1837 }
1838}
1839
1840#ifdef METH_O0x0008
1841static PyMethodDef
1842swigobject_methods[] = {
1843 {(char *)"disown", (PyCFunction)SwigPyObject_disown, METH_NOARGS0x0004, (char *)"releases ownership of the pointer"},
1844 {(char *)"acquire", (PyCFunction)SwigPyObject_acquire, METH_NOARGS0x0004, (char *)"acquires ownership of the pointer"},
1845 {(char *)"own", (PyCFunction)SwigPyObject_own, METH_VARARGS0x0001, (char *)"returns/sets ownership of the pointer"},
1846 {(char *)"append", (PyCFunction)SwigPyObject_append, METH_O0x0008, (char *)"appends another 'this' object"},
1847 {(char *)"next", (PyCFunction)SwigPyObject_next, METH_NOARGS0x0004, (char *)"returns the next 'this' object"},
1848 {(char *)"__repr__",(PyCFunction)SwigPyObject_repr, METH_NOARGS0x0004, (char *)"returns object representation"},
1849 {0, 0, 0, 0}
1850};
1851#else
1852static PyMethodDef
1853swigobject_methods[] = {
1854 {(char *)"disown", (PyCFunction)SwigPyObject_disown, METH_VARARGS0x0001, (char *)"releases ownership of the pointer"},
1855 {(char *)"acquire", (PyCFunction)SwigPyObject_acquire, METH_VARARGS0x0001, (char *)"acquires ownership of the pointer"},
1856 {(char *)"own", (PyCFunction)SwigPyObject_own, METH_VARARGS0x0001, (char *)"returns/sets ownership of the pointer"},
1857 {(char *)"append", (PyCFunction)SwigPyObject_append, METH_VARARGS0x0001, (char *)"appends another 'this' object"},
1858 {(char *)"next", (PyCFunction)SwigPyObject_next, METH_VARARGS0x0001, (char *)"returns the next 'this' object"},
1859 {(char *)"__repr__",(PyCFunction)SwigPyObject_repr, METH_VARARGS0x0001, (char *)"returns object representation"},
1860 {0, 0, 0, 0}
1861};
1862#endif
1863
1864#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02020000
1865SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *
1866SwigPyObject_getattr(SwigPyObject *sobj,char *name)
1867{
1868 return Py_FindMethod(swigobject_methods, (PyObject *)sobj, name);
1869}
1870#endif
1871
1872SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyTypeObject*
1873SwigPyObject_TypeOnce(void) {
1874 static char swigobject_doc[] = "Swig object carries a C/C++ instance pointer";
1875
1876 static PyNumberMethods SwigPyObject_as_number = {
1877 (binaryfunc)0, /*nb_add*/
1878 (binaryfunc)0, /*nb_subtract*/
1879 (binaryfunc)0, /*nb_multiply*/
1880 /* nb_divide removed in Python 3 */
1881#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x03000000
1882 (binaryfunc)0, /*nb_divide*/
1883#endif
1884 (binaryfunc)0, /*nb_remainder*/
1885 (binaryfunc)0, /*nb_divmod*/
1886 (ternaryfunc)0,/*nb_power*/
1887 (unaryfunc)0, /*nb_negative*/
1888 (unaryfunc)0, /*nb_positive*/
1889 (unaryfunc)0, /*nb_absolute*/
1890 (inquiry)0, /*nb_nonzero*/
1891 0, /*nb_invert*/
1892 0, /*nb_lshift*/
1893 0, /*nb_rshift*/
1894 0, /*nb_and*/
1895 0, /*nb_xor*/
1896 0, /*nb_or*/
1897#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x03000000
1898 0, /*nb_coerce*/
1899#endif
1900 (unaryfunc)SwigPyObject_long, /*nb_int*/
1901#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x03000000
1902 (unaryfunc)SwigPyObject_long, /*nb_long*/
1903#else
1904 0, /*nb_reserved*/
1905#endif
1906 (unaryfunc)0, /*nb_float*/
1907#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x03000000
1908 (unaryfunc)SwigPyObject_oct, /*nb_oct*/
1909 (unaryfunc)SwigPyObject_hex, /*nb_hex*/
1910#endif
1911#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03050000 /* 3.5 */
1912 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_matrix_multiply */
1913#elif PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000 /* 3.0 */
1914 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_index, nb_inplace_divide removed */
1915#elif PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02050000 /* 2.5.0 */
1916 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_index */
1917#elif PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02020000 /* 2.2.0 */
1918 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_true_divide */
1919#elif PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02000000 /* 2.0.0 */
1920 0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_or */
1921#endif
1922 };
1923
1924 static PyTypeObject swigpyobject_type;
1925 static int type_init = 0;
1926 if (!type_init) {
1927 const PyTypeObject tmp = {
1928 /* PyObject header changed in Python 3 */
1929#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
1930 PyVarObject_HEAD_INIT(NULL, 0)1, __null, 0,
1931#else
1932 PyObject_HEAD_INIT(NULL)1, __null,
1933 0, /* ob_size */
1934#endif
1935 (char *)"SwigPyObject", /* tp_name */
1936 sizeof(SwigPyObject), /* tp_basicsize */
1937 0, /* tp_itemsize */
1938 (destructor)SwigPyObject_dealloc, /* tp_dealloc */
1939 0, /* tp_print */
1940#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02020000
1941 (getattrfunc)SwigPyObject_getattr, /* tp_getattr */
1942#else
1943 (getattrfunc)0, /* tp_getattr */
1944#endif
1945 (setattrfunc)0, /* tp_setattr */
1946#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
1947 0, /* tp_reserved in 3.0.1, tp_compare in 3.0.0 but not used */
1948#else
1949 (cmpfunc)SwigPyObject_compare, /* tp_compare */
1950#endif
1951 (reprfunc)SwigPyObject_repr, /* tp_repr */
1952 &SwigPyObject_as_number, /* tp_as_number */
1953 0, /* tp_as_sequence */
1954 0, /* tp_as_mapping */
1955 (hashfunc)0, /* tp_hash */
1956 (ternaryfunc)0, /* tp_call */
1957 0, /* tp_str */
1958 PyObject_GenericGetAttr, /* tp_getattro */
1959 0, /* tp_setattro */
1960 0, /* tp_as_buffer */
1961 Py_TPFLAGS_DEFAULT( (1L<<0) | (1L<<1) | (1L<<3) | (1L<<
5) | (1L<<6) | (1L<<7) | (1L<<8) | 0 | (1L<<
17) | 0)
, /* tp_flags */
1962 swigobject_doc, /* tp_doc */
1963 0, /* tp_traverse */
1964 0, /* tp_clear */
1965 (richcmpfunc)SwigPyObject_richcompare,/* tp_richcompare */
1966 0, /* tp_weaklistoffset */
1967#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02020000
1968 0, /* tp_iter */
1969 0, /* tp_iternext */
1970 swigobject_methods, /* tp_methods */
1971 0, /* tp_members */
1972 0, /* tp_getset */
1973 0, /* tp_base */
1974 0, /* tp_dict */
1975 0, /* tp_descr_get */
1976 0, /* tp_descr_set */
1977 0, /* tp_dictoffset */
1978 0, /* tp_init */
1979 0, /* tp_alloc */
1980 0, /* tp_new */
1981 0, /* tp_free */
1982 0, /* tp_is_gc */
1983 0, /* tp_bases */
1984 0, /* tp_mro */
1985 0, /* tp_cache */
1986 0, /* tp_subclasses */
1987 0, /* tp_weaklist */
1988#endif
1989#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02030000
1990 0, /* tp_del */
1991#endif
1992#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02060000
1993 0, /* tp_version_tag */
1994#endif
1995#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03040000
1996 0, /* tp_finalize */
1997#endif
1998#ifdef COUNT_ALLOCS
1999 0, /* tp_allocs */
2000 0, /* tp_frees */
2001 0, /* tp_maxalloc */
2002#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02050000
2003 0, /* tp_prev */
2004#endif
2005 0 /* tp_next */
2006#endif
2007 };
2008 swigpyobject_type = tmp;
2009 type_init = 1;
2010#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02020000
2011 swigpyobject_type.ob_type = &PyType_Type;
2012#else
2013 if (PyType_Ready(&swigpyobject_type) < 0)
2014 return NULL__null;
2015#endif
2016 }
2017 return &swigpyobject_type;
2018}
2019
2020SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
2021SwigPyObject_New(void *ptr, swig_type_info *ty, int own)
2022{
2023 SwigPyObject *sobj = PyObject_NEW(SwigPyObject, SwigPyObject_type())( (SwigPyObject *) PyObject_Init( (PyObject *) PyObject_Malloc
( ( (SwigPyObject_type())->tp_basicsize ) ), (SwigPyObject_type
())) )
;
2024 if (sobj) {
2025 sobj->ptr = ptr;
2026 sobj->ty = ty;
2027 sobj->own = own;
2028 sobj->next = 0;
2029 }
2030 return (PyObject *)sobj;
2031}
2032
2033/* -----------------------------------------------------------------------------
2034 * Implements a simple Swig Packed type, and use it instead of string
2035 * ----------------------------------------------------------------------------- */
2036
2037typedef struct {
2038 PyObject_HEADPy_ssize_t ob_refcnt; struct _typeobject *ob_type;
2039 void *pack;
2040 swig_type_info *ty;
2041 size_t size;
2042} SwigPyPacked;
2043
2044SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
2045SwigPyPacked_print(SwigPyPacked *v, FILE *fp, int SWIGUNUSEDPARM(flags))
2046{
2047 char result[SWIG_BUFFER_SIZE1024];
2048 fputs("<Swig Packed ", fp);
2049 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) {
2050 fputs("at ", fp);
2051 fputs(result, fp);
2052 }
2053 fputs(v->ty->name,fp);
2054 fputs(">", fp);
2055 return 0;
2056}
2057
2058SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
2059SwigPyPacked_repr(SwigPyPacked *v)
2060{
2061 char result[SWIG_BUFFER_SIZE1024];
2062 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) {
2063 return SWIG_Python_str_FromFormatPyString_FromFormat("<Swig Packed at %s%s>", result, v->ty->name);
2064 } else {
2065 return SWIG_Python_str_FromFormatPyString_FromFormat("<Swig Packed %s>", v->ty->name);
2066 }
2067}
2068
2069SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
2070SwigPyPacked_str(SwigPyPacked *v)
2071{
2072 char result[SWIG_BUFFER_SIZE1024];
2073 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))){
2074 return SWIG_Python_str_FromFormatPyString_FromFormat("%s%s", result, v->ty->name);
2075 } else {
2076 return SWIG_Python_str_FromChar(v->ty->name);
2077 }
2078}
2079
2080SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
2081SwigPyPacked_compare(SwigPyPacked *v, SwigPyPacked *w)
2082{
2083 size_t i = v->size;
2084 size_t j = w->size;
2085 int s = (i < j) ? -1 : ((i > j) ? 1 : 0);
2086 return s ? s : strncmp((char *)v->pack, (char *)w->pack, 2*v->size);
2087}
2088
2089SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyTypeObject* SwigPyPacked_TypeOnce(void);
2090
2091SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyTypeObject*
2092SwigPyPacked_type(void) {
2093 static PyTypeObject *SWIG_STATIC_POINTER(type)type = SwigPyPacked_TypeOnce();
2094 return type;
2095}
2096
2097SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline int
2098SwigPyPacked_Check(PyObject *op) {
2099 return ((op)->ob_type == SwigPyPacked_TypeOnce())
2100 || (strcmp((op)->ob_type->tp_name,"SwigPyPacked") == 0);
2101}
2102
2103SWIGRUNTIMEstatic __attribute__ ((__unused__)) void
2104SwigPyPacked_dealloc(PyObject *v)
2105{
2106 if (SwigPyPacked_Check(v)) {
2107 SwigPyPacked *sobj = (SwigPyPacked *) v;
2108 free(sobj->pack);
2109 }
2110 PyObject_DELPyObject_Free(v);
2111}
2112
2113SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyTypeObject*
2114SwigPyPacked_TypeOnce(void) {
2115 static char swigpacked_doc[] = "Swig object carries a C/C++ instance pointer";
2116 static PyTypeObject swigpypacked_type;
2117 static int type_init = 0;
2118 if (!type_init) {
2119 const PyTypeObject tmp = {
2120 /* PyObject header changed in Python 3 */
2121#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>=0x03000000
2122 PyVarObject_HEAD_INIT(NULL, 0)1, __null, 0,
2123#else
2124 PyObject_HEAD_INIT(NULL)1, __null,
2125 0, /* ob_size */
2126#endif
2127 (char *)"SwigPyPacked", /* tp_name */
2128 sizeof(SwigPyPacked), /* tp_basicsize */
2129 0, /* tp_itemsize */
2130 (destructor)SwigPyPacked_dealloc, /* tp_dealloc */
2131 (printfunc)SwigPyPacked_print, /* tp_print */
2132 (getattrfunc)0, /* tp_getattr */
2133 (setattrfunc)0, /* tp_setattr */
2134#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>=0x03000000
2135 0, /* tp_reserved in 3.0.1 */
2136#else
2137 (cmpfunc)SwigPyPacked_compare, /* tp_compare */
2138#endif
2139 (reprfunc)SwigPyPacked_repr, /* tp_repr */
2140 0, /* tp_as_number */
2141 0, /* tp_as_sequence */
2142 0, /* tp_as_mapping */
2143 (hashfunc)0, /* tp_hash */
2144 (ternaryfunc)0, /* tp_call */
2145 (reprfunc)SwigPyPacked_str, /* tp_str */
2146 PyObject_GenericGetAttr, /* tp_getattro */
2147 0, /* tp_setattro */
2148 0, /* tp_as_buffer */
2149 Py_TPFLAGS_DEFAULT( (1L<<0) | (1L<<1) | (1L<<3) | (1L<<
5) | (1L<<6) | (1L<<7) | (1L<<8) | 0 | (1L<<
17) | 0)
, /* tp_flags */
2150 swigpacked_doc, /* tp_doc */
2151 0, /* tp_traverse */
2152 0, /* tp_clear */
2153 0, /* tp_richcompare */
2154 0, /* tp_weaklistoffset */
2155#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02020000
2156 0, /* tp_iter */
2157 0, /* tp_iternext */
2158 0, /* tp_methods */
2159 0, /* tp_members */
2160 0, /* tp_getset */
2161 0, /* tp_base */
2162 0, /* tp_dict */
2163 0, /* tp_descr_get */
2164 0, /* tp_descr_set */
2165 0, /* tp_dictoffset */
2166 0, /* tp_init */
2167 0, /* tp_alloc */
2168 0, /* tp_new */
2169 0, /* tp_free */
2170 0, /* tp_is_gc */
2171 0, /* tp_bases */
2172 0, /* tp_mro */
2173 0, /* tp_cache */
2174 0, /* tp_subclasses */
2175 0, /* tp_weaklist */
2176#endif
2177#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02030000
2178 0, /* tp_del */
2179#endif
2180#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02060000
2181 0, /* tp_version_tag */
2182#endif
2183#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03040000
2184 0, /* tp_finalize */
2185#endif
2186#ifdef COUNT_ALLOCS
2187 0, /* tp_allocs */
2188 0, /* tp_frees */
2189 0, /* tp_maxalloc */
2190#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02050000
2191 0, /* tp_prev */
2192#endif
2193 0 /* tp_next */
2194#endif
2195 };
2196 swigpypacked_type = tmp;
2197 type_init = 1;
2198#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02020000
2199 swigpypacked_type.ob_type = &PyType_Type;
2200#else
2201 if (PyType_Ready(&swigpypacked_type) < 0)
2202 return NULL__null;
2203#endif
2204 }
2205 return &swigpypacked_type;
2206}
2207
2208SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
2209SwigPyPacked_New(void *ptr, size_t size, swig_type_info *ty)
2210{
2211 SwigPyPacked *sobj = PyObject_NEW(SwigPyPacked, SwigPyPacked_type())( (SwigPyPacked *) PyObject_Init( (PyObject *) PyObject_Malloc
( ( (SwigPyPacked_type())->tp_basicsize ) ), (SwigPyPacked_type
())) )
;
2212 if (sobj) {
2213 void *pack = malloc(size);
2214 if (pack) {
2215 memcpy(pack, ptr, size);
2216 sobj->pack = pack;
2217 sobj->ty = ty;
2218 sobj->size = size;
2219 } else {
2220 PyObject_DELPyObject_Free((PyObject *) sobj);
2221 sobj = 0;
2222 }
2223 }
2224 return (PyObject *) sobj;
2225}
2226
2227SWIGRUNTIMEstatic __attribute__ ((__unused__)) swig_type_info *
2228SwigPyPacked_UnpackData(PyObject *obj, void *ptr, size_t size)
2229{
2230 if (SwigPyPacked_Check(obj)) {
2231 SwigPyPacked *sobj = (SwigPyPacked *)obj;
2232 if (sobj->size != size) return 0;
2233 memcpy(ptr, sobj->pack, size);
2234 return sobj->ty;
2235 } else {
2236 return 0;
2237 }
2238}
2239
2240/* -----------------------------------------------------------------------------
2241 * pointers/data manipulation
2242 * ----------------------------------------------------------------------------- */
2243
2244SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline PyObject *
2245_SWIG_This(void)
2246{
2247 return SWIG_Python_str_FromChar("this");
2248}
2249
2250static PyObject *swig_this = NULL__null;
2251
2252SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
2253SWIG_This(void)
2254{
2255 if (swig_this == NULL__null)
2256 swig_this = _SWIG_This();
2257 return swig_this;
2258}
2259
2260/* #define SWIG_PYTHON_SLOW_GETSET_THIS */
2261
2262/* TODO: I don't know how to implement the fast getset in Python 3 right now */
2263#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>=0x03000000
2264#define SWIG_PYTHON_SLOW_GETSET_THIS
2265#endif
2266
2267SWIGRUNTIMEstatic __attribute__ ((__unused__)) SwigPyObject *
2268SWIG_Python_GetSwigThis(PyObject *pyobj)
2269{
2270 PyObject *obj;
2271
2272 if (SwigPyObject_Check(pyobj))
2273 return (SwigPyObject *) pyobj;
2274
2275#ifdef SWIGPYTHON_BUILTIN
2276 (void)obj;
2277# ifdef PyWeakref_CheckProxy
2278 if (PyWeakref_CheckProxy(pyobj)(((((PyObject*)(pyobj))->ob_type) == &_PyWeakref_ProxyType
) || ((((PyObject*)(pyobj))->ob_type) == &_PyWeakref_CallableProxyType
))
) {
2279 pyobj = PyWeakref_GET_OBJECT(pyobj)((((PyObject*)(((PyWeakReference *)(pyobj))->wr_object))->
ob_refcnt) > 0 ? ((PyWeakReference *)(pyobj))->wr_object
: (&_Py_NoneStruct))
;
2280 if (pyobj && SwigPyObject_Check(pyobj))
2281 return (SwigPyObject*) pyobj;
2282 }
2283# endif
2284 return NULL__null;
2285#else
2286
2287 obj = 0;
2288
2289#if (!defined(SWIG_PYTHON_SLOW_GETSET_THIS) && (PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02030000))
2290 if (PyInstance_Check(pyobj)((pyobj)->ob_type == &PyInstance_Type)) {
2291 obj = _PyInstance_Lookup(pyobj, SWIG_This());
2292 } else {
2293 PyObject **dictptr = _PyObject_GetDictPtr(pyobj);
2294 if (dictptr != NULL__null) {
2295 PyObject *dict = *dictptr;
2296 obj = dict ? PyDict_GetItem(dict, SWIG_This()) : 0;
2297 } else {
2298#ifdef PyWeakref_CheckProxy
2299 if (PyWeakref_CheckProxy(pyobj)(((((PyObject*)(pyobj))->ob_type) == &_PyWeakref_ProxyType
) || ((((PyObject*)(pyobj))->ob_type) == &_PyWeakref_CallableProxyType
))
) {
2300 PyObject *wobj = PyWeakref_GET_OBJECT(pyobj)((((PyObject*)(((PyWeakReference *)(pyobj))->wr_object))->
ob_refcnt) > 0 ? ((PyWeakReference *)(pyobj))->wr_object
: (&_Py_NoneStruct))
;
2301 return wobj ? SWIG_Python_GetSwigThis(wobj) : 0;
2302 }
2303#endif
2304 obj = PyObject_GetAttr(pyobj,SWIG_This());
2305 if (obj) {
2306 Py_DECREF(obj)do { if ( --((PyObject*)(obj))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(obj)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(obj)))); } while (0)
;
2307 } else {
2308 if (PyErr_Occurred()) PyErr_Clear();
2309 return 0;
2310 }
2311 }
2312 }
2313#else
2314 obj = PyObject_GetAttr(pyobj,SWIG_This());
2315 if (obj) {
2316 Py_DECREF(obj)do { if ( --((PyObject*)(obj))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(obj)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(obj)))); } while (0)
;
2317 } else {
2318 if (PyErr_Occurred()) PyErr_Clear();
2319 return 0;
2320 }
2321#endif
2322 if (obj && !SwigPyObject_Check(obj)) {
2323 /* a PyObject is called 'this', try to get the 'real this'
2324 SwigPyObject from it */
2325 return SWIG_Python_GetSwigThis(obj);
2326 }
2327 return (SwigPyObject *)obj;
2328#endif
2329}
2330
2331/* Acquire a pointer value */
2332
2333SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
2334SWIG_Python_AcquirePtr(PyObject *obj, int own) {
2335 if (own == SWIG_POINTER_OWN0x1) {
2336 SwigPyObject *sobj = SWIG_Python_GetSwigThis(obj);
2337 if (sobj) {
2338 int oldown = sobj->own;
2339 sobj->own = own;
2340 return oldown;
2341 }
2342 }
2343 return 0;
2344}
2345
2346/* Convert a pointer value */
2347
2348SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
2349SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) {
2350 int res;
2351 SwigPyObject *sobj;
2352 int implicit_conv = (flags & SWIG_POINTER_IMPLICIT_CONV(0x1 << 1)) != 0;
2353
2354 if (!obj)
2355 return SWIG_ERROR(-1);
2356 if (obj == Py_None(&_Py_NoneStruct) && !implicit_conv) {
2357 if (ptr)
2358 *ptr = 0;
2359 return SWIG_OK(0);
2360 }
2361
2362 res = SWIG_ERROR(-1);
2363
2364 sobj = SWIG_Python_GetSwigThis(obj);
2365 if (own)
2366 *own = 0;
2367 while (sobj) {
2368 void *vptr = sobj->ptr;
2369 if (ty) {
2370 swig_type_info *to = sobj->ty;
2371 if (to == ty) {
2372 /* no type cast needed */
2373 if (ptr) *ptr = vptr;
2374 break;
2375 } else {
2376 swig_cast_info *tc = SWIG_TypeCheck(to->name,ty);
2377 if (!tc) {
2378 sobj = (SwigPyObject *)sobj->next;
2379 } else {
2380 if (ptr) {
2381 int newmemory = 0;
2382 *ptr = SWIG_TypeCast(tc,vptr,&newmemory);
2383 if (newmemory == SWIG_CAST_NEW_MEMORY0x2) {
2384 assert(own)((own) ? static_cast<void> (0) : __assert_fail ("own", "/build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp"
, 2384, __PRETTY_FUNCTION__))
; /* badly formed typemap which will lead to a memory leak - it must set and use own to delete *ptr */
2385 if (own)
2386 *own = *own | SWIG_CAST_NEW_MEMORY0x2;
2387 }
2388 }
2389 break;
2390 }
2391 }
2392 } else {
2393 if (ptr) *ptr = vptr;
2394 break;
2395 }
2396 }
2397 if (sobj) {
2398 if (own)
2399 *own = *own | sobj->own;
2400 if (flags & SWIG_POINTER_DISOWN0x1) {
2401 sobj->own = 0;
2402 }
2403 res = SWIG_OK(0);
2404 } else {
2405 if (implicit_conv) {
2406 SwigPyClientData *data = ty ? (SwigPyClientData *) ty->clientdata : 0;
2407 if (data && !data->implicitconv) {
2408 PyObject *klass = data->klass;
2409 if (klass) {
2410 PyObject *impconv;
2411 data->implicitconv = 1; /* avoid recursion and call 'explicit' constructors*/
2412 impconv = SWIG_Python_CallFunctor(klass, obj)PyObject_CallFunctionObjArgs(klass, obj, __null);;
2413 data->implicitconv = 0;
2414 if (PyErr_Occurred()) {
2415 PyErr_Clear();
2416 impconv = 0;
2417 }
2418 if (impconv) {
2419 SwigPyObject *iobj = SWIG_Python_GetSwigThis(impconv);
2420 if (iobj) {
2421 void *vptr;
2422 res = SWIG_Python_ConvertPtrAndOwn((PyObject*)iobj, &vptr, ty, 0, 0);
2423 if (SWIG_IsOK(res)(res >= 0)) {
2424 if (ptr) {
2425 *ptr = vptr;
2426 /* transfer the ownership to 'ptr' */
2427 iobj->own = 0;
2428 res = SWIG_AddCast(res)(res);
2429 res = SWIG_AddNewMask(res)((res >= 0) ? (res | ((1 << 8) << 1)) : res);
2430 } else {
2431 res = SWIG_AddCast(res)(res);
2432 }
2433 }
2434 }
2435 Py_DECREF(impconv)do { if ( --((PyObject*)(impconv))->ob_refcnt != 0) ; else
( (*(((PyObject*)((PyObject *)(impconv)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(impconv)))); } while (0)
;
2436 }
2437 }
2438 }
2439 }
2440 if (!SWIG_IsOK(res)(res >= 0) && obj == Py_None(&_Py_NoneStruct)) {
2441 if (ptr)
2442 *ptr = 0;
2443 if (PyErr_Occurred())
2444 PyErr_Clear();
2445 res = SWIG_OK(0);
2446 }
2447 }
2448 return res;
2449}
2450
2451/* Convert a function ptr value */
2452
2453SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
2454SWIG_Python_ConvertFunctionPtr(PyObject *obj, void **ptr, swig_type_info *ty) {
2455 if (!PyCFunction_Check(obj)((((PyObject*)(obj))->ob_type) == &PyCFunction_Type)) {
2456 return SWIG_ConvertPtr(obj, ptr, ty, 0)SWIG_Python_ConvertPtrAndOwn(obj, ptr, ty, 0, 0);
2457 } else {
2458 void *vptr = 0;
2459
2460 /* here we get the method pointer for callbacks */
2461 const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc);
2462 const char *desc = doc ? strstr(doc, "swig_ptr: ") : 0;
2463 if (desc)
2464 desc = ty ? SWIG_UnpackVoidPtr(desc + 10, &vptr, ty->name) : 0;
2465 if (!desc)
2466 return SWIG_ERROR(-1);
2467 if (ty) {
2468 swig_cast_info *tc = SWIG_TypeCheck(desc,ty);
2469 if (tc) {
2470 int newmemory = 0;
2471 *ptr = SWIG_TypeCast(tc,vptr,&newmemory);
2472 assert(!newmemory)((!newmemory) ? static_cast<void> (0) : __assert_fail (
"!newmemory", "/build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp"
, 2472, __PRETTY_FUNCTION__))
; /* newmemory handling not yet implemented */
2473 } else {
2474 return SWIG_ERROR(-1);
2475 }
2476 } else {
2477 *ptr = vptr;
2478 }
2479 return SWIG_OK(0);
2480 }
2481}
2482
2483/* Convert a packed value value */
2484
2485SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
2486SWIG_Python_ConvertPacked(PyObject *obj, void *ptr, size_t sz, swig_type_info *ty) {
2487 swig_type_info *to = SwigPyPacked_UnpackData(obj, ptr, sz);
2488 if (!to) return SWIG_ERROR(-1);
2489 if (ty) {
2490 if (to != ty) {
2491 /* check type cast? */
2492 swig_cast_info *tc = SWIG_TypeCheck(to->name,ty);
2493 if (!tc) return SWIG_ERROR(-1);
2494 }
2495 }
2496 return SWIG_OK(0);
2497}
2498
2499/* -----------------------------------------------------------------------------
2500 * Create a new pointer object
2501 * ----------------------------------------------------------------------------- */
2502
2503/*
2504 Create a new instance object, without calling __init__, and set the
2505 'this' attribute.
2506*/
2507
2508SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject*
2509SWIG_Python_NewShadowInstance(SwigPyClientData *data, PyObject *swig_this)
2510{
2511#if (PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02020000)
2512 PyObject *inst = 0;
2513 PyObject *newraw = data->newraw;
2514 if (newraw) {
2515 inst = PyObject_Call(newraw, data->newargs, NULL__null);
2516 if (inst) {
2517#if !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2518 PyObject **dictptr = _PyObject_GetDictPtr(inst);
2519 if (dictptr != NULL__null) {
2520 PyObject *dict = *dictptr;
2521 if (dict == NULL__null) {
2522 dict = PyDict_New();
2523 *dictptr = dict;
2524 PyDict_SetItem(dict, SWIG_This(), swig_this);
2525 }
2526 }
2527#else
2528 PyObject *key = SWIG_This();
2529 PyObject_SetAttr(inst, key, swig_this);
2530#endif
2531 }
2532 } else {
2533#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
2534 inst = ((PyTypeObject*) data->newargs)->tp_new((PyTypeObject*) data->newargs, Py_None(&_Py_NoneStruct), Py_None(&_Py_NoneStruct));
2535 if (inst) {
2536 PyObject_SetAttr(inst, SWIG_This(), swig_this);
2537 Py_TYPE(inst)(((PyObject*)(inst))->ob_type)->tp_flags &= ~Py_TPFLAGS_VALID_VERSION_TAG(1L<<19);
2538 }
2539#else
2540 PyObject *dict = PyDict_New();
2541 if (dict) {
2542 PyDict_SetItem(dict, SWIG_This(), swig_this);
2543 inst = PyInstance_NewRaw(data->newargs, dict);
2544 Py_DECREF(dict)do { if ( --((PyObject*)(dict))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(dict)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(dict)))); } while (0)
;
2545 }
2546#endif
2547 }
2548 return inst;
2549#else
2550#if (PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02010000)
2551 PyObject *inst = 0;
2552 PyObject *dict = PyDict_New();
2553 if (dict) {
2554 PyDict_SetItem(dict, SWIG_This(), swig_this);
2555 inst = PyInstance_NewRaw(data->newargs, dict);
2556 Py_DECREF(dict)do { if ( --((PyObject*)(dict))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(dict)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(dict)))); } while (0)
;
2557 }
2558 return (PyObject *) inst;
2559#else
2560 PyInstanceObject *inst = PyObject_NEW(PyInstanceObject, &PyInstance_Type)( (PyInstanceObject *) PyObject_Init( (PyObject *) PyObject_Malloc
( ( (&PyInstance_Type)->tp_basicsize ) ), (&PyInstance_Type
)) )
;
2561 if (inst == NULL__null) {
2562 return NULL__null;
2563 }
2564 inst->in_class = (PyClassObject *)data->newargs;
2565 Py_INCREF(inst->in_class)( ((PyObject*)(inst->in_class))->ob_refcnt++);
2566 inst->in_dict = PyDict_New();
2567 if (inst->in_dict == NULL__null) {
2568 Py_DECREF(inst)do { if ( --((PyObject*)(inst))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(inst)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(inst)))); } while (0)
;
2569 return NULL__null;
2570 }
2571#ifdef Py_TPFLAGS_HAVE_WEAKREFS(1L<<6)
2572 inst->in_weakreflist = NULL__null;
2573#endif
2574#ifdef Py_TPFLAGS_GC0
2575 PyObject_GC_Init(inst);
2576#endif
2577 PyDict_SetItem(inst->in_dict, SWIG_This(), swig_this);
2578 return (PyObject *) inst;
2579#endif
2580#endif
2581}
2582
2583SWIGRUNTIMEstatic __attribute__ ((__unused__)) void
2584SWIG_Python_SetSwigThis(PyObject *inst, PyObject *swig_this)
2585{
2586 PyObject *dict;
2587#if (PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02020000) && !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2588 PyObject **dictptr = _PyObject_GetDictPtr(inst);
2589 if (dictptr != NULL__null) {
2590 dict = *dictptr;
2591 if (dict == NULL__null) {
2592 dict = PyDict_New();
2593 *dictptr = dict;
2594 }
2595 PyDict_SetItem(dict, SWIG_This(), swig_this);
2596 return;
2597 }
2598#endif
2599 dict = PyObject_GetAttrString(inst, (char*)"__dict__");
2600 PyDict_SetItem(dict, SWIG_This(), swig_this);
2601 Py_DECREF(dict)do { if ( --((PyObject*)(dict))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(dict)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(dict)))); } while (0)
;
2602}
2603
2604
2605SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *
2606SWIG_Python_InitShadowInstance(PyObject *args) {
2607 PyObject *obj[2];
2608 if (!SWIG_Python_UnpackTuple(args, "swiginit", 2, 2, obj)) {
2609 return NULL__null;
2610 } else {
2611 SwigPyObject *sthis = SWIG_Python_GetSwigThis(obj[0]);
2612 if (sthis) {
2613 SwigPyObject_append((PyObject*) sthis, obj[1]);
2614 } else {
2615 SWIG_Python_SetSwigThis(obj[0], obj[1]);
2616 }
2617 return SWIG_Py_Void();
2618 }
2619}
2620
2621/* Create a new pointer object */
2622
2623SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
2624SWIG_Python_NewPointerObj(PyObject *self, void *ptr, swig_type_info *type, int flags) {
2625 SwigPyClientData *clientdata;
2626 PyObject * robj;
2627 int own;
2628
2629 if (!ptr)
2630 return SWIG_Py_Void();
2631
2632 clientdata = type ? (SwigPyClientData *)(type->clientdata) : 0;
2633 own = (flags & SWIG_POINTER_OWN0x1) ? SWIG_POINTER_OWN0x1 : 0;
2634 if (clientdata && clientdata->pytype) {
2635 SwigPyObject *newobj;
2636 if (flags & SWIG_BUILTIN_TP_INIT(0x1 << 2)) {
2637 newobj = (SwigPyObject*) self;
2638 if (newobj->ptr) {
2639 PyObject *next_self = clientdata->pytype->tp_alloc(clientdata->pytype, 0);
2640 while (newobj->next)
2641 newobj = (SwigPyObject *) newobj->next;
2642 newobj->next = next_self;
2643 newobj = (SwigPyObject *)next_self;
2644#ifdef SWIGPYTHON_BUILTIN
2645 newobj->dict = 0;
2646#endif
2647 }
2648 } else {
2649 newobj = PyObject_New(SwigPyObject, clientdata->pytype)( (SwigPyObject *) _PyObject_New(clientdata->pytype) );
2650#ifdef SWIGPYTHON_BUILTIN
2651 newobj->dict = 0;
2652#endif
2653 }
2654 if (newobj) {
2655 newobj->ptr = ptr;
2656 newobj->ty = type;
2657 newobj->own = own;
2658 newobj->next = 0;
2659 return (PyObject*) newobj;
2660 }
2661 return SWIG_Py_Void();
2662 }
2663
2664 assert(!(flags & SWIG_BUILTIN_TP_INIT))((!(flags & (0x1 << 2))) ? static_cast<void> (
0) : __assert_fail ("!(flags & SWIG_BUILTIN_TP_INIT)", "/build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp"
, 2664, __PRETTY_FUNCTION__))
;
2665
2666 robj = SwigPyObject_New(ptr, type, own);
2667 if (robj && clientdata && !(flags & SWIG_POINTER_NOSHADOW(0x1 << 1))) {
2668 PyObject *inst = SWIG_Python_NewShadowInstance(clientdata, robj);
2669 Py_DECREF(robj)do { if ( --((PyObject*)(robj))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(robj)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(robj)))); } while (0)
;
2670 robj = inst;
2671 }
2672 return robj;
2673}
2674
2675/* Create a new packed object */
2676
2677SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline PyObject *
2678SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type) {
2679 return ptr ? SwigPyPacked_New((void *) ptr, sz, type) : SWIG_Py_Void();
2680}
2681
2682/* -----------------------------------------------------------------------------*
2683 * Get type list
2684 * -----------------------------------------------------------------------------*/
2685
2686#ifdef SWIG_LINK_RUNTIME
2687void *SWIG_ReturnGlobalTypeList(void *);
2688#endif
2689
2690SWIGRUNTIMEstatic __attribute__ ((__unused__)) swig_module_info *
2691SWIG_Python_GetModule(void *SWIGUNUSEDPARM(clientdata)) {
2692 static void *type_pointer = (void *)0;
2693 /* first check if module already created */
2694 if (!type_pointer) {
2695#ifdef SWIG_LINK_RUNTIME
2696 type_pointer = SWIG_ReturnGlobalTypeList((void *)0);
2697#else
2698# ifdef SWIGPY_USE_CAPSULE
2699 type_pointer = PyCapsule_Import(SWIGPY_CAPSULE_NAME((char*)"swig_runtime_data" "4" ".type_pointer_capsule" ), 0);
2700# else
2701 type_pointer = PyCObject_Import((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION"4",
2702 (char*)"type_pointer" SWIG_TYPE_TABLE_NAME);
2703# endif
2704 if (PyErr_Occurred()) {
2705 PyErr_Clear();
2706 type_pointer = (void *)0;
2707 }
2708#endif
2709 }
2710 return (swig_module_info *) type_pointer;
2711}
2712
2713#if PY_MAJOR_VERSION2 < 2
2714/* PyModule_AddObject function was introduced in Python 2.0. The following function
2715 is copied out of Python/modsupport.c in python version 2.3.4 */
2716SWIGINTERNstatic __attribute__ ((__unused__)) int
2717PyModule_AddObject(PyObject *m, char *name, PyObject *o)
2718{
2719 PyObject *dict;
2720 if (!PyModule_Check(m)((((PyObject*)(m))->ob_type) == (&PyModule_Type) || PyType_IsSubtype
((((PyObject*)(m))->ob_type), (&PyModule_Type)))
) {
2721 PyErr_SetString(PyExc_TypeError, "PyModule_AddObject() needs module as first arg");
2722 return SWIG_ERROR(-1);
2723 }
2724 if (!o) {
2725 PyErr_SetString(PyExc_TypeError, "PyModule_AddObject() needs non-NULL value");
2726 return SWIG_ERROR(-1);
2727 }
2728
2729 dict = PyModule_GetDict(m);
2730 if (dict == NULL__null) {
2731 /* Internal error -- modules must have a dict! */
2732 PyErr_Format(PyExc_SystemError, "module '%s' has no __dict__",
2733 PyModule_GetName(m));
2734 return SWIG_ERROR(-1);
2735 }
2736 if (PyDict_SetItemString(dict, name, o))
2737 return SWIG_ERROR(-1);
2738 Py_DECREF(o)do { if ( --((PyObject*)(o))->ob_refcnt != 0) ; else ( (*(
((PyObject*)((PyObject *)(o)))->ob_type)->tp_dealloc)((
PyObject *)((PyObject *)(o)))); } while (0)
;
2739 return SWIG_OK(0);
2740}
2741#endif
2742
2743SWIGRUNTIMEstatic __attribute__ ((__unused__)) void
2744#ifdef SWIGPY_USE_CAPSULE
2745SWIG_Python_DestroyModule(PyObject *obj)
2746#else
2747SWIG_Python_DestroyModule(void *vptr)
2748#endif
2749{
2750#ifdef SWIGPY_USE_CAPSULE
2751 swig_module_info *swig_module = (swig_module_info *) PyCapsule_GetPointer(obj, SWIGPY_CAPSULE_NAME((char*)"swig_runtime_data" "4" ".type_pointer_capsule" ));
2752#else
2753 swig_module_info *swig_module = (swig_module_info *) vptr;
2754#endif
2755 swig_type_info **types = swig_module->types;
2756 size_t i;
2757 for (i =0; i < swig_module->size; ++i) {
2758 swig_type_info *ty = types[i];
2759 if (ty->owndata) {
2760 SwigPyClientData *data = (SwigPyClientData *) ty->clientdata;
2761 if (data) SwigPyClientData_Del(data);
2762 }
2763 }
2764 Py_DECREF(SWIG_This())do { if ( --((PyObject*)(SWIG_This()))->ob_refcnt != 0) ; else
( (*(((PyObject*)((PyObject *)(SWIG_This())))->ob_type)->
tp_dealloc)((PyObject *)((PyObject *)(SWIG_This())))); } while
(0)
;
2765 swig_this = NULL__null;
2766}
2767
2768SWIGRUNTIMEstatic __attribute__ ((__unused__)) void
2769SWIG_Python_SetModule(swig_module_info *swig_module) {
2770#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
2771 /* Add a dummy module object into sys.modules */
2772 PyObject *module = PyImport_AddModule((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION"4");
2773#else
2774 static PyMethodDef swig_empty_runtime_method_table[] = { {NULL__null, NULL__null, 0, NULL__null} }; /* Sentinel */
2775 PyObject *module = Py_InitModule((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION, swig_empty_runtime_method_table)Py_InitModule4_64((char*)"swig_runtime_data" "4", swig_empty_runtime_method_table
, (char *)__null, (PyObject *)__null, 1013)
;
2776#endif
2777#ifdef SWIGPY_USE_CAPSULE
2778 PyObject *pointer = PyCapsule_New((void *) swig_module, SWIGPY_CAPSULE_NAME((char*)"swig_runtime_data" "4" ".type_pointer_capsule" ), SWIG_Python_DestroyModule);
2779 if (pointer && module) {
2780 PyModule_AddObject(module, (char*)"type_pointer_capsule" SWIG_TYPE_TABLE_NAME, pointer);
2781 } else {
2782 Py_XDECREF(pointer)do { if ((pointer) == __null) ; else do { if ( --((PyObject*)
(pointer))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject
*)(pointer)))->ob_type)->tp_dealloc)((PyObject *)((PyObject
*)(pointer)))); } while (0); } while (0)
;
2783 }
2784#else
2785 PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module, SWIG_Python_DestroyModule);
2786 if (pointer && module) {
2787 PyModule_AddObject(module, (char*)"type_pointer" SWIG_TYPE_TABLE_NAME, pointer);
2788 } else {
2789 Py_XDECREF(pointer)do { if ((pointer) == __null) ; else do { if ( --((PyObject*)
(pointer))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject
*)(pointer)))->ob_type)->tp_dealloc)((PyObject *)((PyObject
*)(pointer)))); } while (0); } while (0)
;
2790 }
2791#endif
2792}
2793
2794/* The python cached type query */
2795SWIGRUNTIMEstatic __attribute__ ((__unused__)) PyObject *
2796SWIG_Python_TypeCache(void) {
2797 static PyObject *SWIG_STATIC_POINTER(cache)cache = PyDict_New();
2798 return cache;
2799}
2800
2801SWIGRUNTIMEstatic __attribute__ ((__unused__)) swig_type_info *
2802SWIG_Python_TypeQuery(const char *type)
2803{
2804 PyObject *cache = SWIG_Python_TypeCache();
2805 PyObject *key = SWIG_Python_str_FromChar(type);
2806 PyObject *obj = PyDict_GetItem(cache, key);
2807 swig_type_info *descriptor;
2808 if (obj) {
2809#ifdef SWIGPY_USE_CAPSULE
2810 descriptor = (swig_type_info *) PyCapsule_GetPointer(obj, NULL__null);
2811#else
2812 descriptor = (swig_type_info *) PyCObject_AsVoidPtr(obj);
2813#endif
2814 } else {
2815 swig_module_info *swig_module = SWIG_GetModule(0)SWIG_Python_GetModule(0);
2816 descriptor = SWIG_TypeQueryModule(swig_module, swig_module, type);
2817 if (descriptor) {
2818#ifdef SWIGPY_USE_CAPSULE
2819 obj = PyCapsule_New((void*) descriptor, NULL__null, NULL__null);
2820#else
2821 obj = PyCObject_FromVoidPtr(descriptor, NULL__null);
2822#endif
2823 PyDict_SetItem(cache, key, obj);
2824 Py_DECREF(obj)do { if ( --((PyObject*)(obj))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(obj)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(obj)))); } while (0)
;
2825 }
2826 }
2827 Py_DECREF(key)do { if ( --((PyObject*)(key))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(key)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(key)))); } while (0)
;
2828 return descriptor;
2829}
2830
2831/*
2832 For backward compatibility only
2833*/
2834#define SWIG_POINTER_EXCEPTION0 0
2835#define SWIG_arg_fail(arg)SWIG_Python_ArgFail(arg) SWIG_Python_ArgFail(arg)
2836#define SWIG_MustGetPtr(p, type, argnum, flags)SWIG_Python_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags)
2837
2838SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
2839SWIG_Python_AddErrMesg(const char* mesg, int infront)
2840{
2841 if (PyErr_Occurred()) {
2842 PyObject *type = 0;
2843 PyObject *value = 0;
2844 PyObject *traceback = 0;
2845 PyErr_Fetch(&type, &value, &traceback);
2846 if (value) {
2847 char *tmp;
2848 PyObject *old_str = PyObject_Str(value);
2849 Py_XINCREF(type)do { if ((type) == __null) ; else ( ((PyObject*)(type))->ob_refcnt
++); } while (0)
;
2850 PyErr_Clear();
2851 if (infront) {
2852 PyErr_Format(type, "%s %s", mesg, tmp = SWIG_Python_str_AsChar(old_str));
2853 } else {
2854 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg);
2855 }
2856 SWIG_Python_str_DelForPy3(tmp);
2857 Py_DECREF(old_str)do { if ( --((PyObject*)(old_str))->ob_refcnt != 0) ; else
( (*(((PyObject*)((PyObject *)(old_str)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(old_str)))); } while (0)
;
2858 }
2859 return 1;
2860 } else {
2861 return 0;
2862 }
2863}
2864
2865SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
2866SWIG_Python_ArgFail(int argnum)
2867{
2868 if (PyErr_Occurred()) {
2869 /* add information about failing argument */
2870 char mesg[256];
2871 PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum);
2872 return SWIG_Python_AddErrMesg(mesg, 1);
2873 } else {
2874 return 0;
2875 }
2876}
2877
2878SWIGRUNTIMEINLINEstatic __attribute__ ((__unused__)) inline const char *
2879SwigPyObject_GetDesc(PyObject *self)
2880{
2881 SwigPyObject *v = (SwigPyObject *)self;
2882 swig_type_info *ty = v ? v->ty : 0;
2883 return ty ? ty->str : "";
2884}
2885
2886SWIGRUNTIMEstatic __attribute__ ((__unused__)) void
2887SWIG_Python_TypeError(const char *type, PyObject *obj)
2888{
2889 if (type) {
2890#if defined(SWIG_COBJECT_TYPES)
2891 if (obj && SwigPyObject_Check(obj)) {
2892 const char *otype = (const char *) SwigPyObject_GetDesc(obj);
2893 if (otype) {
2894 PyErr_Format(PyExc_TypeError, "a '%s' is expected, 'SwigPyObject(%s)' is received",
2895 type, otype);
2896 return;
2897 }
2898 } else
2899#endif
2900 {
2901 const char *otype = (obj ? obj->ob_type->tp_name : 0);
2902 if (otype) {
2903 PyObject *str = PyObject_Str(obj);
2904 const char *cstr = str ? SWIG_Python_str_AsChar(str) : 0;
2905 if (cstr) {
2906 PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s(%s)' is received",
2907 type, otype, cstr);
2908 SWIG_Python_str_DelForPy3(cstr);
2909 } else {
2910 PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
2911 type, otype);
2912 }
2913 Py_XDECREF(str)do { if ((str) == __null) ; else do { if ( --((PyObject*)(str
))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject *)(
str)))->ob_type)->tp_dealloc)((PyObject *)((PyObject *)
(str)))); } while (0); } while (0)
;
2914 return;
2915 }
2916 }
2917 PyErr_Format(PyExc_TypeError, "a '%s' is expected", type);
2918 } else {
2919 PyErr_Format(PyExc_TypeError, "unexpected type is received");
2920 }
2921}
2922
2923
2924/* Convert a pointer value, signal an exception on a type mismatch */
2925SWIGRUNTIMEstatic __attribute__ ((__unused__)) void *
2926SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags) {
2927 void *result;
2928 if (SWIG_Python_ConvertPtr(obj, &result, ty, flags)SWIG_Python_ConvertPtrAndOwn(obj, &result, ty, flags, 0) == -1) {
2929 PyErr_Clear();
2930#if SWIG_POINTER_EXCEPTION0
2931 if (flags) {
2932 SWIG_Python_TypeError(SWIG_TypePrettyName(ty), obj);
2933 SWIG_Python_ArgFail(argnum);
2934 }
2935#endif
2936 }
2937 return result;
2938}
2939
2940#ifdef SWIGPYTHON_BUILTIN
2941SWIGRUNTIMEstatic __attribute__ ((__unused__)) int
2942SWIG_Python_NonDynamicSetAttr(PyObject *obj, PyObject *name, PyObject *value) {
2943 PyTypeObject *tp = obj->ob_type;
2944 PyObject *descr;
2945 PyObject *encoded_name;
2946 descrsetfunc f;
2947 int res = -1;
2948
2949# ifdef Py_USING_UNICODE1
2950 if (PyString_Check(name)((((((PyObject*)(name))->ob_type))->tp_flags & ((1L
<<27))) != 0)
) {
2951 name = PyUnicode_DecodePyUnicodeUCS4_Decode(PyString_AsString(name), PyString_Size(name), NULL__null, NULL__null);
2952 if (!name)
2953 return -1;
2954 } else if (!PyUnicode_Check(name)((((((PyObject*)(name))->ob_type))->tp_flags & ((1L
<<28))) != 0)
)
2955# else
2956 if (!PyString_Check(name)((((((PyObject*)(name))->ob_type))->tp_flags & ((1L
<<27))) != 0)
)
2957# endif
2958 {
2959 PyErr_Format(PyExc_TypeError, "attribute name must be string, not '%.200s'", name->ob_type->tp_name);
2960 return -1;
2961 } else {
2962 Py_INCREF(name)( ((PyObject*)(name))->ob_refcnt++);
2963 }
2964
2965 if (!tp->tp_dict) {
2966 if (PyType_Ready(tp) < 0)
2967 goto done;
2968 }
2969
2970 descr = _PyType_Lookup(tp, name);
2971 f = NULL__null;
2972 if (descr != NULL__null)
2973 f = descr->ob_type->tp_descr_set;
2974 if (!f) {
2975 if (PyString_Check(name)((((((PyObject*)(name))->ob_type))->tp_flags & ((1L
<<27))) != 0)
) {
2976 encoded_name = name;
2977 Py_INCREF(name)( ((PyObject*)(name))->ob_refcnt++);
2978 } else {
2979 encoded_name = PyUnicode_AsUTF8StringPyUnicodeUCS4_AsUTF8String(name);
2980 }
2981 PyErr_Format(PyExc_AttributeError, "'%.100s' object has no attribute '%.200s'", tp->tp_name, PyString_AsString(encoded_name));
2982 Py_DECREF(encoded_name)do { if ( --((PyObject*)(encoded_name))->ob_refcnt != 0) ;
else ( (*(((PyObject*)((PyObject *)(encoded_name)))->ob_type
)->tp_dealloc)((PyObject *)((PyObject *)(encoded_name))));
} while (0)
;
2983 } else {
2984 res = f(descr, obj, value);
2985 }
2986
2987 done:
2988 Py_DECREF(name)do { if ( --((PyObject*)(name))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(name)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(name)))); } while (0)
;
2989 return res;
2990}
2991#endif
2992
2993
2994#ifdef __cplusplus201103L
2995}
2996#endif
2997
2998
2999
3000#define SWIG_exception_fail(code, msg)do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(code), msg
); goto fail; } while(0)
do { SWIG_Error(code, msg)SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(code), msg); SWIG_failgoto fail; } while(0)
3001
3002#define SWIG_contract_assert(expr, msg)if (!(expr)) { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(
-3), msg); goto fail; } else
if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg)SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-3), msg); SWIG_failgoto fail; } else
3003
3004
3005
3006// Forward declaration to be inserted at the start of LLDBWrapPython.h
3007#include "lldb/API/SBDebugger.h"
3008#include "lldb/API/SBValue.h"
3009
3010SWIGEXPORT__attribute__ ((visibility("default"))) lldb::ValueObjectSP
3011LLDBSWIGPython_GetValueObjectSPFromSBValue (void* data)
3012{
3013 lldb::ValueObjectSP valobj_sp;
3014 if (data)
3015 {
3016 lldb::SBValue* sb_ptr = (lldb::SBValue *)data;
3017 valobj_sp = sb_ptr->GetSP();
3018 }
3019 return valobj_sp;
3020}
3021
3022#ifdef __cplusplus201103L
3023extern "C" {
3024#endif
3025
3026void LLDBSwigPythonCallPythonLogOutputCallback(const char *str, void *baton);
3027
3028#ifdef __cplusplus201103L
3029}
3030#endif
3031
3032
3033/* -------- TYPES TABLE (BEGIN) -------- */
3034
3035#define SWIGTYPE_p_FILEswig_types[0] swig_types[0]
3036#define SWIGTYPE_p_boolswig_types[1] swig_types[1]
3037#define SWIGTYPE_p_charswig_types[2] swig_types[2]
3038#define SWIGTYPE_p_doubleswig_types[3] swig_types[3]
3039#define SWIGTYPE_p_f_p_void__p_voidswig_types[4] swig_types[4]
3040#define SWIGTYPE_p_f_p_void_p_q_const__void_size_t__voidswig_types[5] swig_types[5]
3041#define SWIGTYPE_p_intswig_types[6] swig_types[6]
3042#define SWIGTYPE_p_lldb__ConnectionStatusswig_types[7] swig_types[7]
3043#define SWIGTYPE_p_lldb__FunctionNameTypeswig_types[8] swig_types[8]
3044#define SWIGTYPE_p_lldb__SBAddressswig_types[9] swig_types[9]
3045#define SWIGTYPE_p_lldb__SBAttachInfoswig_types[10] swig_types[10]
3046#define SWIGTYPE_p_lldb__SBBlockswig_types[11] swig_types[11]
3047#define SWIGTYPE_p_lldb__SBBreakpointswig_types[12] swig_types[12]
3048#define SWIGTYPE_p_lldb__SBBreakpointListswig_types[13] swig_types[13]
3049#define SWIGTYPE_p_lldb__SBBreakpointLocationswig_types[14] swig_types[14]
3050#define SWIGTYPE_p_lldb__SBBreakpointNameswig_types[15] swig_types[15]
3051#define SWIGTYPE_p_lldb__SBBroadcasterswig_types[16] swig_types[16]
3052#define SWIGTYPE_p_lldb__SBCommandInterpreterswig_types[17] swig_types[17]
3053#define SWIGTYPE_p_lldb__SBCommandInterpreterRunOptionsswig_types[18] swig_types[18]
3054#define SWIGTYPE_p_lldb__SBCommandReturnObjectswig_types[19] swig_types[19]
3055#define SWIGTYPE_p_lldb__SBCommunicationswig_types[20] swig_types[20]
3056#define SWIGTYPE_p_lldb__SBCompileUnitswig_types[21] swig_types[21]
3057#define SWIGTYPE_p_lldb__SBDataswig_types[22] swig_types[22]
3058#define SWIGTYPE_p_lldb__SBDebuggerswig_types[23] swig_types[23]
3059#define SWIGTYPE_p_lldb__SBDeclarationswig_types[24] swig_types[24]
3060#define SWIGTYPE_p_lldb__SBErrorswig_types[25] swig_types[25]
3061#define SWIGTYPE_p_lldb__SBEventswig_types[26] swig_types[26]
3062#define SWIGTYPE_p_lldb__SBExecutionContextswig_types[27] swig_types[27]
3063#define SWIGTYPE_p_lldb__SBExpressionOptionsswig_types[28] swig_types[28]
3064#define SWIGTYPE_p_lldb__SBFileSpecswig_types[29] swig_types[29]
3065#define SWIGTYPE_p_lldb__SBFileSpecListswig_types[30] swig_types[30]
3066#define SWIGTYPE_p_lldb__SBFrameswig_types[31] swig_types[31]
3067#define SWIGTYPE_p_lldb__SBFunctionswig_types[32] swig_types[32]
3068#define SWIGTYPE_p_lldb__SBHostOSswig_types[33] swig_types[33]
3069#define SWIGTYPE_p_lldb__SBInstructionswig_types[34] swig_types[34]
3070#define SWIGTYPE_p_lldb__SBInstructionListswig_types[35] swig_types[35]
3071#define SWIGTYPE_p_lldb__SBLanguageRuntimeswig_types[36] swig_types[36]
3072#define SWIGTYPE_p_lldb__SBLaunchInfoswig_types[37] swig_types[37]
3073#define SWIGTYPE_p_lldb__SBLineEntryswig_types[38] swig_types[38]
3074#define SWIGTYPE_p_lldb__SBListenerswig_types[39] swig_types[39]
3075#define SWIGTYPE_p_lldb__SBMemoryRegionInfoswig_types[40] swig_types[40]
3076#define SWIGTYPE_p_lldb__SBMemoryRegionInfoListswig_types[41] swig_types[41]
3077#define SWIGTYPE_p_lldb__SBModuleswig_types[42] swig_types[42]
3078#define SWIGTYPE_p_lldb__SBModuleSpecswig_types[43] swig_types[43]
3079#define SWIGTYPE_p_lldb__SBModuleSpecListswig_types[44] swig_types[44]
3080#define SWIGTYPE_p_lldb__SBPlatformswig_types[45] swig_types[45]
3081#define SWIGTYPE_p_lldb__SBPlatformConnectOptionsswig_types[46] swig_types[46]
3082#define SWIGTYPE_p_lldb__SBPlatformShellCommandswig_types[47] swig_types[47]
3083#define SWIGTYPE_p_lldb__SBProcessswig_types[48] swig_types[48]
3084#define SWIGTYPE_p_lldb__SBProcessInfoswig_types[49] swig_types[49]
3085#define SWIGTYPE_p_lldb__SBQueueswig_types[50] swig_types[50]
3086#define SWIGTYPE_p_lldb__SBQueueItemswig_types[51] swig_types[51]
3087#define SWIGTYPE_p_lldb__SBSectionswig_types[52] swig_types[52]
3088#define SWIGTYPE_p_lldb__SBSourceManagerswig_types[53] swig_types[53]
3089#define SWIGTYPE_p_lldb__SBStreamswig_types[54] swig_types[54]
3090#define SWIGTYPE_p_lldb__SBStringListswig_types[55] swig_types[55]
3091#define SWIGTYPE_p_lldb__SBStructuredDataswig_types[56] swig_types[56]
3092#define SWIGTYPE_p_lldb__SBSymbolswig_types[57] swig_types[57]
3093#define SWIGTYPE_p_lldb__SBSymbolContextswig_types[58] swig_types[58]
3094#define SWIGTYPE_p_lldb__SBSymbolContextListswig_types[59] swig_types[59]
3095#define SWIGTYPE_p_lldb__SBTargetswig_types[60] swig_types[60]
3096#define SWIGTYPE_p_lldb__SBThreadswig_types[61] swig_types[61]
3097#define SWIGTYPE_p_lldb__SBThreadCollectionswig_types[62] swig_types[62]
3098#define SWIGTYPE_p_lldb__SBThreadPlanswig_types[63] swig_types[63]
3099#define SWIGTYPE_p_lldb__SBTraceswig_types[64] swig_types[64]
3100#define SWIGTYPE_p_lldb__SBTraceOptionsswig_types[65] swig_types[65]
3101#define SWIGTYPE_p_lldb__SBTypeswig_types[66] swig_types[66]
3102#define SWIGTYPE_p_lldb__SBTypeCategoryswig_types[67] swig_types[67]
3103#define SWIGTYPE_p_lldb__SBTypeEnumMemberswig_types[68] swig_types[68]
3104#define SWIGTYPE_p_lldb__SBTypeEnumMemberListswig_types[69] swig_types[69]
3105#define SWIGTYPE_p_lldb__SBTypeFilterswig_types[70] swig_types[70]
3106#define SWIGTYPE_p_lldb__SBTypeFormatswig_types[71] swig_types[71]
3107#define SWIGTYPE_p_lldb__SBTypeListswig_types[72] swig_types[72]
3108#define SWIGTYPE_p_lldb__SBTypeMemberswig_types[73] swig_types[73]
3109#define SWIGTYPE_p_lldb__SBTypeMemberFunctionswig_types[74] swig_types[74]
3110#define SWIGTYPE_p_lldb__SBTypeNameSpecifierswig_types[75] swig_types[75]
3111#define SWIGTYPE_p_lldb__SBTypeSummaryswig_types[76] swig_types[76]
3112#define SWIGTYPE_p_lldb__SBTypeSummaryOptionsswig_types[77] swig_types[77]
3113#define SWIGTYPE_p_lldb__SBTypeSyntheticswig_types[78] swig_types[78]
3114#define SWIGTYPE_p_lldb__SBUnixSignalsswig_types[79] swig_types[79]
3115#define SWIGTYPE_p_lldb__SBValueswig_types[80] swig_types[80]
3116#define SWIGTYPE_p_lldb__SBValueListswig_types[81] swig_types[81]
3117#define SWIGTYPE_p_lldb__SBVariablesOptionsswig_types[82] swig_types[82]
3118#define SWIGTYPE_p_lldb__SBWatchpointswig_types[83] swig_types[83]
3119#define SWIGTYPE_p_lldb__SymbolContextItemswig_types[84] swig_types[84]
3120#define SWIGTYPE_p_lldb__TypeClassswig_types[85] swig_types[85]
3121#define SWIGTYPE_p_lldb_private__SharingPtrT_lldb_private__ValueObject_tswig_types[86] swig_types[86]
3122#define SWIGTYPE_p_long_doubleswig_types[87] swig_types[87]
3123#define SWIGTYPE_p_long_longswig_types[88] swig_types[88]
3124#define SWIGTYPE_p_p_voidswig_types[89] swig_types[89]
3125#define SWIGTYPE_p_pthread_rwlock_tswig_types[90] swig_types[90]
3126#define SWIGTYPE_p_pthread_tswig_types[91] swig_types[91]
3127#define SWIGTYPE_p_shortswig_types[92] swig_types[92]
3128#define SWIGTYPE_p_signed_charswig_types[93] swig_types[93]
3129#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ABI_tswig_types[94] swig_types[94]
3130#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Baton_tswig_types[95] swig_types[95]
3131#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Block_tswig_types[96] swig_types[96]
3132#define SWIGTYPE_p_std__shared_ptrT_lldb_private__BreakpointLocation_tswig_types[97] swig_types[97]
3133#define SWIGTYPE_p_std__shared_ptrT_lldb_private__BreakpointResolver_tswig_types[98] swig_types[98]
3134#define SWIGTYPE_p_std__shared_ptrT_lldb_private__BreakpointSite_tswig_types[99] swig_types[99]
3135#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Breakpoint_tswig_types[100] swig_types[100]
3136#define SWIGTYPE_p_std__shared_ptrT_lldb_private__BroadcasterManager_tswig_types[101] swig_types[101]
3137#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Broadcaster_tswig_types[102] swig_types[102]
3138#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ClangASTImporter_tswig_types[103] swig_types[103]
3139#define SWIGTYPE_p_std__shared_ptrT_lldb_private__CommandObject_tswig_types[104] swig_types[104]
3140#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Communication_tswig_types[105] swig_types[105]
3141#define SWIGTYPE_p_std__shared_ptrT_lldb_private__CompileUnit_tswig_types[106] swig_types[106]
3142#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Connection_tswig_types[107] swig_types[107]
3143#define SWIGTYPE_p_std__shared_ptrT_lldb_private__DataBuffer_tswig_types[108] swig_types[108]
3144#define SWIGTYPE_p_std__shared_ptrT_lldb_private__DataExtractor_tswig_types[109] swig_types[109]
3145#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Debugger_tswig_types[110] swig_types[110]
3146#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Disassembler_tswig_types[111] swig_types[111]
3147#define SWIGTYPE_p_std__shared_ptrT_lldb_private__DynamicLoader_tswig_types[112] swig_types[112]
3148#define SWIGTYPE_p_std__shared_ptrT_lldb_private__EventDataStructuredData_tswig_types[113] swig_types[113]
3149#define SWIGTYPE_p_std__shared_ptrT_lldb_private__EventData_tswig_types[114] swig_types[114]
3150#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Event_tswig_types[115] swig_types[115]
3151#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ExecutionContextRef_tswig_types[116] swig_types[116]
3152#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ExpressionVariable_tswig_types[117] swig_types[117]
3153#define SWIGTYPE_p_std__shared_ptrT_lldb_private__File_tswig_types[118] swig_types[118]
3154#define SWIGTYPE_p_std__shared_ptrT_lldb_private__FuncUnwinders_tswig_types[119] swig_types[119]
3155#define SWIGTYPE_p_std__shared_ptrT_lldb_private__FunctionCaller_tswig_types[120] swig_types[120]
3156#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Function_tswig_types[121] swig_types[121]
3157#define SWIGTYPE_p_std__shared_ptrT_lldb_private__IOHandler_tswig_types[122] swig_types[122]
3158#define SWIGTYPE_p_std__shared_ptrT_lldb_private__IOObject_tswig_types[123] swig_types[123]
3159#define SWIGTYPE_p_std__shared_ptrT_lldb_private__IRExecutionUnit_tswig_types[124] swig_types[124]
3160#define SWIGTYPE_p_std__shared_ptrT_lldb_private__InlineFunctionInfo_tswig_types[125] swig_types[125]
3161#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Instruction_tswig_types[126] swig_types[126]
3162#define SWIGTYPE_p_std__shared_ptrT_lldb_private__InstrumentationRuntime_tswig_types[127] swig_types[127]
3163#define SWIGTYPE_p_std__shared_ptrT_lldb_private__JITLoader_tswig_types[128] swig_types[128]
3164#define SWIGTYPE_p_std__shared_ptrT_lldb_private__LanguageRuntime_tswig_types[129] swig_types[129]
3165#define SWIGTYPE_p_std__shared_ptrT_lldb_private__LineTable_tswig_types[130] swig_types[130]
3166#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Listener_tswig_types[131] swig_types[131]
3167#define SWIGTYPE_p_std__shared_ptrT_lldb_private__MemoryHistory_tswig_types[132] swig_types[132]
3168#define SWIGTYPE_p_std__shared_ptrT_lldb_private__MemoryRegionInfo_tswig_types[133] swig_types[133]
3169#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Module_tswig_types[134] swig_types[134]
3170#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ObjectFileJITDelegate_tswig_types[135] swig_types[135]
3171#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ObjectFile_tswig_types[136] swig_types[136]
3172#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueArch_tswig_types[137] swig_types[137]
3173#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueArgs_tswig_types[138] swig_types[138]
3174#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueArray_tswig_types[139] swig_types[139]
3175#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueBoolean_tswig_types[140] swig_types[140]
3176#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueDictionary_tswig_types[141] swig_types[141]
3177#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueFileSpecList_tswig_types[142] swig_types[142]
3178#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueFileSpec_tswig_types[143] swig_types[143]
3179#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueFormat_tswig_types[144] swig_types[144]
3180#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValuePathMappings_tswig_types[145] swig_types[145]
3181#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueProperties_tswig_types[146] swig_types[146]
3182#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueRegex_tswig_types[147] swig_types[147]
3183#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueSInt64_tswig_types[148] swig_types[148]
3184#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueString_tswig_types[149] swig_types[149]
3185#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueUInt64_tswig_types[150] swig_types[150]
3186#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValueUUID_tswig_types[151] swig_types[151]
3187#define SWIGTYPE_p_std__shared_ptrT_lldb_private__OptionValue_tswig_types[152] swig_types[152]
3188#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Platform_tswig_types[153] swig_types[153]
3189#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ProcessAttachInfo_tswig_types[154] swig_types[154]
3190#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ProcessLaunchInfo_tswig_types[155] swig_types[155]
3191#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Process_tswig_types[156] swig_types[156]
3192#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Property_tswig_types[157] swig_types[157]
3193#define SWIGTYPE_p_std__shared_ptrT_lldb_private__QueueItem_tswig_types[158] swig_types[158]
3194#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Queue_tswig_types[159] swig_types[159]
3195#define SWIGTYPE_p_std__shared_ptrT_lldb_private__REPL_tswig_types[160] swig_types[160]
3196#define SWIGTYPE_p_std__shared_ptrT_lldb_private__RegisterCheckpoint_tswig_types[161] swig_types[161]
3197#define SWIGTYPE_p_std__shared_ptrT_lldb_private__RegisterContext_tswig_types[162] swig_types[162]
3198#define SWIGTYPE_p_std__shared_ptrT_lldb_private__RegularExpression_tswig_types[163] swig_types[163]
3199#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ScriptInterpreter_tswig_types[164] swig_types[164]
3200#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ScriptSummaryFormat_tswig_types[165] swig_types[165]
3201#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ScriptedSyntheticChildren_tswig_types[166] swig_types[166]
3202#define SWIGTYPE_p_std__shared_ptrT_lldb_private__SearchFilter_tswig_types[167] swig_types[167]
3203#define SWIGTYPE_p_std__shared_ptrT_lldb_private__SectionLoadList_tswig_types[168] swig_types[168]
3204#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Section_tswig_types[169] swig_types[169]
3205#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Settings_tswig_types[170] swig_types[170]
3206#define SWIGTYPE_p_std__shared_ptrT_lldb_private__StackFrameList_tswig_types[171] swig_types[171]
3207#define SWIGTYPE_p_std__shared_ptrT_lldb_private__StackFrame_tswig_types[172] swig_types[172]
3208#define SWIGTYPE_p_std__shared_ptrT_lldb_private__StopInfo_tswig_types[173] swig_types[173]
3209#define SWIGTYPE_p_std__shared_ptrT_lldb_private__StoppointLocation_tswig_types[174] swig_types[174]
3210#define SWIGTYPE_p_std__shared_ptrT_lldb_private__StreamFile_tswig_types[175] swig_types[175]
3211#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Stream_tswig_types[176] swig_types[176]
3212#define SWIGTYPE_p_std__shared_ptrT_lldb_private__StringSummaryFormat_tswig_types[177] swig_types[177]
3213#define SWIGTYPE_p_std__shared_ptrT_lldb_private__StructuredDataPlugin_tswig_types[178] swig_types[178]
3214#define SWIGTYPE_p_std__shared_ptrT_lldb_private__SymbolContextSpecifier_tswig_types[179] swig_types[179]
3215#define SWIGTYPE_p_std__shared_ptrT_lldb_private__SymbolFileType_tswig_types[180] swig_types[180]
3216#define SWIGTYPE_p_std__shared_ptrT_lldb_private__SymbolFile_tswig_types[181] swig_types[181]
3217#define SWIGTYPE_p_std__shared_ptrT_lldb_private__SyntheticChildrenFrontEnd_tswig_types[182] swig_types[182]
3218#define SWIGTYPE_p_std__shared_ptrT_lldb_private__SyntheticChildren_tswig_types[183] swig_types[183]
3219#define SWIGTYPE_p_std__shared_ptrT_lldb_private__SystemRuntime_tswig_types[184] swig_types[184]
3220#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TargetProperties_tswig_types[185] swig_types[185]
3221#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Target_tswig_types[186] swig_types[186]
3222#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ThreadCollection_tswig_types[187] swig_types[187]
3223#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ThreadPlanTracer_tswig_types[188] swig_types[188]
3224#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ThreadPlan_tswig_types[189] swig_types[189]
3225#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Thread_tswig_types[190] swig_types[190]
3226#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TraceOptions_tswig_types[191] swig_types[191]
3227#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TypeCategoryImpl_tswig_types[192] swig_types[192]
3228#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TypeEnumMemberImpl_tswig_types[193] swig_types[193]
3229#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TypeFilterImpl_tswig_types[194] swig_types[194]
3230#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TypeFormatImpl_tswig_types[195] swig_types[195]
3231#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TypeImpl_tswig_types[196] swig_types[196]
3232#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TypeMemberFunctionImpl_tswig_types[197] swig_types[197]
3233#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TypeNameSpecifierImpl_tswig_types[198] swig_types[198]
3234#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TypeSummaryImpl_tswig_types[199] swig_types[199]
3235#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TypeSummaryOptions_tswig_types[200] swig_types[200]
3236#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TypeSystem_tswig_types[201] swig_types[201]
3237#define SWIGTYPE_p_std__shared_ptrT_lldb_private__TypeValidatorImpl_tswig_types[202] swig_types[202]
3238#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Type_tswig_types[203] swig_types[203]
3239#define SWIGTYPE_p_std__shared_ptrT_lldb_private__UnixSignals_tswig_types[204] swig_types[204]
3240#define SWIGTYPE_p_std__shared_ptrT_lldb_private__UnwindAssembly_tswig_types[205] swig_types[205]
3241#define SWIGTYPE_p_std__shared_ptrT_lldb_private__UnwindPlan_tswig_types[206] swig_types[206]
3242#define SWIGTYPE_p_std__shared_ptrT_lldb_private__UserExpression_tswig_types[207] swig_types[207]
3243#define SWIGTYPE_p_std__shared_ptrT_lldb_private__UtilityFunction_tswig_types[208] swig_types[208]
3244#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ValueList_tswig_types[209] swig_types[209]
3245#define SWIGTYPE_p_std__shared_ptrT_lldb_private__ValueObjectList_tswig_types[210] swig_types[210]
3246#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Value_tswig_types[211] swig_types[211]
3247#define SWIGTYPE_p_std__shared_ptrT_lldb_private__VariableList_tswig_types[212] swig_types[212]
3248#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Variable_tswig_types[213] swig_types[213]
3249#define SWIGTYPE_p_std__shared_ptrT_lldb_private__Watchpoint_tswig_types[214] swig_types[214]
3250#define SWIGTYPE_p_std__unique_ptrT_lldb_private__ClangASTContext_tswig_types[215] swig_types[215]
3251#define SWIGTYPE_p_std__unique_ptrT_lldb_private__ClangModulesDeclVendor_tswig_types[216] swig_types[216]
3252#define SWIGTYPE_p_std__unique_ptrT_lldb_private__ClangPersistentVariables_tswig_types[217] swig_types[217]
3253#define SWIGTYPE_p_std__unique_ptrT_lldb_private__DynamicCheckerFunctions_tswig_types[218] swig_types[218]
3254#define SWIGTYPE_p_std__unique_ptrT_lldb_private__DynamicLoader_tswig_types[219] swig_types[219]
3255#define SWIGTYPE_p_std__unique_ptrT_lldb_private__GoASTContext_tswig_types[220] swig_types[220]
3256#define SWIGTYPE_p_std__unique_ptrT_lldb_private__JITLoaderList_tswig_types[221] swig_types[221]
3257#define SWIGTYPE_p_std__unique_ptrT_lldb_private__MemoryRegionInfo_tswig_types[222] swig_types[222]
3258#define SWIGTYPE_p_std__unique_ptrT_lldb_private__OperatingSystem_tswig_types[223] swig_types[223]
3259#define SWIGTYPE_p_std__unique_ptrT_lldb_private__ScriptInterpreter_tswig_types[224] swig_types[224]
3260#define SWIGTYPE_p_std__unique_ptrT_lldb_private__SectionList_tswig_types[225] swig_types[225]
3261#define SWIGTYPE_p_std__unique_ptrT_lldb_private__SourceManager_tswig_types[226] swig_types[226]
3262#define SWIGTYPE_p_std__unique_ptrT_lldb_private__StackFrame_tswig_types[227] swig_types[227]
3263#define SWIGTYPE_p_std__unique_ptrT_lldb_private__StructuredDataImpl_tswig_types[228] swig_types[228]
3264#define SWIGTYPE_p_std__unique_ptrT_lldb_private__SymbolVendor_tswig_types[229] swig_types[229]
3265#define SWIGTYPE_p_std__unique_ptrT_lldb_private__SystemRuntime_tswig_types[230] swig_types[230]
3266#define SWIGTYPE_p_std__weak_ptrT_lldb_private__BreakpointLocation_tswig_types[231] swig_types[231]
3267#define SWIGTYPE_p_std__weak_ptrT_lldb_private__BreakpointSite_tswig_types[232] swig_types[232]
3268#define SWIGTYPE_p_std__weak_ptrT_lldb_private__Breakpoint_tswig_types[233] swig_types[233]
3269#define SWIGTYPE_p_std__weak_ptrT_lldb_private__BroadcasterManager_tswig_types[234] swig_types[234]
3270#define SWIGTYPE_p_std__weak_ptrT_lldb_private__Debugger_tswig_types[235] swig_types[235]
3271#define SWIGTYPE_p_std__weak_ptrT_lldb_private__Listener_tswig_types[236] swig_types[236]
3272#define SWIGTYPE_p_std__weak_ptrT_lldb_private__Module_tswig_types[237] swig_types[237]
3273#define SWIGTYPE_p_std__weak_ptrT_lldb_private__ObjectFileJITDelegate_tswig_types[238] swig_types[238]
3274#define SWIGTYPE_p_std__weak_ptrT_lldb_private__ObjectFile_tswig_types[239] swig_types[239]
3275#define SWIGTYPE_p_std__weak_ptrT_lldb_private__OptionValue_tswig_types[240] swig_types[240]
3276#define SWIGTYPE_p_std__weak_ptrT_lldb_private__Process_tswig_types[241] swig_types[241]
3277#define SWIGTYPE_p_std__weak_ptrT_lldb_private__Queue_tswig_types[242] swig_types[242]
3278#define SWIGTYPE_p_std__weak_ptrT_lldb_private__Section_tswig_types[243] swig_types[243]
3279#define SWIGTYPE_p_std__weak_ptrT_lldb_private__StackFrame_tswig_types[244] swig_types[244]
3280#define SWIGTYPE_p_std__weak_ptrT_lldb_private__Stream_tswig_types[245] swig_types[245]
3281#define SWIGTYPE_p_std__weak_ptrT_lldb_private__StructuredDataPlugin_tswig_types[246] swig_types[246]
3282#define SWIGTYPE_p_std__weak_ptrT_lldb_private__SymbolFileType_tswig_types[247] swig_types[247]
3283#define SWIGTYPE_p_std__weak_ptrT_lldb_private__Target_tswig_types[248] swig_types[248]
3284#define SWIGTYPE_p_std__weak_ptrT_lldb_private__Thread_tswig_types[249] swig_types[249]
3285#define SWIGTYPE_p_std__weak_ptrT_lldb_private__Type_tswig_types[250] swig_types[250]
3286#define SWIGTYPE_p_std__weak_ptrT_lldb_private__UnixSignals_tswig_types[251] swig_types[251]
3287#define SWIGTYPE_p_unsigned_charswig_types[252] swig_types[252]
3288#define SWIGTYPE_p_unsigned_intswig_types[253] swig_types[253]
3289#define SWIGTYPE_p_unsigned_long_longswig_types[254] swig_types[254]
3290#define SWIGTYPE_p_unsigned_shortswig_types[255] swig_types[255]
3291#define SWIGTYPE_p_voidswig_types[256] swig_types[256]
3292static swig_type_info *swig_types[258];
3293static swig_module_info swig_module = {swig_types, 257, 0, 0, 0, 0};
3294#define SWIG_TypeQuery(name)SWIG_TypeQueryModule(&swig_module, &swig_module, name
)
SWIG_TypeQueryModule(&swig_module, &swig_module, name)
3295#define SWIG_MangledTypeQuery(name)SWIG_MangledTypeQueryModule(&swig_module, &swig_module
, name)
SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
3296
3297/* -------- TYPES TABLE (END) -------- */
3298
3299#if (PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
<= 0x02000000)
3300# if !defined(SWIG_PYTHON_CLASSIC)
3301# error "This python version requires swig to be run with the '-classic' option"
3302# endif
3303#endif
3304
3305/*-----------------------------------------------
3306 @(target):= _lldb.so
3307 ------------------------------------------------*/
3308#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
3309# define SWIG_initinit_lldb PyInit__lldb
3310
3311#else
3312# define SWIG_initinit_lldb init_lldb
3313
3314#endif
3315#define SWIG_name"_lldb" "_lldb"
3316
3317#define SWIGVERSION0x030010 0x030010
3318#define SWIG_VERSION0x030010 SWIGVERSION0x030010
3319
3320
3321#define SWIG_as_voidptr(a)const_cast< void * >(static_cast< const void * >(
a))
const_cast< void * >(static_cast< const void * >(a))
3322#define SWIG_as_voidptrptr(a)((void)const_cast< void * >(static_cast< const void *
>(*a)),reinterpret_cast< void** >(a))
((void)SWIG_as_voidptr(*a)const_cast< void * >(static_cast< const void * >(
*a))
,reinterpret_cast< void** >(a))
3323
3324
3325#include <stdexcept>
3326
3327
3328namespace swig {
3329 class SwigPtr_PyObject {
3330 protected:
3331 PyObject *_obj;
3332
3333 public:
3334 SwigPtr_PyObject() :_obj(0)
3335 {
3336 }
3337
3338 SwigPtr_PyObject(const SwigPtr_PyObject& item) : _obj(item._obj)
3339 {
3340 SWIG_PYTHON_THREAD_BEGIN_BLOCKSWIG_Python_Thread_Block _swig_thread_block;
3341 Py_XINCREF(_obj)do { if ((_obj) == __null) ; else ( ((PyObject*)(_obj))->ob_refcnt
++); } while (0)
;
3342 SWIG_PYTHON_THREAD_END_BLOCK_swig_thread_block.end();
3343 }
3344
3345 SwigPtr_PyObject(PyObject *obj, bool initial_ref = true) :_obj(obj)
3346 {
3347 if (initial_ref) {
3348 SWIG_PYTHON_THREAD_BEGIN_BLOCKSWIG_Python_Thread_Block _swig_thread_block;
3349 Py_XINCREF(_obj)do { if ((_obj) == __null) ; else ( ((PyObject*)(_obj))->ob_refcnt
++); } while (0)
;
3350 SWIG_PYTHON_THREAD_END_BLOCK_swig_thread_block.end();
3351 }
3352 }
3353
3354 SwigPtr_PyObject & operator=(const SwigPtr_PyObject& item)
3355 {
3356 SWIG_PYTHON_THREAD_BEGIN_BLOCKSWIG_Python_Thread_Block _swig_thread_block;
3357 Py_XINCREF(item._obj)do { if ((item._obj) == __null) ; else ( ((PyObject*)(item._obj
))->ob_refcnt++); } while (0)
;
3358 Py_XDECREF(_obj)do { if ((_obj) == __null) ; else do { if ( --((PyObject*)(_obj
))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject *)(
_obj)))->ob_type)->tp_dealloc)((PyObject *)((PyObject *
)(_obj)))); } while (0); } while (0)
;
3359 _obj = item._obj;
3360 SWIG_PYTHON_THREAD_END_BLOCK_swig_thread_block.end();
3361 return *this;
3362 }
3363
3364 ~SwigPtr_PyObject()
3365 {
3366 SWIG_PYTHON_THREAD_BEGIN_BLOCKSWIG_Python_Thread_Block _swig_thread_block;
3367 Py_XDECREF(_obj)do { if ((_obj) == __null) ; else do { if ( --((PyObject*)(_obj
))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject *)(
_obj)))->ob_type)->tp_dealloc)((PyObject *)((PyObject *
)(_obj)))); } while (0); } while (0)
;
3368 SWIG_PYTHON_THREAD_END_BLOCK_swig_thread_block.end();
3369 }
3370
3371 operator PyObject *() const
3372 {
3373 return _obj;
3374 }
3375
3376 PyObject *operator->() const
3377 {
3378 return _obj;
3379 }
3380 };
3381}
3382
3383
3384namespace swig {
3385 struct SwigVar_PyObject : SwigPtr_PyObject {
3386 SwigVar_PyObject(PyObject* obj = 0) : SwigPtr_PyObject(obj, false) { }
3387
3388 SwigVar_PyObject & operator = (PyObject* obj)
3389 {
3390 Py_XDECREF(_obj)do { if ((_obj) == __null) ; else do { if ( --((PyObject*)(_obj
))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject *)(
_obj)))->ob_type)->tp_dealloc)((PyObject *)((PyObject *
)(_obj)))); } while (0); } while (0)
;
3391 _obj = obj;
3392 return *this;
3393 }
3394 };
3395}
3396
3397
3398namespace {
3399template <class T>
3400T PyLongAsT(PyObject *obj) {
3401 static_assert(true, "unsupported type");
3402}
3403
3404template <> uint64_t PyLongAsT<uint64_t>(PyObject *obj) {
3405 return static_cast<uint64_t>(PyLong_AsUnsignedLongLong(obj));
3406}
3407
3408template <> uint32_t PyLongAsT<uint32_t>(PyObject *obj) {
3409 return static_cast<uint32_t>(PyLong_AsUnsignedLong(obj));
3410}
3411
3412template <> int64_t PyLongAsT<int64_t>(PyObject *obj) {
3413 return static_cast<int64_t>(PyLong_AsLongLong(obj));
3414}
3415
3416template <> int32_t PyLongAsT<int32_t>(PyObject *obj) {
3417 return static_cast<int32_t>(PyLong_AsLong(obj));
3418}
3419
3420template <class T>
3421bool SetNumberFromPyObject(T &number, PyObject *obj) {
3422 if (PyInt_Check(obj)((((obj)->ob_type)->tp_flags & ((1L<<23))) !=
0)
)
3423 number = static_cast<T>(PyInt_AsLong(obj));
3424 else if (PyLong_Check(obj)((((((PyObject*)(obj))->ob_type))->tp_flags & ((1L<<
24))) != 0)
)
3425 number = PyLongAsT<T>(obj);
3426 else return false;
3427
3428 return true;
3429}
3430
3431template <>
3432bool SetNumberFromPyObject<double>(double &number, PyObject *obj) {
3433 if (PyFloat_Check(obj)((((PyObject*)(obj))->ob_type) == (&PyFloat_Type) || PyType_IsSubtype
((((PyObject*)(obj))->ob_type), (&PyFloat_Type)))
) {
3434 number = PyFloat_AsDouble(obj);
3435 return true;
3436 }
3437
3438 return false;
3439}
3440
3441} // namespace
3442
3443
3444#include <algorithm>
3445#include <string>
3446
3447
3448#include "lldb/lldb-public.h"
3449#include "lldb/API/SBAddress.h"
3450#include "lldb/API/SBAttachInfo.h"
3451#include "lldb/API/SBBlock.h"
3452#include "lldb/API/SBBreakpoint.h"
3453#include "lldb/API/SBBreakpointLocation.h"
3454#include "lldb/API/SBBreakpointName.h"
3455#include "lldb/API/SBBroadcaster.h"
3456#include "lldb/API/SBCommandInterpreter.h"
3457#include "lldb/API/SBCommandReturnObject.h"
3458#include "lldb/API/SBCommunication.h"
3459#include "lldb/API/SBCompileUnit.h"
3460#include "lldb/API/SBData.h"
3461#include "lldb/API/SBDebugger.h"
3462#include "lldb/API/SBDeclaration.h"
3463#include "lldb/API/SBError.h"
3464#include "lldb/API/SBEvent.h"
3465#include "lldb/API/SBExecutionContext.h"
3466#include "lldb/API/SBExpressionOptions.h"
3467#include "lldb/API/SBFileSpec.h"
3468#include "lldb/API/SBFileSpecList.h"
3469#include "lldb/API/SBFrame.h"
3470#include "lldb/API/SBFunction.h"
3471#include "lldb/API/SBHostOS.h"
3472#include "lldb/API/SBInstruction.h"
3473#include "lldb/API/SBInstructionList.h"
3474#include "lldb/API/SBLanguageRuntime.h"
3475#include "lldb/API/SBLaunchInfo.h"
3476#include "lldb/API/SBLineEntry.h"
3477#include "lldb/API/SBListener.h"
3478#include "lldb/API/SBMemoryRegionInfo.h"
3479#include "lldb/API/SBMemoryRegionInfoList.h"
3480#include "lldb/API/SBModule.h"
3481#include "lldb/API/SBModuleSpec.h"
3482#include "lldb/API/SBPlatform.h"
3483#include "lldb/API/SBProcess.h"
3484#include "lldb/API/SBProcessInfo.h"
3485#include "lldb/API/SBQueue.h"
3486#include "lldb/API/SBQueueItem.h"
3487#include "lldb/API/SBSection.h"
3488#include "lldb/API/SBSourceManager.h"
3489#include "lldb/API/SBStream.h"
3490#include "lldb/API/SBStringList.h"
3491#include "lldb/API/SBStructuredData.h"
3492#include "lldb/API/SBSymbol.h"
3493#include "lldb/API/SBSymbolContext.h"
3494#include "lldb/API/SBSymbolContextList.h"
3495#include "lldb/API/SBTarget.h"
3496#include "lldb/API/SBThread.h"
3497#include "lldb/API/SBThreadCollection.h"
3498#include "lldb/API/SBThreadPlan.h"
3499#include "lldb/API/SBTrace.h"
3500#include "lldb/API/SBTraceOptions.h"
3501#include "lldb/API/SBType.h"
3502#include "lldb/API/SBTypeCategory.h"
3503#include "lldb/API/SBTypeEnumMember.h"
3504#include "lldb/API/SBTypeFilter.h"
3505#include "lldb/API/SBTypeFormat.h"
3506#include "lldb/API/SBTypeNameSpecifier.h"
3507#include "lldb/API/SBTypeSummary.h"
3508#include "lldb/API/SBTypeSynthetic.h"
3509#include "lldb/API/SBValue.h"
3510#include "lldb/API/SBValueList.h"
3511#include "lldb/API/SBVariablesOptions.h"
3512#include "lldb/API/SBWatchpoint.h"
3513#include "lldb/API/SBUnixSignals.h"
3514
3515#include "../source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h"
3516
3517#include "../scripts/Python/python-swigsafecast.swig"
3518
3519
3520#include <stdint.h> // Use the C99 official header
3521
3522
3523SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject*
3524 SWIG_From_int (int value)
3525{
3526 return PyInt_FromLong((long) value);
3527}
3528
3529
3530SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject*
3531 SWIG_From_unsigned_SS_int (unsigned int value)
3532{
3533 return PyInt_FromSize_t((size_t) value);
3534}
3535
3536
3537#include <limits.h>
3538#if !defined(SWIG_NO_LLONG_MAX)
3539# if !defined(LLONG_MAX9223372036854775807LL) && defined(__GNUC__4) && defined (__LONG_LONG_MAX__9223372036854775807LL)
3540# define LLONG_MAX9223372036854775807LL __LONG_LONG_MAX__9223372036854775807LL
3541# define LLONG_MIN(-9223372036854775807LL -1LL) (-LLONG_MAX9223372036854775807LL - 1LL)
3542# define ULLONG_MAX(9223372036854775807LL*2ULL+1ULL) (LLONG_MAX9223372036854775807LL * 2ULL + 1ULL)
3543# endif
3544#endif
3545
3546
3547#if defined(LLONG_MAX9223372036854775807LL) && !defined(SWIG_LONG_LONG_AVAILABLE)
3548# define SWIG_LONG_LONG_AVAILABLE
3549#endif
3550
3551
3552#ifdef SWIG_LONG_LONG_AVAILABLE
3553SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject*
3554SWIG_From_unsigned_SS_long_SS_long (unsigned long long value)
3555{
3556 return (value > LONG_MAX9223372036854775807L) ?
3557 PyLong_FromUnsignedLongLong(value) : PyInt_FromLong(static_cast< long >(value));
3558}
3559#endif
3560
3561
3562SWIGINTERNstatic __attribute__ ((__unused__)) swig_type_info*
3563SWIG_pchar_descriptor(void)
3564{
3565 static int init = 0;
3566 static swig_type_info* info = 0;
3567 if (!init) {
3568 info = SWIG_TypeQuery("_p_char")SWIG_TypeQueryModule(&swig_module, &swig_module, "_p_char"
)
;
3569 init = 1;
3570 }
3571 return info;
3572}
3573
3574
3575SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject *
3576SWIG_FromCharPtrAndSize(const char* carray, size_t size)
3577{
3578 if (carray) {
3579 if (size > INT_MAX2147483647) {
3580 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
3581 return pchar_descriptor ?
3582 SWIG_InternalNewPointerObj(const_cast< char * >(carray), pchar_descriptor, 0)SWIG_Python_NewPointerObj(__null, const_cast< char * >(
carray), pchar_descriptor, 0)
: SWIG_Py_Void();
3583 } else {
3584#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
3585#if defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3586 return PyBytes_FromStringAndSizePyString_FromStringAndSize(carray, static_cast< Py_ssize_t >(size));
3587#else
3588#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03010000
3589 return PyUnicode_DecodeUTF8PyUnicodeUCS4_DecodeUTF8(carray, static_cast< Py_ssize_t >(size), "surrogateescape");
3590#else
3591 return PyUnicode_FromStringAndSizePyUnicodeUCS4_FromStringAndSize(carray, static_cast< Py_ssize_t >(size));
3592#endif
3593#endif
3594#else
3595 return PyString_FromStringAndSize(carray, static_cast< Py_ssize_t >(size));
3596#endif
3597 }
3598 } else {
3599 return SWIG_Py_Void();
3600 }
3601}
3602
3603
3604SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject *
3605SWIG_FromCharPtr(const char *cptr)
3606{
3607 return SWIG_FromCharPtrAndSize(cptr, (cptr ? strlen(cptr) : 0));
3608}
3609
3610
3611SWIGINTERNstatic __attribute__ ((__unused__)) int
3612SWIG_AsVal_double (PyObject *obj, double *val)
3613{
3614 int res = SWIG_TypeError-5;
3615 if (PyFloat_Check(obj)((((PyObject*)(obj))->ob_type) == (&PyFloat_Type) || PyType_IsSubtype
((((PyObject*)(obj))->ob_type), (&PyFloat_Type)))
) {
3616 if (val) *val = PyFloat_AsDouble(obj);
3617 return SWIG_OK(0);
3618#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x03000000
3619 } else if (PyInt_Check(obj)((((obj)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
3620 if (val) *val = PyInt_AsLong(obj);
3621 return SWIG_OK(0);
3622#endif
3623 } else if (PyLong_Check(obj)((((((PyObject*)(obj))->ob_type))->tp_flags & ((1L<<
24))) != 0)
) {
3624 double v = PyLong_AsDouble(obj);
3625 if (!PyErr_Occurred()) {
3626 if (val) *val = v;
3627 return SWIG_OK(0);
3628 } else {
3629 PyErr_Clear();
3630 }
3631 }
3632#ifdef SWIG_PYTHON_CAST_MODE
3633 {
3634 int dispatch = 0;
3635 double d = PyFloat_AsDouble(obj);
3636 if (!PyErr_Occurred()) {
3637 if (val) *val = d;
3638 return SWIG_AddCast(SWIG_OK)((0));
3639 } else {
3640 PyErr_Clear();
3641 }
3642 if (!dispatch) {
3643 long v = PyLong_AsLong(obj);
3644 if (!PyErr_Occurred()) {
3645 if (val) *val = v;
3646 return SWIG_AddCast(SWIG_AddCast(SWIG_OK))(((0)));
3647 } else {
3648 PyErr_Clear();
3649 }
3650 }
3651 }
3652#endif
3653 return res;
3654}
3655
3656
3657#include <float.h>
3658
3659
3660#include <math.h>
3661
3662
3663SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline int
3664SWIG_CanCastAsInteger(double *d, double min, double max) {
3665 double x = *d;
3666 if ((min <= x && x <= max)) {
3667 double fx = floor(x);
3668 double cx = ceil(x);
3669 double rd = ((x - fx) < 0.5) ? fx : cx; /* simple rint */
3670 if ((errno(*__errno_location ()) == EDOM33) || (errno(*__errno_location ()) == ERANGE34)) {
3671 errno(*__errno_location ()) = 0;
3672 } else {
3673 double summ, reps, diff;
3674 if (rd < x) {
3675 diff = x - rd;
3676 } else if (rd > x) {
3677 diff = rd - x;
3678 } else {
3679 return 1;
3680 }
3681 summ = rd + x;
3682 reps = diff/summ;
3683 if (reps < 8*DBL_EPSILON2.2204460492503131e-16) {
3684 *d = rd;
3685 return 1;
3686 }
3687 }
3688 }
3689 return 0;
3690}
3691
3692
3693SWIGINTERNstatic __attribute__ ((__unused__)) int
3694SWIG_AsVal_long (PyObject *obj, long* val)
3695{
3696#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x03000000
3697 if (PyInt_Check(obj)((((obj)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
3698 if (val) *val = PyInt_AsLong(obj);
3699 return SWIG_OK(0);
3700 } else
3701#endif
3702 if (PyLong_Check(obj)((((((PyObject*)(obj))->ob_type))->tp_flags & ((1L<<
24))) != 0)
) {
3703 long v = PyLong_AsLong(obj);
3704 if (!PyErr_Occurred()) {
3705 if (val) *val = v;
3706 return SWIG_OK(0);
3707 } else {
3708 PyErr_Clear();
3709 return SWIG_OverflowError-7;
3710 }
3711 }
3712#ifdef SWIG_PYTHON_CAST_MODE
3713 {
3714 int dispatch = 0;
3715 long v = PyInt_AsLong(obj);
3716 if (!PyErr_Occurred()) {
3717 if (val) *val = v;
3718 return SWIG_AddCast(SWIG_OK)((0));
3719 } else {
3720 PyErr_Clear();
3721 }
3722 if (!dispatch) {
3723 double d;
3724 int res = SWIG_AddCast(SWIG_AsVal_double (obj,&d))(SWIG_AsVal_double (obj,&d));
3725 if (SWIG_IsOK(res)(res >= 0) && SWIG_CanCastAsInteger(&d, LONG_MIN(-9223372036854775807L -1L), LONG_MAX9223372036854775807L)) {
3726 if (val) *val = (long)(d);
3727 return res;
3728 }
3729 }
3730 }
3731#endif
3732 return SWIG_TypeError-5;
3733}
3734
3735
3736SWIGINTERNstatic __attribute__ ((__unused__)) int
3737SWIG_AsVal_int (PyObject * obj, int *val)
3738{
3739 long v;
3740 int res = SWIG_AsVal_long (obj, &v);
3741 if (SWIG_IsOK(res)(res >= 0)) {
3742 if ((v < INT_MIN(-2147483647 -1) || v > INT_MAX2147483647)) {
3743 return SWIG_OverflowError-7;
3744 } else {
3745 if (val) *val = static_cast< int >(v);
3746 }
3747 }
3748 return res;
3749}
3750
3751
3752SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject*
3753 SWIG_From_bool (bool value)
3754{
3755 return PyBool_FromLong(value ? 1 : 0);
3756}
3757
3758
3759SWIGINTERNstatic __attribute__ ((__unused__)) int
3760SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val)
3761{
3762#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x03000000
3763 if (PyInt_Check(obj)((((obj)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
3764 long v = PyInt_AsLong(obj);
3765 if (v >= 0) {
3766 if (val) *val = v;
3767 return SWIG_OK(0);
3768 } else {
3769 return SWIG_OverflowError-7;
3770 }
3771 } else
3772#endif
3773 if (PyLong_Check(obj)((((((PyObject*)(obj))->ob_type))->tp_flags & ((1L<<
24))) != 0)
) {
3774 unsigned long v = PyLong_AsUnsignedLong(obj);
3775 if (!PyErr_Occurred()) {
3776 if (val) *val = v;
3777 return SWIG_OK(0);
3778 } else {
3779 PyErr_Clear();
3780 return SWIG_OverflowError-7;
3781 }
3782 }
3783#ifdef SWIG_PYTHON_CAST_MODE
3784 {
3785 int dispatch = 0;
3786 unsigned long v = PyLong_AsUnsignedLong(obj);
3787 if (!PyErr_Occurred()) {
3788 if (val) *val = v;
3789 return SWIG_AddCast(SWIG_OK)((0));
3790 } else {
3791 PyErr_Clear();
3792 }
3793 if (!dispatch) {
3794 double d;
3795 int res = SWIG_AddCast(SWIG_AsVal_double (obj,&d))(SWIG_AsVal_double (obj,&d));
3796 if (SWIG_IsOK(res)(res >= 0) && SWIG_CanCastAsInteger(&d, 0, ULONG_MAX(9223372036854775807L *2UL+1UL))) {
3797 if (val) *val = (unsigned long)(d);
3798 return res;
3799 }
3800 }
3801 }
3802#endif
3803 return SWIG_TypeError-5;
3804}
3805
3806
3807#ifdef SWIG_LONG_LONG_AVAILABLE
3808SWIGINTERNstatic __attribute__ ((__unused__)) int
3809SWIG_AsVal_unsigned_SS_long_SS_long (PyObject *obj, unsigned long long *val)
3810{
3811 int res = SWIG_TypeError-5;
3812 if (PyLong_Check(obj)((((((PyObject*)(obj))->ob_type))->tp_flags & ((1L<<
24))) != 0)
) {
3813 unsigned long long v = PyLong_AsUnsignedLongLong(obj);
3814 if (!PyErr_Occurred()) {
3815 if (val) *val = v;
3816 return SWIG_OK(0);
3817 } else {
3818 PyErr_Clear();
3819 res = SWIG_OverflowError-7;
3820 }
3821 } else {
3822 unsigned long v;
3823 res = SWIG_AsVal_unsigned_SS_long (obj,&v);
3824 if (SWIG_IsOK(res)(res >= 0)) {
3825 if (val) *val = v;
3826 return res;
3827 }
3828 }
3829#ifdef SWIG_PYTHON_CAST_MODE
3830 {
3831 const double mant_max = 1LL << DBL_MANT_DIG53;
3832 double d;
3833 res = SWIG_AsVal_double (obj,&d);
3834 if (SWIG_IsOK(res)(res >= 0) && SWIG_CanCastAsInteger(&d, 0, mant_max)) {
3835 if (val) *val = (unsigned long long)(d);
3836 return SWIG_AddCast(res)(res);
3837 }
3838 res = SWIG_TypeError-5;
3839 }
3840#endif
3841 return res;
3842}
3843#endif
3844
3845
3846SWIGINTERNstatic __attribute__ ((__unused__)) int
3847SWIG_AsVal_unsigned_SS_int (PyObject * obj, unsigned int *val)
3848{
3849 unsigned long v;
3850 int res = SWIG_AsVal_unsigned_SS_long (obj, &v);
3851 if (SWIG_IsOK(res)(res >= 0)) {
3852 if ((v > UINT_MAX(2147483647 *2U +1U))) {
3853 return SWIG_OverflowError-7;
3854 } else {
3855 if (val) *val = static_cast< unsigned int >(v);
3856 }
3857 }
3858 return res;
3859}
3860
3861SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBAddress___str__(lldb::SBAddress *self){
3862 lldb::SBStream description;
3863 self->GetDescription (description);
3864 const char *desc = description.GetData();
3865 size_t desc_len = description.GetSize();
3866 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
3867 --desc_len;
3868 if (desc_len > 0)
3869 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
3870 else
3871 return lldb_private::PythonString("").release();
3872 }
3873
3874SWIGINTERNstatic __attribute__ ((__unused__)) int
3875SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc)
3876{
3877#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>=0x03000000
3878#if defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3879 if (PyBytes_Check(obj)((((((PyObject*)(obj))->ob_type))->tp_flags & ((1L<<
27))) != 0)
)
3880#else
3881 if (PyUnicode_Check(obj)((((((PyObject*)(obj))->ob_type))->tp_flags & ((1L<<
28))) != 0)
)
3882#endif
3883#else
3884 if (PyString_Check(obj)((((((PyObject*)(obj))->ob_type))->tp_flags & ((1L<<
27))) != 0)
)
3885#endif
3886 {
3887 char *cstr; Py_ssize_t len;
3888#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>=0x03000000
3889#if !defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3890 if (!alloc && cptr) {
3891 /* We can't allow converting without allocation, since the internal
3892 representation of string in Python 3 is UCS-2/UCS-4 but we require
3893 a UTF-8 representation.
3894 TODO(bhy) More detailed explanation */
3895 return SWIG_RuntimeError-3;
3896 }
3897 obj = PyUnicode_AsUTF8StringPyUnicodeUCS4_AsUTF8String(obj);
3898 if(alloc) *alloc = SWIG_NEWOBJ((0) | ((1 << 8) << 1));
3899#endif
3900 PyBytes_AsStringAndSizePyString_AsStringAndSize(obj, &cstr, &len);
3901#else
3902 PyString_AsStringAndSize(obj, &cstr, &len);
3903#endif
3904 if (cptr) {
3905 if (alloc) {
3906 /*
3907 In python the user should not be able to modify the inner
3908 string representation. To warranty that, if you define
3909 SWIG_PYTHON_SAFE_CSTRINGS, a new/copy of the python string
3910 buffer is always returned.
3911
3912 The default behavior is just to return the pointer value,
3913 so, be careful.
3914 */
3915#if defined(SWIG_PYTHON_SAFE_CSTRINGS)
3916 if (*alloc != SWIG_OLDOBJ((0)))
3917#else
3918 if (*alloc == SWIG_NEWOBJ((0) | ((1 << 8) << 1)))
3919#endif
3920 {
3921 *cptr = reinterpret_cast< char* >(memcpy((new char[len + 1]), cstr, sizeof(char)*(len + 1)));
3922 *alloc = SWIG_NEWOBJ((0) | ((1 << 8) << 1));
3923 } else {
3924 *cptr = cstr;
3925 *alloc = SWIG_OLDOBJ((0));
3926 }
3927 } else {
3928#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>=0x03000000
3929#if defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3930 *cptr = PyBytes_AsStringPyString_AsString(obj);
3931#else
3932 assert(0)((0) ? static_cast<void> (0) : __assert_fail ("0", "/build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp"
, 3932, __PRETTY_FUNCTION__))
; /* Should never reach here with Unicode strings in Python 3 */
3933#endif
3934#else
3935 *cptr = SWIG_Python_str_AsChar(obj);
3936#endif
3937 }
3938 }
3939 if (psize) *psize = len + 1;
3940#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>=0x03000000 && !defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3941 Py_XDECREF(obj)do { if ((obj) == __null) ; else do { if ( --((PyObject*)(obj
))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject *)(
obj)))->ob_type)->tp_dealloc)((PyObject *)((PyObject *)
(obj)))); } while (0); } while (0)
;
3942#endif
3943 return SWIG_OK(0);
3944 } else {
3945#if defined(SWIG_PYTHON_2_UNICODE)
3946#if defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3947#error "Cannot use both SWIG_PYTHON_2_UNICODE and SWIG_PYTHON_STRICT_BYTE_CHAR at once"
3948#endif
3949#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
<0x03000000
3950 if (PyUnicode_Check(obj)((((((PyObject*)(obj))->ob_type))->tp_flags & ((1L<<
28))) != 0)
) {
3951 char *cstr; Py_ssize_t len;
3952 if (!alloc && cptr) {
3953 return SWIG_RuntimeError-3;
3954 }
3955 obj = PyUnicode_AsUTF8StringPyUnicodeUCS4_AsUTF8String(obj);
3956 if (PyString_AsStringAndSize(obj, &cstr, &len) != -1) {
3957 if (cptr) {
3958 if (alloc) *alloc = SWIG_NEWOBJ((0) | ((1 << 8) << 1));
3959 *cptr = reinterpret_cast< char* >(memcpy((new char[len + 1]), cstr, sizeof(char)*(len + 1)));
3960 }
3961 if (psize) *psize = len + 1;
3962
3963 Py_XDECREF(obj)do { if ((obj) == __null) ; else do { if ( --((PyObject*)(obj
))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject *)(
obj)))->ob_type)->tp_dealloc)((PyObject *)((PyObject *)
(obj)))); } while (0); } while (0)
;
3964 return SWIG_OK(0);
3965 } else {
3966 Py_XDECREF(obj)do { if ((obj) == __null) ; else do { if ( --((PyObject*)(obj
))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject *)(
obj)))->ob_type)->tp_dealloc)((PyObject *)((PyObject *)
(obj)))); } while (0); } while (0)
;
3967 }
3968 }
3969#endif
3970#endif
3971
3972 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
3973 if (pchar_descriptor) {
3974 void* vptr = 0;
3975 if (SWIG_ConvertPtr(obj, &vptr, pchar_descriptor, 0)SWIG_Python_ConvertPtrAndOwn(obj, &vptr, pchar_descriptor
, 0, 0)
== SWIG_OK(0)) {
3976 if (cptr) *cptr = (char *) vptr;
3977 if (psize) *psize = vptr ? (strlen((char *)vptr) + 1) : 0;
3978 if (alloc) *alloc = SWIG_OLDOBJ((0));
3979 return SWIG_OK(0);
3980 }
3981 }
3982 }
3983 return SWIG_TypeError-5;
3984}
3985
3986
3987
3988
3989
3990SWIGINTERNstatic __attribute__ ((__unused__)) int
3991SWIG_AsVal_bool (PyObject *obj, bool *val)
3992{
3993 int r;
3994 if (!PyBool_Check(obj)((((PyObject*)(obj))->ob_type) == &PyBool_Type))
3995 return SWIG_ERROR(-1);
3996 r = PyObject_IsTrue(obj);
3997 if (r == -1)
3998 return SWIG_ERROR(-1);
3999 if (val) *val = r ? true : false;
4000 return SWIG_OK(0);
4001}
4002
4003SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBBlock___str__(lldb::SBBlock *self){
4004 lldb::SBStream description;
4005 self->GetDescription (description);
4006 const char *desc = description.GetData();
4007 size_t desc_len = description.GetSize();
4008 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4009 --desc_len;
4010 if (desc_len > 0)
4011 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4012 else
4013 return lldb_private::PythonString("").release();
4014 }
4015
4016 #define SWIG_From_longPyInt_FromLong PyInt_FromLong
4017
4018
4019SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject*
4020SWIG_From_unsigned_SS_long (unsigned long value)
4021{
4022 return (value > LONG_MAX9223372036854775807L) ?
4023 PyLong_FromUnsignedLong(value) : PyInt_FromLong(static_cast< long >(value));
4024}
4025
4026
4027SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject *
4028SWIG_From_size_t (size_t value)
4029{
4030#ifdef SWIG_LONG_LONG_AVAILABLE
4031 if (sizeof(size_t) <= sizeof(unsigned long)) {
4032#endif
4033 return SWIG_From_unsigned_SS_long (static_cast< unsigned long >(value));
4034#ifdef SWIG_LONG_LONG_AVAILABLE
4035 } else {
4036 /* assume sizeof(size_t) <= sizeof(unsigned long long) */
4037 return SWIG_From_unsigned_SS_long_SS_long (static_cast< unsigned long long >(value));
4038 }
4039#endif
4040}
4041
4042SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBBreakpoint___str__(lldb::SBBreakpoint *self){
4043 lldb::SBStream description;
4044 self->GetDescription (description);
4045 const char *desc = description.GetData();
4046 size_t desc_len = description.GetSize();
4047 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4048 --desc_len;
4049 if (desc_len > 0)
4050 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4051 else
4052 return lldb_private::PythonString("").release();
4053 }
4054
4055SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline int
4056SWIG_AsVal_size_t (PyObject * obj, size_t *val)
4057{
4058 int res = SWIG_TypeError-5;
4059#ifdef SWIG_LONG_LONG_AVAILABLE
4060 if (sizeof(size_t) <= sizeof(unsigned long)) {
4061#endif
4062 unsigned long v;
4063 res = SWIG_AsVal_unsigned_SS_long (obj, val ? &v : 0);
4064 if (SWIG_IsOK(res)(res >= 0) && val) *val = static_cast< size_t >(v);
4065#ifdef SWIG_LONG_LONG_AVAILABLE
4066 } else if (sizeof(size_t) <= sizeof(unsigned long long)) {
4067 unsigned long long v;
4068 res = SWIG_AsVal_unsigned_SS_long_SS_long (obj, val ? &v : 0);
4069 if (SWIG_IsOK(res)(res >= 0) && val) *val = static_cast< size_t >(v);
4070 }
4071#endif
4072 return res;
4073}
4074
4075SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBBreakpointLocation___str__(lldb::SBBreakpointLocation *self){
4076 lldb::SBStream description;
4077 self->GetDescription (description, lldb::eDescriptionLevelFull);
4078 const char *desc = description.GetData();
4079 size_t desc_len = description.GetSize();
4080 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4081 --desc_len;
4082 if (desc_len > 0)
4083 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4084 else
4085 return lldb_private::PythonString("").release();
4086 }
4087SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBBreakpointName___str__(lldb::SBBreakpointName *self){
4088 lldb::SBStream description;
4089 self->GetDescription (description);
4090 const char *desc = description.GetData();
4091 size_t desc_len = description.GetSize();
4092 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4093 --desc_len;
4094 if (desc_len > 0)
4095 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4096 else
4097 return lldb_private::PythonString("").release();
4098 }
4099
4100SWIGINTERNstatic __attribute__ ((__unused__)) int
4101SWIG_AsCharArray(PyObject * obj, char *val, size_t size)
4102{
4103 char* cptr = 0; size_t csize = 0; int alloc = SWIG_OLDOBJ((0));
4104 int res = SWIG_AsCharPtrAndSize(obj, &cptr, &csize, &alloc);
4105 if (SWIG_IsOK(res)(res >= 0)) {
4106 /* special case of single char conversion when we don't need space for NUL */
4107 if (size == 1 && csize == 2 && cptr && !cptr[1]) --csize;
4108 if (csize <= size) {
4109 if (val) {
4110 if (csize) memcpy(val, cptr, csize*sizeof(char));
4111 if (csize < size) memset(val + csize, 0, (size - csize)*sizeof(char));
4112 }
4113 if (alloc == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) {
4114 delete[] cptr;
4115 res = SWIG_DelNewMask(res)((res >= 0) ? (res & ~((1 << 8) << 1)) : res
)
;
4116 }
4117 return res;
4118 }
4119 if (alloc == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] cptr;
4120 }
4121 return SWIG_TypeError-5;
4122}
4123
4124
4125SWIGINTERNstatic __attribute__ ((__unused__)) int
4126SWIG_AsVal_char (PyObject * obj, char *val)
4127{
4128 int res = SWIG_AsCharArray(obj, val, 1);
4129 if (!SWIG_IsOK(res)(res >= 0)) {
4130 long v;
4131 res = SWIG_AddCast(SWIG_AsVal_long (obj, &v))(SWIG_AsVal_long (obj, &v));
4132 if (SWIG_IsOK(res)(res >= 0)) {
4133 if ((CHAR_MIN(-127 -1) <= v) && (v <= CHAR_MAX127)) {
4134 if (val) *val = static_cast< char >(v);
4135 } else {
4136 res = SWIG_OverflowError-7;
4137 }
4138 }
4139 }
4140 return res;
4141}
4142
4143SWIGINTERNstatic __attribute__ ((__unused__)) void lldb_SBCommandReturnObject_SetImmediateOutputFile(lldb::SBCommandReturnObject *self,FILE *fh){
4144 self->SetImmediateOutputFile(fh, true);
4145 }
4146SWIGINTERNstatic __attribute__ ((__unused__)) void lldb_SBCommandReturnObject_SetImmediateErrorFile(lldb::SBCommandReturnObject *self,FILE *fh){
4147 self->SetImmediateErrorFile(fh, true);
4148 }
4149SWIGINTERNstatic __attribute__ ((__unused__)) void lldb_SBCommandReturnObject_Print(lldb::SBCommandReturnObject *self,char const *str){
4150 self->Printf("%s", str);
4151 }
4152SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBCommandReturnObject___str__(lldb::SBCommandReturnObject *self){
4153 lldb::SBStream description;
4154 self->GetDescription (description);
4155 const char *desc = description.GetData();
4156 size_t desc_len = description.GetSize();
4157 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4158 --desc_len;
4159 if (desc_len > 0)
4160 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4161 else
4162 return lldb_private::PythonString("").release();
4163 }
4164SWIGINTERNstatic __attribute__ ((__unused__)) void lldb_SBCommandReturnObject_write(lldb::SBCommandReturnObject *self,char const *str){
4165 if (str)
4166 self->Printf("%s",str);
4167 }
4168SWIGINTERNstatic __attribute__ ((__unused__)) void lldb_SBCommandReturnObject_flush(lldb::SBCommandReturnObject *self){}
4169SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBCompileUnit___str__(lldb::SBCompileUnit *self){
4170 lldb::SBStream description;
4171 self->GetDescription (description);
4172 const char *desc = description.GetData();
4173 size_t desc_len = description.GetSize();
4174 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4175 --desc_len;
4176 if (desc_len > 0)
4177 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4178 else
4179 return lldb_private::PythonString("").release();
4180 }
4181
4182SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject *
4183SWIG_From_unsigned_SS_char (unsigned char value)
4184{
4185 return SWIG_From_unsigned_SS_long (value);
4186}
4187
4188
4189SWIGINTERNstatic __attribute__ ((__unused__)) int
4190SWIG_AsVal_unsigned_SS_char (PyObject * obj, unsigned char *val)
4191{
4192 unsigned long v;
4193 int res = SWIG_AsVal_unsigned_SS_long (obj, &v);
4194 if (SWIG_IsOK(res)(res >= 0)) {
4195 if ((v > UCHAR_MAX(127*2 +1))) {
4196 return SWIG_OverflowError-7;
4197 } else {
4198 if (val) *val = static_cast< unsigned char >(v);
4199 }
4200 }
4201 return res;
4202}
4203
4204
4205 #define SWIG_From_doublePyFloat_FromDouble PyFloat_FromDouble
4206
4207
4208SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject *
4209SWIG_From_float (float value)
4210{
4211 return SWIG_From_doublePyFloat_FromDouble (value);
4212}
4213
4214
4215SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject *
4216SWIG_From_unsigned_SS_short (unsigned short value)
4217{
4218 return SWIG_From_unsigned_SS_long (value);
4219}
4220
4221
4222SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject *
4223SWIG_From_signed_SS_char (signed char value)
4224{
4225 return SWIG_From_longPyInt_FromLong (value);
4226}
4227
4228
4229SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject *
4230SWIG_From_short (short value)
4231{
4232 return SWIG_From_longPyInt_FromLong (value);
4233}
4234
4235
4236#ifdef SWIG_LONG_LONG_AVAILABLE
4237SWIGINTERNINLINEstatic __attribute__ ((__unused__)) inline PyObject*
4238SWIG_From_long_SS_long (long long value)
4239{
4240 return ((value < LONG_MIN(-9223372036854775807L -1L)) || (value > LONG_MAX9223372036854775807L)) ?
4241 PyLong_FromLongLong(value) : PyInt_FromLong(static_cast< long >(value));
4242}
4243#endif
4244
4245SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBData___str__(lldb::SBData *self){
4246 lldb::SBStream description;
4247 self->GetDescription (description);
4248 const char *desc = description.GetData();
4249 size_t desc_len = description.GetSize();
4250 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4251 --desc_len;
4252 if (desc_len > 0)
4253 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4254 else
4255 return lldb_private::PythonString("").release();
4256 }
4257SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBDebugger___str__(lldb::SBDebugger *self){
4258 lldb::SBStream description;
4259 self->GetDescription (description);
4260 const char *desc = description.GetData();
4261 size_t desc_len = description.GetSize();
4262 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4263 --desc_len;
4264 if (desc_len > 0)
4265 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4266 else
4267 return lldb_private::PythonString("").release();
4268 }
4269SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBDeclaration___str__(lldb::SBDeclaration *self){
4270 lldb::SBStream description;
4271 self->GetDescription (description);
4272 const char *desc = description.GetData();
4273 size_t desc_len = description.GetSize();
4274 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4275 --desc_len;
4276 if (desc_len > 0)
4277 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4278 else
4279 return lldb_private::PythonString("").release();
4280 }
4281SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBError___str__(lldb::SBError *self){
4282 lldb::SBStream description;
4283 self->GetDescription (description);
4284 const char *desc = description.GetData();
4285 size_t desc_len = description.GetSize();
4286 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4287 --desc_len;
4288 if (desc_len > 0)
4289 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4290 else
4291 return lldb_private::PythonString("").release();
4292 }
4293SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBFileSpec___str__(lldb::SBFileSpec *self){
4294 lldb::SBStream description;
4295 self->GetDescription (description);
4296 const char *desc = description.GetData();
4297 size_t desc_len = description.GetSize();
4298 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4299 --desc_len;
4300 if (desc_len > 0)
4301 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4302 else
4303 return lldb_private::PythonString("").release();
4304 }
4305SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBFrame___str__(lldb::SBFrame *self){
4306 lldb::SBStream description;
4307 self->GetDescription (description);
4308 const char *desc = description.GetData();
4309 size_t desc_len = description.GetSize();
4310 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4311 --desc_len;
4312 if (desc_len > 0)
4313 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4314 else
4315 return lldb_private::PythonString("").release();
4316 }
4317SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBFunction___str__(lldb::SBFunction *self){
4318 lldb::SBStream description;
4319 self->GetDescription (description);
4320 const char *desc = description.GetData();
4321 size_t desc_len = description.GetSize();
4322 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4323 --desc_len;
4324 if (desc_len > 0)
4325 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4326 else
4327 return lldb_private::PythonString("").release();
4328 }
4329SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBInstruction___str__(lldb::SBInstruction *self){
4330 lldb::SBStream description;
4331 self->GetDescription (description);
4332 const char *desc = description.GetData();
4333 size_t desc_len = description.GetSize();
4334 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4335 --desc_len;
4336 if (desc_len > 0)
4337 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4338 else
4339 return lldb_private::PythonString("").release();
4340 }
4341SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBInstructionList___str__(lldb::SBInstructionList *self){
4342 lldb::SBStream description;
4343 self->GetDescription (description);
4344 const char *desc = description.GetData();
4345 size_t desc_len = description.GetSize();
4346 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4347 --desc_len;
4348 if (desc_len > 0)
4349 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4350 else
4351 return lldb_private::PythonString("").release();
4352 }
4353SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBLineEntry___str__(lldb::SBLineEntry *self){
4354 lldb::SBStream description;
4355 self->GetDescription (description);
4356 const char *desc = description.GetData();
4357 size_t desc_len = description.GetSize();
4358 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4359 --desc_len;
4360 if (desc_len > 0)
4361 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4362 else
4363 return lldb_private::PythonString("").release();
4364 }
4365SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBMemoryRegionInfo___str__(lldb::SBMemoryRegionInfo *self){
4366 lldb::SBStream description;
4367 self->GetDescription (description);
4368 const char *desc = description.GetData();
4369 size_t desc_len = description.GetSize();
4370 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4371 --desc_len;
4372 if (desc_len > 0)
4373 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4374 else
4375 return lldb_private::PythonString("").release();
4376 }
4377SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBModule___str__(lldb::SBModule *self){
4378 lldb::SBStream description;
4379 self->GetDescription (description);
4380 const char *desc = description.GetData();
4381 size_t desc_len = description.GetSize();
4382 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4383 --desc_len;
4384 if (desc_len > 0)
4385 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4386 else
4387 return lldb_private::PythonString("").release();
4388 }
4389SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBModuleSpec___str__(lldb::SBModuleSpec *self){
4390 lldb::SBStream description;
4391 self->GetDescription (description);
4392 const char *desc = description.GetData();
4393 size_t desc_len = description.GetSize();
4394 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4395 --desc_len;
4396 if (desc_len > 0)
4397 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4398 else
4399 return lldb_private::PythonString("").release();
4400 }
4401SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBModuleSpecList___str__(lldb::SBModuleSpecList *self){
4402 lldb::SBStream description;
4403 self->GetDescription (description);
4404 const char *desc = description.GetData();
4405 size_t desc_len = description.GetSize();
4406 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4407 --desc_len;
4408 if (desc_len > 0)
4409 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4410 else
4411 return lldb_private::PythonString("").release();
4412 }
4413SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBProcess___str__(lldb::SBProcess *self){
4414 lldb::SBStream description;
4415 self->GetDescription (description);
4416 const char *desc = description.GetData();
4417 size_t desc_len = description.GetSize();
4418 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4419 --desc_len;
4420 if (desc_len > 0)
4421 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4422 else
4423 return lldb_private::PythonString("").release();
4424 }
4425SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBSection___str__(lldb::SBSection *self){
4426 lldb::SBStream description;
4427 self->GetDescription (description);
4428 const char *desc = description.GetData();
4429 size_t desc_len = description.GetSize();
4430 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4431 --desc_len;
4432 if (desc_len > 0)
4433 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4434 else
4435 return lldb_private::PythonString("").release();
4436 }
4437SWIGINTERNstatic __attribute__ ((__unused__)) void lldb_SBStream_Print(lldb::SBStream *self,char const *str){
4438 self->Printf("%s", str);
4439 }
4440SWIGINTERNstatic __attribute__ ((__unused__)) void lldb_SBStream_write(lldb::SBStream *self,char const *str){
4441 if (str)
4442 self->Printf("%s",str);
4443 }
4444SWIGINTERNstatic __attribute__ ((__unused__)) void lldb_SBStream_flush(lldb::SBStream *self){}
4445SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBSymbol___str__(lldb::SBSymbol *self){
4446 lldb::SBStream description;
4447 self->GetDescription (description);
4448 const char *desc = description.GetData();
4449 size_t desc_len = description.GetSize();
4450 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4451 --desc_len;
4452 if (desc_len > 0)
4453 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4454 else
4455 return lldb_private::PythonString("").release();
4456 }
4457SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBSymbolContext___str__(lldb::SBSymbolContext *self){
4458 lldb::SBStream description;
4459 self->GetDescription (description);
4460 const char *desc = description.GetData();
4461 size_t desc_len = description.GetSize();
4462 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4463 --desc_len;
4464 if (desc_len > 0)
4465 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4466 else
4467 return lldb_private::PythonString("").release();
4468 }
4469SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBSymbolContextList___str__(lldb::SBSymbolContextList *self){
4470 lldb::SBStream description;
4471 self->GetDescription (description);
4472 const char *desc = description.GetData();
4473 size_t desc_len = description.GetSize();
4474 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4475 --desc_len;
4476 if (desc_len > 0)
4477 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4478 else
4479 return lldb_private::PythonString("").release();
4480 }
4481
4482#ifdef SWIG_LONG_LONG_AVAILABLE
4483SWIGINTERNstatic __attribute__ ((__unused__)) int
4484SWIG_AsVal_long_SS_long (PyObject *obj, long long *val)
4485{
4486 int res = SWIG_TypeError-5;
4487 if (PyLong_Check(obj)((((((PyObject*)(obj))->ob_type))->tp_flags & ((1L<<
24))) != 0)
) {
4488 long long v = PyLong_AsLongLong(obj);
4489 if (!PyErr_Occurred()) {
4490 if (val) *val = v;
4491 return SWIG_OK(0);
4492 } else {
4493 PyErr_Clear();
4494 res = SWIG_OverflowError-7;
4495 }
4496 } else {
4497 long v;
4498 res = SWIG_AsVal_long (obj,&v);
4499 if (SWIG_IsOK(res)(res >= 0)) {
4500 if (val) *val = v;
4501 return res;
4502 }
4503 }
4504#ifdef SWIG_PYTHON_CAST_MODE
4505 {
4506 const double mant_max = 1LL << DBL_MANT_DIG53;
4507 const double mant_min = -mant_max;
4508 double d;
4509 res = SWIG_AsVal_double (obj,&d);
4510 if (SWIG_IsOK(res)(res >= 0) && SWIG_CanCastAsInteger(&d, mant_min, mant_max)) {
4511 if (val) *val = (long long)(d);
4512 return SWIG_AddCast(res)(res);
4513 }
4514 res = SWIG_TypeError-5;
4515 }
4516#endif
4517 return res;
4518}
4519#endif
4520
4521SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBTarget___str__(lldb::SBTarget *self){
4522 lldb::SBStream description;
4523 self->GetDescription (description, lldb::eDescriptionLevelBrief);
4524 const char *desc = description.GetData();
4525 size_t desc_len = description.GetSize();
4526 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4527 --desc_len;
4528 if (desc_len > 0)
4529 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4530 else
4531 return lldb_private::PythonString("").release();
4532 }
4533SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBThread___str__(lldb::SBThread *self){
4534 lldb::SBStream description;
4535 self->GetDescription (description);
4536 const char *desc = description.GetData();
4537 size_t desc_len = description.GetSize();
4538 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4539 --desc_len;
4540 if (desc_len > 0)
4541 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4542 else
4543 return lldb_private::PythonString("").release();
4544 }
4545SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBTypeMember___str__(lldb::SBTypeMember *self){
4546 lldb::SBStream description;
4547 self->GetDescription (description, lldb::eDescriptionLevelBrief);
4548 const char *desc = description.GetData();
4549 size_t desc_len = description.GetSize();
4550 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4551 --desc_len;
4552 if (desc_len > 0)
4553 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4554 else
4555 return lldb_private::PythonString("").release();
4556 }
4557SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBTypeMemberFunction___str__(lldb::SBTypeMemberFunction *self){
4558 lldb::SBStream description;
4559 self->GetDescription (description, lldb::eDescriptionLevelBrief);
4560 const char *desc = description.GetData();
4561 size_t desc_len = description.GetSize();
4562 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4563 --desc_len;
4564 if (desc_len > 0)
4565 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4566 else
4567 return lldb_private::PythonString("").release();
4568 }
4569SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBType___str__(lldb::SBType *self){
4570 lldb::SBStream description;
4571 self->GetDescription (description, lldb::eDescriptionLevelBrief);
4572 const char *desc = description.GetData();
4573 size_t desc_len = description.GetSize();
4574 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4575 --desc_len;
4576 if (desc_len > 0)
4577 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4578 else
4579 return lldb_private::PythonString("").release();
4580 }
4581SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBTypeCategory___str__(lldb::SBTypeCategory *self){
4582 lldb::SBStream description;
4583 self->GetDescription (description, lldb::eDescriptionLevelBrief);
4584 const char *desc = description.GetData();
4585 size_t desc_len = description.GetSize();
4586 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4587 --desc_len;
4588 if (desc_len > 0)
4589 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4590 else
4591 return lldb_private::PythonString("").release();
4592 }
4593SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBTypeEnumMember___str__(lldb::SBTypeEnumMember *self){
4594 lldb::SBStream description;
4595 self->GetDescription (description, lldb::eDescriptionLevelBrief);
4596 const char *desc = description.GetData();
4597 size_t desc_len = description.GetSize();
4598 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4599 --desc_len;
4600 if (desc_len > 0)
4601 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4602 else
4603 return lldb_private::PythonString("").release();
4604 }
4605SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBTypeFilter___str__(lldb::SBTypeFilter *self){
4606 lldb::SBStream description;
4607 self->GetDescription (description, lldb::eDescriptionLevelBrief);
4608 const char *desc = description.GetData();
4609 size_t desc_len = description.GetSize();
4610 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4611 --desc_len;
4612 if (desc_len > 0)
4613 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4614 else
4615 return lldb_private::PythonString("").release();
4616 }
4617SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBTypeFormat___str__(lldb::SBTypeFormat *self){
4618 lldb::SBStream description;
4619 self->GetDescription (description, lldb::eDescriptionLevelBrief);
4620 const char *desc = description.GetData();
4621 size_t desc_len = description.GetSize();
4622 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4623 --desc_len;
4624 if (desc_len > 0)
4625 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4626 else
4627 return lldb_private::PythonString("").release();
4628 }
4629SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBTypeNameSpecifier___str__(lldb::SBTypeNameSpecifier *self){
4630 lldb::SBStream description;
4631 self->GetDescription (description, lldb::eDescriptionLevelBrief);
4632 const char *desc = description.GetData();
4633 size_t desc_len = description.GetSize();
4634 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4635 --desc_len;
4636 if (desc_len > 0)
4637 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4638 else
4639 return lldb_private::PythonString("").release();
4640 }
4641SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBTypeSummary___str__(lldb::SBTypeSummary *self){
4642 lldb::SBStream description;
4643 self->GetDescription (description, lldb::eDescriptionLevelBrief);
4644 const char *desc = description.GetData();
4645 size_t desc_len = description.GetSize();
4646 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4647 --desc_len;
4648 if (desc_len > 0)
4649 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4650 else
4651 return lldb_private::PythonString("").release();
4652 }
4653SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBTypeSynthetic___str__(lldb::SBTypeSynthetic *self){
4654 lldb::SBStream description;
4655 self->GetDescription (description, lldb::eDescriptionLevelBrief);
4656 const char *desc = description.GetData();
4657 size_t desc_len = description.GetSize();
4658 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4659 --desc_len;
4660 if (desc_len > 0)
4661 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4662 else
4663 return lldb_private::PythonString("").release();
4664 }
4665SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBValue___str__(lldb::SBValue *self){
4666 lldb::SBStream description;
4667 self->GetDescription (description);
4668 const char *desc = description.GetData();
4669 size_t desc_len = description.GetSize();
4670 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4671 --desc_len;
4672 if (desc_len > 0)
4673 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4674 else
4675 return lldb_private::PythonString("").release();
4676 }
4677SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBValueList___str__(lldb::SBValueList *self){
4678 lldb::SBStream description;
4679 const size_t n = self->GetSize();
4680 if (n)
4681 {
4682 for (size_t i=0; i<n; ++i)
4683 self->GetValueAtIndex(i).GetDescription(description);
4684 }
4685 else
4686 {
4687 description.Printf("<empty> lldb.SBValueList()");
4688 }
4689 const char *desc = description.GetData();
4690 size_t desc_len = description.GetSize();
4691 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4692 --desc_len;
4693 if (desc_len > 0)
4694 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4695 else
4696 return lldb_private::PythonString("").release();
4697 }
4698SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *lldb_SBWatchpoint___str__(lldb::SBWatchpoint *self){
4699 lldb::SBStream description;
4700 self->GetDescription (description, lldb::eDescriptionLevelVerbose);
4701 const char *desc = description.GetData();
4702 size_t desc_len = description.GetSize();
4703 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
4704 --desc_len;
4705 if (desc_len > 0)
4706 return lldb_private::PythonString(llvm::StringRef(desc, desc_len)).release();
4707 else
4708 return lldb_private::PythonString("").release();
4709 }
4710
4711
4712template <typename T>
4713PyObject *
4714SBTypeToSWIGWrapper (T* item);
4715
4716class PyErr_Cleaner
4717{
4718public:
4719 PyErr_Cleaner(bool print=false) :
4720 m_print(print)
4721 {
4722 }
4723
4724 ~PyErr_Cleaner()
4725 {
4726 if (PyErr_Occurred())
4727 {
4728 if(m_print && !PyErr_ExceptionMatches(PyExc_SystemExit))
4729 PyErr_Print();
4730 PyErr_Clear();
4731 }
4732 }
4733
4734private:
4735 bool m_print;
4736};
4737
4738
4739#ifdef __cplusplus201103L
4740extern "C" {
4741#endif
4742SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___or____SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4743 PyObject *resultobj = 0;
4744 lldb::SymbolContextItem arg1 ;
4745 lldb::SymbolContextItem arg2 ;
4746 int val1 ;
4747 int ecode1 = 0 ;
4748 int val2 ;
4749 int ecode2 = 0 ;
4750 PyObject * obj0 = 0 ;
4751 PyObject * obj1 = 0 ;
4752 lldb::SymbolContextItem result;
4753
4754 if (!PyArg_ParseTuple(args,(char *)"OO:__or__",&obj0,&obj1)) SWIG_failgoto fail;
4755 ecode1 = SWIG_AsVal_int(obj0, &val1);
4756 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
4757 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "__or__" "', argument " "1"" of type '" "lldb::SymbolContextItem""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "__or__" "', argument "
"1"" of type '" "lldb::SymbolContextItem""'"); goto fail; } while
(0)
;
4758 }
4759 arg1 = static_cast< lldb::SymbolContextItem >(val1);
4760 ecode2 = SWIG_AsVal_int(obj1, &val2);
4761 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
4762 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "__or__" "', argument " "2"" of type '" "lldb::SymbolContextItem""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "__or__" "', argument "
"2"" of type '" "lldb::SymbolContextItem""'"); goto fail; } while
(0)
;
4763 }
4764 arg2 = static_cast< lldb::SymbolContextItem >(val2);
4765 {
4766 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
4767 result = (lldb::SymbolContextItem)lldb::operator |(arg1,arg2);
4768 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
4769 }
4770 resultobj = SWIG_From_int(static_cast< int >(result));
4771 return resultobj;
4772fail:
4773 return NULL__null;
4774}
4775
4776
4777SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___and____SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4778 PyObject *resultobj = 0;
4779 lldb::SymbolContextItem arg1 ;
4780 lldb::SymbolContextItem arg2 ;
4781 int val1 ;
4782 int ecode1 = 0 ;
4783 int val2 ;
4784 int ecode2 = 0 ;
4785 PyObject * obj0 = 0 ;
4786 PyObject * obj1 = 0 ;
4787 lldb::SymbolContextItem result;
4788
4789 if (!PyArg_ParseTuple(args,(char *)"OO:__and__",&obj0,&obj1)) SWIG_failgoto fail;
4790 ecode1 = SWIG_AsVal_int(obj0, &val1);
4791 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
4792 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "__and__" "', argument " "1"" of type '" "lldb::SymbolContextItem""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "__and__" "', argument "
"1"" of type '" "lldb::SymbolContextItem""'"); goto fail; } while
(0)
;
4793 }
4794 arg1 = static_cast< lldb::SymbolContextItem >(val1);
4795 ecode2 = SWIG_AsVal_int(obj1, &val2);
4796 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
4797 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "__and__" "', argument " "2"" of type '" "lldb::SymbolContextItem""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "__and__" "', argument "
"2"" of type '" "lldb::SymbolContextItem""'"); goto fail; } while
(0)
;
4798 }
4799 arg2 = static_cast< lldb::SymbolContextItem >(val2);
4800 {
4801 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
4802 result = (lldb::SymbolContextItem)lldb::operator &(arg1,arg2);
4803 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
4804 }
4805 resultobj = SWIG_From_int(static_cast< int >(result));
4806 return resultobj;
4807fail:
4808 return NULL__null;
4809}
4810
4811
4812SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___invert____SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4813 PyObject *resultobj = 0;
4814 lldb::SymbolContextItem arg1 ;
4815 int val1 ;
4816 int ecode1 = 0 ;
4817 PyObject * obj0 = 0 ;
4818 lldb::SymbolContextItem result;
4819
4820 if (!PyArg_ParseTuple(args,(char *)"O:__invert__",&obj0)) SWIG_failgoto fail;
4821 ecode1 = SWIG_AsVal_int(obj0, &val1);
4822 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
4823 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "__invert__" "', argument " "1"" of type '" "lldb::SymbolContextItem""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "__invert__" "', argument "
"1"" of type '" "lldb::SymbolContextItem""'"); goto fail; } while
(0)
;
4824 }
4825 arg1 = static_cast< lldb::SymbolContextItem >(val1);
4826 {
4827 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
4828 result = (lldb::SymbolContextItem)lldb::operator ~(arg1);
4829 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
4830 }
4831 resultobj = SWIG_From_int(static_cast< int >(result));
4832 return resultobj;
4833fail:
4834 return NULL__null;
4835}
4836
4837
4838SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___ior____SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4839 PyObject *resultobj = 0;
4840 lldb::SymbolContextItem *arg1 = 0 ;
4841 lldb::SymbolContextItem arg2 ;
4842 void *argp1 = 0 ;
4843 int res1 = 0 ;
4844 int val2 ;
4845 int ecode2 = 0 ;
4846 PyObject * obj0 = 0 ;
4847 PyObject * obj1 = 0 ;
4848 lldb::SymbolContextItem *result = 0 ;
4849
4850 if (!PyArg_ParseTuple(args,(char *)"OO:__ior__",&obj0,&obj1)) SWIG_failgoto fail;
4851 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SymbolContextItem, 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[84]
, 0, 0)
;
4852 if (!SWIG_IsOK(res1)(res1 >= 0)) {
4853 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "__ior__" "', argument " "1"" of type '" "lldb::SymbolContextItem &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "__ior__" "', argument " "1"
" of type '" "lldb::SymbolContextItem &""'"); goto fail; }
while(0)
;
4854 }
4855 if (!argp1) {
4856 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "__ior__" "', argument " "1"" of type '" "lldb::SymbolContextItem &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "__ior__" "', argument " "1"" of type '" "lldb::SymbolContextItem &"
"'"); goto fail; } while(0)
;
4857 }
4858 arg1 = reinterpret_cast< lldb::SymbolContextItem * >(argp1);
4859 ecode2 = SWIG_AsVal_int(obj1, &val2);
4860 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
4861 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "__ior__" "', argument " "2"" of type '" "lldb::SymbolContextItem""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "__ior__" "', argument "
"2"" of type '" "lldb::SymbolContextItem""'"); goto fail; } while
(0)
;
4862 }
4863 arg2 = static_cast< lldb::SymbolContextItem >(val2);
4864 {
4865 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
4866 result = (lldb::SymbolContextItem *) &lldb::operator |=(*arg1,arg2);
4867 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
4868 }
4869 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SymbolContextItem, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[84], 0x1
| 0)
;
4870 return resultobj;
4871fail:
4872 return NULL__null;
4873}
4874
4875
4876SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___iand____SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4877 PyObject *resultobj = 0;
4878 lldb::SymbolContextItem *arg1 = 0 ;
4879 lldb::SymbolContextItem arg2 ;
4880 void *argp1 = 0 ;
4881 int res1 = 0 ;
4882 int val2 ;
4883 int ecode2 = 0 ;
4884 PyObject * obj0 = 0 ;
4885 PyObject * obj1 = 0 ;
4886 lldb::SymbolContextItem *result = 0 ;
4887
4888 if (!PyArg_ParseTuple(args,(char *)"OO:__iand__",&obj0,&obj1)) SWIG_failgoto fail;
4889 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SymbolContextItem, 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[84]
, 0, 0)
;
4890 if (!SWIG_IsOK(res1)(res1 >= 0)) {
4891 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "__iand__" "', argument " "1"" of type '" "lldb::SymbolContextItem &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "__iand__" "', argument " "1"
" of type '" "lldb::SymbolContextItem &""'"); goto fail; }
while(0)
;
4892 }
4893 if (!argp1) {
4894 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "__iand__" "', argument " "1"" of type '" "lldb::SymbolContextItem &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "__iand__" "', argument " "1"" of type '" "lldb::SymbolContextItem &"
"'"); goto fail; } while(0)
;
4895 }
4896 arg1 = reinterpret_cast< lldb::SymbolContextItem * >(argp1);
4897 ecode2 = SWIG_AsVal_int(obj1, &val2);
4898 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
4899 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "__iand__" "', argument " "2"" of type '" "lldb::SymbolContextItem""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "__iand__" "', argument "
"2"" of type '" "lldb::SymbolContextItem""'"); goto fail; } while
(0)
;
4900 }
4901 arg2 = static_cast< lldb::SymbolContextItem >(val2);
4902 {
4903 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
4904 result = (lldb::SymbolContextItem *) &lldb::operator &=(*arg1,arg2);
4905 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
4906 }
4907 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SymbolContextItem, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[84], 0x1
| 0)
;
4908 return resultobj;
4909fail:
4910 return NULL__null;
4911}
4912
4913
4914SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___or____SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4915 PyObject *resultobj = 0;
4916 lldb::FunctionNameType arg1 ;
4917 lldb::FunctionNameType arg2 ;
4918 int val1 ;
4919 int ecode1 = 0 ;
4920 int val2 ;
4921 int ecode2 = 0 ;
4922 PyObject * obj0 = 0 ;
4923 PyObject * obj1 = 0 ;
4924 lldb::FunctionNameType result;
4925
4926 if (!PyArg_ParseTuple(args,(char *)"OO:__or__",&obj0,&obj1)) SWIG_failgoto fail;
4927 ecode1 = SWIG_AsVal_int(obj0, &val1);
4928 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
4929 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "__or__" "', argument " "1"" of type '" "lldb::FunctionNameType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "__or__" "', argument "
"1"" of type '" "lldb::FunctionNameType""'"); goto fail; } while
(0)
;
4930 }
4931 arg1 = static_cast< lldb::FunctionNameType >(val1);
4932 ecode2 = SWIG_AsVal_int(obj1, &val2);
4933 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
4934 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "__or__" "', argument " "2"" of type '" "lldb::FunctionNameType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "__or__" "', argument "
"2"" of type '" "lldb::FunctionNameType""'"); goto fail; } while
(0)
;
4935 }
4936 arg2 = static_cast< lldb::FunctionNameType >(val2);
4937 {
4938 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
4939 result = (lldb::FunctionNameType)lldb::operator |(arg1,arg2);
4940 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
4941 }
4942 resultobj = SWIG_From_int(static_cast< int >(result));
4943 return resultobj;
4944fail:
4945 return NULL__null;
4946}
4947
4948
4949SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___and____SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4950 PyObject *resultobj = 0;
4951 lldb::FunctionNameType arg1 ;
4952 lldb::FunctionNameType arg2 ;
4953 int val1 ;
4954 int ecode1 = 0 ;
4955 int val2 ;
4956 int ecode2 = 0 ;
4957 PyObject * obj0 = 0 ;
4958 PyObject * obj1 = 0 ;
4959 lldb::FunctionNameType result;
4960
4961 if (!PyArg_ParseTuple(args,(char *)"OO:__and__",&obj0,&obj1)) SWIG_failgoto fail;
4962 ecode1 = SWIG_AsVal_int(obj0, &val1);
4963 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
4964 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "__and__" "', argument " "1"" of type '" "lldb::FunctionNameType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "__and__" "', argument "
"1"" of type '" "lldb::FunctionNameType""'"); goto fail; } while
(0)
;
4965 }
4966 arg1 = static_cast< lldb::FunctionNameType >(val1);
4967 ecode2 = SWIG_AsVal_int(obj1, &val2);
4968 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
4969 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "__and__" "', argument " "2"" of type '" "lldb::FunctionNameType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "__and__" "', argument "
"2"" of type '" "lldb::FunctionNameType""'"); goto fail; } while
(0)
;
4970 }
4971 arg2 = static_cast< lldb::FunctionNameType >(val2);
4972 {
4973 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
4974 result = (lldb::FunctionNameType)lldb::operator &(arg1,arg2);
4975 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
4976 }
4977 resultobj = SWIG_From_int(static_cast< int >(result));
4978 return resultobj;
4979fail:
4980 return NULL__null;
4981}
4982
4983
4984SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___invert____SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4985 PyObject *resultobj = 0;
4986 lldb::FunctionNameType arg1 ;
4987 int val1 ;
4988 int ecode1 = 0 ;
4989 PyObject * obj0 = 0 ;
4990 lldb::FunctionNameType result;
4991
4992 if (!PyArg_ParseTuple(args,(char *)"O:__invert__",&obj0)) SWIG_failgoto fail;
4993 ecode1 = SWIG_AsVal_int(obj0, &val1);
4994 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
4995 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "__invert__" "', argument " "1"" of type '" "lldb::FunctionNameType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "__invert__" "', argument "
"1"" of type '" "lldb::FunctionNameType""'"); goto fail; } while
(0)
;
4996 }
4997 arg1 = static_cast< lldb::FunctionNameType >(val1);
4998 {
4999 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5000 result = (lldb::FunctionNameType)lldb::operator ~(arg1);
5001 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5002 }
5003 resultobj = SWIG_From_int(static_cast< int >(result));
5004 return resultobj;
5005fail:
5006 return NULL__null;
5007}
5008
5009
5010SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___ior____SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5011 PyObject *resultobj = 0;
5012 lldb::FunctionNameType *arg1 = 0 ;
5013 lldb::FunctionNameType arg2 ;
5014 void *argp1 = 0 ;
5015 int res1 = 0 ;
5016 int val2 ;
5017 int ecode2 = 0 ;
5018 PyObject * obj0 = 0 ;
5019 PyObject * obj1 = 0 ;
5020 lldb::FunctionNameType *result = 0 ;
5021
5022 if (!PyArg_ParseTuple(args,(char *)"OO:__ior__",&obj0,&obj1)) SWIG_failgoto fail;
5023 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__FunctionNameType, 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[8],
0, 0)
;
5024 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5025 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "__ior__" "', argument " "1"" of type '" "lldb::FunctionNameType &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "__ior__" "', argument " "1"
" of type '" "lldb::FunctionNameType &""'"); goto fail; }
while(0)
;
5026 }
5027 if (!argp1) {
5028 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "__ior__" "', argument " "1"" of type '" "lldb::FunctionNameType &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "__ior__" "', argument " "1"" of type '" "lldb::FunctionNameType &"
"'"); goto fail; } while(0)
;
5029 }
5030 arg1 = reinterpret_cast< lldb::FunctionNameType * >(argp1);
5031 ecode2 = SWIG_AsVal_int(obj1, &val2);
5032 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
5033 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "__ior__" "', argument " "2"" of type '" "lldb::FunctionNameType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "__ior__" "', argument "
"2"" of type '" "lldb::FunctionNameType""'"); goto fail; } while
(0)
;
5034 }
5035 arg2 = static_cast< lldb::FunctionNameType >(val2);
5036 {
5037 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5038 result = (lldb::FunctionNameType *) &lldb::operator |=(*arg1,arg2);
5039 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5040 }
5041 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__FunctionNameType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[8], 0x1
| 0)
;
5042 return resultobj;
5043fail:
5044 return NULL__null;
5045}
5046
5047
5048SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___iand____SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5049 PyObject *resultobj = 0;
5050 lldb::FunctionNameType *arg1 = 0 ;
5051 lldb::FunctionNameType arg2 ;
5052 void *argp1 = 0 ;
5053 int res1 = 0 ;
5054 int val2 ;
5055 int ecode2 = 0 ;
5056 PyObject * obj0 = 0 ;
5057 PyObject * obj1 = 0 ;
5058 lldb::FunctionNameType *result = 0 ;
5059
5060 if (!PyArg_ParseTuple(args,(char *)"OO:__iand__",&obj0,&obj1)) SWIG_failgoto fail;
5061 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__FunctionNameType, 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[8],
0, 0)
;
5062 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5063 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "__iand__" "', argument " "1"" of type '" "lldb::FunctionNameType &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "__iand__" "', argument " "1"
" of type '" "lldb::FunctionNameType &""'"); goto fail; }
while(0)
;
5064 }
5065 if (!argp1) {
5066 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "__iand__" "', argument " "1"" of type '" "lldb::FunctionNameType &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "__iand__" "', argument " "1"" of type '" "lldb::FunctionNameType &"
"'"); goto fail; } while(0)
;
5067 }
5068 arg1 = reinterpret_cast< lldb::FunctionNameType * >(argp1);
5069 ecode2 = SWIG_AsVal_int(obj1, &val2);
5070 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
5071 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "__iand__" "', argument " "2"" of type '" "lldb::FunctionNameType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "__iand__" "', argument "
"2"" of type '" "lldb::FunctionNameType""'"); goto fail; } while
(0)
;
5072 }
5073 arg2 = static_cast< lldb::FunctionNameType >(val2);
5074 {
5075 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5076 result = (lldb::FunctionNameType *) &lldb::operator &=(*arg1,arg2);
5077 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5078 }
5079 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__FunctionNameType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[8], 0x1
| 0)
;
5080 return resultobj;
5081fail:
5082 return NULL__null;
5083}
5084
5085
5086SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___or____SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5087 PyObject *resultobj = 0;
5088 lldb::TypeClass arg1 ;
5089 lldb::TypeClass arg2 ;
5090 int val1 ;
5091 int ecode1 = 0 ;
5092 int val2 ;
5093 int ecode2 = 0 ;
5094 PyObject * obj0 = 0 ;
5095 PyObject * obj1 = 0 ;
5096 lldb::TypeClass result;
5097
5098 if (!PyArg_ParseTuple(args,(char *)"OO:__or__",&obj0,&obj1)) SWIG_failgoto fail;
5099 ecode1 = SWIG_AsVal_int(obj0, &val1);
5100 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
5101 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "__or__" "', argument " "1"" of type '" "lldb::TypeClass""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "__or__" "', argument "
"1"" of type '" "lldb::TypeClass""'"); goto fail; } while(0)
;
5102 }
5103 arg1 = static_cast< lldb::TypeClass >(val1);
5104 ecode2 = SWIG_AsVal_int(obj1, &val2);
5105 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
5106 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "__or__" "', argument " "2"" of type '" "lldb::TypeClass""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "__or__" "', argument "
"2"" of type '" "lldb::TypeClass""'"); goto fail; } while(0)
;
5107 }
5108 arg2 = static_cast< lldb::TypeClass >(val2);
5109 {
5110 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5111 result = (lldb::TypeClass)lldb::operator |(arg1,arg2);
5112 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5113 }
5114 resultobj = SWIG_From_int(static_cast< int >(result));
5115 return resultobj;
5116fail:
5117 return NULL__null;
5118}
5119
5120
5121SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___or__(PyObject *self, PyObject *args) {
5122 Py_ssize_t argc;
5123 PyObject *argv[3] = {
5124 0
5125 };
5126 Py_ssize_t ii;
5127
5128 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
5129 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
5130 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
5131 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
5132 }
5133 if (argc == 2) {
5134 int _v;
5135 {
5136 int res = SWIG_AsVal_int(argv[0], NULL__null);
5137 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5138 }
5139 if (_v) {
5140 {
5141 int res = SWIG_AsVal_int(argv[1], NULL__null);
5142 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5143 }
5144 if (_v) {
5145 return _wrap___or____SWIG_0(self, args);
5146 }
5147 }
5148 }
5149 if (argc == 2) {
5150 int _v;
5151 {
5152 int res = SWIG_AsVal_int(argv[0], NULL__null);
5153 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5154 }
5155 if (_v) {
5156 {
5157 int res = SWIG_AsVal_int(argv[1], NULL__null);
5158 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5159 }
5160 if (_v) {
5161 return _wrap___or____SWIG_1(self, args);
5162 }
5163 }
5164 }
5165 if (argc == 2) {
5166 int _v;
5167 {
5168 int res = SWIG_AsVal_int(argv[0], NULL__null);
5169 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5170 }
5171 if (_v) {
5172 {
5173 int res = SWIG_AsVal_int(argv[1], NULL__null);
5174 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5175 }
5176 if (_v) {
5177 return _wrap___or____SWIG_2(self, args);
5178 }
5179 }
5180 }
5181
5182fail:
5183 Py_INCREF(Py_NotImplemented)( ((PyObject*)((&_Py_NotImplementedStruct)))->ob_refcnt
++)
;
5184 return Py_NotImplemented(&_Py_NotImplementedStruct);
5185}
5186
5187
5188SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___and____SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5189 PyObject *resultobj = 0;
5190 lldb::TypeClass arg1 ;
5191 lldb::TypeClass arg2 ;
5192 int val1 ;
5193 int ecode1 = 0 ;
5194 int val2 ;
5195 int ecode2 = 0 ;
5196 PyObject * obj0 = 0 ;
5197 PyObject * obj1 = 0 ;
5198 lldb::TypeClass result;
5199
5200 if (!PyArg_ParseTuple(args,(char *)"OO:__and__",&obj0,&obj1)) SWIG_failgoto fail;
5201 ecode1 = SWIG_AsVal_int(obj0, &val1);
5202 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
5203 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "__and__" "', argument " "1"" of type '" "lldb::TypeClass""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "__and__" "', argument "
"1"" of type '" "lldb::TypeClass""'"); goto fail; } while(0)
;
5204 }
5205 arg1 = static_cast< lldb::TypeClass >(val1);
5206 ecode2 = SWIG_AsVal_int(obj1, &val2);
5207 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
5208 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "__and__" "', argument " "2"" of type '" "lldb::TypeClass""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "__and__" "', argument "
"2"" of type '" "lldb::TypeClass""'"); goto fail; } while(0)
;
5209 }
5210 arg2 = static_cast< lldb::TypeClass >(val2);
5211 {
5212 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5213 result = (lldb::TypeClass)lldb::operator &(arg1,arg2);
5214 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5215 }
5216 resultobj = SWIG_From_int(static_cast< int >(result));
5217 return resultobj;
5218fail:
5219 return NULL__null;
5220}
5221
5222
5223SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___and__(PyObject *self, PyObject *args) {
5224 Py_ssize_t argc;
5225 PyObject *argv[3] = {
5226 0
5227 };
5228 Py_ssize_t ii;
5229
5230 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
5231 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
5232 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
5233 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
5234 }
5235 if (argc == 2) {
5236 int _v;
5237 {
5238 int res = SWIG_AsVal_int(argv[0], NULL__null);
5239 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5240 }
5241 if (_v) {
5242 {
5243 int res = SWIG_AsVal_int(argv[1], NULL__null);
5244 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5245 }
5246 if (_v) {
5247 return _wrap___and____SWIG_0(self, args);
5248 }
5249 }
5250 }
5251 if (argc == 2) {
5252 int _v;
5253 {
5254 int res = SWIG_AsVal_int(argv[0], NULL__null);
5255 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5256 }
5257 if (_v) {
5258 {
5259 int res = SWIG_AsVal_int(argv[1], NULL__null);
5260 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5261 }
5262 if (_v) {
5263 return _wrap___and____SWIG_1(self, args);
5264 }
5265 }
5266 }
5267 if (argc == 2) {
5268 int _v;
5269 {
5270 int res = SWIG_AsVal_int(argv[0], NULL__null);
5271 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5272 }
5273 if (_v) {
5274 {
5275 int res = SWIG_AsVal_int(argv[1], NULL__null);
5276 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5277 }
5278 if (_v) {
5279 return _wrap___and____SWIG_2(self, args);
5280 }
5281 }
5282 }
5283
5284fail:
5285 Py_INCREF(Py_NotImplemented)( ((PyObject*)((&_Py_NotImplementedStruct)))->ob_refcnt
++)
;
5286 return Py_NotImplemented(&_Py_NotImplementedStruct);
5287}
5288
5289
5290SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___invert____SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5291 PyObject *resultobj = 0;
5292 lldb::TypeClass arg1 ;
5293 int val1 ;
5294 int ecode1 = 0 ;
5295 PyObject * obj0 = 0 ;
5296 lldb::TypeClass result;
5297
5298 if (!PyArg_ParseTuple(args,(char *)"O:__invert__",&obj0)) SWIG_failgoto fail;
5299 ecode1 = SWIG_AsVal_int(obj0, &val1);
5300 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
5301 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "__invert__" "', argument " "1"" of type '" "lldb::TypeClass""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "__invert__" "', argument "
"1"" of type '" "lldb::TypeClass""'"); goto fail; } while(0)
;
5302 }
5303 arg1 = static_cast< lldb::TypeClass >(val1);
5304 {
5305 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5306 result = (lldb::TypeClass)lldb::operator ~(arg1);
5307 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5308 }
5309 resultobj = SWIG_From_int(static_cast< int >(result));
5310 return resultobj;
5311fail:
5312 return NULL__null;
5313}
5314
5315
5316SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___invert__(PyObject *self, PyObject *args) {
5317 Py_ssize_t argc;
5318 PyObject *argv[2] = {
5319 0
5320 };
5321 Py_ssize_t ii;
5322
5323 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
5324 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
5325 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
5326 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
5327 }
5328 if (argc == 1) {
5329 int _v;
5330 {
5331 int res = SWIG_AsVal_int(argv[0], NULL__null);
5332 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5333 }
5334 if (_v) {
5335 return _wrap___invert____SWIG_0(self, args);
5336 }
5337 }
5338 if (argc == 1) {
5339 int _v;
5340 {
5341 int res = SWIG_AsVal_int(argv[0], NULL__null);
5342 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5343 }
5344 if (_v) {
5345 return _wrap___invert____SWIG_1(self, args);
5346 }
5347 }
5348 if (argc == 1) {
5349 int _v;
5350 {
5351 int res = SWIG_AsVal_int(argv[0], NULL__null);
5352 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5353 }
5354 if (_v) {
5355 return _wrap___invert____SWIG_2(self, args);
5356 }
5357 }
5358
5359fail:
5360 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function '__invert__'.\n"
5361 " Possible C/C++ prototypes are:\n"
5362 " lldb::operator ~(lldb::SymbolContextItem)\n"
5363 " lldb::operator ~(lldb::FunctionNameType)\n"
5364 " lldb::operator ~(lldb::TypeClass)\n");
5365 return 0;
5366}
5367
5368
5369SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___ior____SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5370 PyObject *resultobj = 0;
5371 lldb::TypeClass *arg1 = 0 ;
5372 lldb::TypeClass arg2 ;
5373 void *argp1 = 0 ;
5374 int res1 = 0 ;
5375 int val2 ;
5376 int ecode2 = 0 ;
5377 PyObject * obj0 = 0 ;
5378 PyObject * obj1 = 0 ;
5379 lldb::TypeClass *result = 0 ;
5380
5381 if (!PyArg_ParseTuple(args,(char *)"OO:__ior__",&obj0,&obj1)) SWIG_failgoto fail;
5382 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__TypeClass, 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[85]
, 0, 0)
;
5383 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5384 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "__ior__" "', argument " "1"" of type '" "lldb::TypeClass &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "__ior__" "', argument " "1"
" of type '" "lldb::TypeClass &""'"); goto fail; } while(
0)
;
5385 }
5386 if (!argp1) {
5387 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "__ior__" "', argument " "1"" of type '" "lldb::TypeClass &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "__ior__" "', argument " "1"" of type '" "lldb::TypeClass &"
"'"); goto fail; } while(0)
;
5388 }
5389 arg1 = reinterpret_cast< lldb::TypeClass * >(argp1);
5390 ecode2 = SWIG_AsVal_int(obj1, &val2);
5391 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
5392 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "__ior__" "', argument " "2"" of type '" "lldb::TypeClass""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "__ior__" "', argument "
"2"" of type '" "lldb::TypeClass""'"); goto fail; } while(0)
;
5393 }
5394 arg2 = static_cast< lldb::TypeClass >(val2);
5395 {
5396 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5397 result = (lldb::TypeClass *) &lldb::operator |=(*arg1,arg2);
5398 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5399 }
5400 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__TypeClass, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[85], 0x1
| 0)
;
5401 return resultobj;
5402fail:
5403 return NULL__null;
5404}
5405
5406
5407SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___ior__(PyObject *self, PyObject *args) {
5408 Py_ssize_t argc;
5409 PyObject *argv[3] = {
5410 0
5411 };
5412 Py_ssize_t ii;
5413
5414 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
5415 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
5416 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
5417 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
5418 }
5419 if (argc == 2) {
5420 int _v;
5421 void *vptr = 0;
5422 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SymbolContextItem, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[84
], 0, 0)
;
5423 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5424 if (_v) {
5425 {
5426 int res = SWIG_AsVal_int(argv[1], NULL__null);
5427 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5428 }
5429 if (_v) {
5430 return _wrap___ior____SWIG_0(self, args);
5431 }
5432 }
5433 }
5434 if (argc == 2) {
5435 int _v;
5436 void *vptr = 0;
5437 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__FunctionNameType, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[8
], 0, 0)
;
5438 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5439 if (_v) {
5440 {
5441 int res = SWIG_AsVal_int(argv[1], NULL__null);
5442 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5443 }
5444 if (_v) {
5445 return _wrap___ior____SWIG_1(self, args);
5446 }
5447 }
5448 }
5449 if (argc == 2) {
5450 int _v;
5451 void *vptr = 0;
5452 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__TypeClass, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[85
], 0, 0)
;
5453 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5454 if (_v) {
5455 {
5456 int res = SWIG_AsVal_int(argv[1], NULL__null);
5457 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5458 }
5459 if (_v) {
5460 return _wrap___ior____SWIG_2(self, args);
5461 }
5462 }
5463 }
5464
5465fail:
5466 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function '__ior__'.\n"
5467 " Possible C/C++ prototypes are:\n"
5468 " lldb::operator |=(lldb::SymbolContextItem &,lldb::SymbolContextItem)\n"
5469 " lldb::operator |=(lldb::FunctionNameType &,lldb::FunctionNameType)\n"
5470 " lldb::operator |=(lldb::TypeClass &,lldb::TypeClass)\n");
5471 return 0;
5472}
5473
5474
5475SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___iand____SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5476 PyObject *resultobj = 0;
5477 lldb::TypeClass *arg1 = 0 ;
5478 lldb::TypeClass arg2 ;
5479 void *argp1 = 0 ;
5480 int res1 = 0 ;
5481 int val2 ;
5482 int ecode2 = 0 ;
5483 PyObject * obj0 = 0 ;
5484 PyObject * obj1 = 0 ;
5485 lldb::TypeClass *result = 0 ;
5486
5487 if (!PyArg_ParseTuple(args,(char *)"OO:__iand__",&obj0,&obj1)) SWIG_failgoto fail;
5488 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__TypeClass, 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[85]
, 0, 0)
;
5489 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5490 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "__iand__" "', argument " "1"" of type '" "lldb::TypeClass &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "__iand__" "', argument " "1"
" of type '" "lldb::TypeClass &""'"); goto fail; } while(
0)
;
5491 }
5492 if (!argp1) {
5493 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "__iand__" "', argument " "1"" of type '" "lldb::TypeClass &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "__iand__" "', argument " "1"" of type '" "lldb::TypeClass &"
"'"); goto fail; } while(0)
;
5494 }
5495 arg1 = reinterpret_cast< lldb::TypeClass * >(argp1);
5496 ecode2 = SWIG_AsVal_int(obj1, &val2);
5497 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
5498 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "__iand__" "', argument " "2"" of type '" "lldb::TypeClass""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "__iand__" "', argument "
"2"" of type '" "lldb::TypeClass""'"); goto fail; } while(0)
;
5499 }
5500 arg2 = static_cast< lldb::TypeClass >(val2);
5501 {
5502 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5503 result = (lldb::TypeClass *) &lldb::operator &=(*arg1,arg2);
5504 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5505 }
5506 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__TypeClass, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[85], 0x1
| 0)
;
5507 return resultobj;
5508fail:
5509 return NULL__null;
5510}
5511
5512
5513SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap___iand__(PyObject *self, PyObject *args) {
5514 Py_ssize_t argc;
5515 PyObject *argv[3] = {
5516 0
5517 };
5518 Py_ssize_t ii;
5519
5520 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
5521 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
5522 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
5523 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
5524 }
5525 if (argc == 2) {
5526 int _v;
5527 void *vptr = 0;
5528 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SymbolContextItem, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[84
], 0, 0)
;
5529 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5530 if (_v) {
5531 {
5532 int res = SWIG_AsVal_int(argv[1], NULL__null);
5533 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5534 }
5535 if (_v) {
5536 return _wrap___iand____SWIG_0(self, args);
5537 }
5538 }
5539 }
5540 if (argc == 2) {
5541 int _v;
5542 void *vptr = 0;
5543 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__FunctionNameType, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[8
], 0, 0)
;
5544 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5545 if (_v) {
5546 {
5547 int res = SWIG_AsVal_int(argv[1], NULL__null);
5548 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5549 }
5550 if (_v) {
5551 return _wrap___iand____SWIG_1(self, args);
5552 }
5553 }
5554 }
5555 if (argc == 2) {
5556 int _v;
5557 void *vptr = 0;
5558 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__TypeClass, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[85
], 0, 0)
;
5559 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5560 if (_v) {
5561 {
5562 int res = SWIG_AsVal_int(argv[1], NULL__null);
5563 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5564 }
5565 if (_v) {
5566 return _wrap___iand____SWIG_2(self, args);
5567 }
5568 }
5569 }
5570
5571fail:
5572 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function '__iand__'.\n"
5573 " Possible C/C++ prototypes are:\n"
5574 " lldb::operator &=(lldb::SymbolContextItem &,lldb::SymbolContextItem)\n"
5575 " lldb::operator &=(lldb::FunctionNameType &,lldb::FunctionNameType)\n"
5576 " lldb::operator &=(lldb::TypeClass &,lldb::TypeClass)\n");
5577 return 0;
5578}
5579
5580
5581SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBAddress__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5582 PyObject *resultobj = 0;
5583 lldb::SBAddress *result = 0 ;
5584
5585 if (!PyArg_ParseTuple(args,(char *)":new_SBAddress")) SWIG_failgoto fail;
5586 {
5587 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5588 result = (lldb::SBAddress *)new lldb::SBAddress();
5589 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5590 }
5591 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[9], ((
0x1 << 1) | 0x1) | 0)
;
5592 return resultobj;
5593fail:
5594 return NULL__null;
5595}
5596
5597
5598SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBAddress__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5599 PyObject *resultobj = 0;
5600 lldb::SBAddress *arg1 = 0 ;
5601 void *argp1 = 0 ;
5602 int res1 = 0 ;
5603 PyObject * obj0 = 0 ;
5604 lldb::SBAddress *result = 0 ;
5605
5606 if (!PyArg_ParseTuple(args,(char *)"O:new_SBAddress",&obj0)) SWIG_failgoto fail;
5607 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
5608 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5609 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBAddress" "', argument " "1"" of type '" "lldb::SBAddress const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBAddress" "', argument "
"1"" of type '" "lldb::SBAddress const &""'"); goto fail
; } while(0)
;
5610 }
5611 if (!argp1) {
5612 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBAddress" "', argument " "1"" of type '" "lldb::SBAddress const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBAddress" "', argument " "1"" of type '"
"lldb::SBAddress const &""'"); goto fail; } while(0)
;
5613 }
5614 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
5615 {
5616 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5617 result = (lldb::SBAddress *)new lldb::SBAddress((lldb::SBAddress const &)*arg1);
5618 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5619 }
5620 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[9], ((
0x1 << 1) | 0x1) | 0)
;
5621 return resultobj;
5622fail:
5623 return NULL__null;
5624}
5625
5626
5627SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBAddress__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5628 PyObject *resultobj = 0;
5629 lldb::SBSection arg1 ;
5630 lldb::addr_t arg2 ;
5631 void *argp1 ;
5632 int res1 = 0 ;
5633 unsigned long long val2 ;
5634 int ecode2 = 0 ;
5635 PyObject * obj0 = 0 ;
5636 PyObject * obj1 = 0 ;
5637 lldb::SBAddress *result = 0 ;
5638
5639 if (!PyArg_ParseTuple(args,(char *)"OO:new_SBAddress",&obj0,&obj1)) SWIG_failgoto fail;
5640 {
5641 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBSection, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
5642 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5643 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBAddress" "', argument " "1"" of type '" "lldb::SBSection""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBAddress" "', argument "
"1"" of type '" "lldb::SBSection""'"); goto fail; } while(0)
;
5644 }
5645 if (!argp1) {
5646 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBAddress" "', argument " "1"" of type '" "lldb::SBSection""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBAddress" "', argument " "1"" of type '"
"lldb::SBSection""'"); goto fail; } while(0)
;
5647 } else {
5648 lldb::SBSection * temp = reinterpret_cast< lldb::SBSection * >(argp1);
5649 arg1 = *temp;
5650 if (SWIG_IsNewObj(res1)((res1 >= 0) && (res1 & ((1 << 8) <<
1)))
) delete temp;
5651 }
5652 }
5653 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
5654 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
5655 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_SBAddress" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "new_SBAddress" "', argument "
"2"" of type '" "lldb::addr_t""'"); goto fail; } while(0)
;
5656 }
5657 arg2 = static_cast< lldb::addr_t >(val2);
5658 {
5659 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5660 result = (lldb::SBAddress *)new lldb::SBAddress(arg1,arg2);
5661 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5662 }
5663 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[9], ((
0x1 << 1) | 0x1) | 0)
;
5664 return resultobj;
5665fail:
5666 return NULL__null;
5667}
5668
5669
5670SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBAddress__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5671 PyObject *resultobj = 0;
5672 lldb::addr_t arg1 ;
5673 lldb::SBTarget *arg2 = 0 ;
5674 unsigned long long val1 ;
5675 int ecode1 = 0 ;
5676 void *argp2 = 0 ;
5677 int res2 = 0 ;
5678 PyObject * obj0 = 0 ;
5679 PyObject * obj1 = 0 ;
5680 lldb::SBAddress *result = 0 ;
5681
5682 if (!PyArg_ParseTuple(args,(char *)"OO:new_SBAddress",&obj0,&obj1)) SWIG_failgoto fail;
5683 ecode1 = SWIG_AsVal_unsigned_SS_long_SS_long(obj0, &val1);
5684 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
5685 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_SBAddress" "', argument " "1"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "new_SBAddress" "', argument "
"1"" of type '" "lldb::addr_t""'"); goto fail; } while(0)
;
5686 }
5687 arg1 = static_cast< lldb::addr_t >(val1);
5688 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0, 0)
;
5689 if (!SWIG_IsOK(res2)(res2 >= 0)) {
5690 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_SBAddress" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "new_SBAddress" "', argument "
"2"" of type '" "lldb::SBTarget &""'"); goto fail; } while
(0)
;
5691 }
5692 if (!argp2) {
5693 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBAddress" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBAddress" "', argument " "2"" of type '"
"lldb::SBTarget &""'"); goto fail; } while(0)
;
5694 }
5695 arg2 = reinterpret_cast< lldb::SBTarget * >(argp2);
5696 {
5697 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5698 result = (lldb::SBAddress *)new lldb::SBAddress(arg1,*arg2);
5699 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5700 }
5701 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[9], ((
0x1 << 1) | 0x1) | 0)
;
5702 return resultobj;
5703fail:
5704 return NULL__null;
5705}
5706
5707
5708SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBAddress(PyObject *self, PyObject *args) {
5709 Py_ssize_t argc;
5710 PyObject *argv[3] = {
5711 0
5712 };
5713 Py_ssize_t ii;
5714
5715 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
5716 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
5717 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
5718 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
5719 }
5720 if (argc == 0) {
5721 return _wrap_new_SBAddress__SWIG_0(self, args);
5722 }
5723 if (argc == 1) {
5724 int _v;
5725 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBAddress, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[9], 0, 0);
5726 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5727 if (_v) {
5728 return _wrap_new_SBAddress__SWIG_1(self, args);
5729 }
5730 }
5731 if (argc == 2) {
5732 int _v;
5733 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBSection, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[52], 0, 0
)
;
5734 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5735 if (_v) {
5736 {
5737 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL__null);
5738 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5739 }
5740 if (_v) {
5741 return _wrap_new_SBAddress__SWIG_2(self, args);
5742 }
5743 }
5744 }
5745 if (argc == 2) {
5746 int _v;
5747 {
5748 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[0], NULL__null);
5749 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5750 }
5751 if (_v) {
5752 void *vptr = 0;
5753 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[60
], 0, 0)
;
5754 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
5755 if (_v) {
5756 return _wrap_new_SBAddress__SWIG_3(self, args);
5757 }
5758 }
5759 }
5760
5761fail:
5762 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBAddress'.\n"
5763 " Possible C/C++ prototypes are:\n"
5764 " lldb::SBAddress::SBAddress()\n"
5765 " lldb::SBAddress::SBAddress(lldb::SBAddress const &)\n"
5766 " lldb::SBAddress::SBAddress(lldb::SBSection,lldb::addr_t)\n"
5767 " lldb::SBAddress::SBAddress(lldb::addr_t,lldb::SBTarget &)\n");
5768 return 0;
5769}
5770
5771
5772SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5773 PyObject *resultobj = 0;
5774 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
5775 void *argp1 = 0 ;
5776 int res1 = 0 ;
5777 PyObject * obj0 = 0 ;
5778
5779 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBAddress",&obj0)) SWIG_failgoto fail;
5780 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0x1 | 0, 0)
;
5781 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5782 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBAddress" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBAddress" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
5783 }
5784 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
5785 {
5786 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5787 delete arg1;
5788 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5789 }
5790 resultobj = SWIG_Py_Void();
5791 return resultobj;
5792fail:
5793 return NULL__null;
5794}
5795
5796
5797SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5798 PyObject *resultobj = 0;
5799 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
5800 void *argp1 = 0 ;
5801 int res1 = 0 ;
5802 PyObject * obj0 = 0 ;
5803 bool result;
5804
5805 if (!PyArg_ParseTuple(args,(char *)"O:SBAddress_IsValid",&obj0)) SWIG_failgoto fail;
5806 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
5807 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5808 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_IsValid" "', argument " "1"" of type '" "lldb::SBAddress const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_IsValid" "', argument "
"1"" of type '" "lldb::SBAddress const *""'"); goto fail; } while
(0)
;
5809 }
5810 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
5811 {
5812 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5813 result = (bool)((lldb::SBAddress const *)arg1)->IsValid();
5814 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5815 }
5816 resultobj = SWIG_From_bool(static_cast< bool >(result));
5817 return resultobj;
5818fail:
5819 return NULL__null;
5820}
5821
5822
5823SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5824 PyObject *resultobj = 0;
5825 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
5826 void *argp1 = 0 ;
5827 int res1 = 0 ;
5828 PyObject * obj0 = 0 ;
5829
5830 if (!PyArg_ParseTuple(args,(char *)"O:SBAddress_Clear",&obj0)) SWIG_failgoto fail;
5831 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
5832 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5833 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_Clear" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_Clear" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
5834 }
5835 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
5836 {
5837 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5838 (arg1)->Clear();
5839 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5840 }
5841 resultobj = SWIG_Py_Void();
5842 return resultobj;
5843fail:
5844 return NULL__null;
5845}
5846
5847
5848SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_GetFileAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5849 PyObject *resultobj = 0;
5850 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
5851 void *argp1 = 0 ;
5852 int res1 = 0 ;
5853 PyObject * obj0 = 0 ;
5854 lldb::addr_t result;
5855
5856 if (!PyArg_ParseTuple(args,(char *)"O:SBAddress_GetFileAddress",&obj0)) SWIG_failgoto fail;
5857 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
5858 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5859 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_GetFileAddress" "', argument " "1"" of type '" "lldb::SBAddress const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_GetFileAddress" "', argument "
"1"" of type '" "lldb::SBAddress const *""'"); goto fail; } while
(0)
;
5860 }
5861 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
5862 {
5863 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5864 result = (lldb::addr_t)((lldb::SBAddress const *)arg1)->GetFileAddress();
5865 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5866 }
5867 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
5868 return resultobj;
5869fail:
5870 return NULL__null;
5871}
5872
5873
5874SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_GetLoadAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5875 PyObject *resultobj = 0;
5876 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
5877 lldb::SBTarget *arg2 = 0 ;
5878 void *argp1 = 0 ;
5879 int res1 = 0 ;
5880 void *argp2 = 0 ;
5881 int res2 = 0 ;
5882 PyObject * obj0 = 0 ;
5883 PyObject * obj1 = 0 ;
5884 lldb::addr_t result;
5885
5886 if (!PyArg_ParseTuple(args,(char *)"OO:SBAddress_GetLoadAddress",&obj0,&obj1)) SWIG_failgoto fail;
5887 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
5888 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5889 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_GetLoadAddress" "', argument " "1"" of type '" "lldb::SBAddress const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_GetLoadAddress" "', argument "
"1"" of type '" "lldb::SBAddress const *""'"); goto fail; } while
(0)
;
5890 }
5891 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
5892 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0 | 0, 0)
;
5893 if (!SWIG_IsOK(res2)(res2 >= 0)) {
5894 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBAddress_GetLoadAddress" "', argument " "2"" of type '" "lldb::SBTarget const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBAddress_GetLoadAddress" "', argument "
"2"" of type '" "lldb::SBTarget const &""'"); goto fail;
} while(0)
;
5895 }
5896 if (!argp2) {
5897 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBAddress_GetLoadAddress" "', argument " "2"" of type '" "lldb::SBTarget const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBAddress_GetLoadAddress" "', argument " "2"" of type '"
"lldb::SBTarget const &""'"); goto fail; } while(0)
;
5898 }
5899 arg2 = reinterpret_cast< lldb::SBTarget * >(argp2);
5900 {
5901 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5902 result = (lldb::addr_t)((lldb::SBAddress const *)arg1)->GetLoadAddress((lldb::SBTarget const &)*arg2);
5903 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5904 }
5905 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
5906 return resultobj;
5907fail:
5908 return NULL__null;
5909}
5910
5911
5912SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_SetLoadAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5913 PyObject *resultobj = 0;
5914 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
5915 lldb::addr_t arg2 ;
5916 lldb::SBTarget *arg3 = 0 ;
5917 void *argp1 = 0 ;
5918 int res1 = 0 ;
5919 unsigned long long val2 ;
5920 int ecode2 = 0 ;
5921 void *argp3 = 0 ;
5922 int res3 = 0 ;
5923 PyObject * obj0 = 0 ;
5924 PyObject * obj1 = 0 ;
5925 PyObject * obj2 = 0 ;
5926
5927 if (!PyArg_ParseTuple(args,(char *)"OOO:SBAddress_SetLoadAddress",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
5928 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
5929 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5930 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_SetLoadAddress" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_SetLoadAddress" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
5931 }
5932 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
5933 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
5934 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
5935 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAddress_SetLoadAddress" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAddress_SetLoadAddress"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
5936 }
5937 arg2 = static_cast< lldb::addr_t >(val2);
5938 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBTarget, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[60]
, 0, 0)
;
5939 if (!SWIG_IsOK(res3)(res3 >= 0)) {
5940 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBAddress_SetLoadAddress" "', argument " "3"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBAddress_SetLoadAddress" "', argument "
"3"" of type '" "lldb::SBTarget &""'"); goto fail; } while
(0)
;
5941 }
5942 if (!argp3) {
5943 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBAddress_SetLoadAddress" "', argument " "3"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBAddress_SetLoadAddress" "', argument " "3"" of type '"
"lldb::SBTarget &""'"); goto fail; } while(0)
;
5944 }
5945 arg3 = reinterpret_cast< lldb::SBTarget * >(argp3);
5946 {
5947 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5948 (arg1)->SetLoadAddress(arg2,*arg3);
5949 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5950 }
5951 resultobj = SWIG_Py_Void();
5952 return resultobj;
5953fail:
5954 return NULL__null;
5955}
5956
5957
5958SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_OffsetAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5959 PyObject *resultobj = 0;
5960 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
5961 lldb::addr_t arg2 ;
5962 void *argp1 = 0 ;
5963 int res1 = 0 ;
5964 unsigned long long val2 ;
5965 int ecode2 = 0 ;
5966 PyObject * obj0 = 0 ;
5967 PyObject * obj1 = 0 ;
5968 bool result;
5969
5970 if (!PyArg_ParseTuple(args,(char *)"OO:SBAddress_OffsetAddress",&obj0,&obj1)) SWIG_failgoto fail;
5971 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
5972 if (!SWIG_IsOK(res1)(res1 >= 0)) {
5973 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_OffsetAddress" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_OffsetAddress" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
5974 }
5975 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
5976 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
5977 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
5978 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAddress_OffsetAddress" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAddress_OffsetAddress"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
5979 }
5980 arg2 = static_cast< lldb::addr_t >(val2);
5981 {
5982 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
5983 result = (bool)(arg1)->OffsetAddress(arg2);
5984 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
5985 }
5986 resultobj = SWIG_From_bool(static_cast< bool >(result));
5987 return resultobj;
5988fail:
5989 return NULL__null;
5990}
5991
5992
5993SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5994 PyObject *resultobj = 0;
5995 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
5996 lldb::SBStream *arg2 = 0 ;
5997 void *argp1 = 0 ;
5998 int res1 = 0 ;
5999 void *argp2 = 0 ;
6000 int res2 = 0 ;
6001 PyObject * obj0 = 0 ;
6002 PyObject * obj1 = 0 ;
6003 bool result;
6004
6005 if (!PyArg_ParseTuple(args,(char *)"OO:SBAddress_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
6006 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
6007 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6008 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_GetDescription" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_GetDescription" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
6009 }
6010 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
6011 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
6012 if (!SWIG_IsOK(res2)(res2 >= 0)) {
6013 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBAddress_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBAddress_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
6014 }
6015 if (!argp2) {
6016 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBAddress_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBAddress_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
6017 }
6018 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
6019 {
6020 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6021 result = (bool)(arg1)->GetDescription(*arg2);
6022 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6023 }
6024 resultobj = SWIG_From_bool(static_cast< bool >(result));
6025 return resultobj;
6026fail:
6027 return NULL__null;
6028}
6029
6030
6031SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_GetSection(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6032 PyObject *resultobj = 0;
6033 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
6034 void *argp1 = 0 ;
6035 int res1 = 0 ;
6036 PyObject * obj0 = 0 ;
6037 lldb::SBSection result;
6038
6039 if (!PyArg_ParseTuple(args,(char *)"O:SBAddress_GetSection",&obj0)) SWIG_failgoto fail;
6040 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
6041 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6042 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_GetSection" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_GetSection" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
6043 }
6044 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
6045 {
6046 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6047 result = (arg1)->GetSection();
6048 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6049 }
6050 resultobj = SWIG_NewPointerObj((new lldb::SBSection(static_cast< const lldb::SBSection& >(result))), SWIGTYPE_p_lldb__SBSection, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSection(static_cast
< const lldb::SBSection& >(result))), swig_types[52
], 0x1 | 0)
;
6051 return resultobj;
6052fail:
6053 return NULL__null;
6054}
6055
6056
6057SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_GetOffset(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6058 PyObject *resultobj = 0;
6059 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
6060 void *argp1 = 0 ;
6061 int res1 = 0 ;
6062 PyObject * obj0 = 0 ;
6063 lldb::addr_t result;
6064
6065 if (!PyArg_ParseTuple(args,(char *)"O:SBAddress_GetOffset",&obj0)) SWIG_failgoto fail;
6066 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
6067 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6068 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_GetOffset" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_GetOffset" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
6069 }
6070 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
6071 {
6072 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6073 result = (lldb::addr_t)(arg1)->GetOffset();
6074 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6075 }
6076 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
6077 return resultobj;
6078fail:
6079 return NULL__null;
6080}
6081
6082
6083SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_SetAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6084 PyObject *resultobj = 0;
6085 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
6086 lldb::SBSection arg2 ;
6087 lldb::addr_t arg3 ;
6088 void *argp1 = 0 ;
6089 int res1 = 0 ;
6090 void *argp2 ;
6091 int res2 = 0 ;
6092 unsigned long long val3 ;
6093 int ecode3 = 0 ;
6094 PyObject * obj0 = 0 ;
6095 PyObject * obj1 = 0 ;
6096 PyObject * obj2 = 0 ;
6097
6098 if (!PyArg_ParseTuple(args,(char *)"OOO:SBAddress_SetAddress",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
6099 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
6100 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6101 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_SetAddress" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_SetAddress" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
6102 }
6103 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
6104 {
6105 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBSection, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[52]
, 0 | 0, 0)
;
6106 if (!SWIG_IsOK(res2)(res2 >= 0)) {
6107 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBAddress_SetAddress" "', argument " "2"" of type '" "lldb::SBSection""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBAddress_SetAddress" "', argument "
"2"" of type '" "lldb::SBSection""'"); goto fail; } while(0)
;
6108 }
6109 if (!argp2) {
6110 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBAddress_SetAddress" "', argument " "2"" of type '" "lldb::SBSection""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBAddress_SetAddress" "', argument " "2"" of type '"
"lldb::SBSection""'"); goto fail; } while(0)
;
6111 } else {
6112 lldb::SBSection * temp = reinterpret_cast< lldb::SBSection * >(argp2);
6113 arg2 = *temp;
6114 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
6115 }
6116 }
6117 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
6118 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
6119 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBAddress_SetAddress" "', argument " "3"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBAddress_SetAddress" "', argument "
"3"" of type '" "lldb::addr_t""'"); goto fail; } while(0)
;
6120 }
6121 arg3 = static_cast< lldb::addr_t >(val3);
6122 {
6123 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6124 (arg1)->SetAddress(arg2,arg3);
6125 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6126 }
6127 resultobj = SWIG_Py_Void();
6128 return resultobj;
6129fail:
6130 return NULL__null;
6131}
6132
6133
6134SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_GetSymbolContext(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6135 PyObject *resultobj = 0;
6136 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
6137 uint32_t arg2 ;
6138 void *argp1 = 0 ;
6139 int res1 = 0 ;
6140 unsigned int val2 ;
6141 int ecode2 = 0 ;
6142 PyObject * obj0 = 0 ;
6143 PyObject * obj1 = 0 ;
6144 lldb::SBSymbolContext result;
6145
6146 if (!PyArg_ParseTuple(args,(char *)"OO:SBAddress_GetSymbolContext",&obj0,&obj1)) SWIG_failgoto fail;
6147 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
6148 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6149 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_GetSymbolContext" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_GetSymbolContext"
"', argument " "1"" of type '" "lldb::SBAddress *""'"); goto
fail; } while(0)
;
6150 }
6151 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
6152 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
6153 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
6154 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAddress_GetSymbolContext" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAddress_GetSymbolContext"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
6155 }
6156 arg2 = static_cast< uint32_t >(val2);
6157 {
6158 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6159 result = (arg1)->GetSymbolContext(arg2);
6160 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6161 }
6162 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContext(static_cast< const lldb::SBSymbolContext& >(result))), SWIGTYPE_p_lldb__SBSymbolContext, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContext(
static_cast< const lldb::SBSymbolContext& >(result)
)), swig_types[58], 0x1 | 0)
;
6163 return resultobj;
6164fail:
6165 return NULL__null;
6166}
6167
6168
6169SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_GetModule(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6170 PyObject *resultobj = 0;
6171 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
6172 void *argp1 = 0 ;
6173 int res1 = 0 ;
6174 PyObject * obj0 = 0 ;
6175 lldb::SBModule result;
6176
6177 if (!PyArg_ParseTuple(args,(char *)"O:SBAddress_GetModule",&obj0)) SWIG_failgoto fail;
6178 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
6179 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6180 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_GetModule" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_GetModule" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
6181 }
6182 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
6183 {
6184 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6185 result = (arg1)->GetModule();
6186 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6187 }
6188 resultobj = SWIG_NewPointerObj((new lldb::SBModule(static_cast< const lldb::SBModule& >(result))), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModule(static_cast
< const lldb::SBModule& >(result))), swig_types[42]
, 0x1 | 0)
;
6189 return resultobj;
6190fail:
6191 return NULL__null;
6192}
6193
6194
6195SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_GetCompileUnit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6196 PyObject *resultobj = 0;
6197 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
6198 void *argp1 = 0 ;
6199 int res1 = 0 ;
6200 PyObject * obj0 = 0 ;
6201 lldb::SBCompileUnit result;
6202
6203 if (!PyArg_ParseTuple(args,(char *)"O:SBAddress_GetCompileUnit",&obj0)) SWIG_failgoto fail;
6204 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
6205 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6206 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_GetCompileUnit" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_GetCompileUnit" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
6207 }
6208 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
6209 {
6210 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6211 result = (arg1)->GetCompileUnit();
6212 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6213 }
6214 resultobj = SWIG_NewPointerObj((new lldb::SBCompileUnit(static_cast< const lldb::SBCompileUnit& >(result))), SWIGTYPE_p_lldb__SBCompileUnit, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBCompileUnit(static_cast
< const lldb::SBCompileUnit& >(result))), swig_types
[21], 0x1 | 0)
;
6215 return resultobj;
6216fail:
6217 return NULL__null;
6218}
6219
6220
6221SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_GetFunction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6222 PyObject *resultobj = 0;
6223 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
6224 void *argp1 = 0 ;
6225 int res1 = 0 ;
6226 PyObject * obj0 = 0 ;
6227 lldb::SBFunction result;
6228
6229 if (!PyArg_ParseTuple(args,(char *)"O:SBAddress_GetFunction",&obj0)) SWIG_failgoto fail;
6230 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
6231 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6232 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_GetFunction" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_GetFunction" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
6233 }
6234 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
6235 {
6236 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6237 result = (arg1)->GetFunction();
6238 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6239 }
6240 resultobj = SWIG_NewPointerObj((new lldb::SBFunction(static_cast< const lldb::SBFunction& >(result))), SWIGTYPE_p_lldb__SBFunction, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFunction(static_cast
< const lldb::SBFunction& >(result))), swig_types[32
], 0x1 | 0)
;
6241 return resultobj;
6242fail:
6243 return NULL__null;
6244}
6245
6246
6247SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_GetBlock(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6248 PyObject *resultobj = 0;
6249 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
6250 void *argp1 = 0 ;
6251 int res1 = 0 ;
6252 PyObject * obj0 = 0 ;
6253 lldb::SBBlock result;
6254
6255 if (!PyArg_ParseTuple(args,(char *)"O:SBAddress_GetBlock",&obj0)) SWIG_failgoto fail;
6256 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
6257 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6258 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_GetBlock" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_GetBlock" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
6259 }
6260 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
6261 {
6262 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6263 result = (arg1)->GetBlock();
6264 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6265 }
6266 resultobj = SWIG_NewPointerObj((new lldb::SBBlock(static_cast< const lldb::SBBlock& >(result))), SWIGTYPE_p_lldb__SBBlock, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBlock(static_cast
< const lldb::SBBlock& >(result))), swig_types[11],
0x1 | 0)
;
6267 return resultobj;
6268fail:
6269 return NULL__null;
6270}
6271
6272
6273SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_GetSymbol(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6274 PyObject *resultobj = 0;
6275 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
6276 void *argp1 = 0 ;
6277 int res1 = 0 ;
6278 PyObject * obj0 = 0 ;
6279 lldb::SBSymbol result;
6280
6281 if (!PyArg_ParseTuple(args,(char *)"O:SBAddress_GetSymbol",&obj0)) SWIG_failgoto fail;
6282 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
6283 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6284 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_GetSymbol" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_GetSymbol" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
6285 }
6286 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
6287 {
6288 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6289 result = (arg1)->GetSymbol();
6290 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6291 }
6292 resultobj = SWIG_NewPointerObj((new lldb::SBSymbol(static_cast< const lldb::SBSymbol& >(result))), SWIGTYPE_p_lldb__SBSymbol, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbol(static_cast
< const lldb::SBSymbol& >(result))), swig_types[57]
, 0x1 | 0)
;
6293 return resultobj;
6294fail:
6295 return NULL__null;
6296}
6297
6298
6299SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress_GetLineEntry(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6300 PyObject *resultobj = 0;
6301 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
6302 void *argp1 = 0 ;
6303 int res1 = 0 ;
6304 PyObject * obj0 = 0 ;
6305 lldb::SBLineEntry result;
6306
6307 if (!PyArg_ParseTuple(args,(char *)"O:SBAddress_GetLineEntry",&obj0)) SWIG_failgoto fail;
6308 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
6309 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6310 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress_GetLineEntry" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress_GetLineEntry" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
6311 }
6312 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
6313 {
6314 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6315 result = (arg1)->GetLineEntry();
6316 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6317 }
6318 resultobj = SWIG_NewPointerObj((new lldb::SBLineEntry(static_cast< const lldb::SBLineEntry& >(result))), SWIGTYPE_p_lldb__SBLineEntry, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBLineEntry(static_cast
< const lldb::SBLineEntry& >(result))), swig_types[
38], 0x1 | 0)
;
6319 return resultobj;
6320fail:
6321 return NULL__null;
6322}
6323
6324
6325SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAddress___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6326 PyObject *resultobj = 0;
6327 lldb::SBAddress *arg1 = (lldb::SBAddress *) 0 ;
6328 void *argp1 = 0 ;
6329 int res1 = 0 ;
6330 PyObject * obj0 = 0 ;
6331 PyObject *result = 0 ;
6332
6333 if (!PyArg_ParseTuple(args,(char *)"O:SBAddress___str__",&obj0)) SWIG_failgoto fail;
6334 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAddress, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[9],
0 | 0, 0)
;
6335 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6336 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAddress___str__" "', argument " "1"" of type '" "lldb::SBAddress *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAddress___str__" "', argument "
"1"" of type '" "lldb::SBAddress *""'"); goto fail; } while(
0)
;
6337 }
6338 arg1 = reinterpret_cast< lldb::SBAddress * >(argp1);
6339 result = (PyObject *)lldb_SBAddress___str__(arg1);
6340 resultobj = result;
6341 return resultobj;
6342fail:
6343 return NULL__null;
6344}
6345
6346
6347SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBAddress_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6348 PyObject *obj;
6349 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
6350 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBAddressswig_types[9], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
6351 return SWIG_Py_Void();
6352}
6353
6354SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBAttachInfo__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6355 PyObject *resultobj = 0;
6356 lldb::SBAttachInfo *result = 0 ;
6357
6358 if (!PyArg_ParseTuple(args,(char *)":new_SBAttachInfo")) SWIG_failgoto fail;
6359 {
6360 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6361 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo();
6362 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6363 }
6364 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBAttachInfo, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[10], (
(0x1 << 1) | 0x1) | 0)
;
6365 return resultobj;
6366fail:
6367 return NULL__null;
6368}
6369
6370
6371SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBAttachInfo__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6372 PyObject *resultobj = 0;
6373 lldb::pid_t arg1 ;
6374 unsigned long long val1 ;
6375 int ecode1 = 0 ;
6376 PyObject * obj0 = 0 ;
6377 lldb::SBAttachInfo *result = 0 ;
6378
6379 if (!PyArg_ParseTuple(args,(char *)"O:new_SBAttachInfo",&obj0)) SWIG_failgoto fail;
6380 ecode1 = SWIG_AsVal_unsigned_SS_long_SS_long(obj0, &val1);
6381 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
6382 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_SBAttachInfo" "', argument " "1"" of type '" "lldb::pid_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "new_SBAttachInfo" "', argument "
"1"" of type '" "lldb::pid_t""'"); goto fail; } while(0)
;
6383 }
6384 arg1 = static_cast< lldb::pid_t >(val1);
6385 {
6386 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6387 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo(arg1);
6388 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6389 }
6390 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBAttachInfo, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[10], (
(0x1 << 1) | 0x1) | 0)
;
6391 return resultobj;
6392fail:
6393 return NULL__null;
6394}
6395
6396
6397SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBAttachInfo__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6398 PyObject *resultobj = 0;
6399 char *arg1 = (char *) 0 ;
6400 bool arg2 ;
6401 int res1 ;
6402 char *buf1 = 0 ;
6403 int alloc1 = 0 ;
6404 bool val2 ;
6405 int ecode2 = 0 ;
6406 PyObject * obj0 = 0 ;
6407 PyObject * obj1 = 0 ;
6408 lldb::SBAttachInfo *result = 0 ;
6409
6410 if (!PyArg_ParseTuple(args,(char *)"OO:new_SBAttachInfo",&obj0,&obj1)) SWIG_failgoto fail;
6411 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
6412 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6413 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBAttachInfo" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBAttachInfo" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
6414 }
6415 arg1 = reinterpret_cast< char * >(buf1);
6416 ecode2 = SWIG_AsVal_bool(obj1, &val2);
6417 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
6418 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_SBAttachInfo" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "new_SBAttachInfo" "', argument "
"2"" of type '" "bool""'"); goto fail; } while(0)
;
6419 }
6420 arg2 = static_cast< bool >(val2);
6421 {
6422 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6423 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((char const *)arg1,arg2);
6424 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6425 }
6426 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBAttachInfo, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[10], (
(0x1 << 1) | 0x1) | 0)
;
6427 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
6428 return resultobj;
6429fail:
6430 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
6431 return NULL__null;
6432}
6433
6434
6435SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBAttachInfo__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6436 PyObject *resultobj = 0;
6437 char *arg1 = (char *) 0 ;
6438 bool arg2 ;
6439 bool arg3 ;
6440 int res1 ;
6441 char *buf1 = 0 ;
6442 int alloc1 = 0 ;
6443 bool val2 ;
6444 int ecode2 = 0 ;
6445 bool val3 ;
6446 int ecode3 = 0 ;
6447 PyObject * obj0 = 0 ;
6448 PyObject * obj1 = 0 ;
6449 PyObject * obj2 = 0 ;
6450 lldb::SBAttachInfo *result = 0 ;
6451
6452 if (!PyArg_ParseTuple(args,(char *)"OOO:new_SBAttachInfo",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
6453 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
6454 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6455 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBAttachInfo" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBAttachInfo" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
6456 }
6457 arg1 = reinterpret_cast< char * >(buf1);
6458 ecode2 = SWIG_AsVal_bool(obj1, &val2);
6459 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
6460 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_SBAttachInfo" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "new_SBAttachInfo" "', argument "
"2"" of type '" "bool""'"); goto fail; } while(0)
;
6461 }
6462 arg2 = static_cast< bool >(val2);
6463 ecode3 = SWIG_AsVal_bool(obj2, &val3);
6464 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
6465 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "new_SBAttachInfo" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "new_SBAttachInfo" "', argument "
"3"" of type '" "bool""'"); goto fail; } while(0)
;
6466 }
6467 arg3 = static_cast< bool >(val3);
6468 {
6469 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6470 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((char const *)arg1,arg2,arg3);
6471 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6472 }
6473 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBAttachInfo, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[10], (
(0x1 << 1) | 0x1) | 0)
;
6474 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
6475 return resultobj;
6476fail:
6477 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
6478 return NULL__null;
6479}
6480
6481
6482SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBAttachInfo__SWIG_4(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6483 PyObject *resultobj = 0;
6484 lldb::SBAttachInfo *arg1 = 0 ;
6485 void *argp1 = 0 ;
6486 int res1 = 0 ;
6487 PyObject * obj0 = 0 ;
6488 lldb::SBAttachInfo *result = 0 ;
6489
6490 if (!PyArg_ParseTuple(args,(char *)"O:new_SBAttachInfo",&obj0)) SWIG_failgoto fail;
6491 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
6492 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6493 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBAttachInfo" "', argument " "1"" of type '" "lldb::SBAttachInfo const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBAttachInfo" "', argument "
"1"" of type '" "lldb::SBAttachInfo const &""'"); goto fail
; } while(0)
;
6494 }
6495 if (!argp1) {
6496 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBAttachInfo" "', argument " "1"" of type '" "lldb::SBAttachInfo const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBAttachInfo" "', argument " "1"" of type '"
"lldb::SBAttachInfo const &""'"); goto fail; } while(0)
;
6497 }
6498 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
6499 {
6500 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6501 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((lldb::SBAttachInfo const &)*arg1);
6502 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6503 }
6504 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBAttachInfo, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[10], (
(0x1 << 1) | 0x1) | 0)
;
6505 return resultobj;
6506fail:
6507 return NULL__null;
6508}
6509
6510
6511SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBAttachInfo(PyObject *self, PyObject *args) {
6512 Py_ssize_t argc;
6513 PyObject *argv[4] = {
6514 0
6515 };
6516 Py_ssize_t ii;
6517
6518 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
6519 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
6520 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
6521 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
6522 }
6523 if (argc == 0) {
6524 return _wrap_new_SBAttachInfo__SWIG_0(self, args);
6525 }
6526 if (argc == 1) {
6527 int _v;
6528 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBAttachInfo, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[10], 0, 0
)
;
6529 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6530 if (_v) {
6531 return _wrap_new_SBAttachInfo__SWIG_4(self, args);
6532 }
6533 }
6534 if (argc == 1) {
6535 int _v;
6536 {
6537 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[0], NULL__null);
6538 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6539 }
6540 if (_v) {
6541 return _wrap_new_SBAttachInfo__SWIG_1(self, args);
6542 }
6543 }
6544 if (argc == 2) {
6545 int _v;
6546 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
6547 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6548 if (_v) {
6549 {
6550 int res = SWIG_AsVal_bool(argv[1], NULL__null);
6551 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6552 }
6553 if (_v) {
6554 return _wrap_new_SBAttachInfo__SWIG_2(self, args);
6555 }
6556 }
6557 }
6558 if (argc == 3) {
6559 int _v;
6560 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
6561 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6562 if (_v) {
6563 {
6564 int res = SWIG_AsVal_bool(argv[1], NULL__null);
6565 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6566 }
6567 if (_v) {
6568 {
6569 int res = SWIG_AsVal_bool(argv[2], NULL__null);
6570 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6571 }
6572 if (_v) {
6573 return _wrap_new_SBAttachInfo__SWIG_3(self, args);
6574 }
6575 }
6576 }
6577 }
6578
6579fail:
6580 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBAttachInfo'.\n"
6581 " Possible C/C++ prototypes are:\n"
6582 " lldb::SBAttachInfo::SBAttachInfo()\n"
6583 " lldb::SBAttachInfo::SBAttachInfo(lldb::pid_t)\n"
6584 " lldb::SBAttachInfo::SBAttachInfo(char const *,bool)\n"
6585 " lldb::SBAttachInfo::SBAttachInfo(char const *,bool,bool)\n"
6586 " lldb::SBAttachInfo::SBAttachInfo(lldb::SBAttachInfo const &)\n");
6587 return 0;
6588}
6589
6590
6591SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_GetProcessID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6592 PyObject *resultobj = 0;
6593 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
6594 void *argp1 = 0 ;
6595 int res1 = 0 ;
6596 PyObject * obj0 = 0 ;
6597 lldb::pid_t result;
6598
6599 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_GetProcessID",&obj0)) SWIG_failgoto fail;
6600 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
6601 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6602 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_GetProcessID" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_GetProcessID"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
6603 }
6604 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
6605 {
6606 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6607 result = (lldb::pid_t)(arg1)->GetProcessID();
6608 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6609 }
6610 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
6611 return resultobj;
6612fail:
6613 return NULL__null;
6614}
6615
6616
6617SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetProcessID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6618 PyObject *resultobj = 0;
6619 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
6620 lldb::pid_t arg2 ;
6621 void *argp1 = 0 ;
6622 int res1 = 0 ;
6623 unsigned long long val2 ;
6624 int ecode2 = 0 ;
6625 PyObject * obj0 = 0 ;
6626 PyObject * obj1 = 0 ;
6627
6628 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetProcessID",&obj0,&obj1)) SWIG_failgoto fail;
6629 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
6630 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6631 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetProcessID" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetProcessID"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
6632 }
6633 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
6634 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
6635 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
6636 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAttachInfo_SetProcessID" "', argument " "2"" of type '" "lldb::pid_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAttachInfo_SetProcessID"
"', argument " "2"" of type '" "lldb::pid_t""'"); goto fail;
} while(0)
;
6637 }
6638 arg2 = static_cast< lldb::pid_t >(val2);
6639 {
6640 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6641 (arg1)->SetProcessID(arg2);
6642 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6643 }
6644 resultobj = SWIG_Py_Void();
6645 return resultobj;
6646fail:
6647 return NULL__null;
6648}
6649
6650
6651SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetExecutable__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6652 PyObject *resultobj = 0;
6653 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
6654 char *arg2 = (char *) 0 ;
6655 void *argp1 = 0 ;
6656 int res1 = 0 ;
6657 int res2 ;
6658 char *buf2 = 0 ;
6659 int alloc2 = 0 ;
6660 PyObject * obj0 = 0 ;
6661 PyObject * obj1 = 0 ;
6662
6663 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetExecutable",&obj0,&obj1)) SWIG_failgoto fail;
6664 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
6665 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6666 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetExecutable" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetExecutable"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
6667 }
6668 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
6669 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
6670 if (!SWIG_IsOK(res2)(res2 >= 0)) {
6671 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBAttachInfo_SetExecutable" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBAttachInfo_SetExecutable"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
6672 }
6673 arg2 = reinterpret_cast< char * >(buf2);
6674 {
6675 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6676 (arg1)->SetExecutable((char const *)arg2);
6677 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6678 }
6679 resultobj = SWIG_Py_Void();
6680 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
6681 return resultobj;
6682fail:
6683 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
6684 return NULL__null;
6685}
6686
6687
6688SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetExecutable__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6689 PyObject *resultobj = 0;
6690 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
6691 lldb::SBFileSpec arg2 ;
6692 void *argp1 = 0 ;
6693 int res1 = 0 ;
6694 void *argp2 ;
6695 int res2 = 0 ;
6696 PyObject * obj0 = 0 ;
6697 PyObject * obj1 = 0 ;
6698
6699 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetExecutable",&obj0,&obj1)) SWIG_failgoto fail;
6700 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
6701 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6702 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetExecutable" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetExecutable"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
6703 }
6704 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
6705 {
6706 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
6707 if (!SWIG_IsOK(res2)(res2 >= 0)) {
6708 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBAttachInfo_SetExecutable" "', argument " "2"" of type '" "lldb::SBFileSpec""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBAttachInfo_SetExecutable"
"', argument " "2"" of type '" "lldb::SBFileSpec""'"); goto fail
; } while(0)
;
6709 }
6710 if (!argp2) {
6711 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBAttachInfo_SetExecutable" "', argument " "2"" of type '" "lldb::SBFileSpec""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBAttachInfo_SetExecutable" "', argument " "2"
" of type '" "lldb::SBFileSpec""'"); goto fail; } while(0)
;
6712 } else {
6713 lldb::SBFileSpec * temp = reinterpret_cast< lldb::SBFileSpec * >(argp2);
6714 arg2 = *temp;
6715 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
6716 }
6717 }
6718 {
6719 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6720 (arg1)->SetExecutable(arg2);
6721 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6722 }
6723 resultobj = SWIG_Py_Void();
6724 return resultobj;
6725fail:
6726 return NULL__null;
6727}
6728
6729
6730SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetExecutable(PyObject *self, PyObject *args) {
6731 Py_ssize_t argc;
6732 PyObject *argv[3] = {
6733 0
6734 };
6735 Py_ssize_t ii;
6736
6737 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
6738 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
6739 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
6740 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
6741 }
6742 if (argc == 2) {
6743 int _v;
6744 void *vptr = 0;
6745 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBAttachInfo, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[10
], 0, 0)
;
6746 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6747 if (_v) {
6748 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[29], 0, 0
)
;
6749 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6750 if (_v) {
6751 return _wrap_SBAttachInfo_SetExecutable__SWIG_1(self, args);
6752 }
6753 }
6754 }
6755 if (argc == 2) {
6756 int _v;
6757 void *vptr = 0;
6758 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBAttachInfo, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[10
], 0, 0)
;
6759 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6760 if (_v) {
6761 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
6762 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6763 if (_v) {
6764 return _wrap_SBAttachInfo_SetExecutable__SWIG_0(self, args);
6765 }
6766 }
6767 }
6768
6769fail:
6770 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBAttachInfo_SetExecutable'.\n"
6771 " Possible C/C++ prototypes are:\n"
6772 " lldb::SBAttachInfo::SetExecutable(char const *)\n"
6773 " lldb::SBAttachInfo::SetExecutable(lldb::SBFileSpec)\n");
6774 return 0;
6775}
6776
6777
6778SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_GetWaitForLaunch(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6779 PyObject *resultobj = 0;
6780 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
6781 void *argp1 = 0 ;
6782 int res1 = 0 ;
6783 PyObject * obj0 = 0 ;
6784 bool result;
6785
6786 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_GetWaitForLaunch",&obj0)) SWIG_failgoto fail;
6787 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
6788 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6789 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_GetWaitForLaunch" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_GetWaitForLaunch"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
6790 }
6791 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
6792 {
6793 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6794 result = (bool)(arg1)->GetWaitForLaunch();
6795 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6796 }
6797 resultobj = SWIG_From_bool(static_cast< bool >(result));
6798 return resultobj;
6799fail:
6800 return NULL__null;
6801}
6802
6803
6804SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetWaitForLaunch__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6805 PyObject *resultobj = 0;
6806 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
6807 bool arg2 ;
6808 void *argp1 = 0 ;
6809 int res1 = 0 ;
6810 bool val2 ;
6811 int ecode2 = 0 ;
6812 PyObject * obj0 = 0 ;
6813 PyObject * obj1 = 0 ;
6814
6815 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetWaitForLaunch",&obj0,&obj1)) SWIG_failgoto fail;
6816 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
6817 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6818 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetWaitForLaunch" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetWaitForLaunch"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
6819 }
6820 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
6821 ecode2 = SWIG_AsVal_bool(obj1, &val2);
6822 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
6823 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAttachInfo_SetWaitForLaunch" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAttachInfo_SetWaitForLaunch"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
6824 }
6825 arg2 = static_cast< bool >(val2);
6826 {
6827 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6828 (arg1)->SetWaitForLaunch(arg2);
6829 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6830 }
6831 resultobj = SWIG_Py_Void();
6832 return resultobj;
6833fail:
6834 return NULL__null;
6835}
6836
6837
6838SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetWaitForLaunch__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6839 PyObject *resultobj = 0;
6840 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
6841 bool arg2 ;
6842 bool arg3 ;
6843 void *argp1 = 0 ;
6844 int res1 = 0 ;
6845 bool val2 ;
6846 int ecode2 = 0 ;
6847 bool val3 ;
6848 int ecode3 = 0 ;
6849 PyObject * obj0 = 0 ;
6850 PyObject * obj1 = 0 ;
6851 PyObject * obj2 = 0 ;
6852
6853 if (!PyArg_ParseTuple(args,(char *)"OOO:SBAttachInfo_SetWaitForLaunch",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
6854 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
6855 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6856 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetWaitForLaunch" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetWaitForLaunch"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
6857 }
6858 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
6859 ecode2 = SWIG_AsVal_bool(obj1, &val2);
6860 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
6861 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAttachInfo_SetWaitForLaunch" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAttachInfo_SetWaitForLaunch"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
6862 }
6863 arg2 = static_cast< bool >(val2);
6864 ecode3 = SWIG_AsVal_bool(obj2, &val3);
6865 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
6866 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBAttachInfo_SetWaitForLaunch" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBAttachInfo_SetWaitForLaunch"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
6867 }
6868 arg3 = static_cast< bool >(val3);
6869 {
6870 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6871 (arg1)->SetWaitForLaunch(arg2,arg3);
6872 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6873 }
6874 resultobj = SWIG_Py_Void();
6875 return resultobj;
6876fail:
6877 return NULL__null;
6878}
6879
6880
6881SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetWaitForLaunch(PyObject *self, PyObject *args) {
6882 Py_ssize_t argc;
6883 PyObject *argv[4] = {
6884 0
6885 };
6886 Py_ssize_t ii;
6887
6888 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
6889 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
6890 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
6891 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
6892 }
6893 if (argc == 2) {
6894 int _v;
6895 void *vptr = 0;
6896 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBAttachInfo, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[10
], 0, 0)
;
6897 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6898 if (_v) {
6899 {
6900 int res = SWIG_AsVal_bool(argv[1], NULL__null);
6901 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6902 }
6903 if (_v) {
6904 return _wrap_SBAttachInfo_SetWaitForLaunch__SWIG_0(self, args);
6905 }
6906 }
6907 }
6908 if (argc == 3) {
6909 int _v;
6910 void *vptr = 0;
6911 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBAttachInfo, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[10
], 0, 0)
;
6912 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6913 if (_v) {
6914 {
6915 int res = SWIG_AsVal_bool(argv[1], NULL__null);
6916 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6917 }
6918 if (_v) {
6919 {
6920 int res = SWIG_AsVal_bool(argv[2], NULL__null);
6921 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
6922 }
6923 if (_v) {
6924 return _wrap_SBAttachInfo_SetWaitForLaunch__SWIG_1(self, args);
6925 }
6926 }
6927 }
6928 }
6929
6930fail:
6931 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBAttachInfo_SetWaitForLaunch'.\n"
6932 " Possible C/C++ prototypes are:\n"
6933 " lldb::SBAttachInfo::SetWaitForLaunch(bool)\n"
6934 " lldb::SBAttachInfo::SetWaitForLaunch(bool,bool)\n");
6935 return 0;
6936}
6937
6938
6939SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_GetIgnoreExisting(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6940 PyObject *resultobj = 0;
6941 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
6942 void *argp1 = 0 ;
6943 int res1 = 0 ;
6944 PyObject * obj0 = 0 ;
6945 bool result;
6946
6947 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_GetIgnoreExisting",&obj0)) SWIG_failgoto fail;
6948 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
6949 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6950 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_GetIgnoreExisting" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_GetIgnoreExisting"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
6951 }
6952 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
6953 {
6954 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6955 result = (bool)(arg1)->GetIgnoreExisting();
6956 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6957 }
6958 resultobj = SWIG_From_bool(static_cast< bool >(result));
6959 return resultobj;
6960fail:
6961 return NULL__null;
6962}
6963
6964
6965SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetIgnoreExisting(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
6966 PyObject *resultobj = 0;
6967 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
6968 bool arg2 ;
6969 void *argp1 = 0 ;
6970 int res1 = 0 ;
6971 bool val2 ;
6972 int ecode2 = 0 ;
6973 PyObject * obj0 = 0 ;
6974 PyObject * obj1 = 0 ;
6975
6976 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetIgnoreExisting",&obj0,&obj1)) SWIG_failgoto fail;
6977 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
6978 if (!SWIG_IsOK(res1)(res1 >= 0)) {
6979 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetIgnoreExisting" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetIgnoreExisting"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
6980 }
6981 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
6982 ecode2 = SWIG_AsVal_bool(obj1, &val2);
6983 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
6984 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAttachInfo_SetIgnoreExisting" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAttachInfo_SetIgnoreExisting"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
6985 }
6986 arg2 = static_cast< bool >(val2);
6987 {
6988 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
6989 (arg1)->SetIgnoreExisting(arg2);
6990 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
6991 }
6992 resultobj = SWIG_Py_Void();
6993 return resultobj;
6994fail:
6995 return NULL__null;
6996}
6997
6998
6999SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_GetResumeCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7000 PyObject *resultobj = 0;
7001 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7002 void *argp1 = 0 ;
7003 int res1 = 0 ;
7004 PyObject * obj0 = 0 ;
7005 uint32_t result;
7006
7007 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_GetResumeCount",&obj0)) SWIG_failgoto fail;
7008 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7009 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7010 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_GetResumeCount" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_GetResumeCount"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7011 }
7012 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7013 {
7014 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7015 result = (uint32_t)(arg1)->GetResumeCount();
7016 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7017 }
7018 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
7019 return resultobj;
7020fail:
7021 return NULL__null;
7022}
7023
7024
7025SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetResumeCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7026 PyObject *resultobj = 0;
7027 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7028 uint32_t arg2 ;
7029 void *argp1 = 0 ;
7030 int res1 = 0 ;
7031 unsigned int val2 ;
7032 int ecode2 = 0 ;
7033 PyObject * obj0 = 0 ;
7034 PyObject * obj1 = 0 ;
7035
7036 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetResumeCount",&obj0,&obj1)) SWIG_failgoto fail;
7037 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7038 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7039 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetResumeCount" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetResumeCount"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7040 }
7041 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7042 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
7043 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
7044 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAttachInfo_SetResumeCount" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAttachInfo_SetResumeCount"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
7045 }
7046 arg2 = static_cast< uint32_t >(val2);
7047 {
7048 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7049 (arg1)->SetResumeCount(arg2);
7050 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7051 }
7052 resultobj = SWIG_Py_Void();
7053 return resultobj;
7054fail:
7055 return NULL__null;
7056}
7057
7058
7059SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_GetProcessPluginName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7060 PyObject *resultobj = 0;
7061 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7062 void *argp1 = 0 ;
7063 int res1 = 0 ;
7064 PyObject * obj0 = 0 ;
7065 char *result = 0 ;
7066
7067 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_GetProcessPluginName",&obj0)) SWIG_failgoto fail;
7068 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7069 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7070 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_GetProcessPluginName" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_GetProcessPluginName"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7071 }
7072 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7073 {
7074 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7075 result = (char *)(arg1)->GetProcessPluginName();
7076 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7077 }
7078 resultobj = SWIG_FromCharPtr((const char *)result);
7079 return resultobj;
7080fail:
7081 return NULL__null;
7082}
7083
7084
7085SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetProcessPluginName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7086 PyObject *resultobj = 0;
7087 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7088 char *arg2 = (char *) 0 ;
7089 void *argp1 = 0 ;
7090 int res1 = 0 ;
7091 int res2 ;
7092 char *buf2 = 0 ;
7093 int alloc2 = 0 ;
7094 PyObject * obj0 = 0 ;
7095 PyObject * obj1 = 0 ;
7096
7097 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetProcessPluginName",&obj0,&obj1)) SWIG_failgoto fail;
7098 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7099 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7100 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetProcessPluginName" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetProcessPluginName"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7101 }
7102 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7103 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
7104 if (!SWIG_IsOK(res2)(res2 >= 0)) {
7105 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBAttachInfo_SetProcessPluginName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBAttachInfo_SetProcessPluginName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
7106 }
7107 arg2 = reinterpret_cast< char * >(buf2);
7108 {
7109 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7110 (arg1)->SetProcessPluginName((char const *)arg2);
7111 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7112 }
7113 resultobj = SWIG_Py_Void();
7114 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
7115 return resultobj;
7116fail:
7117 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
7118 return NULL__null;
7119}
7120
7121
7122SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_GetUserID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7123 PyObject *resultobj = 0;
7124 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7125 void *argp1 = 0 ;
7126 int res1 = 0 ;
7127 PyObject * obj0 = 0 ;
7128 uint32_t result;
7129
7130 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_GetUserID",&obj0)) SWIG_failgoto fail;
7131 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7132 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7133 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_GetUserID" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_GetUserID" "', argument "
"1"" of type '" "lldb::SBAttachInfo *""'"); goto fail; } while
(0)
;
7134 }
7135 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7136 {
7137 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7138 result = (uint32_t)(arg1)->GetUserID();
7139 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7140 }
7141 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
7142 return resultobj;
7143fail:
7144 return NULL__null;
7145}
7146
7147
7148SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_GetGroupID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7149 PyObject *resultobj = 0;
7150 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7151 void *argp1 = 0 ;
7152 int res1 = 0 ;
7153 PyObject * obj0 = 0 ;
7154 uint32_t result;
7155
7156 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_GetGroupID",&obj0)) SWIG_failgoto fail;
7157 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7158 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7159 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_GetGroupID" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_GetGroupID" "', argument "
"1"" of type '" "lldb::SBAttachInfo *""'"); goto fail; } while
(0)
;
7160 }
7161 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7162 {
7163 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7164 result = (uint32_t)(arg1)->GetGroupID();
7165 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7166 }
7167 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
7168 return resultobj;
7169fail:
7170 return NULL__null;
7171}
7172
7173
7174SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_UserIDIsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7175 PyObject *resultobj = 0;
7176 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7177 void *argp1 = 0 ;
7178 int res1 = 0 ;
7179 PyObject * obj0 = 0 ;
7180 bool result;
7181
7182 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_UserIDIsValid",&obj0)) SWIG_failgoto fail;
7183 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7184 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7185 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_UserIDIsValid" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_UserIDIsValid"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7186 }
7187 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7188 {
7189 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7190 result = (bool)(arg1)->UserIDIsValid();
7191 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7192 }
7193 resultobj = SWIG_From_bool(static_cast< bool >(result));
7194 return resultobj;
7195fail:
7196 return NULL__null;
7197}
7198
7199
7200SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_GroupIDIsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7201 PyObject *resultobj = 0;
7202 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7203 void *argp1 = 0 ;
7204 int res1 = 0 ;
7205 PyObject * obj0 = 0 ;
7206 bool result;
7207
7208 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_GroupIDIsValid",&obj0)) SWIG_failgoto fail;
7209 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7210 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7211 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_GroupIDIsValid" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_GroupIDIsValid"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7212 }
7213 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7214 {
7215 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7216 result = (bool)(arg1)->GroupIDIsValid();
7217 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7218 }
7219 resultobj = SWIG_From_bool(static_cast< bool >(result));
7220 return resultobj;
7221fail:
7222 return NULL__null;
7223}
7224
7225
7226SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetUserID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7227 PyObject *resultobj = 0;
7228 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7229 uint32_t arg2 ;
7230 void *argp1 = 0 ;
7231 int res1 = 0 ;
7232 unsigned int val2 ;
7233 int ecode2 = 0 ;
7234 PyObject * obj0 = 0 ;
7235 PyObject * obj1 = 0 ;
7236
7237 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetUserID",&obj0,&obj1)) SWIG_failgoto fail;
7238 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7239 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7240 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetUserID" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetUserID" "', argument "
"1"" of type '" "lldb::SBAttachInfo *""'"); goto fail; } while
(0)
;
7241 }
7242 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7243 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
7244 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
7245 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAttachInfo_SetUserID" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAttachInfo_SetUserID"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
7246 }
7247 arg2 = static_cast< uint32_t >(val2);
7248 {
7249 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7250 (arg1)->SetUserID(arg2);
7251 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7252 }
7253 resultobj = SWIG_Py_Void();
7254 return resultobj;
7255fail:
7256 return NULL__null;
7257}
7258
7259
7260SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetGroupID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7261 PyObject *resultobj = 0;
7262 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7263 uint32_t arg2 ;
7264 void *argp1 = 0 ;
7265 int res1 = 0 ;
7266 unsigned int val2 ;
7267 int ecode2 = 0 ;
7268 PyObject * obj0 = 0 ;
7269 PyObject * obj1 = 0 ;
7270
7271 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetGroupID",&obj0,&obj1)) SWIG_failgoto fail;
7272 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7273 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7274 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetGroupID" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetGroupID" "', argument "
"1"" of type '" "lldb::SBAttachInfo *""'"); goto fail; } while
(0)
;
7275 }
7276 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7277 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
7278 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
7279 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAttachInfo_SetGroupID" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAttachInfo_SetGroupID"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
7280 }
7281 arg2 = static_cast< uint32_t >(val2);
7282 {
7283 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7284 (arg1)->SetGroupID(arg2);
7285 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7286 }
7287 resultobj = SWIG_Py_Void();
7288 return resultobj;
7289fail:
7290 return NULL__null;
7291}
7292
7293
7294SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_GetEffectiveUserID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7295 PyObject *resultobj = 0;
7296 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7297 void *argp1 = 0 ;
7298 int res1 = 0 ;
7299 PyObject * obj0 = 0 ;
7300 uint32_t result;
7301
7302 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_GetEffectiveUserID",&obj0)) SWIG_failgoto fail;
7303 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7304 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7305 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_GetEffectiveUserID" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_GetEffectiveUserID"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7306 }
7307 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7308 {
7309 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7310 result = (uint32_t)(arg1)->GetEffectiveUserID();
7311 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7312 }
7313 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
7314 return resultobj;
7315fail:
7316 return NULL__null;
7317}
7318
7319
7320SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_GetEffectiveGroupID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7321 PyObject *resultobj = 0;
7322 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7323 void *argp1 = 0 ;
7324 int res1 = 0 ;
7325 PyObject * obj0 = 0 ;
7326 uint32_t result;
7327
7328 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_GetEffectiveGroupID",&obj0)) SWIG_failgoto fail;
7329 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7330 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7331 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_GetEffectiveGroupID" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_GetEffectiveGroupID"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7332 }
7333 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7334 {
7335 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7336 result = (uint32_t)(arg1)->GetEffectiveGroupID();
7337 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7338 }
7339 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
7340 return resultobj;
7341fail:
7342 return NULL__null;
7343}
7344
7345
7346SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_EffectiveUserIDIsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7347 PyObject *resultobj = 0;
7348 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7349 void *argp1 = 0 ;
7350 int res1 = 0 ;
7351 PyObject * obj0 = 0 ;
7352 bool result;
7353
7354 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_EffectiveUserIDIsValid",&obj0)) SWIG_failgoto fail;
7355 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7356 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7357 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_EffectiveUserIDIsValid" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_EffectiveUserIDIsValid"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7358 }
7359 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7360 {
7361 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7362 result = (bool)(arg1)->EffectiveUserIDIsValid();
7363 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7364 }
7365 resultobj = SWIG_From_bool(static_cast< bool >(result));
7366 return resultobj;
7367fail:
7368 return NULL__null;
7369}
7370
7371
7372SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_EffectiveGroupIDIsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7373 PyObject *resultobj = 0;
7374 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7375 void *argp1 = 0 ;
7376 int res1 = 0 ;
7377 PyObject * obj0 = 0 ;
7378 bool result;
7379
7380 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_EffectiveGroupIDIsValid",&obj0)) SWIG_failgoto fail;
7381 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7382 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7383 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_EffectiveGroupIDIsValid" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_EffectiveGroupIDIsValid"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7384 }
7385 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7386 {
7387 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7388 result = (bool)(arg1)->EffectiveGroupIDIsValid();
7389 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7390 }
7391 resultobj = SWIG_From_bool(static_cast< bool >(result));
7392 return resultobj;
7393fail:
7394 return NULL__null;
7395}
7396
7397
7398SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetEffectiveUserID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7399 PyObject *resultobj = 0;
7400 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7401 uint32_t arg2 ;
7402 void *argp1 = 0 ;
7403 int res1 = 0 ;
7404 unsigned int val2 ;
7405 int ecode2 = 0 ;
7406 PyObject * obj0 = 0 ;
7407 PyObject * obj1 = 0 ;
7408
7409 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetEffectiveUserID",&obj0,&obj1)) SWIG_failgoto fail;
7410 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7411 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7412 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetEffectiveUserID" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetEffectiveUserID"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7413 }
7414 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7415 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
7416 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
7417 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAttachInfo_SetEffectiveUserID" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAttachInfo_SetEffectiveUserID"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
7418 }
7419 arg2 = static_cast< uint32_t >(val2);
7420 {
7421 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7422 (arg1)->SetEffectiveUserID(arg2);
7423 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7424 }
7425 resultobj = SWIG_Py_Void();
7426 return resultobj;
7427fail:
7428 return NULL__null;
7429}
7430
7431
7432SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetEffectiveGroupID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7433 PyObject *resultobj = 0;
7434 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7435 uint32_t arg2 ;
7436 void *argp1 = 0 ;
7437 int res1 = 0 ;
7438 unsigned int val2 ;
7439 int ecode2 = 0 ;
7440 PyObject * obj0 = 0 ;
7441 PyObject * obj1 = 0 ;
7442
7443 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetEffectiveGroupID",&obj0,&obj1)) SWIG_failgoto fail;
7444 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7445 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7446 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetEffectiveGroupID" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetEffectiveGroupID"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7447 }
7448 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7449 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
7450 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
7451 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAttachInfo_SetEffectiveGroupID" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAttachInfo_SetEffectiveGroupID"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
7452 }
7453 arg2 = static_cast< uint32_t >(val2);
7454 {
7455 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7456 (arg1)->SetEffectiveGroupID(arg2);
7457 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7458 }
7459 resultobj = SWIG_Py_Void();
7460 return resultobj;
7461fail:
7462 return NULL__null;
7463}
7464
7465
7466SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_GetParentProcessID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7467 PyObject *resultobj = 0;
7468 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7469 void *argp1 = 0 ;
7470 int res1 = 0 ;
7471 PyObject * obj0 = 0 ;
7472 lldb::pid_t result;
7473
7474 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_GetParentProcessID",&obj0)) SWIG_failgoto fail;
7475 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7476 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7477 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_GetParentProcessID" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_GetParentProcessID"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7478 }
7479 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7480 {
7481 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7482 result = (lldb::pid_t)(arg1)->GetParentProcessID();
7483 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7484 }
7485 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
7486 return resultobj;
7487fail:
7488 return NULL__null;
7489}
7490
7491
7492SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetParentProcessID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7493 PyObject *resultobj = 0;
7494 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7495 lldb::pid_t arg2 ;
7496 void *argp1 = 0 ;
7497 int res1 = 0 ;
7498 unsigned long long val2 ;
7499 int ecode2 = 0 ;
7500 PyObject * obj0 = 0 ;
7501 PyObject * obj1 = 0 ;
7502
7503 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetParentProcessID",&obj0,&obj1)) SWIG_failgoto fail;
7504 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7505 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7506 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetParentProcessID" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetParentProcessID"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7507 }
7508 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7509 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
7510 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
7511 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBAttachInfo_SetParentProcessID" "', argument " "2"" of type '" "lldb::pid_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBAttachInfo_SetParentProcessID"
"', argument " "2"" of type '" "lldb::pid_t""'"); goto fail;
} while(0)
;
7512 }
7513 arg2 = static_cast< lldb::pid_t >(val2);
7514 {
7515 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7516 (arg1)->SetParentProcessID(arg2);
7517 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7518 }
7519 resultobj = SWIG_Py_Void();
7520 return resultobj;
7521fail:
7522 return NULL__null;
7523}
7524
7525
7526SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_ParentProcessIDIsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7527 PyObject *resultobj = 0;
7528 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7529 void *argp1 = 0 ;
7530 int res1 = 0 ;
7531 PyObject * obj0 = 0 ;
7532 bool result;
7533
7534 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_ParentProcessIDIsValid",&obj0)) SWIG_failgoto fail;
7535 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7536 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7537 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_ParentProcessIDIsValid" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_ParentProcessIDIsValid"
"', argument " "1"" of type '" "lldb::SBAttachInfo *""'"); goto
fail; } while(0)
;
7538 }
7539 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7540 {
7541 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7542 result = (bool)(arg1)->ParentProcessIDIsValid();
7543 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7544 }
7545 resultobj = SWIG_From_bool(static_cast< bool >(result));
7546 return resultobj;
7547fail:
7548 return NULL__null;
7549}
7550
7551
7552SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_GetListener(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7553 PyObject *resultobj = 0;
7554 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7555 void *argp1 = 0 ;
7556 int res1 = 0 ;
7557 PyObject * obj0 = 0 ;
7558 lldb::SBListener result;
7559
7560 if (!PyArg_ParseTuple(args,(char *)"O:SBAttachInfo_GetListener",&obj0)) SWIG_failgoto fail;
7561 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7562 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7563 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_GetListener" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_GetListener" "', argument "
"1"" of type '" "lldb::SBAttachInfo *""'"); goto fail; } while
(0)
;
7564 }
7565 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7566 {
7567 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7568 result = (arg1)->GetListener();
7569 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7570 }
7571 resultobj = SWIG_NewPointerObj((new lldb::SBListener(static_cast< const lldb::SBListener& >(result))), SWIGTYPE_p_lldb__SBListener, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBListener(static_cast
< const lldb::SBListener& >(result))), swig_types[39
], 0x1 | 0)
;
7572 return resultobj;
7573fail:
7574 return NULL__null;
7575}
7576
7577
7578SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBAttachInfo_SetListener(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7579 PyObject *resultobj = 0;
7580 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7581 lldb::SBListener *arg2 = 0 ;
7582 void *argp1 = 0 ;
7583 int res1 = 0 ;
7584 void *argp2 = 0 ;
7585 int res2 = 0 ;
7586 PyObject * obj0 = 0 ;
7587 PyObject * obj1 = 0 ;
7588
7589 if (!PyArg_ParseTuple(args,(char *)"OO:SBAttachInfo_SetListener",&obj0,&obj1)) SWIG_failgoto fail;
7590 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0 | 0, 0)
;
7591 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7592 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBAttachInfo_SetListener" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBAttachInfo_SetListener" "', argument "
"1"" of type '" "lldb::SBAttachInfo *""'"); goto fail; } while
(0)
;
7593 }
7594 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7595 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBListener, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[39]
, 0, 0)
;
7596 if (!SWIG_IsOK(res2)(res2 >= 0)) {
7597 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBAttachInfo_SetListener" "', argument " "2"" of type '" "lldb::SBListener &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBAttachInfo_SetListener" "', argument "
"2"" of type '" "lldb::SBListener &""'"); goto fail; } while
(0)
;
7598 }
7599 if (!argp2) {
7600 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBAttachInfo_SetListener" "', argument " "2"" of type '" "lldb::SBListener &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBAttachInfo_SetListener" "', argument " "2"" of type '"
"lldb::SBListener &""'"); goto fail; } while(0)
;
7601 }
7602 arg2 = reinterpret_cast< lldb::SBListener * >(argp2);
7603 {
7604 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7605 (arg1)->SetListener(*arg2);
7606 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7607 }
7608 resultobj = SWIG_Py_Void();
7609 return resultobj;
7610fail:
7611 return NULL__null;
7612}
7613
7614
7615SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBAttachInfo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7616 PyObject *resultobj = 0;
7617 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
7618 void *argp1 = 0 ;
7619 int res1 = 0 ;
7620 PyObject * obj0 = 0 ;
7621
7622 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBAttachInfo",&obj0)) SWIG_failgoto fail;
7623 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBAttachInfo, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[10]
, 0x1 | 0, 0)
;
7624 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7625 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBAttachInfo" "', argument " "1"" of type '" "lldb::SBAttachInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBAttachInfo" "', argument "
"1"" of type '" "lldb::SBAttachInfo *""'"); goto fail; } while
(0)
;
7626 }
7627 arg1 = reinterpret_cast< lldb::SBAttachInfo * >(argp1);
7628 {
7629 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7630 delete arg1;
7631 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7632 }
7633 resultobj = SWIG_Py_Void();
7634 return resultobj;
7635fail:
7636 return NULL__null;
7637}
7638
7639
7640SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBAttachInfo_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7641 PyObject *obj;
7642 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
7643 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBAttachInfoswig_types[10], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
7644 return SWIG_Py_Void();
7645}
7646
7647SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBlock__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7648 PyObject *resultobj = 0;
7649 lldb::SBBlock *result = 0 ;
7650
7651 if (!PyArg_ParseTuple(args,(char *)":new_SBBlock")) SWIG_failgoto fail;
7652 {
7653 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7654 result = (lldb::SBBlock *)new lldb::SBBlock();
7655 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7656 }
7657 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBlock, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[11], (
(0x1 << 1) | 0x1) | 0)
;
7658 return resultobj;
7659fail:
7660 return NULL__null;
7661}
7662
7663
7664SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBlock__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7665 PyObject *resultobj = 0;
7666 lldb::SBBlock *arg1 = 0 ;
7667 void *argp1 = 0 ;
7668 int res1 = 0 ;
7669 PyObject * obj0 = 0 ;
7670 lldb::SBBlock *result = 0 ;
7671
7672 if (!PyArg_ParseTuple(args,(char *)"O:new_SBBlock",&obj0)) SWIG_failgoto fail;
7673 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBBlock, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
7674 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7675 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBBlock" "', argument " "1"" of type '" "lldb::SBBlock const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBBlock" "', argument "
"1"" of type '" "lldb::SBBlock const &""'"); goto fail; }
while(0)
;
7676 }
7677 if (!argp1) {
7678 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBBlock" "', argument " "1"" of type '" "lldb::SBBlock const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBBlock" "', argument " "1"" of type '" "lldb::SBBlock const &"
"'"); goto fail; } while(0)
;
7679 }
7680 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
7681 {
7682 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7683 result = (lldb::SBBlock *)new lldb::SBBlock((lldb::SBBlock const &)*arg1);
7684 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7685 }
7686 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBlock, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[11], (
(0x1 << 1) | 0x1) | 0)
;
7687 return resultobj;
7688fail:
7689 return NULL__null;
7690}
7691
7692
7693SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBlock(PyObject *self, PyObject *args) {
7694 Py_ssize_t argc;
7695 PyObject *argv[2] = {
7696 0
7697 };
7698 Py_ssize_t ii;
7699
7700 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
7701 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
7702 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
7703 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
7704 }
7705 if (argc == 0) {
7706 return _wrap_new_SBBlock__SWIG_0(self, args);
7707 }
7708 if (argc == 1) {
7709 int _v;
7710 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBBlock, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[11], 0, 0
)
;
7711 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
7712 if (_v) {
7713 return _wrap_new_SBBlock__SWIG_1(self, args);
7714 }
7715 }
7716
7717fail:
7718 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBBlock'.\n"
7719 " Possible C/C++ prototypes are:\n"
7720 " lldb::SBBlock::SBBlock()\n"
7721 " lldb::SBBlock::SBBlock(lldb::SBBlock const &)\n");
7722 return 0;
7723}
7724
7725
7726SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBBlock(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7727 PyObject *resultobj = 0;
7728 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
7729 void *argp1 = 0 ;
7730 int res1 = 0 ;
7731 PyObject * obj0 = 0 ;
7732
7733 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBBlock",&obj0)) SWIG_failgoto fail;
7734 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0x1 | 0, 0)
;
7735 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7736 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBBlock" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBBlock" "', argument "
"1"" of type '" "lldb::SBBlock *""'"); goto fail; } while(0)
;
7737 }
7738 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
7739 {
7740 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7741 delete arg1;
7742 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7743 }
7744 resultobj = SWIG_Py_Void();
7745 return resultobj;
7746fail:
7747 return NULL__null;
7748}
7749
7750
7751SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_IsInlined(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7752 PyObject *resultobj = 0;
7753 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
7754 void *argp1 = 0 ;
7755 int res1 = 0 ;
7756 PyObject * obj0 = 0 ;
7757 bool result;
7758
7759 if (!PyArg_ParseTuple(args,(char *)"O:SBBlock_IsInlined",&obj0)) SWIG_failgoto fail;
7760 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
7761 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7762 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_IsInlined" "', argument " "1"" of type '" "lldb::SBBlock const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_IsInlined" "', argument "
"1"" of type '" "lldb::SBBlock const *""'"); goto fail; } while
(0)
;
7763 }
7764 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
7765 {
7766 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7767 result = (bool)((lldb::SBBlock const *)arg1)->IsInlined();
7768 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7769 }
7770 resultobj = SWIG_From_bool(static_cast< bool >(result));
7771 return resultobj;
7772fail:
7773 return NULL__null;
7774}
7775
7776
7777SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7778 PyObject *resultobj = 0;
7779 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
7780 void *argp1 = 0 ;
7781 int res1 = 0 ;
7782 PyObject * obj0 = 0 ;
7783 bool result;
7784
7785 if (!PyArg_ParseTuple(args,(char *)"O:SBBlock_IsValid",&obj0)) SWIG_failgoto fail;
7786 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
7787 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7788 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_IsValid" "', argument " "1"" of type '" "lldb::SBBlock const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_IsValid" "', argument "
"1"" of type '" "lldb::SBBlock const *""'"); goto fail; } while
(0)
;
7789 }
7790 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
7791 {
7792 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7793 result = (bool)((lldb::SBBlock const *)arg1)->IsValid();
7794 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7795 }
7796 resultobj = SWIG_From_bool(static_cast< bool >(result));
7797 return resultobj;
7798fail:
7799 return NULL__null;
7800}
7801
7802
7803SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetInlinedName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7804 PyObject *resultobj = 0;
7805 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
7806 void *argp1 = 0 ;
7807 int res1 = 0 ;
7808 PyObject * obj0 = 0 ;
7809 char *result = 0 ;
7810
7811 if (!PyArg_ParseTuple(args,(char *)"O:SBBlock_GetInlinedName",&obj0)) SWIG_failgoto fail;
7812 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
7813 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7814 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetInlinedName" "', argument " "1"" of type '" "lldb::SBBlock const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetInlinedName" "', argument "
"1"" of type '" "lldb::SBBlock const *""'"); goto fail; } while
(0)
;
7815 }
7816 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
7817 {
7818 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7819 result = (char *)((lldb::SBBlock const *)arg1)->GetInlinedName();
7820 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7821 }
7822 resultobj = SWIG_FromCharPtr((const char *)result);
7823 return resultobj;
7824fail:
7825 return NULL__null;
7826}
7827
7828
7829SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetInlinedCallSiteFile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7830 PyObject *resultobj = 0;
7831 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
7832 void *argp1 = 0 ;
7833 int res1 = 0 ;
7834 PyObject * obj0 = 0 ;
7835 lldb::SBFileSpec result;
7836
7837 if (!PyArg_ParseTuple(args,(char *)"O:SBBlock_GetInlinedCallSiteFile",&obj0)) SWIG_failgoto fail;
7838 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
7839 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7840 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetInlinedCallSiteFile" "', argument " "1"" of type '" "lldb::SBBlock const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetInlinedCallSiteFile"
"', argument " "1"" of type '" "lldb::SBBlock const *""'"); goto
fail; } while(0)
;
7841 }
7842 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
7843 {
7844 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7845 result = ((lldb::SBBlock const *)arg1)->GetInlinedCallSiteFile();
7846 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7847 }
7848 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
7849 return resultobj;
7850fail:
7851 return NULL__null;
7852}
7853
7854
7855SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetInlinedCallSiteLine(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7856 PyObject *resultobj = 0;
7857 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
7858 void *argp1 = 0 ;
7859 int res1 = 0 ;
7860 PyObject * obj0 = 0 ;
7861 uint32_t result;
7862
7863 if (!PyArg_ParseTuple(args,(char *)"O:SBBlock_GetInlinedCallSiteLine",&obj0)) SWIG_failgoto fail;
7864 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
7865 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7866 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetInlinedCallSiteLine" "', argument " "1"" of type '" "lldb::SBBlock const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetInlinedCallSiteLine"
"', argument " "1"" of type '" "lldb::SBBlock const *""'"); goto
fail; } while(0)
;
7867 }
7868 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
7869 {
7870 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7871 result = (uint32_t)((lldb::SBBlock const *)arg1)->GetInlinedCallSiteLine();
7872 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7873 }
7874 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
7875 return resultobj;
7876fail:
7877 return NULL__null;
7878}
7879
7880
7881SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetInlinedCallSiteColumn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7882 PyObject *resultobj = 0;
7883 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
7884 void *argp1 = 0 ;
7885 int res1 = 0 ;
7886 PyObject * obj0 = 0 ;
7887 uint32_t result;
7888
7889 if (!PyArg_ParseTuple(args,(char *)"O:SBBlock_GetInlinedCallSiteColumn",&obj0)) SWIG_failgoto fail;
7890 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
7891 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7892 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetInlinedCallSiteColumn" "', argument " "1"" of type '" "lldb::SBBlock const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetInlinedCallSiteColumn"
"', argument " "1"" of type '" "lldb::SBBlock const *""'"); goto
fail; } while(0)
;
7893 }
7894 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
7895 {
7896 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7897 result = (uint32_t)((lldb::SBBlock const *)arg1)->GetInlinedCallSiteColumn();
7898 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7899 }
7900 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
7901 return resultobj;
7902fail:
7903 return NULL__null;
7904}
7905
7906
7907SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetParent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7908 PyObject *resultobj = 0;
7909 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
7910 void *argp1 = 0 ;
7911 int res1 = 0 ;
7912 PyObject * obj0 = 0 ;
7913 lldb::SBBlock result;
7914
7915 if (!PyArg_ParseTuple(args,(char *)"O:SBBlock_GetParent",&obj0)) SWIG_failgoto fail;
7916 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
7917 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7918 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetParent" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetParent" "', argument "
"1"" of type '" "lldb::SBBlock *""'"); goto fail; } while(0)
;
7919 }
7920 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
7921 {
7922 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7923 result = (arg1)->GetParent();
7924 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7925 }
7926 resultobj = SWIG_NewPointerObj((new lldb::SBBlock(static_cast< const lldb::SBBlock& >(result))), SWIGTYPE_p_lldb__SBBlock, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBlock(static_cast
< const lldb::SBBlock& >(result))), swig_types[11],
0x1 | 0)
;
7927 return resultobj;
7928fail:
7929 return NULL__null;
7930}
7931
7932
7933SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetContainingInlinedBlock(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7934 PyObject *resultobj = 0;
7935 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
7936 void *argp1 = 0 ;
7937 int res1 = 0 ;
7938 PyObject * obj0 = 0 ;
7939 lldb::SBBlock result;
7940
7941 if (!PyArg_ParseTuple(args,(char *)"O:SBBlock_GetContainingInlinedBlock",&obj0)) SWIG_failgoto fail;
7942 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
7943 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7944 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetContainingInlinedBlock" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetContainingInlinedBlock"
"', argument " "1"" of type '" "lldb::SBBlock *""'"); goto fail
; } while(0)
;
7945 }
7946 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
7947 {
7948 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7949 result = (arg1)->GetContainingInlinedBlock();
7950 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7951 }
7952 resultobj = SWIG_NewPointerObj((new lldb::SBBlock(static_cast< const lldb::SBBlock& >(result))), SWIGTYPE_p_lldb__SBBlock, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBlock(static_cast
< const lldb::SBBlock& >(result))), swig_types[11],
0x1 | 0)
;
7953 return resultobj;
7954fail:
7955 return NULL__null;
7956}
7957
7958
7959SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetSibling(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7960 PyObject *resultobj = 0;
7961 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
7962 void *argp1 = 0 ;
7963 int res1 = 0 ;
7964 PyObject * obj0 = 0 ;
7965 lldb::SBBlock result;
7966
7967 if (!PyArg_ParseTuple(args,(char *)"O:SBBlock_GetSibling",&obj0)) SWIG_failgoto fail;
7968 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
7969 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7970 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetSibling" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetSibling" "', argument "
"1"" of type '" "lldb::SBBlock *""'"); goto fail; } while(0)
;
7971 }
7972 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
7973 {
7974 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
7975 result = (arg1)->GetSibling();
7976 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
7977 }
7978 resultobj = SWIG_NewPointerObj((new lldb::SBBlock(static_cast< const lldb::SBBlock& >(result))), SWIGTYPE_p_lldb__SBBlock, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBlock(static_cast
< const lldb::SBBlock& >(result))), swig_types[11],
0x1 | 0)
;
7979 return resultobj;
7980fail:
7981 return NULL__null;
7982}
7983
7984
7985SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetFirstChild(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
7986 PyObject *resultobj = 0;
7987 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
7988 void *argp1 = 0 ;
7989 int res1 = 0 ;
7990 PyObject * obj0 = 0 ;
7991 lldb::SBBlock result;
7992
7993 if (!PyArg_ParseTuple(args,(char *)"O:SBBlock_GetFirstChild",&obj0)) SWIG_failgoto fail;
7994 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
7995 if (!SWIG_IsOK(res1)(res1 >= 0)) {
7996 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetFirstChild" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetFirstChild" "', argument "
"1"" of type '" "lldb::SBBlock *""'"); goto fail; } while(0)
;
7997 }
7998 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
7999 {
8000 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8001 result = (arg1)->GetFirstChild();
8002 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8003 }
8004 resultobj = SWIG_NewPointerObj((new lldb::SBBlock(static_cast< const lldb::SBBlock& >(result))), SWIGTYPE_p_lldb__SBBlock, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBlock(static_cast
< const lldb::SBBlock& >(result))), swig_types[11],
0x1 | 0)
;
8005 return resultobj;
8006fail:
8007 return NULL__null;
8008}
8009
8010
8011SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetNumRanges(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8012 PyObject *resultobj = 0;
8013 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
8014 void *argp1 = 0 ;
8015 int res1 = 0 ;
8016 PyObject * obj0 = 0 ;
8017 uint32_t result;
8018
8019 if (!PyArg_ParseTuple(args,(char *)"O:SBBlock_GetNumRanges",&obj0)) SWIG_failgoto fail;
8020 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
8021 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8022 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetNumRanges" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetNumRanges" "', argument "
"1"" of type '" "lldb::SBBlock *""'"); goto fail; } while(0)
;
8023 }
8024 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
8025 {
8026 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8027 result = (uint32_t)(arg1)->GetNumRanges();
8028 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8029 }
8030 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
8031 return resultobj;
8032fail:
8033 return NULL__null;
8034}
8035
8036
8037SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetRangeStartAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8038 PyObject *resultobj = 0;
8039 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
8040 uint32_t arg2 ;
8041 void *argp1 = 0 ;
8042 int res1 = 0 ;
8043 unsigned int val2 ;
8044 int ecode2 = 0 ;
8045 PyObject * obj0 = 0 ;
8046 PyObject * obj1 = 0 ;
8047 lldb::SBAddress result;
8048
8049 if (!PyArg_ParseTuple(args,(char *)"OO:SBBlock_GetRangeStartAddress",&obj0,&obj1)) SWIG_failgoto fail;
8050 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
8051 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8052 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetRangeStartAddress" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetRangeStartAddress"
"', argument " "1"" of type '" "lldb::SBBlock *""'"); goto fail
; } while(0)
;
8053 }
8054 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
8055 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
8056 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
8057 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBlock_GetRangeStartAddress" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBlock_GetRangeStartAddress"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
8058 }
8059 arg2 = static_cast< uint32_t >(val2);
8060 {
8061 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8062 result = (arg1)->GetRangeStartAddress(arg2);
8063 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8064 }
8065 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
8066 return resultobj;
8067fail:
8068 return NULL__null;
8069}
8070
8071
8072SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetRangeEndAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8073 PyObject *resultobj = 0;
8074 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
8075 uint32_t arg2 ;
8076 void *argp1 = 0 ;
8077 int res1 = 0 ;
8078 unsigned int val2 ;
8079 int ecode2 = 0 ;
8080 PyObject * obj0 = 0 ;
8081 PyObject * obj1 = 0 ;
8082 lldb::SBAddress result;
8083
8084 if (!PyArg_ParseTuple(args,(char *)"OO:SBBlock_GetRangeEndAddress",&obj0,&obj1)) SWIG_failgoto fail;
8085 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
8086 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8087 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetRangeEndAddress" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetRangeEndAddress"
"', argument " "1"" of type '" "lldb::SBBlock *""'"); goto fail
; } while(0)
;
8088 }
8089 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
8090 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
8091 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
8092 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBlock_GetRangeEndAddress" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBlock_GetRangeEndAddress"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
8093 }
8094 arg2 = static_cast< uint32_t >(val2);
8095 {
8096 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8097 result = (arg1)->GetRangeEndAddress(arg2);
8098 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8099 }
8100 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
8101 return resultobj;
8102fail:
8103 return NULL__null;
8104}
8105
8106
8107SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetRangeIndexForBlockAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8108 PyObject *resultobj = 0;
8109 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
8110 lldb::SBAddress arg2 ;
8111 void *argp1 = 0 ;
8112 int res1 = 0 ;
8113 void *argp2 ;
8114 int res2 = 0 ;
8115 PyObject * obj0 = 0 ;
8116 PyObject * obj1 = 0 ;
8117 uint32_t result;
8118
8119 if (!PyArg_ParseTuple(args,(char *)"OO:SBBlock_GetRangeIndexForBlockAddress",&obj0,&obj1)) SWIG_failgoto fail;
8120 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
8121 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8122 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetRangeIndexForBlockAddress" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetRangeIndexForBlockAddress"
"', argument " "1"" of type '" "lldb::SBBlock *""'"); goto fail
; } while(0)
;
8123 }
8124 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
8125 {
8126 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0 | 0, 0)
;
8127 if (!SWIG_IsOK(res2)(res2 >= 0)) {
8128 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBlock_GetRangeIndexForBlockAddress" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBlock_GetRangeIndexForBlockAddress"
"', argument " "2"" of type '" "lldb::SBAddress""'"); goto fail
; } while(0)
;
8129 }
8130 if (!argp2) {
8131 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBlock_GetRangeIndexForBlockAddress" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBlock_GetRangeIndexForBlockAddress" "', argument "
"2"" of type '" "lldb::SBAddress""'"); goto fail; } while(0)
;
8132 } else {
8133 lldb::SBAddress * temp = reinterpret_cast< lldb::SBAddress * >(argp2);
8134 arg2 = *temp;
8135 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
8136 }
8137 }
8138 {
8139 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8140 result = (uint32_t)(arg1)->GetRangeIndexForBlockAddress(arg2);
8141 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8142 }
8143 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
8144 return resultobj;
8145fail:
8146 return NULL__null;
8147}
8148
8149
8150SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8151 PyObject *resultobj = 0;
8152 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
8153 lldb::SBStream *arg2 = 0 ;
8154 void *argp1 = 0 ;
8155 int res1 = 0 ;
8156 void *argp2 = 0 ;
8157 int res2 = 0 ;
8158 PyObject * obj0 = 0 ;
8159 PyObject * obj1 = 0 ;
8160 bool result;
8161
8162 if (!PyArg_ParseTuple(args,(char *)"OO:SBBlock_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
8163 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
8164 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8165 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetDescription" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetDescription" "', argument "
"1"" of type '" "lldb::SBBlock *""'"); goto fail; } while(0)
;
8166 }
8167 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
8168 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
8169 if (!SWIG_IsOK(res2)(res2 >= 0)) {
8170 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBlock_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBlock_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
8171 }
8172 if (!argp2) {
8173 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBlock_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBlock_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
8174 }
8175 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
8176 {
8177 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8178 result = (bool)(arg1)->GetDescription(*arg2);
8179 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8180 }
8181 resultobj = SWIG_From_bool(static_cast< bool >(result));
8182 return resultobj;
8183fail:
8184 return NULL__null;
8185}
8186
8187
8188SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetVariables__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8189 PyObject *resultobj = 0;
8190 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
8191 lldb::SBFrame *arg2 = 0 ;
8192 bool arg3 ;
8193 bool arg4 ;
8194 bool arg5 ;
8195 lldb::DynamicValueType arg6 ;
8196 void *argp1 = 0 ;
8197 int res1 = 0 ;
8198 void *argp2 = 0 ;
8199 int res2 = 0 ;
8200 bool val3 ;
8201 int ecode3 = 0 ;
8202 bool val4 ;
8203 int ecode4 = 0 ;
8204 bool val5 ;
8205 int ecode5 = 0 ;
8206 int val6 ;
8207 int ecode6 = 0 ;
8208 PyObject * obj0 = 0 ;
8209 PyObject * obj1 = 0 ;
8210 PyObject * obj2 = 0 ;
8211 PyObject * obj3 = 0 ;
8212 PyObject * obj4 = 0 ;
8213 PyObject * obj5 = 0 ;
8214 lldb::SBValueList result;
8215
8216 if (!PyArg_ParseTuple(args,(char *)"OOOOOO:SBBlock_GetVariables",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) SWIG_failgoto fail;
8217 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
8218 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8219 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetVariables" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetVariables" "', argument "
"1"" of type '" "lldb::SBBlock *""'"); goto fail; } while(0)
;
8220 }
8221 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
8222 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFrame, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[31]
, 0, 0)
;
8223 if (!SWIG_IsOK(res2)(res2 >= 0)) {
8224 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBlock_GetVariables" "', argument " "2"" of type '" "lldb::SBFrame &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBlock_GetVariables" "', argument "
"2"" of type '" "lldb::SBFrame &""'"); goto fail; } while
(0)
;
8225 }
8226 if (!argp2) {
8227 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBlock_GetVariables" "', argument " "2"" of type '" "lldb::SBFrame &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBlock_GetVariables" "', argument " "2"" of type '"
"lldb::SBFrame &""'"); goto fail; } while(0)
;
8228 }
8229 arg2 = reinterpret_cast< lldb::SBFrame * >(argp2);
8230 ecode3 = SWIG_AsVal_bool(obj2, &val3);
8231 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
8232 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBBlock_GetVariables" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBBlock_GetVariables" "', argument "
"3"" of type '" "bool""'"); goto fail; } while(0)
;
8233 }
8234 arg3 = static_cast< bool >(val3);
8235 ecode4 = SWIG_AsVal_bool(obj3, &val4);
8236 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
8237 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBBlock_GetVariables" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBBlock_GetVariables" "', argument "
"4"" of type '" "bool""'"); goto fail; } while(0)
;
8238 }
8239 arg4 = static_cast< bool >(val4);
8240 ecode5 = SWIG_AsVal_bool(obj4, &val5);
8241 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
8242 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBBlock_GetVariables" "', argument " "5"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBBlock_GetVariables" "', argument "
"5"" of type '" "bool""'"); goto fail; } while(0)
;
8243 }
8244 arg5 = static_cast< bool >(val5);
8245 ecode6 = SWIG_AsVal_int(obj5, &val6);
8246 if (!SWIG_IsOK(ecode6)(ecode6 >= 0)) {
8247 SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "SBBlock_GetVariables" "', argument " "6"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode6 !=
(-1)) ? ecode6 : -5)), "in method '" "SBBlock_GetVariables" "', argument "
"6"" of type '" "lldb::DynamicValueType""'"); goto fail; } while
(0)
;
8248 }
8249 arg6 = static_cast< lldb::DynamicValueType >(val6);
8250 {
8251 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8252 result = (arg1)->GetVariables(*arg2,arg3,arg4,arg5,arg6);
8253 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8254 }
8255 resultobj = SWIG_NewPointerObj((new lldb::SBValueList(static_cast< const lldb::SBValueList& >(result))), SWIGTYPE_p_lldb__SBValueList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValueList(static_cast
< const lldb::SBValueList& >(result))), swig_types[
81], 0x1 | 0)
;
8256 return resultobj;
8257fail:
8258 return NULL__null;
8259}
8260
8261
8262SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetVariables__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8263 PyObject *resultobj = 0;
8264 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
8265 lldb::SBTarget *arg2 = 0 ;
8266 bool arg3 ;
8267 bool arg4 ;
8268 bool arg5 ;
8269 void *argp1 = 0 ;
8270 int res1 = 0 ;
8271 void *argp2 = 0 ;
8272 int res2 = 0 ;
8273 bool val3 ;
8274 int ecode3 = 0 ;
8275 bool val4 ;
8276 int ecode4 = 0 ;
8277 bool val5 ;
8278 int ecode5 = 0 ;
8279 PyObject * obj0 = 0 ;
8280 PyObject * obj1 = 0 ;
8281 PyObject * obj2 = 0 ;
8282 PyObject * obj3 = 0 ;
8283 PyObject * obj4 = 0 ;
8284 lldb::SBValueList result;
8285
8286 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBBlock_GetVariables",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
8287 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
8288 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8289 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock_GetVariables" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock_GetVariables" "', argument "
"1"" of type '" "lldb::SBBlock *""'"); goto fail; } while(0)
;
8290 }
8291 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
8292 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0, 0)
;
8293 if (!SWIG_IsOK(res2)(res2 >= 0)) {
8294 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBlock_GetVariables" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBlock_GetVariables" "', argument "
"2"" of type '" "lldb::SBTarget &""'"); goto fail; } while
(0)
;
8295 }
8296 if (!argp2) {
8297 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBlock_GetVariables" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBlock_GetVariables" "', argument " "2"" of type '"
"lldb::SBTarget &""'"); goto fail; } while(0)
;
8298 }
8299 arg2 = reinterpret_cast< lldb::SBTarget * >(argp2);
8300 ecode3 = SWIG_AsVal_bool(obj2, &val3);
8301 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
8302 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBBlock_GetVariables" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBBlock_GetVariables" "', argument "
"3"" of type '" "bool""'"); goto fail; } while(0)
;
8303 }
8304 arg3 = static_cast< bool >(val3);
8305 ecode4 = SWIG_AsVal_bool(obj3, &val4);
8306 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
8307 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBBlock_GetVariables" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBBlock_GetVariables" "', argument "
"4"" of type '" "bool""'"); goto fail; } while(0)
;
8308 }
8309 arg4 = static_cast< bool >(val4);
8310 ecode5 = SWIG_AsVal_bool(obj4, &val5);
8311 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
8312 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBBlock_GetVariables" "', argument " "5"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBBlock_GetVariables" "', argument "
"5"" of type '" "bool""'"); goto fail; } while(0)
;
8313 }
8314 arg5 = static_cast< bool >(val5);
8315 {
8316 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8317 result = (arg1)->GetVariables(*arg2,arg3,arg4,arg5);
8318 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8319 }
8320 resultobj = SWIG_NewPointerObj((new lldb::SBValueList(static_cast< const lldb::SBValueList& >(result))), SWIGTYPE_p_lldb__SBValueList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValueList(static_cast
< const lldb::SBValueList& >(result))), swig_types[
81], 0x1 | 0)
;
8321 return resultobj;
8322fail:
8323 return NULL__null;
8324}
8325
8326
8327SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock_GetVariables(PyObject *self, PyObject *args) {
8328 Py_ssize_t argc;
8329 PyObject *argv[7] = {
8330 0
8331 };
8332 Py_ssize_t ii;
8333
8334 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
8335 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
8336 for (ii = 0; (ii < 6) && (ii < argc); ii++) {
8337 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
8338 }
8339 if (argc == 5) {
8340 int _v;
8341 void *vptr = 0;
8342 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBBlock, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[11
], 0, 0)
;
8343 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
8344 if (_v) {
8345 void *vptr = 0;
8346 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[60
], 0, 0)
;
8347 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
8348 if (_v) {
8349 {
8350 int res = SWIG_AsVal_bool(argv[2], NULL__null);
8351 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
8352 }
8353 if (_v) {
8354 {
8355 int res = SWIG_AsVal_bool(argv[3], NULL__null);
8356 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
8357 }
8358 if (_v) {
8359 {
8360 int res = SWIG_AsVal_bool(argv[4], NULL__null);
8361 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
8362 }
8363 if (_v) {
8364 return _wrap_SBBlock_GetVariables__SWIG_1(self, args);
8365 }
8366 }
8367 }
8368 }
8369 }
8370 }
8371 if (argc == 6) {
8372 int _v;
8373 void *vptr = 0;
8374 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBBlock, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[11
], 0, 0)
;
8375 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
8376 if (_v) {
8377 void *vptr = 0;
8378 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[31
], 0, 0)
;
8379 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
8380 if (_v) {
8381 {
8382 int res = SWIG_AsVal_bool(argv[2], NULL__null);
8383 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
8384 }
8385 if (_v) {
8386 {
8387 int res = SWIG_AsVal_bool(argv[3], NULL__null);
8388 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
8389 }
8390 if (_v) {
8391 {
8392 int res = SWIG_AsVal_bool(argv[4], NULL__null);
8393 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
8394 }
8395 if (_v) {
8396 {
8397 int res = SWIG_AsVal_int(argv[5], NULL__null);
8398 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
8399 }
8400 if (_v) {
8401 return _wrap_SBBlock_GetVariables__SWIG_0(self, args);
8402 }
8403 }
8404 }
8405 }
8406 }
8407 }
8408 }
8409
8410fail:
8411 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBBlock_GetVariables'.\n"
8412 " Possible C/C++ prototypes are:\n"
8413 " lldb::SBBlock::GetVariables(lldb::SBFrame &,bool,bool,bool,lldb::DynamicValueType)\n"
8414 " lldb::SBBlock::GetVariables(lldb::SBTarget &,bool,bool,bool)\n");
8415 return 0;
8416}
8417
8418
8419SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBlock___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8420 PyObject *resultobj = 0;
8421 lldb::SBBlock *arg1 = (lldb::SBBlock *) 0 ;
8422 void *argp1 = 0 ;
8423 int res1 = 0 ;
8424 PyObject * obj0 = 0 ;
8425 PyObject *result = 0 ;
8426
8427 if (!PyArg_ParseTuple(args,(char *)"O:SBBlock___str__",&obj0)) SWIG_failgoto fail;
8428 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBlock, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[11]
, 0 | 0, 0)
;
8429 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8430 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBlock___str__" "', argument " "1"" of type '" "lldb::SBBlock *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBlock___str__" "', argument "
"1"" of type '" "lldb::SBBlock *""'"); goto fail; } while(0)
;
8431 }
8432 arg1 = reinterpret_cast< lldb::SBBlock * >(argp1);
8433 result = (PyObject *)lldb_SBBlock___str__(arg1);
8434 resultobj = result;
8435 return resultobj;
8436fail:
8437 return NULL__null;
8438}
8439
8440
8441SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBBlock_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8442 PyObject *obj;
8443 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
8444 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBBlockswig_types[11], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
8445 return SWIG_Py_Void();
8446}
8447
8448SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBreakpoint__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8449 PyObject *resultobj = 0;
8450 lldb::SBBreakpoint *result = 0 ;
8451
8452 if (!PyArg_ParseTuple(args,(char *)":new_SBBreakpoint")) SWIG_failgoto fail;
8453 {
8454 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8455 result = (lldb::SBBreakpoint *)new lldb::SBBreakpoint();
8456 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8457 }
8458 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[12], (
(0x1 << 1) | 0x1) | 0)
;
8459 return resultobj;
8460fail:
8461 return NULL__null;
8462}
8463
8464
8465SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBreakpoint__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8466 PyObject *resultobj = 0;
8467 lldb::SBBreakpoint *arg1 = 0 ;
8468 void *argp1 = 0 ;
8469 int res1 = 0 ;
8470 PyObject * obj0 = 0 ;
8471 lldb::SBBreakpoint *result = 0 ;
8472
8473 if (!PyArg_ParseTuple(args,(char *)"O:new_SBBreakpoint",&obj0)) SWIG_failgoto fail;
8474 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8475 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8476 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBBreakpoint" "', argument " "1"" of type '" "lldb::SBBreakpoint const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBBreakpoint" "', argument "
"1"" of type '" "lldb::SBBreakpoint const &""'"); goto fail
; } while(0)
;
8477 }
8478 if (!argp1) {
8479 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBBreakpoint" "', argument " "1"" of type '" "lldb::SBBreakpoint const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBBreakpoint" "', argument " "1"" of type '"
"lldb::SBBreakpoint const &""'"); goto fail; } while(0)
;
8480 }
8481 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8482 {
8483 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8484 result = (lldb::SBBreakpoint *)new lldb::SBBreakpoint((lldb::SBBreakpoint const &)*arg1);
8485 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8486 }
8487 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[12], (
(0x1 << 1) | 0x1) | 0)
;
8488 return resultobj;
8489fail:
8490 return NULL__null;
8491}
8492
8493
8494SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBreakpoint(PyObject *self, PyObject *args) {
8495 Py_ssize_t argc;
8496 PyObject *argv[2] = {
8497 0
8498 };
8499 Py_ssize_t ii;
8500
8501 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
8502 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
8503 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
8504 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
8505 }
8506 if (argc == 0) {
8507 return _wrap_new_SBBreakpoint__SWIG_0(self, args);
8508 }
8509 if (argc == 1) {
8510 int _v;
8511 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBBreakpoint, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[12], 0, 0
)
;
8512 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
8513 if (_v) {
8514 return _wrap_new_SBBreakpoint__SWIG_1(self, args);
8515 }
8516 }
8517
8518fail:
8519 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBBreakpoint'.\n"
8520 " Possible C/C++ prototypes are:\n"
8521 " lldb::SBBreakpoint::SBBreakpoint()\n"
8522 " lldb::SBBreakpoint::SBBreakpoint(lldb::SBBreakpoint const &)\n");
8523 return 0;
8524}
8525
8526
8527SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBBreakpoint(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8528 PyObject *resultobj = 0;
8529 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8530 void *argp1 = 0 ;
8531 int res1 = 0 ;
8532 PyObject * obj0 = 0 ;
8533
8534 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBBreakpoint",&obj0)) SWIG_failgoto fail;
8535 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0x1 | 0, 0)
;
8536 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8537 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBBreakpoint" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBBreakpoint" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
8538 }
8539 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8540 {
8541 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8542 delete arg1;
8543 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8544 }
8545 resultobj = SWIG_Py_Void();
8546 return resultobj;
8547fail:
8548 return NULL__null;
8549}
8550
8551
8552SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8553 PyObject *resultobj = 0;
8554 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8555 void *argp1 = 0 ;
8556 int res1 = 0 ;
8557 PyObject * obj0 = 0 ;
8558 lldb::break_id_t result;
8559
8560 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetID",&obj0)) SWIG_failgoto fail;
8561 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8562 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8563 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetID" "', argument " "1"" of type '" "lldb::SBBreakpoint const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetID" "', argument "
"1"" of type '" "lldb::SBBreakpoint const *""'"); goto fail;
} while(0)
;
8564 }
8565 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8566 {
8567 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8568 result = (lldb::break_id_t)((lldb::SBBreakpoint const *)arg1)->GetID();
8569 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8570 }
8571 resultobj = SWIG_From_int(static_cast< int >(result));
8572 return resultobj;
8573fail:
8574 return NULL__null;
8575}
8576
8577
8578SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8579 PyObject *resultobj = 0;
8580 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8581 void *argp1 = 0 ;
8582 int res1 = 0 ;
8583 PyObject * obj0 = 0 ;
8584 bool result;
8585
8586 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_IsValid",&obj0)) SWIG_failgoto fail;
8587 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8588 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8589 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_IsValid" "', argument " "1"" of type '" "lldb::SBBreakpoint const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_IsValid" "', argument "
"1"" of type '" "lldb::SBBreakpoint const *""'"); goto fail;
} while(0)
;
8590 }
8591 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8592 {
8593 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8594 result = (bool)((lldb::SBBreakpoint const *)arg1)->IsValid();
8595 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8596 }
8597 resultobj = SWIG_From_bool(static_cast< bool >(result));
8598 return resultobj;
8599fail:
8600 return NULL__null;
8601}
8602
8603
8604SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_ClearAllBreakpointSites(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8605 PyObject *resultobj = 0;
8606 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8607 void *argp1 = 0 ;
8608 int res1 = 0 ;
8609 PyObject * obj0 = 0 ;
8610
8611 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_ClearAllBreakpointSites",&obj0)) SWIG_failgoto fail;
8612 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8613 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8614 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_ClearAllBreakpointSites" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_ClearAllBreakpointSites"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
8615 }
8616 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8617 {
8618 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8619 (arg1)->ClearAllBreakpointSites();
8620 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8621 }
8622 resultobj = SWIG_Py_Void();
8623 return resultobj;
8624fail:
8625 return NULL__null;
8626}
8627
8628
8629SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_FindLocationByAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8630 PyObject *resultobj = 0;
8631 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8632 lldb::addr_t arg2 ;
8633 void *argp1 = 0 ;
8634 int res1 = 0 ;
8635 unsigned long long val2 ;
8636 int ecode2 = 0 ;
8637 PyObject * obj0 = 0 ;
8638 PyObject * obj1 = 0 ;
8639 lldb::SBBreakpointLocation result;
8640
8641 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_FindLocationByAddress",&obj0,&obj1)) SWIG_failgoto fail;
8642 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8643 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8644 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_FindLocationByAddress" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_FindLocationByAddress"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
8645 }
8646 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8647 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
8648 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
8649 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpoint_FindLocationByAddress" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpoint_FindLocationByAddress"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
8650 }
8651 arg2 = static_cast< lldb::addr_t >(val2);
8652 {
8653 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8654 result = (arg1)->FindLocationByAddress(arg2);
8655 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8656 }
8657 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpointLocation(static_cast< const lldb::SBBreakpointLocation& >(result))), SWIGTYPE_p_lldb__SBBreakpointLocation, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpointLocation
(static_cast< const lldb::SBBreakpointLocation& >(result
))), swig_types[14], 0x1 | 0)
;
8658 return resultobj;
8659fail:
8660 return NULL__null;
8661}
8662
8663
8664SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_FindLocationIDByAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8665 PyObject *resultobj = 0;
8666 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8667 lldb::addr_t arg2 ;
8668 void *argp1 = 0 ;
8669 int res1 = 0 ;
8670 unsigned long long val2 ;
8671 int ecode2 = 0 ;
8672 PyObject * obj0 = 0 ;
8673 PyObject * obj1 = 0 ;
8674 lldb::break_id_t result;
8675
8676 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_FindLocationIDByAddress",&obj0,&obj1)) SWIG_failgoto fail;
8677 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8678 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8679 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_FindLocationIDByAddress" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_FindLocationIDByAddress"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
8680 }
8681 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8682 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
8683 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
8684 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpoint_FindLocationIDByAddress" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpoint_FindLocationIDByAddress"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
8685 }
8686 arg2 = static_cast< lldb::addr_t >(val2);
8687 {
8688 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8689 result = (lldb::break_id_t)(arg1)->FindLocationIDByAddress(arg2);
8690 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8691 }
8692 resultobj = SWIG_From_int(static_cast< int >(result));
8693 return resultobj;
8694fail:
8695 return NULL__null;
8696}
8697
8698
8699SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_FindLocationByID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8700 PyObject *resultobj = 0;
8701 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8702 lldb::break_id_t arg2 ;
8703 void *argp1 = 0 ;
8704 int res1 = 0 ;
8705 int val2 ;
8706 int ecode2 = 0 ;
8707 PyObject * obj0 = 0 ;
8708 PyObject * obj1 = 0 ;
8709 lldb::SBBreakpointLocation result;
8710
8711 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_FindLocationByID",&obj0,&obj1)) SWIG_failgoto fail;
8712 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8713 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8714 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_FindLocationByID" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_FindLocationByID"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
8715 }
8716 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8717 ecode2 = SWIG_AsVal_int(obj1, &val2);
8718 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
8719 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpoint_FindLocationByID" "', argument " "2"" of type '" "lldb::break_id_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpoint_FindLocationByID"
"', argument " "2"" of type '" "lldb::break_id_t""'"); goto fail
; } while(0)
;
8720 }
8721 arg2 = static_cast< lldb::break_id_t >(val2);
8722 {
8723 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8724 result = (arg1)->FindLocationByID(arg2);
8725 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8726 }
8727 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpointLocation(static_cast< const lldb::SBBreakpointLocation& >(result))), SWIGTYPE_p_lldb__SBBreakpointLocation, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpointLocation
(static_cast< const lldb::SBBreakpointLocation& >(result
))), swig_types[14], 0x1 | 0)
;
8728 return resultobj;
8729fail:
8730 return NULL__null;
8731}
8732
8733
8734SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetLocationAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8735 PyObject *resultobj = 0;
8736 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8737 uint32_t arg2 ;
8738 void *argp1 = 0 ;
8739 int res1 = 0 ;
8740 unsigned int val2 ;
8741 int ecode2 = 0 ;
8742 PyObject * obj0 = 0 ;
8743 PyObject * obj1 = 0 ;
8744 lldb::SBBreakpointLocation result;
8745
8746 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_GetLocationAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
8747 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8748 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8749 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetLocationAtIndex" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetLocationAtIndex"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
8750 }
8751 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8752 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
8753 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
8754 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpoint_GetLocationAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpoint_GetLocationAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
8755 }
8756 arg2 = static_cast< uint32_t >(val2);
8757 {
8758 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8759 result = (arg1)->GetLocationAtIndex(arg2);
8760 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8761 }
8762 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpointLocation(static_cast< const lldb::SBBreakpointLocation& >(result))), SWIGTYPE_p_lldb__SBBreakpointLocation, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpointLocation
(static_cast< const lldb::SBBreakpointLocation& >(result
))), swig_types[14], 0x1 | 0)
;
8763 return resultobj;
8764fail:
8765 return NULL__null;
8766}
8767
8768
8769SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_SetEnabled(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8770 PyObject *resultobj = 0;
8771 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8772 bool arg2 ;
8773 void *argp1 = 0 ;
8774 int res1 = 0 ;
8775 bool val2 ;
8776 int ecode2 = 0 ;
8777 PyObject * obj0 = 0 ;
8778 PyObject * obj1 = 0 ;
8779
8780 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_SetEnabled",&obj0,&obj1)) SWIG_failgoto fail;
8781 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8782 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8783 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_SetEnabled" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_SetEnabled" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
8784 }
8785 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8786 ecode2 = SWIG_AsVal_bool(obj1, &val2);
8787 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
8788 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpoint_SetEnabled" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpoint_SetEnabled"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
8789 }
8790 arg2 = static_cast< bool >(val2);
8791 {
8792 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8793 (arg1)->SetEnabled(arg2);
8794 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8795 }
8796 resultobj = SWIG_Py_Void();
8797 return resultobj;
8798fail:
8799 return NULL__null;
8800}
8801
8802
8803SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_IsEnabled(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8804 PyObject *resultobj = 0;
8805 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8806 void *argp1 = 0 ;
8807 int res1 = 0 ;
8808 PyObject * obj0 = 0 ;
8809 bool result;
8810
8811 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_IsEnabled",&obj0)) SWIG_failgoto fail;
8812 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8813 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8814 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_IsEnabled" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_IsEnabled" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
8815 }
8816 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8817 {
8818 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8819 result = (bool)(arg1)->IsEnabled();
8820 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8821 }
8822 resultobj = SWIG_From_bool(static_cast< bool >(result));
8823 return resultobj;
8824fail:
8825 return NULL__null;
8826}
8827
8828
8829SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_SetOneShot(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8830 PyObject *resultobj = 0;
8831 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8832 bool arg2 ;
8833 void *argp1 = 0 ;
8834 int res1 = 0 ;
8835 bool val2 ;
8836 int ecode2 = 0 ;
8837 PyObject * obj0 = 0 ;
8838 PyObject * obj1 = 0 ;
8839
8840 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_SetOneShot",&obj0,&obj1)) SWIG_failgoto fail;
8841 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8842 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8843 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_SetOneShot" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_SetOneShot" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
8844 }
8845 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8846 ecode2 = SWIG_AsVal_bool(obj1, &val2);
8847 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
8848 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpoint_SetOneShot" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpoint_SetOneShot"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
8849 }
8850 arg2 = static_cast< bool >(val2);
8851 {
8852 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8853 (arg1)->SetOneShot(arg2);
8854 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8855 }
8856 resultobj = SWIG_Py_Void();
8857 return resultobj;
8858fail:
8859 return NULL__null;
8860}
8861
8862
8863SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_IsOneShot(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8864 PyObject *resultobj = 0;
8865 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8866 void *argp1 = 0 ;
8867 int res1 = 0 ;
8868 PyObject * obj0 = 0 ;
8869 bool result;
8870
8871 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_IsOneShot",&obj0)) SWIG_failgoto fail;
8872 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8873 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8874 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_IsOneShot" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_IsOneShot" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
8875 }
8876 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8877 {
8878 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8879 result = (bool)(arg1)->IsOneShot();
8880 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8881 }
8882 resultobj = SWIG_From_bool(static_cast< bool >(result));
8883 return resultobj;
8884fail:
8885 return NULL__null;
8886}
8887
8888
8889SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_IsInternal(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8890 PyObject *resultobj = 0;
8891 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8892 void *argp1 = 0 ;
8893 int res1 = 0 ;
8894 PyObject * obj0 = 0 ;
8895 bool result;
8896
8897 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_IsInternal",&obj0)) SWIG_failgoto fail;
8898 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8899 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8900 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_IsInternal" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_IsInternal" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
8901 }
8902 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8903 {
8904 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8905 result = (bool)(arg1)->IsInternal();
8906 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8907 }
8908 resultobj = SWIG_From_bool(static_cast< bool >(result));
8909 return resultobj;
8910fail:
8911 return NULL__null;
8912}
8913
8914
8915SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetHitCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8916 PyObject *resultobj = 0;
8917 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8918 void *argp1 = 0 ;
8919 int res1 = 0 ;
8920 PyObject * obj0 = 0 ;
8921 uint32_t result;
8922
8923 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetHitCount",&obj0)) SWIG_failgoto fail;
8924 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8925 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8926 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetHitCount" "', argument " "1"" of type '" "lldb::SBBreakpoint const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetHitCount" "', argument "
"1"" of type '" "lldb::SBBreakpoint const *""'"); goto fail;
} while(0)
;
8927 }
8928 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8929 {
8930 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8931 result = (uint32_t)((lldb::SBBreakpoint const *)arg1)->GetHitCount();
8932 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8933 }
8934 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
8935 return resultobj;
8936fail:
8937 return NULL__null;
8938}
8939
8940
8941SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_SetIgnoreCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8942 PyObject *resultobj = 0;
8943 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8944 uint32_t arg2 ;
8945 void *argp1 = 0 ;
8946 int res1 = 0 ;
8947 unsigned int val2 ;
8948 int ecode2 = 0 ;
8949 PyObject * obj0 = 0 ;
8950 PyObject * obj1 = 0 ;
8951
8952 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_SetIgnoreCount",&obj0,&obj1)) SWIG_failgoto fail;
8953 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8954 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8955 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_SetIgnoreCount" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_SetIgnoreCount"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
8956 }
8957 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8958 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
8959 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
8960 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpoint_SetIgnoreCount" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpoint_SetIgnoreCount"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
8961 }
8962 arg2 = static_cast< uint32_t >(val2);
8963 {
8964 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8965 (arg1)->SetIgnoreCount(arg2);
8966 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8967 }
8968 resultobj = SWIG_Py_Void();
8969 return resultobj;
8970fail:
8971 return NULL__null;
8972}
8973
8974
8975SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetIgnoreCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
8976 PyObject *resultobj = 0;
8977 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
8978 void *argp1 = 0 ;
8979 int res1 = 0 ;
8980 PyObject * obj0 = 0 ;
8981 uint32_t result;
8982
8983 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetIgnoreCount",&obj0)) SWIG_failgoto fail;
8984 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
8985 if (!SWIG_IsOK(res1)(res1 >= 0)) {
8986 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetIgnoreCount" "', argument " "1"" of type '" "lldb::SBBreakpoint const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetIgnoreCount"
"', argument " "1"" of type '" "lldb::SBBreakpoint const *""'"
); goto fail; } while(0)
;
8987 }
8988 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
8989 {
8990 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
8991 result = (uint32_t)((lldb::SBBreakpoint const *)arg1)->GetIgnoreCount();
8992 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
8993 }
8994 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
8995 return resultobj;
8996fail:
8997 return NULL__null;
8998}
8999
9000
9001SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_SetCondition(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9002 PyObject *resultobj = 0;
9003 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9004 char *arg2 = (char *) 0 ;
9005 void *argp1 = 0 ;
9006 int res1 = 0 ;
9007 int res2 ;
9008 char *buf2 = 0 ;
9009 int alloc2 = 0 ;
9010 PyObject * obj0 = 0 ;
9011 PyObject * obj1 = 0 ;
9012
9013 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_SetCondition",&obj0,&obj1)) SWIG_failgoto fail;
9014 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9015 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9016 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_SetCondition" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_SetCondition"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9017 }
9018 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9019 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
9020 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9021 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_SetCondition" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_SetCondition"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
9022 }
9023 arg2 = reinterpret_cast< char * >(buf2);
9024 {
9025 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9026 (arg1)->SetCondition((char const *)arg2);
9027 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9028 }
9029 resultobj = SWIG_Py_Void();
9030 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9031 return resultobj;
9032fail:
9033 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9034 return NULL__null;
9035}
9036
9037
9038SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetCondition(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9039 PyObject *resultobj = 0;
9040 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9041 void *argp1 = 0 ;
9042 int res1 = 0 ;
9043 PyObject * obj0 = 0 ;
9044 char *result = 0 ;
9045
9046 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetCondition",&obj0)) SWIG_failgoto fail;
9047 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9048 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9049 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetCondition" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetCondition"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9050 }
9051 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9052 {
9053 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9054 result = (char *)(arg1)->GetCondition();
9055 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9056 }
9057 resultobj = SWIG_FromCharPtr((const char *)result);
9058 return resultobj;
9059fail:
9060 return NULL__null;
9061}
9062
9063
9064SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_SetAutoContinue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9065 PyObject *resultobj = 0;
9066 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9067 bool arg2 ;
9068 void *argp1 = 0 ;
9069 int res1 = 0 ;
9070 bool val2 ;
9071 int ecode2 = 0 ;
9072 PyObject * obj0 = 0 ;
9073 PyObject * obj1 = 0 ;
9074
9075 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_SetAutoContinue",&obj0,&obj1)) SWIG_failgoto fail;
9076 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9077 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9078 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_SetAutoContinue" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_SetAutoContinue"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9079 }
9080 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9081 ecode2 = SWIG_AsVal_bool(obj1, &val2);
9082 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
9083 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpoint_SetAutoContinue" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpoint_SetAutoContinue"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
9084 }
9085 arg2 = static_cast< bool >(val2);
9086 {
9087 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9088 (arg1)->SetAutoContinue(arg2);
9089 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9090 }
9091 resultobj = SWIG_Py_Void();
9092 return resultobj;
9093fail:
9094 return NULL__null;
9095}
9096
9097
9098SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetAutoContinue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9099 PyObject *resultobj = 0;
9100 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9101 void *argp1 = 0 ;
9102 int res1 = 0 ;
9103 PyObject * obj0 = 0 ;
9104 bool result;
9105
9106 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetAutoContinue",&obj0)) SWIG_failgoto fail;
9107 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9108 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9109 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetAutoContinue" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetAutoContinue"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9110 }
9111 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9112 {
9113 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9114 result = (bool)(arg1)->GetAutoContinue();
9115 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9116 }
9117 resultobj = SWIG_From_bool(static_cast< bool >(result));
9118 return resultobj;
9119fail:
9120 return NULL__null;
9121}
9122
9123
9124SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_SetThreadID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9125 PyObject *resultobj = 0;
9126 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9127 lldb::tid_t arg2 ;
9128 void *argp1 = 0 ;
9129 int res1 = 0 ;
9130 PyObject * obj0 = 0 ;
9131 PyObject * obj1 = 0 ;
9132
9133 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_SetThreadID",&obj0,&obj1)) SWIG_failgoto fail;
9134 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9135 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9136 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_SetThreadID" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_SetThreadID" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
9137 }
9138 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9139 {
9140 using namespace lldb_private;
9141 if (PythonInteger::Check(obj1))
9142 {
9143 PythonInteger py_int(PyRefType::Borrowed, obj1);
9144 arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
9145 }
9146 else
9147 {
9148 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
9149 return nullptr;
9150 }
9151 }
9152 {
9153 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9154 (arg1)->SetThreadID(arg2);
9155 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9156 }
9157 resultobj = SWIG_Py_Void();
9158 return resultobj;
9159fail:
9160 return NULL__null;
9161}
9162
9163
9164SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetThreadID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9165 PyObject *resultobj = 0;
9166 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9167 void *argp1 = 0 ;
9168 int res1 = 0 ;
9169 PyObject * obj0 = 0 ;
9170 lldb::tid_t result;
9171
9172 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetThreadID",&obj0)) SWIG_failgoto fail;
9173 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9174 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9175 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetThreadID" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetThreadID" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
9176 }
9177 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9178 {
9179 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9180 result = (lldb::tid_t)(arg1)->GetThreadID();
9181 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9182 }
9183 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
9184 return resultobj;
9185fail:
9186 return NULL__null;
9187}
9188
9189
9190SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_SetThreadIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9191 PyObject *resultobj = 0;
9192 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9193 uint32_t arg2 ;
9194 void *argp1 = 0 ;
9195 int res1 = 0 ;
9196 unsigned int val2 ;
9197 int ecode2 = 0 ;
9198 PyObject * obj0 = 0 ;
9199 PyObject * obj1 = 0 ;
9200
9201 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_SetThreadIndex",&obj0,&obj1)) SWIG_failgoto fail;
9202 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9203 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9204 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_SetThreadIndex" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_SetThreadIndex"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9205 }
9206 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9207 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
9208 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
9209 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpoint_SetThreadIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpoint_SetThreadIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
9210 }
9211 arg2 = static_cast< uint32_t >(val2);
9212 {
9213 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9214 (arg1)->SetThreadIndex(arg2);
9215 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9216 }
9217 resultobj = SWIG_Py_Void();
9218 return resultobj;
9219fail:
9220 return NULL__null;
9221}
9222
9223
9224SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetThreadIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9225 PyObject *resultobj = 0;
9226 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9227 void *argp1 = 0 ;
9228 int res1 = 0 ;
9229 PyObject * obj0 = 0 ;
9230 uint32_t result;
9231
9232 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetThreadIndex",&obj0)) SWIG_failgoto fail;
9233 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9234 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9235 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetThreadIndex" "', argument " "1"" of type '" "lldb::SBBreakpoint const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetThreadIndex"
"', argument " "1"" of type '" "lldb::SBBreakpoint const *""'"
); goto fail; } while(0)
;
9236 }
9237 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9238 {
9239 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9240 result = (uint32_t)((lldb::SBBreakpoint const *)arg1)->GetThreadIndex();
9241 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9242 }
9243 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
9244 return resultobj;
9245fail:
9246 return NULL__null;
9247}
9248
9249
9250SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_SetThreadName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9251 PyObject *resultobj = 0;
9252 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9253 char *arg2 = (char *) 0 ;
9254 void *argp1 = 0 ;
9255 int res1 = 0 ;
9256 int res2 ;
9257 char *buf2 = 0 ;
9258 int alloc2 = 0 ;
9259 PyObject * obj0 = 0 ;
9260 PyObject * obj1 = 0 ;
9261
9262 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_SetThreadName",&obj0,&obj1)) SWIG_failgoto fail;
9263 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9264 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9265 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_SetThreadName" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_SetThreadName"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9266 }
9267 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9268 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
9269 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9270 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_SetThreadName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_SetThreadName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
9271 }
9272 arg2 = reinterpret_cast< char * >(buf2);
9273 {
9274 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9275 (arg1)->SetThreadName((char const *)arg2);
9276 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9277 }
9278 resultobj = SWIG_Py_Void();
9279 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9280 return resultobj;
9281fail:
9282 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9283 return NULL__null;
9284}
9285
9286
9287SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetThreadName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9288 PyObject *resultobj = 0;
9289 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9290 void *argp1 = 0 ;
9291 int res1 = 0 ;
9292 PyObject * obj0 = 0 ;
9293 char *result = 0 ;
9294
9295 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetThreadName",&obj0)) SWIG_failgoto fail;
9296 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9297 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9298 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetThreadName" "', argument " "1"" of type '" "lldb::SBBreakpoint const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetThreadName"
"', argument " "1"" of type '" "lldb::SBBreakpoint const *""'"
); goto fail; } while(0)
;
9299 }
9300 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9301 {
9302 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9303 result = (char *)((lldb::SBBreakpoint const *)arg1)->GetThreadName();
9304 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9305 }
9306 resultobj = SWIG_FromCharPtr((const char *)result);
9307 return resultobj;
9308fail:
9309 return NULL__null;
9310}
9311
9312
9313SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_SetQueueName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9314 PyObject *resultobj = 0;
9315 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9316 char *arg2 = (char *) 0 ;
9317 void *argp1 = 0 ;
9318 int res1 = 0 ;
9319 int res2 ;
9320 char *buf2 = 0 ;
9321 int alloc2 = 0 ;
9322 PyObject * obj0 = 0 ;
9323 PyObject * obj1 = 0 ;
9324
9325 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_SetQueueName",&obj0,&obj1)) SWIG_failgoto fail;
9326 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9327 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9328 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_SetQueueName" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_SetQueueName"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9329 }
9330 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9331 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
9332 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9333 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_SetQueueName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_SetQueueName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
9334 }
9335 arg2 = reinterpret_cast< char * >(buf2);
9336 {
9337 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9338 (arg1)->SetQueueName((char const *)arg2);
9339 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9340 }
9341 resultobj = SWIG_Py_Void();
9342 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9343 return resultobj;
9344fail:
9345 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9346 return NULL__null;
9347}
9348
9349
9350SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetQueueName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9351 PyObject *resultobj = 0;
9352 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9353 void *argp1 = 0 ;
9354 int res1 = 0 ;
9355 PyObject * obj0 = 0 ;
9356 char *result = 0 ;
9357
9358 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetQueueName",&obj0)) SWIG_failgoto fail;
9359 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9360 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9361 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetQueueName" "', argument " "1"" of type '" "lldb::SBBreakpoint const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetQueueName"
"', argument " "1"" of type '" "lldb::SBBreakpoint const *""'"
); goto fail; } while(0)
;
9362 }
9363 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9364 {
9365 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9366 result = (char *)((lldb::SBBreakpoint const *)arg1)->GetQueueName();
9367 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9368 }
9369 resultobj = SWIG_FromCharPtr((const char *)result);
9370 return resultobj;
9371fail:
9372 return NULL__null;
9373}
9374
9375
9376SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_SetScriptCallbackFunction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9377 PyObject *resultobj = 0;
9378 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9379 char *arg2 = (char *) 0 ;
9380 void *argp1 = 0 ;
9381 int res1 = 0 ;
9382 int res2 ;
9383 char *buf2 = 0 ;
9384 int alloc2 = 0 ;
9385 PyObject * obj0 = 0 ;
9386 PyObject * obj1 = 0 ;
9387
9388 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_SetScriptCallbackFunction",&obj0,&obj1)) SWIG_failgoto fail;
9389 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9390 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9391 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_SetScriptCallbackFunction" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_SetScriptCallbackFunction"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9392 }
9393 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9394 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
9395 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9396 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_SetScriptCallbackFunction" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_SetScriptCallbackFunction"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
9397 }
9398 arg2 = reinterpret_cast< char * >(buf2);
9399 {
9400 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9401 (arg1)->SetScriptCallbackFunction((char const *)arg2);
9402 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9403 }
9404 resultobj = SWIG_Py_Void();
9405 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9406 return resultobj;
9407fail:
9408 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9409 return NULL__null;
9410}
9411
9412
9413SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_SetScriptCallbackBody(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9414 PyObject *resultobj = 0;
9415 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9416 char *arg2 = (char *) 0 ;
9417 void *argp1 = 0 ;
9418 int res1 = 0 ;
9419 int res2 ;
9420 char *buf2 = 0 ;
9421 int alloc2 = 0 ;
9422 PyObject * obj0 = 0 ;
9423 PyObject * obj1 = 0 ;
9424 lldb::SBError result;
9425
9426 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_SetScriptCallbackBody",&obj0,&obj1)) SWIG_failgoto fail;
9427 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9428 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9429 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_SetScriptCallbackBody" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_SetScriptCallbackBody"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9430 }
9431 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9432 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
9433 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9434 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_SetScriptCallbackBody" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_SetScriptCallbackBody"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
9435 }
9436 arg2 = reinterpret_cast< char * >(buf2);
9437 {
9438 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9439 result = (arg1)->SetScriptCallbackBody((char const *)arg2);
9440 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9441 }
9442 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
9443 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9444 return resultobj;
9445fail:
9446 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9447 return NULL__null;
9448}
9449
9450
9451SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_SetCommandLineCommands(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9452 PyObject *resultobj = 0;
9453 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9454 lldb::SBStringList *arg2 = 0 ;
9455 void *argp1 = 0 ;
9456 int res1 = 0 ;
9457 void *argp2 = 0 ;
9458 int res2 = 0 ;
9459 PyObject * obj0 = 0 ;
9460 PyObject * obj1 = 0 ;
9461
9462 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_SetCommandLineCommands",&obj0,&obj1)) SWIG_failgoto fail;
9463 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9464 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9465 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_SetCommandLineCommands" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_SetCommandLineCommands"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9466 }
9467 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9468 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[55]
, 0, 0)
;
9469 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9470 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_SetCommandLineCommands" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_SetCommandLineCommands"
"', argument " "2"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
9471 }
9472 if (!argp2) {
9473 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint_SetCommandLineCommands" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint_SetCommandLineCommands" "', argument "
"2"" of type '" "lldb::SBStringList &""'"); goto fail; }
while(0)
;
9474 }
9475 arg2 = reinterpret_cast< lldb::SBStringList * >(argp2);
9476 {
9477 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9478 (arg1)->SetCommandLineCommands(*arg2);
9479 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9480 }
9481 resultobj = SWIG_Py_Void();
9482 return resultobj;
9483fail:
9484 return NULL__null;
9485}
9486
9487
9488SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetCommandLineCommands(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9489 PyObject *resultobj = 0;
9490 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9491 lldb::SBStringList *arg2 = 0 ;
9492 void *argp1 = 0 ;
9493 int res1 = 0 ;
9494 void *argp2 = 0 ;
9495 int res2 = 0 ;
9496 PyObject * obj0 = 0 ;
9497 PyObject * obj1 = 0 ;
9498 bool result;
9499
9500 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_GetCommandLineCommands",&obj0,&obj1)) SWIG_failgoto fail;
9501 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9502 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9503 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetCommandLineCommands" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetCommandLineCommands"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9504 }
9505 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9506 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[55]
, 0, 0)
;
9507 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9508 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_GetCommandLineCommands" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_GetCommandLineCommands"
"', argument " "2"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
9509 }
9510 if (!argp2) {
9511 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint_GetCommandLineCommands" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint_GetCommandLineCommands" "', argument "
"2"" of type '" "lldb::SBStringList &""'"); goto fail; }
while(0)
;
9512 }
9513 arg2 = reinterpret_cast< lldb::SBStringList * >(argp2);
9514 {
9515 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9516 result = (bool)(arg1)->GetCommandLineCommands(*arg2);
9517 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9518 }
9519 resultobj = SWIG_From_bool(static_cast< bool >(result));
9520 return resultobj;
9521fail:
9522 return NULL__null;
9523}
9524
9525
9526SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_AddName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9527 PyObject *resultobj = 0;
9528 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9529 char *arg2 = (char *) 0 ;
9530 void *argp1 = 0 ;
9531 int res1 = 0 ;
9532 int res2 ;
9533 char *buf2 = 0 ;
9534 int alloc2 = 0 ;
9535 PyObject * obj0 = 0 ;
9536 PyObject * obj1 = 0 ;
9537 bool result;
9538
9539 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_AddName",&obj0,&obj1)) SWIG_failgoto fail;
9540 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9541 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9542 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_AddName" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_AddName" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
9543 }
9544 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9545 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
9546 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9547 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_AddName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_AddName" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
9548 }
9549 arg2 = reinterpret_cast< char * >(buf2);
9550 {
9551 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9552 result = (bool)(arg1)->AddName((char const *)arg2);
9553 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9554 }
9555 resultobj = SWIG_From_bool(static_cast< bool >(result));
9556 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9557 return resultobj;
9558fail:
9559 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9560 return NULL__null;
9561}
9562
9563
9564SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_RemoveName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9565 PyObject *resultobj = 0;
9566 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9567 char *arg2 = (char *) 0 ;
9568 void *argp1 = 0 ;
9569 int res1 = 0 ;
9570 int res2 ;
9571 char *buf2 = 0 ;
9572 int alloc2 = 0 ;
9573 PyObject * obj0 = 0 ;
9574 PyObject * obj1 = 0 ;
9575
9576 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_RemoveName",&obj0,&obj1)) SWIG_failgoto fail;
9577 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9578 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9579 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_RemoveName" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_RemoveName" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
9580 }
9581 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9582 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
9583 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9584 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_RemoveName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_RemoveName" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
9585 }
9586 arg2 = reinterpret_cast< char * >(buf2);
9587 {
9588 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9589 (arg1)->RemoveName((char const *)arg2);
9590 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9591 }
9592 resultobj = SWIG_Py_Void();
9593 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9594 return resultobj;
9595fail:
9596 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9597 return NULL__null;
9598}
9599
9600
9601SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_MatchesName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9602 PyObject *resultobj = 0;
9603 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9604 char *arg2 = (char *) 0 ;
9605 void *argp1 = 0 ;
9606 int res1 = 0 ;
9607 int res2 ;
9608 char *buf2 = 0 ;
9609 int alloc2 = 0 ;
9610 PyObject * obj0 = 0 ;
9611 PyObject * obj1 = 0 ;
9612 bool result;
9613
9614 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_MatchesName",&obj0,&obj1)) SWIG_failgoto fail;
9615 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9616 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9617 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_MatchesName" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_MatchesName" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
9618 }
9619 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9620 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
9621 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9622 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_MatchesName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_MatchesName" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
9623 }
9624 arg2 = reinterpret_cast< char * >(buf2);
9625 {
9626 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9627 result = (bool)(arg1)->MatchesName((char const *)arg2);
9628 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9629 }
9630 resultobj = SWIG_From_bool(static_cast< bool >(result));
9631 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9632 return resultobj;
9633fail:
9634 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
9635 return NULL__null;
9636}
9637
9638
9639SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetNames(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9640 PyObject *resultobj = 0;
9641 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9642 lldb::SBStringList *arg2 = 0 ;
9643 void *argp1 = 0 ;
9644 int res1 = 0 ;
9645 void *argp2 = 0 ;
9646 int res2 = 0 ;
9647 PyObject * obj0 = 0 ;
9648 PyObject * obj1 = 0 ;
9649
9650 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_GetNames",&obj0,&obj1)) SWIG_failgoto fail;
9651 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9652 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9653 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetNames" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetNames" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
9654 }
9655 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9656 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[55]
, 0, 0)
;
9657 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9658 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_GetNames" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_GetNames" "', argument "
"2"" of type '" "lldb::SBStringList &""'"); goto fail; }
while(0)
;
9659 }
9660 if (!argp2) {
9661 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint_GetNames" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint_GetNames" "', argument " "2"" of type '"
"lldb::SBStringList &""'"); goto fail; } while(0)
;
9662 }
9663 arg2 = reinterpret_cast< lldb::SBStringList * >(argp2);
9664 {
9665 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9666 (arg1)->GetNames(*arg2);
9667 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9668 }
9669 resultobj = SWIG_Py_Void();
9670 return resultobj;
9671fail:
9672 return NULL__null;
9673}
9674
9675
9676SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetNumResolvedLocations(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9677 PyObject *resultobj = 0;
9678 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9679 void *argp1 = 0 ;
9680 int res1 = 0 ;
9681 PyObject * obj0 = 0 ;
9682 size_t result;
9683
9684 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetNumResolvedLocations",&obj0)) SWIG_failgoto fail;
9685 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9686 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9687 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetNumResolvedLocations" "', argument " "1"" of type '" "lldb::SBBreakpoint const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetNumResolvedLocations"
"', argument " "1"" of type '" "lldb::SBBreakpoint const *""'"
); goto fail; } while(0)
;
9688 }
9689 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9690 {
9691 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9692 result = ((lldb::SBBreakpoint const *)arg1)->GetNumResolvedLocations();
9693 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9694 }
9695 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
9696 return resultobj;
9697fail:
9698 return NULL__null;
9699}
9700
9701
9702SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetNumLocations(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9703 PyObject *resultobj = 0;
9704 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9705 void *argp1 = 0 ;
9706 int res1 = 0 ;
9707 PyObject * obj0 = 0 ;
9708 size_t result;
9709
9710 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetNumLocations",&obj0)) SWIG_failgoto fail;
9711 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9712 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9713 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetNumLocations" "', argument " "1"" of type '" "lldb::SBBreakpoint const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetNumLocations"
"', argument " "1"" of type '" "lldb::SBBreakpoint const *""'"
); goto fail; } while(0)
;
9714 }
9715 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9716 {
9717 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9718 result = ((lldb::SBBreakpoint const *)arg1)->GetNumLocations();
9719 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9720 }
9721 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
9722 return resultobj;
9723fail:
9724 return NULL__null;
9725}
9726
9727
9728SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetDescription__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9729 PyObject *resultobj = 0;
9730 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9731 lldb::SBStream *arg2 = 0 ;
9732 void *argp1 = 0 ;
9733 int res1 = 0 ;
9734 void *argp2 = 0 ;
9735 int res2 = 0 ;
9736 PyObject * obj0 = 0 ;
9737 PyObject * obj1 = 0 ;
9738 bool result;
9739
9740 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
9741 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9742 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9743 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetDescription" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetDescription"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9744 }
9745 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9746 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
9747 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9748 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
9749 }
9750 if (!argp2) {
9751 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
9752 }
9753 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
9754 {
9755 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9756 result = (bool)(arg1)->GetDescription(*arg2);
9757 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9758 }
9759 resultobj = SWIG_From_bool(static_cast< bool >(result));
9760 return resultobj;
9761fail:
9762 return NULL__null;
9763}
9764
9765
9766SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetDescription__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9767 PyObject *resultobj = 0;
9768 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9769 lldb::SBStream *arg2 = 0 ;
9770 bool arg3 ;
9771 void *argp1 = 0 ;
9772 int res1 = 0 ;
9773 void *argp2 = 0 ;
9774 int res2 = 0 ;
9775 bool val3 ;
9776 int ecode3 = 0 ;
9777 PyObject * obj0 = 0 ;
9778 PyObject * obj1 = 0 ;
9779 PyObject * obj2 = 0 ;
9780 bool result;
9781
9782 if (!PyArg_ParseTuple(args,(char *)"OOO:SBBreakpoint_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
9783 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9784 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9785 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetDescription" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetDescription"
"', argument " "1"" of type '" "lldb::SBBreakpoint *""'"); goto
fail; } while(0)
;
9786 }
9787 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9788 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
9789 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9790 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
9791 }
9792 if (!argp2) {
9793 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
9794 }
9795 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
9796 ecode3 = SWIG_AsVal_bool(obj2, &val3);
9797 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
9798 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBBreakpoint_GetDescription" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBBreakpoint_GetDescription"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
9799 }
9800 arg3 = static_cast< bool >(val3);
9801 {
9802 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9803 result = (bool)(arg1)->GetDescription(*arg2,arg3);
9804 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9805 }
9806 resultobj = SWIG_From_bool(static_cast< bool >(result));
9807 return resultobj;
9808fail:
9809 return NULL__null;
9810}
9811
9812
9813SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetDescription(PyObject *self, PyObject *args) {
9814 Py_ssize_t argc;
9815 PyObject *argv[4] = {
9816 0
9817 };
9818 Py_ssize_t ii;
9819
9820 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
9821 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
9822 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
9823 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
9824 }
9825 if (argc == 2) {
9826 int _v;
9827 void *vptr = 0;
9828 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBBreakpoint, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[12
], 0, 0)
;
9829 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
9830 if (_v) {
9831 void *vptr = 0;
9832 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBStream, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[54
], 0, 0)
;
9833 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
9834 if (_v) {
9835 return _wrap_SBBreakpoint_GetDescription__SWIG_0(self, args);
9836 }
9837 }
9838 }
9839 if (argc == 3) {
9840 int _v;
9841 void *vptr = 0;
9842 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBBreakpoint, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[12
], 0, 0)
;
9843 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
9844 if (_v) {
9845 void *vptr = 0;
9846 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBStream, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[54
], 0, 0)
;
9847 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
9848 if (_v) {
9849 {
9850 int res = SWIG_AsVal_bool(argv[2], NULL__null);
9851 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
9852 }
9853 if (_v) {
9854 return _wrap_SBBreakpoint_GetDescription__SWIG_1(self, args);
9855 }
9856 }
9857 }
9858 }
9859
9860fail:
9861 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBBreakpoint_GetDescription'.\n"
9862 " Possible C/C++ prototypes are:\n"
9863 " lldb::SBBreakpoint::GetDescription(lldb::SBStream &)\n"
9864 " lldb::SBBreakpoint::GetDescription(lldb::SBStream &,bool)\n");
9865 return 0;
9866}
9867
9868
9869SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_AddLocation(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9870 PyObject *resultobj = 0;
9871 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9872 lldb::SBAddress *arg2 = 0 ;
9873 void *argp1 = 0 ;
9874 int res1 = 0 ;
9875 void *argp2 = 0 ;
9876 int res2 = 0 ;
9877 PyObject * obj0 = 0 ;
9878 PyObject * obj1 = 0 ;
9879 lldb::SBError result;
9880
9881 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_AddLocation",&obj0,&obj1)) SWIG_failgoto fail;
9882 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9883 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9884 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_AddLocation" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_AddLocation" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
9885 }
9886 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9887 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0, 0)
;
9888 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9889 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint_AddLocation" "', argument " "2"" of type '" "lldb::SBAddress &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint_AddLocation" "', argument "
"2"" of type '" "lldb::SBAddress &""'"); goto fail; } while
(0)
;
9890 }
9891 if (!argp2) {
9892 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint_AddLocation" "', argument " "2"" of type '" "lldb::SBAddress &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint_AddLocation" "', argument " "2"" of type '"
"lldb::SBAddress &""'"); goto fail; } while(0)
;
9893 }
9894 arg2 = reinterpret_cast< lldb::SBAddress * >(argp2);
9895 {
9896 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9897 result = (arg1)->AddLocation(*arg2);
9898 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9899 }
9900 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
9901 return resultobj;
9902fail:
9903 return NULL__null;
9904}
9905
9906
9907SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9908 PyObject *resultobj = 0;
9909 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9910 lldb::SBBreakpoint *arg2 = 0 ;
9911 void *argp1 = 0 ;
9912 int res1 = 0 ;
9913 void *argp2 = 0 ;
9914 int res2 = 0 ;
9915 PyObject * obj0 = 0 ;
9916 PyObject * obj1 = 0 ;
9917 bool result;
9918
9919 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint___eq__",&obj0,&obj1)) SWIG_failgoto fail;
9920 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9921 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9922 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint___eq__" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint___eq__" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
9923 }
9924 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9925 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[12]
, 0 | 0, 0)
;
9926 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9927 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint___eq__" "', argument " "2"" of type '" "lldb::SBBreakpoint const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint___eq__" "', argument "
"2"" of type '" "lldb::SBBreakpoint const &""'"); goto fail
; } while(0)
;
9928 }
9929 if (!argp2) {
9930 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint___eq__" "', argument " "2"" of type '" "lldb::SBBreakpoint const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint___eq__" "', argument " "2"" of type '"
"lldb::SBBreakpoint const &""'"); goto fail; } while(0)
;
9931 }
9932 arg2 = reinterpret_cast< lldb::SBBreakpoint * >(argp2);
9933 {
9934 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9935 result = (bool)(arg1)->operator ==((lldb::SBBreakpoint const &)*arg2);
9936 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9937 }
9938 resultobj = SWIG_From_bool(static_cast< bool >(result));
9939 return resultobj;
9940fail:
9941 return NULL__null;
9942}
9943
9944
9945SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9946 PyObject *resultobj = 0;
9947 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
9948 lldb::SBBreakpoint *arg2 = 0 ;
9949 void *argp1 = 0 ;
9950 int res1 = 0 ;
9951 void *argp2 = 0 ;
9952 int res2 = 0 ;
9953 PyObject * obj0 = 0 ;
9954 PyObject * obj1 = 0 ;
9955 bool result;
9956
9957 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint___ne__",&obj0,&obj1)) SWIG_failgoto fail;
9958 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
9959 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9960 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint___ne__" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint___ne__" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
9961 }
9962 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
9963 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[12]
, 0 | 0, 0)
;
9964 if (!SWIG_IsOK(res2)(res2 >= 0)) {
9965 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpoint___ne__" "', argument " "2"" of type '" "lldb::SBBreakpoint const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpoint___ne__" "', argument "
"2"" of type '" "lldb::SBBreakpoint const &""'"); goto fail
; } while(0)
;
9966 }
9967 if (!argp2) {
9968 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint___ne__" "', argument " "2"" of type '" "lldb::SBBreakpoint const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint___ne__" "', argument " "2"" of type '"
"lldb::SBBreakpoint const &""'"); goto fail; } while(0)
;
9969 }
9970 arg2 = reinterpret_cast< lldb::SBBreakpoint * >(argp2);
9971 {
9972 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
9973 result = (bool)(arg1)->operator !=((lldb::SBBreakpoint const &)*arg2);
9974 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
9975 }
9976 resultobj = SWIG_From_bool(static_cast< bool >(result));
9977 return resultobj;
9978fail:
9979 return NULL__null;
9980}
9981
9982
9983SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_EventIsBreakpointEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
9984 PyObject *resultobj = 0;
9985 lldb::SBEvent *arg1 = 0 ;
9986 void *argp1 = 0 ;
9987 int res1 = 0 ;
9988 PyObject * obj0 = 0 ;
9989 bool result;
9990
9991 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_EventIsBreakpointEvent",&obj0)) SWIG_failgoto fail;
9992 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
9993 if (!SWIG_IsOK(res1)(res1 >= 0)) {
9994 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_EventIsBreakpointEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_EventIsBreakpointEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
9995 }
9996 if (!argp1) {
9997 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint_EventIsBreakpointEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint_EventIsBreakpointEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
9998 }
9999 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
10000 {
10001 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10002 result = (bool)lldb::SBBreakpoint::EventIsBreakpointEvent((lldb::SBEvent const &)*arg1);
10003 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10004 }
10005 resultobj = SWIG_From_bool(static_cast< bool >(result));
10006 return resultobj;
10007fail:
10008 return NULL__null;
10009}
10010
10011
10012SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetBreakpointEventTypeFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10013 PyObject *resultobj = 0;
10014 lldb::SBEvent *arg1 = 0 ;
10015 void *argp1 = 0 ;
10016 int res1 = 0 ;
10017 PyObject * obj0 = 0 ;
10018 lldb::BreakpointEventType result;
10019
10020 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetBreakpointEventTypeFromEvent",&obj0)) SWIG_failgoto fail;
10021 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
10022 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10023 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetBreakpointEventTypeFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetBreakpointEventTypeFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
10024 }
10025 if (!argp1) {
10026 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint_GetBreakpointEventTypeFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint_GetBreakpointEventTypeFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
10027 }
10028 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
10029 {
10030 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10031 result = (lldb::BreakpointEventType)lldb::SBBreakpoint::GetBreakpointEventTypeFromEvent((lldb::SBEvent const &)*arg1);
10032 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10033 }
10034 resultobj = SWIG_From_int(static_cast< int >(result));
10035 return resultobj;
10036fail:
10037 return NULL__null;
10038}
10039
10040
10041SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetBreakpointFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10042 PyObject *resultobj = 0;
10043 lldb::SBEvent *arg1 = 0 ;
10044 void *argp1 = 0 ;
10045 int res1 = 0 ;
10046 PyObject * obj0 = 0 ;
10047 lldb::SBBreakpoint result;
10048
10049 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetBreakpointFromEvent",&obj0)) SWIG_failgoto fail;
10050 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
10051 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10052 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetBreakpointFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetBreakpointFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
10053 }
10054 if (!argp1) {
10055 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint_GetBreakpointFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint_GetBreakpointFromEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
10056 }
10057 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
10058 {
10059 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10060 result = lldb::SBBreakpoint::GetBreakpointFromEvent((lldb::SBEvent const &)*arg1);
10061 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10062 }
10063 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
10064 return resultobj;
10065fail:
10066 return NULL__null;
10067}
10068
10069
10070SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetBreakpointLocationAtIndexFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10071 PyObject *resultobj = 0;
10072 lldb::SBEvent *arg1 = 0 ;
10073 uint32_t arg2 ;
10074 void *argp1 = 0 ;
10075 int res1 = 0 ;
10076 unsigned int val2 ;
10077 int ecode2 = 0 ;
10078 PyObject * obj0 = 0 ;
10079 PyObject * obj1 = 0 ;
10080 lldb::SBBreakpointLocation result;
10081
10082 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpoint_GetBreakpointLocationAtIndexFromEvent",&obj0,&obj1)) SWIG_failgoto fail;
10083 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
10084 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10085 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetBreakpointLocationAtIndexFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetBreakpointLocationAtIndexFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
10086 }
10087 if (!argp1) {
10088 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint_GetBreakpointLocationAtIndexFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint_GetBreakpointLocationAtIndexFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
10089 }
10090 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
10091 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
10092 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
10093 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpoint_GetBreakpointLocationAtIndexFromEvent" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpoint_GetBreakpointLocationAtIndexFromEvent"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
10094 }
10095 arg2 = static_cast< uint32_t >(val2);
10096 {
10097 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10098 result = lldb::SBBreakpoint::GetBreakpointLocationAtIndexFromEvent((lldb::SBEvent const &)*arg1,arg2);
10099 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10100 }
10101 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpointLocation(static_cast< const lldb::SBBreakpointLocation& >(result))), SWIGTYPE_p_lldb__SBBreakpointLocation, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpointLocation
(static_cast< const lldb::SBBreakpointLocation& >(result
))), swig_types[14], 0x1 | 0)
;
10102 return resultobj;
10103fail:
10104 return NULL__null;
10105}
10106
10107
10108SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint_GetNumBreakpointLocationsFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10109 PyObject *resultobj = 0;
10110 lldb::SBEvent *arg1 = 0 ;
10111 void *argp1 = 0 ;
10112 int res1 = 0 ;
10113 PyObject * obj0 = 0 ;
10114 uint32_t result;
10115
10116 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint_GetNumBreakpointLocationsFromEvent",&obj0)) SWIG_failgoto fail;
10117 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
10118 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10119 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint_GetNumBreakpointLocationsFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint_GetNumBreakpointLocationsFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
10120 }
10121 if (!argp1) {
10122 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpoint_GetNumBreakpointLocationsFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpoint_GetNumBreakpointLocationsFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
10123 }
10124 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
10125 {
10126 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10127 result = (uint32_t)lldb::SBBreakpoint::GetNumBreakpointLocationsFromEvent((lldb::SBEvent const &)*arg1);
10128 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10129 }
10130 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
10131 return resultobj;
10132fail:
10133 return NULL__null;
10134}
10135
10136
10137SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpoint___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10138 PyObject *resultobj = 0;
10139 lldb::SBBreakpoint *arg1 = (lldb::SBBreakpoint *) 0 ;
10140 void *argp1 = 0 ;
10141 int res1 = 0 ;
10142 PyObject * obj0 = 0 ;
10143 PyObject *result = 0 ;
10144
10145 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpoint___str__",&obj0)) SWIG_failgoto fail;
10146 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0 | 0, 0)
;
10147 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10148 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpoint___str__" "', argument " "1"" of type '" "lldb::SBBreakpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpoint___str__" "', argument "
"1"" of type '" "lldb::SBBreakpoint *""'"); goto fail; } while
(0)
;
10149 }
10150 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
10151 result = (PyObject *)lldb_SBBreakpoint___str__(arg1);
10152 resultobj = result;
10153 return resultobj;
10154fail:
10155 return NULL__null;
10156}
10157
10158
10159SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBBreakpoint_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10160 PyObject *obj;
10161 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
10162 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBBreakpointswig_types[12], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
10163 return SWIG_Py_Void();
10164}
10165
10166SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBreakpointList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10167 PyObject *resultobj = 0;
10168 lldb::SBTarget *arg1 = 0 ;
10169 void *argp1 = 0 ;
10170 int res1 = 0 ;
10171 PyObject * obj0 = 0 ;
10172 lldb::SBBreakpointList *result = 0 ;
10173
10174 if (!PyArg_ParseTuple(args,(char *)"O:new_SBBreakpointList",&obj0)) SWIG_failgoto fail;
10175 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTarget, 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0, 0)
;
10176 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10177 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBBreakpointList" "', argument " "1"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBBreakpointList" "', argument "
"1"" of type '" "lldb::SBTarget &""'"); goto fail; } while
(0)
;
10178 }
10179 if (!argp1) {
10180 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBBreakpointList" "', argument " "1"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBBreakpointList" "', argument " "1"" of type '"
"lldb::SBTarget &""'"); goto fail; } while(0)
;
10181 }
10182 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
10183 {
10184 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10185 result = (lldb::SBBreakpointList *)new lldb::SBBreakpointList(*arg1);
10186 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10187 }
10188 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBreakpointList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[13], (
(0x1 << 1) | 0x1) | 0)
;
10189 return resultobj;
10190fail:
10191 return NULL__null;
10192}
10193
10194
10195SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBBreakpointList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10196 PyObject *resultobj = 0;
10197 lldb::SBBreakpointList *arg1 = (lldb::SBBreakpointList *) 0 ;
10198 void *argp1 = 0 ;
10199 int res1 = 0 ;
10200 PyObject * obj0 = 0 ;
10201
10202 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBBreakpointList",&obj0)) SWIG_failgoto fail;
10203 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointList, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[13]
, 0x1 | 0, 0)
;
10204 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10205 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBBreakpointList" "', argument " "1"" of type '" "lldb::SBBreakpointList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBBreakpointList" "', argument "
"1"" of type '" "lldb::SBBreakpointList *""'"); goto fail; }
while(0)
;
10206 }
10207 arg1 = reinterpret_cast< lldb::SBBreakpointList * >(argp1);
10208 {
10209 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10210 delete arg1;
10211 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10212 }
10213 resultobj = SWIG_Py_Void();
10214 return resultobj;
10215fail:
10216 return NULL__null;
10217}
10218
10219
10220SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointList_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10221 PyObject *resultobj = 0;
10222 lldb::SBBreakpointList *arg1 = (lldb::SBBreakpointList *) 0 ;
10223 void *argp1 = 0 ;
10224 int res1 = 0 ;
10225 PyObject * obj0 = 0 ;
10226 size_t result;
10227
10228 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointList_GetSize",&obj0)) SWIG_failgoto fail;
10229 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[13]
, 0 | 0, 0)
;
10230 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10231 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointList_GetSize" "', argument " "1"" of type '" "lldb::SBBreakpointList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointList_GetSize" "', argument "
"1"" of type '" "lldb::SBBreakpointList const *""'"); goto fail
; } while(0)
;
10232 }
10233 arg1 = reinterpret_cast< lldb::SBBreakpointList * >(argp1);
10234 {
10235 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10236 result = ((lldb::SBBreakpointList const *)arg1)->GetSize();
10237 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10238 }
10239 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
10240 return resultobj;
10241fail:
10242 return NULL__null;
10243}
10244
10245
10246SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointList_GetBreakpointAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10247 PyObject *resultobj = 0;
10248 lldb::SBBreakpointList *arg1 = (lldb::SBBreakpointList *) 0 ;
10249 size_t arg2 ;
10250 void *argp1 = 0 ;
10251 int res1 = 0 ;
10252 size_t val2 ;
10253 int ecode2 = 0 ;
10254 PyObject * obj0 = 0 ;
10255 PyObject * obj1 = 0 ;
10256 lldb::SBBreakpoint result;
10257
10258 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointList_GetBreakpointAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
10259 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[13]
, 0 | 0, 0)
;
10260 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10261 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointList_GetBreakpointAtIndex" "', argument " "1"" of type '" "lldb::SBBreakpointList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointList_GetBreakpointAtIndex"
"', argument " "1"" of type '" "lldb::SBBreakpointList *""'"
); goto fail; } while(0)
;
10262 }
10263 arg1 = reinterpret_cast< lldb::SBBreakpointList * >(argp1);
10264 ecode2 = SWIG_AsVal_size_t(obj1, &val2);
10265 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
10266 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointList_GetBreakpointAtIndex" "', argument " "2"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointList_GetBreakpointAtIndex"
"', argument " "2"" of type '" "size_t""'"); goto fail; } while
(0)
;
10267 }
10268 arg2 = static_cast< size_t >(val2);
10269 {
10270 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10271 result = (arg1)->GetBreakpointAtIndex(arg2);
10272 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10273 }
10274 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
10275 return resultobj;
10276fail:
10277 return NULL__null;
10278}
10279
10280
10281SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointList_FindBreakpointByID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10282 PyObject *resultobj = 0;
10283 lldb::SBBreakpointList *arg1 = (lldb::SBBreakpointList *) 0 ;
10284 lldb::break_id_t arg2 ;
10285 void *argp1 = 0 ;
10286 int res1 = 0 ;
10287 int val2 ;
10288 int ecode2 = 0 ;
10289 PyObject * obj0 = 0 ;
10290 PyObject * obj1 = 0 ;
10291 lldb::SBBreakpoint result;
10292
10293 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointList_FindBreakpointByID",&obj0,&obj1)) SWIG_failgoto fail;
10294 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[13]
, 0 | 0, 0)
;
10295 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10296 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointList_FindBreakpointByID" "', argument " "1"" of type '" "lldb::SBBreakpointList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointList_FindBreakpointByID"
"', argument " "1"" of type '" "lldb::SBBreakpointList *""'"
); goto fail; } while(0)
;
10297 }
10298 arg1 = reinterpret_cast< lldb::SBBreakpointList * >(argp1);
10299 ecode2 = SWIG_AsVal_int(obj1, &val2);
10300 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
10301 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointList_FindBreakpointByID" "', argument " "2"" of type '" "lldb::break_id_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointList_FindBreakpointByID"
"', argument " "2"" of type '" "lldb::break_id_t""'"); goto fail
; } while(0)
;
10302 }
10303 arg2 = static_cast< lldb::break_id_t >(val2);
10304 {
10305 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10306 result = (arg1)->FindBreakpointByID(arg2);
10307 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10308 }
10309 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
10310 return resultobj;
10311fail:
10312 return NULL__null;
10313}
10314
10315
10316SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointList_Append(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10317 PyObject *resultobj = 0;
10318 lldb::SBBreakpointList *arg1 = (lldb::SBBreakpointList *) 0 ;
10319 lldb::SBBreakpoint *arg2 = 0 ;
10320 void *argp1 = 0 ;
10321 int res1 = 0 ;
10322 void *argp2 = 0 ;
10323 int res2 = 0 ;
10324 PyObject * obj0 = 0 ;
10325 PyObject * obj1 = 0 ;
10326
10327 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointList_Append",&obj0,&obj1)) SWIG_failgoto fail;
10328 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[13]
, 0 | 0, 0)
;
10329 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10330 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointList_Append" "', argument " "1"" of type '" "lldb::SBBreakpointList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointList_Append" "', argument "
"1"" of type '" "lldb::SBBreakpointList *""'"); goto fail; }
while(0)
;
10331 }
10332 arg1 = reinterpret_cast< lldb::SBBreakpointList * >(argp1);
10333 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[12]
, 0 | 0, 0)
;
10334 if (!SWIG_IsOK(res2)(res2 >= 0)) {
10335 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointList_Append" "', argument " "2"" of type '" "lldb::SBBreakpoint const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointList_Append" "', argument "
"2"" of type '" "lldb::SBBreakpoint const &""'"); goto fail
; } while(0)
;
10336 }
10337 if (!argp2) {
10338 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpointList_Append" "', argument " "2"" of type '" "lldb::SBBreakpoint const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpointList_Append" "', argument " "2"" of type '"
"lldb::SBBreakpoint const &""'"); goto fail; } while(0)
;
10339 }
10340 arg2 = reinterpret_cast< lldb::SBBreakpoint * >(argp2);
10341 {
10342 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10343 (arg1)->Append((lldb::SBBreakpoint const &)*arg2);
10344 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10345 }
10346 resultobj = SWIG_Py_Void();
10347 return resultobj;
10348fail:
10349 return NULL__null;
10350}
10351
10352
10353SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointList_AppendIfUnique(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10354 PyObject *resultobj = 0;
10355 lldb::SBBreakpointList *arg1 = (lldb::SBBreakpointList *) 0 ;
10356 lldb::SBBreakpoint *arg2 = 0 ;
10357 void *argp1 = 0 ;
10358 int res1 = 0 ;
10359 void *argp2 = 0 ;
10360 int res2 = 0 ;
10361 PyObject * obj0 = 0 ;
10362 PyObject * obj1 = 0 ;
10363 bool result;
10364
10365 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointList_AppendIfUnique",&obj0,&obj1)) SWIG_failgoto fail;
10366 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[13]
, 0 | 0, 0)
;
10367 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10368 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointList_AppendIfUnique" "', argument " "1"" of type '" "lldb::SBBreakpointList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointList_AppendIfUnique"
"', argument " "1"" of type '" "lldb::SBBreakpointList *""'"
); goto fail; } while(0)
;
10369 }
10370 arg1 = reinterpret_cast< lldb::SBBreakpointList * >(argp1);
10371 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBreakpoint, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[12]
, 0 | 0, 0)
;
10372 if (!SWIG_IsOK(res2)(res2 >= 0)) {
10373 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointList_AppendIfUnique" "', argument " "2"" of type '" "lldb::SBBreakpoint const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointList_AppendIfUnique"
"', argument " "2"" of type '" "lldb::SBBreakpoint const &"
"'"); goto fail; } while(0)
;
10374 }
10375 if (!argp2) {
10376 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpointList_AppendIfUnique" "', argument " "2"" of type '" "lldb::SBBreakpoint const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpointList_AppendIfUnique" "', argument "
"2"" of type '" "lldb::SBBreakpoint const &""'"); goto fail
; } while(0)
;
10377 }
10378 arg2 = reinterpret_cast< lldb::SBBreakpoint * >(argp2);
10379 {
10380 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10381 result = (bool)(arg1)->AppendIfUnique((lldb::SBBreakpoint const &)*arg2);
10382 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10383 }
10384 resultobj = SWIG_From_bool(static_cast< bool >(result));
10385 return resultobj;
10386fail:
10387 return NULL__null;
10388}
10389
10390
10391SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointList_AppendByID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10392 PyObject *resultobj = 0;
10393 lldb::SBBreakpointList *arg1 = (lldb::SBBreakpointList *) 0 ;
10394 lldb::break_id_t arg2 ;
10395 void *argp1 = 0 ;
10396 int res1 = 0 ;
10397 int val2 ;
10398 int ecode2 = 0 ;
10399 PyObject * obj0 = 0 ;
10400 PyObject * obj1 = 0 ;
10401
10402 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointList_AppendByID",&obj0,&obj1)) SWIG_failgoto fail;
10403 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[13]
, 0 | 0, 0)
;
10404 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10405 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointList_AppendByID" "', argument " "1"" of type '" "lldb::SBBreakpointList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointList_AppendByID"
"', argument " "1"" of type '" "lldb::SBBreakpointList *""'"
); goto fail; } while(0)
;
10406 }
10407 arg1 = reinterpret_cast< lldb::SBBreakpointList * >(argp1);
10408 ecode2 = SWIG_AsVal_int(obj1, &val2);
10409 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
10410 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointList_AppendByID" "', argument " "2"" of type '" "lldb::break_id_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointList_AppendByID"
"', argument " "2"" of type '" "lldb::break_id_t""'"); goto fail
; } while(0)
;
10411 }
10412 arg2 = static_cast< lldb::break_id_t >(val2);
10413 {
10414 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10415 (arg1)->AppendByID(arg2);
10416 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10417 }
10418 resultobj = SWIG_Py_Void();
10419 return resultobj;
10420fail:
10421 return NULL__null;
10422}
10423
10424
10425SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointList_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10426 PyObject *resultobj = 0;
10427 lldb::SBBreakpointList *arg1 = (lldb::SBBreakpointList *) 0 ;
10428 void *argp1 = 0 ;
10429 int res1 = 0 ;
10430 PyObject * obj0 = 0 ;
10431
10432 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointList_Clear",&obj0)) SWIG_failgoto fail;
10433 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[13]
, 0 | 0, 0)
;
10434 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10435 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointList_Clear" "', argument " "1"" of type '" "lldb::SBBreakpointList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointList_Clear" "', argument "
"1"" of type '" "lldb::SBBreakpointList *""'"); goto fail; }
while(0)
;
10436 }
10437 arg1 = reinterpret_cast< lldb::SBBreakpointList * >(argp1);
10438 {
10439 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10440 (arg1)->Clear();
10441 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10442 }
10443 resultobj = SWIG_Py_Void();
10444 return resultobj;
10445fail:
10446 return NULL__null;
10447}
10448
10449
10450SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBBreakpointList_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10451 PyObject *obj;
10452 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
10453 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBBreakpointListswig_types[13], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
10454 return SWIG_Py_Void();
10455}
10456
10457SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBreakpointLocation__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10458 PyObject *resultobj = 0;
10459 lldb::SBBreakpointLocation *result = 0 ;
10460
10461 if (!PyArg_ParseTuple(args,(char *)":new_SBBreakpointLocation")) SWIG_failgoto fail;
10462 {
10463 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10464 result = (lldb::SBBreakpointLocation *)new lldb::SBBreakpointLocation();
10465 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10466 }
10467 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBreakpointLocation, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[14], (
(0x1 << 1) | 0x1) | 0)
;
10468 return resultobj;
10469fail:
10470 return NULL__null;
10471}
10472
10473
10474SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBreakpointLocation__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10475 PyObject *resultobj = 0;
10476 lldb::SBBreakpointLocation *arg1 = 0 ;
10477 void *argp1 = 0 ;
10478 int res1 = 0 ;
10479 PyObject * obj0 = 0 ;
10480 lldb::SBBreakpointLocation *result = 0 ;
10481
10482 if (!PyArg_ParseTuple(args,(char *)"O:new_SBBreakpointLocation",&obj0)) SWIG_failgoto fail;
10483 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10484 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10485 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBBreakpointLocation" "', argument " "1"" of type '" "lldb::SBBreakpointLocation const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBBreakpointLocation" "', argument "
"1"" of type '" "lldb::SBBreakpointLocation const &""'")
; goto fail; } while(0)
;
10486 }
10487 if (!argp1) {
10488 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBBreakpointLocation" "', argument " "1"" of type '" "lldb::SBBreakpointLocation const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBBreakpointLocation" "', argument " "1"" of type '"
"lldb::SBBreakpointLocation const &""'"); goto fail; } while
(0)
;
10489 }
10490 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10491 {
10492 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10493 result = (lldb::SBBreakpointLocation *)new lldb::SBBreakpointLocation((lldb::SBBreakpointLocation const &)*arg1);
10494 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10495 }
10496 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBreakpointLocation, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[14], (
(0x1 << 1) | 0x1) | 0)
;
10497 return resultobj;
10498fail:
10499 return NULL__null;
10500}
10501
10502
10503SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBreakpointLocation(PyObject *self, PyObject *args) {
10504 Py_ssize_t argc;
10505 PyObject *argv[2] = {
10506 0
10507 };
10508 Py_ssize_t ii;
10509
10510 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
10511 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
10512 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
10513 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
10514 }
10515 if (argc == 0) {
10516 return _wrap_new_SBBreakpointLocation__SWIG_0(self, args);
10517 }
10518 if (argc == 1) {
10519 int _v;
10520 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBBreakpointLocation, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[14], 0, 0
)
;
10521 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
10522 if (_v) {
10523 return _wrap_new_SBBreakpointLocation__SWIG_1(self, args);
10524 }
10525 }
10526
10527fail:
10528 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBBreakpointLocation'.\n"
10529 " Possible C/C++ prototypes are:\n"
10530 " lldb::SBBreakpointLocation::SBBreakpointLocation()\n"
10531 " lldb::SBBreakpointLocation::SBBreakpointLocation(lldb::SBBreakpointLocation const &)\n");
10532 return 0;
10533}
10534
10535
10536SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBBreakpointLocation(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10537 PyObject *resultobj = 0;
10538 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10539 void *argp1 = 0 ;
10540 int res1 = 0 ;
10541 PyObject * obj0 = 0 ;
10542
10543 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBBreakpointLocation",&obj0)) SWIG_failgoto fail;
10544 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0x1 | 0, 0)
;
10545 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10546 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBBreakpointLocation" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBBreakpointLocation"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10547 }
10548 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10549 {
10550 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10551 delete arg1;
10552 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10553 }
10554 resultobj = SWIG_Py_Void();
10555 return resultobj;
10556fail:
10557 return NULL__null;
10558}
10559
10560
10561SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10562 PyObject *resultobj = 0;
10563 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10564 void *argp1 = 0 ;
10565 int res1 = 0 ;
10566 PyObject * obj0 = 0 ;
10567 lldb::break_id_t result;
10568
10569 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_GetID",&obj0)) SWIG_failgoto fail;
10570 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10571 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10572 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetID" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetID"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10573 }
10574 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10575 {
10576 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10577 result = (lldb::break_id_t)(arg1)->GetID();
10578 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10579 }
10580 resultobj = SWIG_From_int(static_cast< int >(result));
10581 return resultobj;
10582fail:
10583 return NULL__null;
10584}
10585
10586
10587SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10588 PyObject *resultobj = 0;
10589 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10590 void *argp1 = 0 ;
10591 int res1 = 0 ;
10592 PyObject * obj0 = 0 ;
10593 bool result;
10594
10595 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_IsValid",&obj0)) SWIG_failgoto fail;
10596 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10597 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10598 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_IsValid" "', argument " "1"" of type '" "lldb::SBBreakpointLocation const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_IsValid"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation const *"
"'"); goto fail; } while(0)
;
10599 }
10600 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10601 {
10602 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10603 result = (bool)((lldb::SBBreakpointLocation const *)arg1)->IsValid();
10604 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10605 }
10606 resultobj = SWIG_From_bool(static_cast< bool >(result));
10607 return resultobj;
10608fail:
10609 return NULL__null;
10610}
10611
10612
10613SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10614 PyObject *resultobj = 0;
10615 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10616 void *argp1 = 0 ;
10617 int res1 = 0 ;
10618 PyObject * obj0 = 0 ;
10619 lldb::SBAddress result;
10620
10621 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_GetAddress",&obj0)) SWIG_failgoto fail;
10622 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10623 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10624 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetAddress" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetAddress"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10625 }
10626 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10627 {
10628 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10629 result = (arg1)->GetAddress();
10630 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10631 }
10632 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
10633 return resultobj;
10634fail:
10635 return NULL__null;
10636}
10637
10638
10639SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetLoadAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10640 PyObject *resultobj = 0;
10641 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10642 void *argp1 = 0 ;
10643 int res1 = 0 ;
10644 PyObject * obj0 = 0 ;
10645 lldb::addr_t result;
10646
10647 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_GetLoadAddress",&obj0)) SWIG_failgoto fail;
10648 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10649 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10650 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetLoadAddress" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetLoadAddress"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10651 }
10652 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10653 {
10654 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10655 result = (lldb::addr_t)(arg1)->GetLoadAddress();
10656 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10657 }
10658 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
10659 return resultobj;
10660fail:
10661 return NULL__null;
10662}
10663
10664
10665SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_SetEnabled(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10666 PyObject *resultobj = 0;
10667 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10668 bool arg2 ;
10669 void *argp1 = 0 ;
10670 int res1 = 0 ;
10671 bool val2 ;
10672 int ecode2 = 0 ;
10673 PyObject * obj0 = 0 ;
10674 PyObject * obj1 = 0 ;
10675
10676 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointLocation_SetEnabled",&obj0,&obj1)) SWIG_failgoto fail;
10677 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10678 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10679 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_SetEnabled" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_SetEnabled"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10680 }
10681 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10682 ecode2 = SWIG_AsVal_bool(obj1, &val2);
10683 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
10684 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointLocation_SetEnabled" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointLocation_SetEnabled"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
10685 }
10686 arg2 = static_cast< bool >(val2);
10687 {
10688 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10689 (arg1)->SetEnabled(arg2);
10690 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10691 }
10692 resultobj = SWIG_Py_Void();
10693 return resultobj;
10694fail:
10695 return NULL__null;
10696}
10697
10698
10699SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_IsEnabled(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10700 PyObject *resultobj = 0;
10701 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10702 void *argp1 = 0 ;
10703 int res1 = 0 ;
10704 PyObject * obj0 = 0 ;
10705 bool result;
10706
10707 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_IsEnabled",&obj0)) SWIG_failgoto fail;
10708 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10709 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10710 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_IsEnabled" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_IsEnabled"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10711 }
10712 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10713 {
10714 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10715 result = (bool)(arg1)->IsEnabled();
10716 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10717 }
10718 resultobj = SWIG_From_bool(static_cast< bool >(result));
10719 return resultobj;
10720fail:
10721 return NULL__null;
10722}
10723
10724
10725SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetHitCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10726 PyObject *resultobj = 0;
10727 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10728 void *argp1 = 0 ;
10729 int res1 = 0 ;
10730 PyObject * obj0 = 0 ;
10731 uint32_t result;
10732
10733 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_GetHitCount",&obj0)) SWIG_failgoto fail;
10734 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10735 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10736 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetHitCount" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetHitCount"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10737 }
10738 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10739 {
10740 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10741 result = (uint32_t)(arg1)->GetHitCount();
10742 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10743 }
10744 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
10745 return resultobj;
10746fail:
10747 return NULL__null;
10748}
10749
10750
10751SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetIgnoreCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10752 PyObject *resultobj = 0;
10753 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10754 void *argp1 = 0 ;
10755 int res1 = 0 ;
10756 PyObject * obj0 = 0 ;
10757 uint32_t result;
10758
10759 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_GetIgnoreCount",&obj0)) SWIG_failgoto fail;
10760 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10761 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10762 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetIgnoreCount" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetIgnoreCount"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10763 }
10764 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10765 {
10766 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10767 result = (uint32_t)(arg1)->GetIgnoreCount();
10768 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10769 }
10770 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
10771 return resultobj;
10772fail:
10773 return NULL__null;
10774}
10775
10776
10777SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_SetIgnoreCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10778 PyObject *resultobj = 0;
10779 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10780 uint32_t arg2 ;
10781 void *argp1 = 0 ;
10782 int res1 = 0 ;
10783 unsigned int val2 ;
10784 int ecode2 = 0 ;
10785 PyObject * obj0 = 0 ;
10786 PyObject * obj1 = 0 ;
10787
10788 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointLocation_SetIgnoreCount",&obj0,&obj1)) SWIG_failgoto fail;
10789 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10790 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10791 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_SetIgnoreCount" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_SetIgnoreCount"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10792 }
10793 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10794 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
10795 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
10796 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointLocation_SetIgnoreCount" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointLocation_SetIgnoreCount"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
10797 }
10798 arg2 = static_cast< uint32_t >(val2);
10799 {
10800 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10801 (arg1)->SetIgnoreCount(arg2);
10802 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10803 }
10804 resultobj = SWIG_Py_Void();
10805 return resultobj;
10806fail:
10807 return NULL__null;
10808}
10809
10810
10811SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_SetCondition(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10812 PyObject *resultobj = 0;
10813 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10814 char *arg2 = (char *) 0 ;
10815 void *argp1 = 0 ;
10816 int res1 = 0 ;
10817 int res2 ;
10818 char *buf2 = 0 ;
10819 int alloc2 = 0 ;
10820 PyObject * obj0 = 0 ;
10821 PyObject * obj1 = 0 ;
10822
10823 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointLocation_SetCondition",&obj0,&obj1)) SWIG_failgoto fail;
10824 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10825 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10826 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_SetCondition" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_SetCondition"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10827 }
10828 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10829 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
10830 if (!SWIG_IsOK(res2)(res2 >= 0)) {
10831 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointLocation_SetCondition" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointLocation_SetCondition"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
10832 }
10833 arg2 = reinterpret_cast< char * >(buf2);
10834 {
10835 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10836 (arg1)->SetCondition((char const *)arg2);
10837 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10838 }
10839 resultobj = SWIG_Py_Void();
10840 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
10841 return resultobj;
10842fail:
10843 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
10844 return NULL__null;
10845}
10846
10847
10848SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetCondition(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10849 PyObject *resultobj = 0;
10850 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10851 void *argp1 = 0 ;
10852 int res1 = 0 ;
10853 PyObject * obj0 = 0 ;
10854 char *result = 0 ;
10855
10856 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_GetCondition",&obj0)) SWIG_failgoto fail;
10857 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10858 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10859 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetCondition" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetCondition"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10860 }
10861 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10862 {
10863 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10864 result = (char *)(arg1)->GetCondition();
10865 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10866 }
10867 resultobj = SWIG_FromCharPtr((const char *)result);
10868 return resultobj;
10869fail:
10870 return NULL__null;
10871}
10872
10873
10874SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetAutoContinue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10875 PyObject *resultobj = 0;
10876 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10877 void *argp1 = 0 ;
10878 int res1 = 0 ;
10879 PyObject * obj0 = 0 ;
10880 bool result;
10881
10882 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_GetAutoContinue",&obj0)) SWIG_failgoto fail;
10883 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10884 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10885 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetAutoContinue" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetAutoContinue"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10886 }
10887 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10888 {
10889 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10890 result = (bool)(arg1)->GetAutoContinue();
10891 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10892 }
10893 resultobj = SWIG_From_bool(static_cast< bool >(result));
10894 return resultobj;
10895fail:
10896 return NULL__null;
10897}
10898
10899
10900SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_SetAutoContinue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10901 PyObject *resultobj = 0;
10902 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10903 bool arg2 ;
10904 void *argp1 = 0 ;
10905 int res1 = 0 ;
10906 bool val2 ;
10907 int ecode2 = 0 ;
10908 PyObject * obj0 = 0 ;
10909 PyObject * obj1 = 0 ;
10910
10911 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointLocation_SetAutoContinue",&obj0,&obj1)) SWIG_failgoto fail;
10912 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10913 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10914 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_SetAutoContinue" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_SetAutoContinue"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10915 }
10916 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10917 ecode2 = SWIG_AsVal_bool(obj1, &val2);
10918 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
10919 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointLocation_SetAutoContinue" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointLocation_SetAutoContinue"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
10920 }
10921 arg2 = static_cast< bool >(val2);
10922 {
10923 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10924 (arg1)->SetAutoContinue(arg2);
10925 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10926 }
10927 resultobj = SWIG_Py_Void();
10928 return resultobj;
10929fail:
10930 return NULL__null;
10931}
10932
10933
10934SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_SetScriptCallbackFunction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10935 PyObject *resultobj = 0;
10936 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10937 char *arg2 = (char *) 0 ;
10938 void *argp1 = 0 ;
10939 int res1 = 0 ;
10940 int res2 ;
10941 char *buf2 = 0 ;
10942 int alloc2 = 0 ;
10943 PyObject * obj0 = 0 ;
10944 PyObject * obj1 = 0 ;
10945
10946 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointLocation_SetScriptCallbackFunction",&obj0,&obj1)) SWIG_failgoto fail;
10947 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10948 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10949 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_SetScriptCallbackFunction" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_SetScriptCallbackFunction"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10950 }
10951 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10952 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
10953 if (!SWIG_IsOK(res2)(res2 >= 0)) {
10954 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointLocation_SetScriptCallbackFunction" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointLocation_SetScriptCallbackFunction"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
10955 }
10956 arg2 = reinterpret_cast< char * >(buf2);
10957 {
10958 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10959 (arg1)->SetScriptCallbackFunction((char const *)arg2);
10960 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10961 }
10962 resultobj = SWIG_Py_Void();
10963 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
10964 return resultobj;
10965fail:
10966 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
10967 return NULL__null;
10968}
10969
10970
10971SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_SetScriptCallbackBody(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
10972 PyObject *resultobj = 0;
10973 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10974 char *arg2 = (char *) 0 ;
10975 void *argp1 = 0 ;
10976 int res1 = 0 ;
10977 int res2 ;
10978 char *buf2 = 0 ;
10979 int alloc2 = 0 ;
10980 PyObject * obj0 = 0 ;
10981 PyObject * obj1 = 0 ;
10982 lldb::SBError result;
10983
10984 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointLocation_SetScriptCallbackBody",&obj0,&obj1)) SWIG_failgoto fail;
10985 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
10986 if (!SWIG_IsOK(res1)(res1 >= 0)) {
10987 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_SetScriptCallbackBody" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_SetScriptCallbackBody"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
10988 }
10989 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
10990 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
10991 if (!SWIG_IsOK(res2)(res2 >= 0)) {
10992 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointLocation_SetScriptCallbackBody" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointLocation_SetScriptCallbackBody"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
10993 }
10994 arg2 = reinterpret_cast< char * >(buf2);
10995 {
10996 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
10997 result = (arg1)->SetScriptCallbackBody((char const *)arg2);
10998 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
10999 }
11000 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
11001 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
11002 return resultobj;
11003fail:
11004 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
11005 return NULL__null;
11006}
11007
11008
11009SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_SetCommandLineCommands(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11010 PyObject *resultobj = 0;
11011 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11012 lldb::SBStringList *arg2 = 0 ;
11013 void *argp1 = 0 ;
11014 int res1 = 0 ;
11015 void *argp2 = 0 ;
11016 int res2 = 0 ;
11017 PyObject * obj0 = 0 ;
11018 PyObject * obj1 = 0 ;
11019
11020 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointLocation_SetCommandLineCommands",&obj0,&obj1)) SWIG_failgoto fail;
11021 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11022 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11023 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_SetCommandLineCommands" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_SetCommandLineCommands"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
11024 }
11025 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11026 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[55]
, 0, 0)
;
11027 if (!SWIG_IsOK(res2)(res2 >= 0)) {
11028 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointLocation_SetCommandLineCommands" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointLocation_SetCommandLineCommands"
"', argument " "2"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
11029 }
11030 if (!argp2) {
11031 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpointLocation_SetCommandLineCommands" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpointLocation_SetCommandLineCommands" "', argument "
"2"" of type '" "lldb::SBStringList &""'"); goto fail; }
while(0)
;
11032 }
11033 arg2 = reinterpret_cast< lldb::SBStringList * >(argp2);
11034 {
11035 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11036 (arg1)->SetCommandLineCommands(*arg2);
11037 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11038 }
11039 resultobj = SWIG_Py_Void();
11040 return resultobj;
11041fail:
11042 return NULL__null;
11043}
11044
11045
11046SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetCommandLineCommands(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11047 PyObject *resultobj = 0;
11048 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11049 lldb::SBStringList *arg2 = 0 ;
11050 void *argp1 = 0 ;
11051 int res1 = 0 ;
11052 void *argp2 = 0 ;
11053 int res2 = 0 ;
11054 PyObject * obj0 = 0 ;
11055 PyObject * obj1 = 0 ;
11056 bool result;
11057
11058 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointLocation_GetCommandLineCommands",&obj0,&obj1)) SWIG_failgoto fail;
11059 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11060 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11061 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetCommandLineCommands" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetCommandLineCommands"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
11062 }
11063 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11064 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[55]
, 0, 0)
;
11065 if (!SWIG_IsOK(res2)(res2 >= 0)) {
11066 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointLocation_GetCommandLineCommands" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointLocation_GetCommandLineCommands"
"', argument " "2"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
11067 }
11068 if (!argp2) {
11069 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpointLocation_GetCommandLineCommands" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpointLocation_GetCommandLineCommands" "', argument "
"2"" of type '" "lldb::SBStringList &""'"); goto fail; }
while(0)
;
11070 }
11071 arg2 = reinterpret_cast< lldb::SBStringList * >(argp2);
11072 {
11073 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11074 result = (bool)(arg1)->GetCommandLineCommands(*arg2);
11075 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11076 }
11077 resultobj = SWIG_From_bool(static_cast< bool >(result));
11078 return resultobj;
11079fail:
11080 return NULL__null;
11081}
11082
11083
11084SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_SetThreadID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11085 PyObject *resultobj = 0;
11086 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11087 lldb::tid_t arg2 ;
11088 void *argp1 = 0 ;
11089 int res1 = 0 ;
11090 PyObject * obj0 = 0 ;
11091 PyObject * obj1 = 0 ;
11092
11093 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointLocation_SetThreadID",&obj0,&obj1)) SWIG_failgoto fail;
11094 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11095 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11096 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_SetThreadID" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_SetThreadID"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
11097 }
11098 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11099 {
11100 using namespace lldb_private;
11101 if (PythonInteger::Check(obj1))
11102 {
11103 PythonInteger py_int(PyRefType::Borrowed, obj1);
11104 arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
11105 }
11106 else
11107 {
11108 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
11109 return nullptr;
11110 }
11111 }
11112 {
11113 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11114 (arg1)->SetThreadID(arg2);
11115 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11116 }
11117 resultobj = SWIG_Py_Void();
11118 return resultobj;
11119fail:
11120 return NULL__null;
11121}
11122
11123
11124SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetThreadID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11125 PyObject *resultobj = 0;
11126 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11127 void *argp1 = 0 ;
11128 int res1 = 0 ;
11129 PyObject * obj0 = 0 ;
11130 lldb::tid_t result;
11131
11132 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_GetThreadID",&obj0)) SWIG_failgoto fail;
11133 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11134 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11135 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetThreadID" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetThreadID"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
11136 }
11137 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11138 {
11139 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11140 result = (lldb::tid_t)(arg1)->GetThreadID();
11141 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11142 }
11143 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
11144 return resultobj;
11145fail:
11146 return NULL__null;
11147}
11148
11149
11150SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_SetThreadIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11151 PyObject *resultobj = 0;
11152 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11153 uint32_t arg2 ;
11154 void *argp1 = 0 ;
11155 int res1 = 0 ;
11156 unsigned int val2 ;
11157 int ecode2 = 0 ;
11158 PyObject * obj0 = 0 ;
11159 PyObject * obj1 = 0 ;
11160
11161 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointLocation_SetThreadIndex",&obj0,&obj1)) SWIG_failgoto fail;
11162 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11163 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11164 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_SetThreadIndex" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_SetThreadIndex"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
11165 }
11166 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11167 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
11168 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
11169 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointLocation_SetThreadIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointLocation_SetThreadIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
11170 }
11171 arg2 = static_cast< uint32_t >(val2);
11172 {
11173 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11174 (arg1)->SetThreadIndex(arg2);
11175 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11176 }
11177 resultobj = SWIG_Py_Void();
11178 return resultobj;
11179fail:
11180 return NULL__null;
11181}
11182
11183
11184SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetThreadIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11185 PyObject *resultobj = 0;
11186 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11187 void *argp1 = 0 ;
11188 int res1 = 0 ;
11189 PyObject * obj0 = 0 ;
11190 uint32_t result;
11191
11192 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_GetThreadIndex",&obj0)) SWIG_failgoto fail;
11193 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11194 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11195 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetThreadIndex" "', argument " "1"" of type '" "lldb::SBBreakpointLocation const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetThreadIndex"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation const *"
"'"); goto fail; } while(0)
;
11196 }
11197 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11198 {
11199 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11200 result = (uint32_t)((lldb::SBBreakpointLocation const *)arg1)->GetThreadIndex();
11201 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11202 }
11203 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
11204 return resultobj;
11205fail:
11206 return NULL__null;
11207}
11208
11209
11210SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_SetThreadName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11211 PyObject *resultobj = 0;
11212 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11213 char *arg2 = (char *) 0 ;
11214 void *argp1 = 0 ;
11215 int res1 = 0 ;
11216 int res2 ;
11217 char *buf2 = 0 ;
11218 int alloc2 = 0 ;
11219 PyObject * obj0 = 0 ;
11220 PyObject * obj1 = 0 ;
11221
11222 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointLocation_SetThreadName",&obj0,&obj1)) SWIG_failgoto fail;
11223 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11224 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11225 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_SetThreadName" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_SetThreadName"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
11226 }
11227 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11228 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
11229 if (!SWIG_IsOK(res2)(res2 >= 0)) {
11230 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointLocation_SetThreadName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointLocation_SetThreadName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
11231 }
11232 arg2 = reinterpret_cast< char * >(buf2);
11233 {
11234 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11235 (arg1)->SetThreadName((char const *)arg2);
11236 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11237 }
11238 resultobj = SWIG_Py_Void();
11239 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
11240 return resultobj;
11241fail:
11242 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
11243 return NULL__null;
11244}
11245
11246
11247SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetThreadName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11248 PyObject *resultobj = 0;
11249 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11250 void *argp1 = 0 ;
11251 int res1 = 0 ;
11252 PyObject * obj0 = 0 ;
11253 char *result = 0 ;
11254
11255 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_GetThreadName",&obj0)) SWIG_failgoto fail;
11256 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11257 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11258 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetThreadName" "', argument " "1"" of type '" "lldb::SBBreakpointLocation const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetThreadName"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation const *"
"'"); goto fail; } while(0)
;
11259 }
11260 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11261 {
11262 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11263 result = (char *)((lldb::SBBreakpointLocation const *)arg1)->GetThreadName();
11264 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11265 }
11266 resultobj = SWIG_FromCharPtr((const char *)result);
11267 return resultobj;
11268fail:
11269 return NULL__null;
11270}
11271
11272
11273SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_SetQueueName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11274 PyObject *resultobj = 0;
11275 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11276 char *arg2 = (char *) 0 ;
11277 void *argp1 = 0 ;
11278 int res1 = 0 ;
11279 int res2 ;
11280 char *buf2 = 0 ;
11281 int alloc2 = 0 ;
11282 PyObject * obj0 = 0 ;
11283 PyObject * obj1 = 0 ;
11284
11285 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointLocation_SetQueueName",&obj0,&obj1)) SWIG_failgoto fail;
11286 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11287 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11288 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_SetQueueName" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_SetQueueName"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
11289 }
11290 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11291 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
11292 if (!SWIG_IsOK(res2)(res2 >= 0)) {
11293 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointLocation_SetQueueName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointLocation_SetQueueName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
11294 }
11295 arg2 = reinterpret_cast< char * >(buf2);
11296 {
11297 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11298 (arg1)->SetQueueName((char const *)arg2);
11299 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11300 }
11301 resultobj = SWIG_Py_Void();
11302 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
11303 return resultobj;
11304fail:
11305 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
11306 return NULL__null;
11307}
11308
11309
11310SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetQueueName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11311 PyObject *resultobj = 0;
11312 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11313 void *argp1 = 0 ;
11314 int res1 = 0 ;
11315 PyObject * obj0 = 0 ;
11316 char *result = 0 ;
11317
11318 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_GetQueueName",&obj0)) SWIG_failgoto fail;
11319 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11320 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11321 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetQueueName" "', argument " "1"" of type '" "lldb::SBBreakpointLocation const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetQueueName"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation const *"
"'"); goto fail; } while(0)
;
11322 }
11323 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11324 {
11325 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11326 result = (char *)((lldb::SBBreakpointLocation const *)arg1)->GetQueueName();
11327 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11328 }
11329 resultobj = SWIG_FromCharPtr((const char *)result);
11330 return resultobj;
11331fail:
11332 return NULL__null;
11333}
11334
11335
11336SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_IsResolved(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11337 PyObject *resultobj = 0;
11338 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11339 void *argp1 = 0 ;
11340 int res1 = 0 ;
11341 PyObject * obj0 = 0 ;
11342 bool result;
11343
11344 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_IsResolved",&obj0)) SWIG_failgoto fail;
11345 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11346 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11347 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_IsResolved" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_IsResolved"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
11348 }
11349 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11350 {
11351 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11352 result = (bool)(arg1)->IsResolved();
11353 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11354 }
11355 resultobj = SWIG_From_bool(static_cast< bool >(result));
11356 return resultobj;
11357fail:
11358 return NULL__null;
11359}
11360
11361
11362SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11363 PyObject *resultobj = 0;
11364 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11365 lldb::SBStream *arg2 = 0 ;
11366 lldb::DescriptionLevel arg3 ;
11367 void *argp1 = 0 ;
11368 int res1 = 0 ;
11369 void *argp2 = 0 ;
11370 int res2 = 0 ;
11371 int val3 ;
11372 int ecode3 = 0 ;
11373 PyObject * obj0 = 0 ;
11374 PyObject * obj1 = 0 ;
11375 PyObject * obj2 = 0 ;
11376 bool result;
11377
11378 if (!PyArg_ParseTuple(args,(char *)"OOO:SBBreakpointLocation_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
11379 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11380 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11381 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetDescription" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetDescription"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
11382 }
11383 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11384 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
11385 if (!SWIG_IsOK(res2)(res2 >= 0)) {
11386 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointLocation_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointLocation_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
11387 }
11388 if (!argp2) {
11389 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpointLocation_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpointLocation_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
11390 }
11391 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
11392 ecode3 = SWIG_AsVal_int(obj2, &val3);
11393 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
11394 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBBreakpointLocation_GetDescription" "', argument " "3"" of type '" "lldb::DescriptionLevel""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBBreakpointLocation_GetDescription"
"', argument " "3"" of type '" "lldb::DescriptionLevel""'");
goto fail; } while(0)
;
11395 }
11396 arg3 = static_cast< lldb::DescriptionLevel >(val3);
11397 {
11398 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11399 result = (bool)(arg1)->GetDescription(*arg2,arg3);
11400 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11401 }
11402 resultobj = SWIG_From_bool(static_cast< bool >(result));
11403 return resultobj;
11404fail:
11405 return NULL__null;
11406}
11407
11408
11409SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation_GetBreakpoint(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11410 PyObject *resultobj = 0;
11411 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11412 void *argp1 = 0 ;
11413 int res1 = 0 ;
11414 PyObject * obj0 = 0 ;
11415 lldb::SBBreakpoint result;
11416
11417 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation_GetBreakpoint",&obj0)) SWIG_failgoto fail;
11418 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11419 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11420 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation_GetBreakpoint" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation_GetBreakpoint"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
11421 }
11422 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11423 {
11424 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11425 result = (arg1)->GetBreakpoint();
11426 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11427 }
11428 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
11429 return resultobj;
11430fail:
11431 return NULL__null;
11432}
11433
11434
11435SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointLocation___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11436 PyObject *resultobj = 0;
11437 lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
11438 void *argp1 = 0 ;
11439 int res1 = 0 ;
11440 PyObject * obj0 = 0 ;
11441 PyObject *result = 0 ;
11442
11443 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointLocation___str__",&obj0)) SWIG_failgoto fail;
11444 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointLocation, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[14]
, 0 | 0, 0)
;
11445 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11446 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointLocation___str__" "', argument " "1"" of type '" "lldb::SBBreakpointLocation *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointLocation___str__"
"', argument " "1"" of type '" "lldb::SBBreakpointLocation *"
"'"); goto fail; } while(0)
;
11447 }
11448 arg1 = reinterpret_cast< lldb::SBBreakpointLocation * >(argp1);
11449 result = (PyObject *)lldb_SBBreakpointLocation___str__(arg1);
11450 resultobj = result;
11451 return resultobj;
11452fail:
11453 return NULL__null;
11454}
11455
11456
11457SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBBreakpointLocation_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11458 PyObject *obj;
11459 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
11460 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBBreakpointLocationswig_types[14], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
11461 return SWIG_Py_Void();
11462}
11463
11464SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBreakpointName__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11465 PyObject *resultobj = 0;
11466 lldb::SBBreakpointName *result = 0 ;
11467
11468 if (!PyArg_ParseTuple(args,(char *)":new_SBBreakpointName")) SWIG_failgoto fail;
11469 {
11470 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11471 result = (lldb::SBBreakpointName *)new lldb::SBBreakpointName();
11472 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11473 }
11474 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBreakpointName, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[15], (
(0x1 << 1) | 0x1) | 0)
;
11475 return resultobj;
11476fail:
11477 return NULL__null;
11478}
11479
11480
11481SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBreakpointName__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11482 PyObject *resultobj = 0;
11483 lldb::SBTarget *arg1 = 0 ;
11484 char *arg2 = (char *) 0 ;
11485 void *argp1 = 0 ;
11486 int res1 = 0 ;
11487 int res2 ;
11488 char *buf2 = 0 ;
11489 int alloc2 = 0 ;
11490 PyObject * obj0 = 0 ;
11491 PyObject * obj1 = 0 ;
11492 lldb::SBBreakpointName *result = 0 ;
11493
11494 if (!PyArg_ParseTuple(args,(char *)"OO:new_SBBreakpointName",&obj0,&obj1)) SWIG_failgoto fail;
11495 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTarget, 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0, 0)
;
11496 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11497 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBBreakpointName" "', argument " "1"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBBreakpointName" "', argument "
"1"" of type '" "lldb::SBTarget &""'"); goto fail; } while
(0)
;
11498 }
11499 if (!argp1) {
11500 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBBreakpointName" "', argument " "1"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBBreakpointName" "', argument " "1"" of type '"
"lldb::SBTarget &""'"); goto fail; } while(0)
;
11501 }
11502 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
11503 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
11504 if (!SWIG_IsOK(res2)(res2 >= 0)) {
11505 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_SBBreakpointName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "new_SBBreakpointName" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
11506 }
11507 arg2 = reinterpret_cast< char * >(buf2);
11508 {
11509 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11510 result = (lldb::SBBreakpointName *)new lldb::SBBreakpointName(*arg1,(char const *)arg2);
11511 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11512 }
11513 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBreakpointName, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[15], (
(0x1 << 1) | 0x1) | 0)
;
11514 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
11515 return resultobj;
11516fail:
11517 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
11518 return NULL__null;
11519}
11520
11521
11522SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBreakpointName__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11523 PyObject *resultobj = 0;
11524 lldb::SBBreakpoint *arg1 = 0 ;
11525 char *arg2 = (char *) 0 ;
11526 void *argp1 = 0 ;
11527 int res1 = 0 ;
11528 int res2 ;
11529 char *buf2 = 0 ;
11530 int alloc2 = 0 ;
11531 PyObject * obj0 = 0 ;
11532 PyObject * obj1 = 0 ;
11533 lldb::SBBreakpointName *result = 0 ;
11534
11535 if (!PyArg_ParseTuple(args,(char *)"OO:new_SBBreakpointName",&obj0,&obj1)) SWIG_failgoto fail;
11536 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBBreakpoint, 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[12]
, 0, 0)
;
11537 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11538 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBBreakpointName" "', argument " "1"" of type '" "lldb::SBBreakpoint &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBBreakpointName" "', argument "
"1"" of type '" "lldb::SBBreakpoint &""'"); goto fail; }
while(0)
;
11539 }
11540 if (!argp1) {
11541 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBBreakpointName" "', argument " "1"" of type '" "lldb::SBBreakpoint &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBBreakpointName" "', argument " "1"" of type '"
"lldb::SBBreakpoint &""'"); goto fail; } while(0)
;
11542 }
11543 arg1 = reinterpret_cast< lldb::SBBreakpoint * >(argp1);
11544 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
11545 if (!SWIG_IsOK(res2)(res2 >= 0)) {
11546 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_SBBreakpointName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "new_SBBreakpointName" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
11547 }
11548 arg2 = reinterpret_cast< char * >(buf2);
11549 {
11550 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11551 result = (lldb::SBBreakpointName *)new lldb::SBBreakpointName(*arg1,(char const *)arg2);
11552 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11553 }
11554 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBreakpointName, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[15], (
(0x1 << 1) | 0x1) | 0)
;
11555 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
11556 return resultobj;
11557fail:
11558 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
11559 return NULL__null;
11560}
11561
11562
11563SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBreakpointName__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11564 PyObject *resultobj = 0;
11565 lldb::SBBreakpointName *arg1 = 0 ;
11566 void *argp1 = 0 ;
11567 int res1 = 0 ;
11568 PyObject * obj0 = 0 ;
11569 lldb::SBBreakpointName *result = 0 ;
11570
11571 if (!PyArg_ParseTuple(args,(char *)"O:new_SBBreakpointName",&obj0)) SWIG_failgoto fail;
11572 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
11573 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11574 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBBreakpointName" "', argument " "1"" of type '" "lldb::SBBreakpointName const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBBreakpointName" "', argument "
"1"" of type '" "lldb::SBBreakpointName const &""'"); goto
fail; } while(0)
;
11575 }
11576 if (!argp1) {
11577 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBBreakpointName" "', argument " "1"" of type '" "lldb::SBBreakpointName const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBBreakpointName" "', argument " "1"" of type '"
"lldb::SBBreakpointName const &""'"); goto fail; } while
(0)
;
11578 }
11579 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
11580 {
11581 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11582 result = (lldb::SBBreakpointName *)new lldb::SBBreakpointName((lldb::SBBreakpointName const &)*arg1);
11583 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11584 }
11585 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBreakpointName, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[15], (
(0x1 << 1) | 0x1) | 0)
;
11586 return resultobj;
11587fail:
11588 return NULL__null;
11589}
11590
11591
11592SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBreakpointName(PyObject *self, PyObject *args) {
11593 Py_ssize_t argc;
11594 PyObject *argv[3] = {
11595 0
11596 };
11597 Py_ssize_t ii;
11598
11599 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
11600 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
11601 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
11602 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
11603 }
11604 if (argc == 0) {
11605 return _wrap_new_SBBreakpointName__SWIG_0(self, args);
11606 }
11607 if (argc == 1) {
11608 int _v;
11609 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBBreakpointName, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[15], 0, 0
)
;
11610 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
11611 if (_v) {
11612 return _wrap_new_SBBreakpointName__SWIG_3(self, args);
11613 }
11614 }
11615 if (argc == 2) {
11616 int _v;
11617 void *vptr = 0;
11618 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBBreakpoint, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[12
], 0, 0)
;
11619 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
11620 if (_v) {
11621 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
11622 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
11623 if (_v) {
11624 return _wrap_new_SBBreakpointName__SWIG_2(self, args);
11625 }
11626 }
11627 }
11628 if (argc == 2) {
11629 int _v;
11630 void *vptr = 0;
11631 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
11632 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
11633 if (_v) {
11634 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
11635 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
11636 if (_v) {
11637 return _wrap_new_SBBreakpointName__SWIG_1(self, args);
11638 }
11639 }
11640 }
11641
11642fail:
11643 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBBreakpointName'.\n"
11644 " Possible C/C++ prototypes are:\n"
11645 " lldb::SBBreakpointName::SBBreakpointName()\n"
11646 " lldb::SBBreakpointName::SBBreakpointName(lldb::SBTarget &,char const *)\n"
11647 " lldb::SBBreakpointName::SBBreakpointName(lldb::SBBreakpoint &,char const *)\n"
11648 " lldb::SBBreakpointName::SBBreakpointName(lldb::SBBreakpointName const &)\n");
11649 return 0;
11650}
11651
11652
11653SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBBreakpointName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11654 PyObject *resultobj = 0;
11655 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
11656 void *argp1 = 0 ;
11657 int res1 = 0 ;
11658 PyObject * obj0 = 0 ;
11659
11660 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBBreakpointName",&obj0)) SWIG_failgoto fail;
11661 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0x1 | 0, 0)
;
11662 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11663 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBBreakpointName" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBBreakpointName" "', argument "
"1"" of type '" "lldb::SBBreakpointName *""'"); goto fail; }
while(0)
;
11664 }
11665 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
11666 {
11667 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11668 delete arg1;
11669 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11670 }
11671 resultobj = SWIG_Py_Void();
11672 return resultobj;
11673fail:
11674 return NULL__null;
11675}
11676
11677
11678SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11679 PyObject *resultobj = 0;
11680 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
11681 lldb::SBBreakpointName *arg2 = 0 ;
11682 void *argp1 = 0 ;
11683 int res1 = 0 ;
11684 void *argp2 = 0 ;
11685 int res2 = 0 ;
11686 PyObject * obj0 = 0 ;
11687 PyObject * obj1 = 0 ;
11688 bool result;
11689
11690 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName___eq__",&obj0,&obj1)) SWIG_failgoto fail;
11691 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
11692 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11693 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName___eq__" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName___eq__" "', argument "
"1"" of type '" "lldb::SBBreakpointName *""'"); goto fail; }
while(0)
;
11694 }
11695 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
11696 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[15]
, 0 | 0, 0)
;
11697 if (!SWIG_IsOK(res2)(res2 >= 0)) {
11698 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointName___eq__" "', argument " "2"" of type '" "lldb::SBBreakpointName const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointName___eq__" "', argument "
"2"" of type '" "lldb::SBBreakpointName const &""'"); goto
fail; } while(0)
;
11699 }
11700 if (!argp2) {
11701 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpointName___eq__" "', argument " "2"" of type '" "lldb::SBBreakpointName const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpointName___eq__" "', argument " "2"" of type '"
"lldb::SBBreakpointName const &""'"); goto fail; } while
(0)
;
11702 }
11703 arg2 = reinterpret_cast< lldb::SBBreakpointName * >(argp2);
11704 {
11705 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11706 result = (bool)(arg1)->operator ==((lldb::SBBreakpointName const &)*arg2);
11707 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11708 }
11709 resultobj = SWIG_From_bool(static_cast< bool >(result));
11710 return resultobj;
11711fail:
11712 return NULL__null;
11713}
11714
11715
11716SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11717 PyObject *resultobj = 0;
11718 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
11719 lldb::SBBreakpointName *arg2 = 0 ;
11720 void *argp1 = 0 ;
11721 int res1 = 0 ;
11722 void *argp2 = 0 ;
11723 int res2 = 0 ;
11724 PyObject * obj0 = 0 ;
11725 PyObject * obj1 = 0 ;
11726 bool result;
11727
11728 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName___ne__",&obj0,&obj1)) SWIG_failgoto fail;
11729 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
11730 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11731 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName___ne__" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName___ne__" "', argument "
"1"" of type '" "lldb::SBBreakpointName *""'"); goto fail; }
while(0)
;
11732 }
11733 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
11734 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[15]
, 0 | 0, 0)
;
11735 if (!SWIG_IsOK(res2)(res2 >= 0)) {
11736 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointName___ne__" "', argument " "2"" of type '" "lldb::SBBreakpointName const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointName___ne__" "', argument "
"2"" of type '" "lldb::SBBreakpointName const &""'"); goto
fail; } while(0)
;
11737 }
11738 if (!argp2) {
11739 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpointName___ne__" "', argument " "2"" of type '" "lldb::SBBreakpointName const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpointName___ne__" "', argument " "2"" of type '"
"lldb::SBBreakpointName const &""'"); goto fail; } while
(0)
;
11740 }
11741 arg2 = reinterpret_cast< lldb::SBBreakpointName * >(argp2);
11742 {
11743 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11744 result = (bool)(arg1)->operator !=((lldb::SBBreakpointName const &)*arg2);
11745 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11746 }
11747 resultobj = SWIG_From_bool(static_cast< bool >(result));
11748 return resultobj;
11749fail:
11750 return NULL__null;
11751}
11752
11753
11754SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11755 PyObject *resultobj = 0;
11756 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
11757 void *argp1 = 0 ;
11758 int res1 = 0 ;
11759 PyObject * obj0 = 0 ;
11760 bool result;
11761
11762 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_IsValid",&obj0)) SWIG_failgoto fail;
11763 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
11764 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11765 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_IsValid" "', argument " "1"" of type '" "lldb::SBBreakpointName const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_IsValid" "', argument "
"1"" of type '" "lldb::SBBreakpointName const *""'"); goto fail
; } while(0)
;
11766 }
11767 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
11768 {
11769 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11770 result = (bool)((lldb::SBBreakpointName const *)arg1)->IsValid();
11771 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11772 }
11773 resultobj = SWIG_From_bool(static_cast< bool >(result));
11774 return resultobj;
11775fail:
11776 return NULL__null;
11777}
11778
11779
11780SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11781 PyObject *resultobj = 0;
11782 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
11783 void *argp1 = 0 ;
11784 int res1 = 0 ;
11785 PyObject * obj0 = 0 ;
11786 char *result = 0 ;
11787
11788 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_GetName",&obj0)) SWIG_failgoto fail;
11789 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
11790 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11791 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetName" "', argument " "1"" of type '" "lldb::SBBreakpointName const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetName" "', argument "
"1"" of type '" "lldb::SBBreakpointName const *""'"); goto fail
; } while(0)
;
11792 }
11793 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
11794 {
11795 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11796 result = (char *)((lldb::SBBreakpointName const *)arg1)->GetName();
11797 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11798 }
11799 resultobj = SWIG_FromCharPtr((const char *)result);
11800 return resultobj;
11801fail:
11802 return NULL__null;
11803}
11804
11805
11806SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetEnabled(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11807 PyObject *resultobj = 0;
11808 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
11809 bool arg2 ;
11810 void *argp1 = 0 ;
11811 int res1 = 0 ;
11812 bool val2 ;
11813 int ecode2 = 0 ;
11814 PyObject * obj0 = 0 ;
11815 PyObject * obj1 = 0 ;
11816
11817 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetEnabled",&obj0,&obj1)) SWIG_failgoto fail;
11818 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
11819 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11820 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetEnabled" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetEnabled"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
11821 }
11822 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
11823 ecode2 = SWIG_AsVal_bool(obj1, &val2);
11824 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
11825 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointName_SetEnabled" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointName_SetEnabled"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
11826 }
11827 arg2 = static_cast< bool >(val2);
11828 {
11829 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11830 (arg1)->SetEnabled(arg2);
11831 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11832 }
11833 resultobj = SWIG_Py_Void();
11834 return resultobj;
11835fail:
11836 return NULL__null;
11837}
11838
11839
11840SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_IsEnabled(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11841 PyObject *resultobj = 0;
11842 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
11843 void *argp1 = 0 ;
11844 int res1 = 0 ;
11845 PyObject * obj0 = 0 ;
11846 bool result;
11847
11848 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_IsEnabled",&obj0)) SWIG_failgoto fail;
11849 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
11850 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11851 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_IsEnabled" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_IsEnabled"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
11852 }
11853 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
11854 {
11855 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11856 result = (bool)(arg1)->IsEnabled();
11857 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11858 }
11859 resultobj = SWIG_From_bool(static_cast< bool >(result));
11860 return resultobj;
11861fail:
11862 return NULL__null;
11863}
11864
11865
11866SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetOneShot(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11867 PyObject *resultobj = 0;
11868 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
11869 bool arg2 ;
11870 void *argp1 = 0 ;
11871 int res1 = 0 ;
11872 bool val2 ;
11873 int ecode2 = 0 ;
11874 PyObject * obj0 = 0 ;
11875 PyObject * obj1 = 0 ;
11876
11877 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetOneShot",&obj0,&obj1)) SWIG_failgoto fail;
11878 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
11879 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11880 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetOneShot" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetOneShot"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
11881 }
11882 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
11883 ecode2 = SWIG_AsVal_bool(obj1, &val2);
11884 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
11885 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointName_SetOneShot" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointName_SetOneShot"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
11886 }
11887 arg2 = static_cast< bool >(val2);
11888 {
11889 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11890 (arg1)->SetOneShot(arg2);
11891 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11892 }
11893 resultobj = SWIG_Py_Void();
11894 return resultobj;
11895fail:
11896 return NULL__null;
11897}
11898
11899
11900SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_IsOneShot(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11901 PyObject *resultobj = 0;
11902 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
11903 void *argp1 = 0 ;
11904 int res1 = 0 ;
11905 PyObject * obj0 = 0 ;
11906 bool result;
11907
11908 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_IsOneShot",&obj0)) SWIG_failgoto fail;
11909 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
11910 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11911 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_IsOneShot" "', argument " "1"" of type '" "lldb::SBBreakpointName const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_IsOneShot"
"', argument " "1"" of type '" "lldb::SBBreakpointName const *"
"'"); goto fail; } while(0)
;
11912 }
11913 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
11914 {
11915 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11916 result = (bool)((lldb::SBBreakpointName const *)arg1)->IsOneShot();
11917 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11918 }
11919 resultobj = SWIG_From_bool(static_cast< bool >(result));
11920 return resultobj;
11921fail:
11922 return NULL__null;
11923}
11924
11925
11926SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetIgnoreCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11927 PyObject *resultobj = 0;
11928 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
11929 uint32_t arg2 ;
11930 void *argp1 = 0 ;
11931 int res1 = 0 ;
11932 unsigned int val2 ;
11933 int ecode2 = 0 ;
11934 PyObject * obj0 = 0 ;
11935 PyObject * obj1 = 0 ;
11936
11937 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetIgnoreCount",&obj0,&obj1)) SWIG_failgoto fail;
11938 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
11939 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11940 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetIgnoreCount" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetIgnoreCount"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
11941 }
11942 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
11943 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
11944 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
11945 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointName_SetIgnoreCount" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointName_SetIgnoreCount"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
11946 }
11947 arg2 = static_cast< uint32_t >(val2);
11948 {
11949 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11950 (arg1)->SetIgnoreCount(arg2);
11951 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11952 }
11953 resultobj = SWIG_Py_Void();
11954 return resultobj;
11955fail:
11956 return NULL__null;
11957}
11958
11959
11960SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetIgnoreCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11961 PyObject *resultobj = 0;
11962 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
11963 void *argp1 = 0 ;
11964 int res1 = 0 ;
11965 PyObject * obj0 = 0 ;
11966 uint32_t result;
11967
11968 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_GetIgnoreCount",&obj0)) SWIG_failgoto fail;
11969 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
11970 if (!SWIG_IsOK(res1)(res1 >= 0)) {
11971 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetIgnoreCount" "', argument " "1"" of type '" "lldb::SBBreakpointName const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetIgnoreCount"
"', argument " "1"" of type '" "lldb::SBBreakpointName const *"
"'"); goto fail; } while(0)
;
11972 }
11973 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
11974 {
11975 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
11976 result = (uint32_t)((lldb::SBBreakpointName const *)arg1)->GetIgnoreCount();
11977 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
11978 }
11979 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
11980 return resultobj;
11981fail:
11982 return NULL__null;
11983}
11984
11985
11986SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetCondition(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
11987 PyObject *resultobj = 0;
11988 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
11989 char *arg2 = (char *) 0 ;
11990 void *argp1 = 0 ;
11991 int res1 = 0 ;
11992 int res2 ;
11993 char *buf2 = 0 ;
11994 int alloc2 = 0 ;
11995 PyObject * obj0 = 0 ;
11996 PyObject * obj1 = 0 ;
11997
11998 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetCondition",&obj0,&obj1)) SWIG_failgoto fail;
11999 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12000 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12001 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetCondition" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetCondition"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12002 }
12003 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12004 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
12005 if (!SWIG_IsOK(res2)(res2 >= 0)) {
12006 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointName_SetCondition" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointName_SetCondition"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
12007 }
12008 arg2 = reinterpret_cast< char * >(buf2);
12009 {
12010 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12011 (arg1)->SetCondition((char const *)arg2);
12012 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12013 }
12014 resultobj = SWIG_Py_Void();
12015 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
12016 return resultobj;
12017fail:
12018 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
12019 return NULL__null;
12020}
12021
12022
12023SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetCondition(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12024 PyObject *resultobj = 0;
12025 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12026 void *argp1 = 0 ;
12027 int res1 = 0 ;
12028 PyObject * obj0 = 0 ;
12029 char *result = 0 ;
12030
12031 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_GetCondition",&obj0)) SWIG_failgoto fail;
12032 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12033 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12034 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetCondition" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetCondition"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12035 }
12036 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12037 {
12038 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12039 result = (char *)(arg1)->GetCondition();
12040 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12041 }
12042 resultobj = SWIG_FromCharPtr((const char *)result);
12043 return resultobj;
12044fail:
12045 return NULL__null;
12046}
12047
12048
12049SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetAutoContinue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12050 PyObject *resultobj = 0;
12051 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12052 bool arg2 ;
12053 void *argp1 = 0 ;
12054 int res1 = 0 ;
12055 bool val2 ;
12056 int ecode2 = 0 ;
12057 PyObject * obj0 = 0 ;
12058 PyObject * obj1 = 0 ;
12059
12060 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetAutoContinue",&obj0,&obj1)) SWIG_failgoto fail;
12061 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12062 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12063 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetAutoContinue" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetAutoContinue"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12064 }
12065 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12066 ecode2 = SWIG_AsVal_bool(obj1, &val2);
12067 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
12068 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointName_SetAutoContinue" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointName_SetAutoContinue"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
12069 }
12070 arg2 = static_cast< bool >(val2);
12071 {
12072 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12073 (arg1)->SetAutoContinue(arg2);
12074 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12075 }
12076 resultobj = SWIG_Py_Void();
12077 return resultobj;
12078fail:
12079 return NULL__null;
12080}
12081
12082
12083SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetAutoContinue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12084 PyObject *resultobj = 0;
12085 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12086 void *argp1 = 0 ;
12087 int res1 = 0 ;
12088 PyObject * obj0 = 0 ;
12089 bool result;
12090
12091 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_GetAutoContinue",&obj0)) SWIG_failgoto fail;
12092 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12093 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12094 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetAutoContinue" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetAutoContinue"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12095 }
12096 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12097 {
12098 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12099 result = (bool)(arg1)->GetAutoContinue();
12100 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12101 }
12102 resultobj = SWIG_From_bool(static_cast< bool >(result));
12103 return resultobj;
12104fail:
12105 return NULL__null;
12106}
12107
12108
12109SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetThreadID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12110 PyObject *resultobj = 0;
12111 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12112 lldb::tid_t arg2 ;
12113 void *argp1 = 0 ;
12114 int res1 = 0 ;
12115 PyObject * obj0 = 0 ;
12116 PyObject * obj1 = 0 ;
12117
12118 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetThreadID",&obj0,&obj1)) SWIG_failgoto fail;
12119 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12120 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12121 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetThreadID" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetThreadID"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12122 }
12123 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12124 {
12125 using namespace lldb_private;
12126 if (PythonInteger::Check(obj1))
12127 {
12128 PythonInteger py_int(PyRefType::Borrowed, obj1);
12129 arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
12130 }
12131 else
12132 {
12133 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
12134 return nullptr;
12135 }
12136 }
12137 {
12138 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12139 (arg1)->SetThreadID(arg2);
12140 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12141 }
12142 resultobj = SWIG_Py_Void();
12143 return resultobj;
12144fail:
12145 return NULL__null;
12146}
12147
12148
12149SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetThreadID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12150 PyObject *resultobj = 0;
12151 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12152 void *argp1 = 0 ;
12153 int res1 = 0 ;
12154 PyObject * obj0 = 0 ;
12155 lldb::tid_t result;
12156
12157 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_GetThreadID",&obj0)) SWIG_failgoto fail;
12158 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12159 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12160 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetThreadID" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetThreadID"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12161 }
12162 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12163 {
12164 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12165 result = (lldb::tid_t)(arg1)->GetThreadID();
12166 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12167 }
12168 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
12169 return resultobj;
12170fail:
12171 return NULL__null;
12172}
12173
12174
12175SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetThreadIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12176 PyObject *resultobj = 0;
12177 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12178 uint32_t arg2 ;
12179 void *argp1 = 0 ;
12180 int res1 = 0 ;
12181 unsigned int val2 ;
12182 int ecode2 = 0 ;
12183 PyObject * obj0 = 0 ;
12184 PyObject * obj1 = 0 ;
12185
12186 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetThreadIndex",&obj0,&obj1)) SWIG_failgoto fail;
12187 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12188 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12189 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetThreadIndex" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetThreadIndex"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12190 }
12191 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12192 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
12193 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
12194 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointName_SetThreadIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointName_SetThreadIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
12195 }
12196 arg2 = static_cast< uint32_t >(val2);
12197 {
12198 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12199 (arg1)->SetThreadIndex(arg2);
12200 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12201 }
12202 resultobj = SWIG_Py_Void();
12203 return resultobj;
12204fail:
12205 return NULL__null;
12206}
12207
12208
12209SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetThreadIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12210 PyObject *resultobj = 0;
12211 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12212 void *argp1 = 0 ;
12213 int res1 = 0 ;
12214 PyObject * obj0 = 0 ;
12215 uint32_t result;
12216
12217 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_GetThreadIndex",&obj0)) SWIG_failgoto fail;
12218 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12219 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12220 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetThreadIndex" "', argument " "1"" of type '" "lldb::SBBreakpointName const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetThreadIndex"
"', argument " "1"" of type '" "lldb::SBBreakpointName const *"
"'"); goto fail; } while(0)
;
12221 }
12222 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12223 {
12224 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12225 result = (uint32_t)((lldb::SBBreakpointName const *)arg1)->GetThreadIndex();
12226 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12227 }
12228 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
12229 return resultobj;
12230fail:
12231 return NULL__null;
12232}
12233
12234
12235SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetThreadName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12236 PyObject *resultobj = 0;
12237 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12238 char *arg2 = (char *) 0 ;
12239 void *argp1 = 0 ;
12240 int res1 = 0 ;
12241 int res2 ;
12242 char *buf2 = 0 ;
12243 int alloc2 = 0 ;
12244 PyObject * obj0 = 0 ;
12245 PyObject * obj1 = 0 ;
12246
12247 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetThreadName",&obj0,&obj1)) SWIG_failgoto fail;
12248 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12249 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12250 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetThreadName" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetThreadName"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12251 }
12252 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12253 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
12254 if (!SWIG_IsOK(res2)(res2 >= 0)) {
12255 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointName_SetThreadName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointName_SetThreadName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
12256 }
12257 arg2 = reinterpret_cast< char * >(buf2);
12258 {
12259 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12260 (arg1)->SetThreadName((char const *)arg2);
12261 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12262 }
12263 resultobj = SWIG_Py_Void();
12264 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
12265 return resultobj;
12266fail:
12267 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
12268 return NULL__null;
12269}
12270
12271
12272SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetThreadName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12273 PyObject *resultobj = 0;
12274 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12275 void *argp1 = 0 ;
12276 int res1 = 0 ;
12277 PyObject * obj0 = 0 ;
12278 char *result = 0 ;
12279
12280 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_GetThreadName",&obj0)) SWIG_failgoto fail;
12281 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12282 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12283 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetThreadName" "', argument " "1"" of type '" "lldb::SBBreakpointName const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetThreadName"
"', argument " "1"" of type '" "lldb::SBBreakpointName const *"
"'"); goto fail; } while(0)
;
12284 }
12285 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12286 {
12287 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12288 result = (char *)((lldb::SBBreakpointName const *)arg1)->GetThreadName();
12289 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12290 }
12291 resultobj = SWIG_FromCharPtr((const char *)result);
12292 return resultobj;
12293fail:
12294 return NULL__null;
12295}
12296
12297
12298SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetQueueName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12299 PyObject *resultobj = 0;
12300 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12301 char *arg2 = (char *) 0 ;
12302 void *argp1 = 0 ;
12303 int res1 = 0 ;
12304 int res2 ;
12305 char *buf2 = 0 ;
12306 int alloc2 = 0 ;
12307 PyObject * obj0 = 0 ;
12308 PyObject * obj1 = 0 ;
12309
12310 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetQueueName",&obj0,&obj1)) SWIG_failgoto fail;
12311 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12312 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12313 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetQueueName" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetQueueName"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12314 }
12315 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12316 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
12317 if (!SWIG_IsOK(res2)(res2 >= 0)) {
12318 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointName_SetQueueName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointName_SetQueueName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
12319 }
12320 arg2 = reinterpret_cast< char * >(buf2);
12321 {
12322 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12323 (arg1)->SetQueueName((char const *)arg2);
12324 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12325 }
12326 resultobj = SWIG_Py_Void();
12327 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
12328 return resultobj;
12329fail:
12330 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
12331 return NULL__null;
12332}
12333
12334
12335SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetQueueName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12336 PyObject *resultobj = 0;
12337 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12338 void *argp1 = 0 ;
12339 int res1 = 0 ;
12340 PyObject * obj0 = 0 ;
12341 char *result = 0 ;
12342
12343 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_GetQueueName",&obj0)) SWIG_failgoto fail;
12344 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12345 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12346 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetQueueName" "', argument " "1"" of type '" "lldb::SBBreakpointName const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetQueueName"
"', argument " "1"" of type '" "lldb::SBBreakpointName const *"
"'"); goto fail; } while(0)
;
12347 }
12348 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12349 {
12350 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12351 result = (char *)((lldb::SBBreakpointName const *)arg1)->GetQueueName();
12352 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12353 }
12354 resultobj = SWIG_FromCharPtr((const char *)result);
12355 return resultobj;
12356fail:
12357 return NULL__null;
12358}
12359
12360
12361SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetScriptCallbackFunction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12362 PyObject *resultobj = 0;
12363 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12364 char *arg2 = (char *) 0 ;
12365 void *argp1 = 0 ;
12366 int res1 = 0 ;
12367 int res2 ;
12368 char *buf2 = 0 ;
12369 int alloc2 = 0 ;
12370 PyObject * obj0 = 0 ;
12371 PyObject * obj1 = 0 ;
12372
12373 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetScriptCallbackFunction",&obj0,&obj1)) SWIG_failgoto fail;
12374 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12375 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12376 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetScriptCallbackFunction" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetScriptCallbackFunction"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12377 }
12378 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12379 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
12380 if (!SWIG_IsOK(res2)(res2 >= 0)) {
12381 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointName_SetScriptCallbackFunction" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointName_SetScriptCallbackFunction"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
12382 }
12383 arg2 = reinterpret_cast< char * >(buf2);
12384 {
12385 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12386 (arg1)->SetScriptCallbackFunction((char const *)arg2);
12387 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12388 }
12389 resultobj = SWIG_Py_Void();
12390 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
12391 return resultobj;
12392fail:
12393 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
12394 return NULL__null;
12395}
12396
12397
12398SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetCommandLineCommands(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12399 PyObject *resultobj = 0;
12400 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12401 lldb::SBStringList *arg2 = 0 ;
12402 void *argp1 = 0 ;
12403 int res1 = 0 ;
12404 void *argp2 = 0 ;
12405 int res2 = 0 ;
12406 PyObject * obj0 = 0 ;
12407 PyObject * obj1 = 0 ;
12408
12409 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetCommandLineCommands",&obj0,&obj1)) SWIG_failgoto fail;
12410 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12411 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12412 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetCommandLineCommands" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetCommandLineCommands"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12413 }
12414 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12415 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[55]
, 0, 0)
;
12416 if (!SWIG_IsOK(res2)(res2 >= 0)) {
12417 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointName_SetCommandLineCommands" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointName_SetCommandLineCommands"
"', argument " "2"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
12418 }
12419 if (!argp2) {
12420 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpointName_SetCommandLineCommands" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpointName_SetCommandLineCommands" "', argument "
"2"" of type '" "lldb::SBStringList &""'"); goto fail; }
while(0)
;
12421 }
12422 arg2 = reinterpret_cast< lldb::SBStringList * >(argp2);
12423 {
12424 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12425 (arg1)->SetCommandLineCommands(*arg2);
12426 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12427 }
12428 resultobj = SWIG_Py_Void();
12429 return resultobj;
12430fail:
12431 return NULL__null;
12432}
12433
12434
12435SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetCommandLineCommands(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12436 PyObject *resultobj = 0;
12437 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12438 lldb::SBStringList *arg2 = 0 ;
12439 void *argp1 = 0 ;
12440 int res1 = 0 ;
12441 void *argp2 = 0 ;
12442 int res2 = 0 ;
12443 PyObject * obj0 = 0 ;
12444 PyObject * obj1 = 0 ;
12445 bool result;
12446
12447 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_GetCommandLineCommands",&obj0,&obj1)) SWIG_failgoto fail;
12448 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12449 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12450 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetCommandLineCommands" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetCommandLineCommands"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12451 }
12452 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12453 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[55]
, 0, 0)
;
12454 if (!SWIG_IsOK(res2)(res2 >= 0)) {
12455 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointName_GetCommandLineCommands" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointName_GetCommandLineCommands"
"', argument " "2"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
12456 }
12457 if (!argp2) {
12458 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpointName_GetCommandLineCommands" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpointName_GetCommandLineCommands" "', argument "
"2"" of type '" "lldb::SBStringList &""'"); goto fail; }
while(0)
;
12459 }
12460 arg2 = reinterpret_cast< lldb::SBStringList * >(argp2);
12461 {
12462 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12463 result = (bool)(arg1)->GetCommandLineCommands(*arg2);
12464 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12465 }
12466 resultobj = SWIG_From_bool(static_cast< bool >(result));
12467 return resultobj;
12468fail:
12469 return NULL__null;
12470}
12471
12472
12473SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetScriptCallbackBody(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12474 PyObject *resultobj = 0;
12475 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12476 char *arg2 = (char *) 0 ;
12477 void *argp1 = 0 ;
12478 int res1 = 0 ;
12479 int res2 ;
12480 char *buf2 = 0 ;
12481 int alloc2 = 0 ;
12482 PyObject * obj0 = 0 ;
12483 PyObject * obj1 = 0 ;
12484 lldb::SBError result;
12485
12486 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetScriptCallbackBody",&obj0,&obj1)) SWIG_failgoto fail;
12487 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12488 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12489 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetScriptCallbackBody" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetScriptCallbackBody"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12490 }
12491 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12492 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
12493 if (!SWIG_IsOK(res2)(res2 >= 0)) {
12494 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointName_SetScriptCallbackBody" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointName_SetScriptCallbackBody"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
12495 }
12496 arg2 = reinterpret_cast< char * >(buf2);
12497 {
12498 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12499 result = (arg1)->SetScriptCallbackBody((char const *)arg2);
12500 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12501 }
12502 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
12503 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
12504 return resultobj;
12505fail:
12506 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
12507 return NULL__null;
12508}
12509
12510
12511SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetHelpString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12512 PyObject *resultobj = 0;
12513 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12514 void *argp1 = 0 ;
12515 int res1 = 0 ;
12516 PyObject * obj0 = 0 ;
12517 char *result = 0 ;
12518
12519 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_GetHelpString",&obj0)) SWIG_failgoto fail;
12520 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12521 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12522 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetHelpString" "', argument " "1"" of type '" "lldb::SBBreakpointName const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetHelpString"
"', argument " "1"" of type '" "lldb::SBBreakpointName const *"
"'"); goto fail; } while(0)
;
12523 }
12524 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12525 {
12526 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12527 result = (char *)((lldb::SBBreakpointName const *)arg1)->GetHelpString();
12528 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12529 }
12530 resultobj = SWIG_FromCharPtr((const char *)result);
12531 return resultobj;
12532fail:
12533 return NULL__null;
12534}
12535
12536
12537SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetHelpString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12538 PyObject *resultobj = 0;
12539 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12540 char *arg2 = (char *) 0 ;
12541 void *argp1 = 0 ;
12542 int res1 = 0 ;
12543 int res2 ;
12544 char *buf2 = 0 ;
12545 int alloc2 = 0 ;
12546 PyObject * obj0 = 0 ;
12547 PyObject * obj1 = 0 ;
12548
12549 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetHelpString",&obj0,&obj1)) SWIG_failgoto fail;
12550 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12551 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12552 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetHelpString" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetHelpString"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12553 }
12554 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12555 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
12556 if (!SWIG_IsOK(res2)(res2 >= 0)) {
12557 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointName_SetHelpString" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointName_SetHelpString"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
12558 }
12559 arg2 = reinterpret_cast< char * >(buf2);
12560 {
12561 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12562 (arg1)->SetHelpString((char const *)arg2);
12563 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12564 }
12565 resultobj = SWIG_Py_Void();
12566 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
12567 return resultobj;
12568fail:
12569 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
12570 return NULL__null;
12571}
12572
12573
12574SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetAllowList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12575 PyObject *resultobj = 0;
12576 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12577 void *argp1 = 0 ;
12578 int res1 = 0 ;
12579 PyObject * obj0 = 0 ;
12580 bool result;
12581
12582 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_GetAllowList",&obj0)) SWIG_failgoto fail;
12583 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12584 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12585 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetAllowList" "', argument " "1"" of type '" "lldb::SBBreakpointName const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetAllowList"
"', argument " "1"" of type '" "lldb::SBBreakpointName const *"
"'"); goto fail; } while(0)
;
12586 }
12587 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12588 {
12589 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12590 result = (bool)((lldb::SBBreakpointName const *)arg1)->GetAllowList();
12591 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12592 }
12593 resultobj = SWIG_From_bool(static_cast< bool >(result));
12594 return resultobj;
12595fail:
12596 return NULL__null;
12597}
12598
12599
12600SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetAllowList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12601 PyObject *resultobj = 0;
12602 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12603 bool arg2 ;
12604 void *argp1 = 0 ;
12605 int res1 = 0 ;
12606 bool val2 ;
12607 int ecode2 = 0 ;
12608 PyObject * obj0 = 0 ;
12609 PyObject * obj1 = 0 ;
12610
12611 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetAllowList",&obj0,&obj1)) SWIG_failgoto fail;
12612 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12613 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12614 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetAllowList" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetAllowList"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12615 }
12616 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12617 ecode2 = SWIG_AsVal_bool(obj1, &val2);
12618 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
12619 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointName_SetAllowList" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointName_SetAllowList"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
12620 }
12621 arg2 = static_cast< bool >(val2);
12622 {
12623 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12624 (arg1)->SetAllowList(arg2);
12625 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12626 }
12627 resultobj = SWIG_Py_Void();
12628 return resultobj;
12629fail:
12630 return NULL__null;
12631}
12632
12633
12634SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetAllowDelete(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12635 PyObject *resultobj = 0;
12636 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12637 void *argp1 = 0 ;
12638 int res1 = 0 ;
12639 PyObject * obj0 = 0 ;
12640 bool result;
12641
12642 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_GetAllowDelete",&obj0)) SWIG_failgoto fail;
12643 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12644 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12645 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetAllowDelete" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetAllowDelete"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12646 }
12647 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12648 {
12649 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12650 result = (bool)(arg1)->GetAllowDelete();
12651 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12652 }
12653 resultobj = SWIG_From_bool(static_cast< bool >(result));
12654 return resultobj;
12655fail:
12656 return NULL__null;
12657}
12658
12659
12660SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetAllowDelete(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12661 PyObject *resultobj = 0;
12662 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12663 bool arg2 ;
12664 void *argp1 = 0 ;
12665 int res1 = 0 ;
12666 bool val2 ;
12667 int ecode2 = 0 ;
12668 PyObject * obj0 = 0 ;
12669 PyObject * obj1 = 0 ;
12670
12671 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetAllowDelete",&obj0,&obj1)) SWIG_failgoto fail;
12672 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12673 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12674 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetAllowDelete" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetAllowDelete"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12675 }
12676 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12677 ecode2 = SWIG_AsVal_bool(obj1, &val2);
12678 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
12679 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointName_SetAllowDelete" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointName_SetAllowDelete"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
12680 }
12681 arg2 = static_cast< bool >(val2);
12682 {
12683 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12684 (arg1)->SetAllowDelete(arg2);
12685 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12686 }
12687 resultobj = SWIG_Py_Void();
12688 return resultobj;
12689fail:
12690 return NULL__null;
12691}
12692
12693
12694SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetAllowDisable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12695 PyObject *resultobj = 0;
12696 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12697 void *argp1 = 0 ;
12698 int res1 = 0 ;
12699 PyObject * obj0 = 0 ;
12700 bool result;
12701
12702 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName_GetAllowDisable",&obj0)) SWIG_failgoto fail;
12703 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12704 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12705 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetAllowDisable" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetAllowDisable"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12706 }
12707 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12708 {
12709 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12710 result = (bool)(arg1)->GetAllowDisable();
12711 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12712 }
12713 resultobj = SWIG_From_bool(static_cast< bool >(result));
12714 return resultobj;
12715fail:
12716 return NULL__null;
12717}
12718
12719
12720SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_SetAllowDisable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12721 PyObject *resultobj = 0;
12722 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12723 bool arg2 ;
12724 void *argp1 = 0 ;
12725 int res1 = 0 ;
12726 bool val2 ;
12727 int ecode2 = 0 ;
12728 PyObject * obj0 = 0 ;
12729 PyObject * obj1 = 0 ;
12730
12731 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_SetAllowDisable",&obj0,&obj1)) SWIG_failgoto fail;
12732 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12733 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12734 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_SetAllowDisable" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_SetAllowDisable"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12735 }
12736 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12737 ecode2 = SWIG_AsVal_bool(obj1, &val2);
12738 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
12739 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBreakpointName_SetAllowDisable" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBreakpointName_SetAllowDisable"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
12740 }
12741 arg2 = static_cast< bool >(val2);
12742 {
12743 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12744 (arg1)->SetAllowDisable(arg2);
12745 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12746 }
12747 resultobj = SWIG_Py_Void();
12748 return resultobj;
12749fail:
12750 return NULL__null;
12751}
12752
12753
12754SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12755 PyObject *resultobj = 0;
12756 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12757 lldb::SBStream *arg2 = 0 ;
12758 void *argp1 = 0 ;
12759 int res1 = 0 ;
12760 void *argp2 = 0 ;
12761 int res2 = 0 ;
12762 PyObject * obj0 = 0 ;
12763 PyObject * obj1 = 0 ;
12764 bool result;
12765
12766 if (!PyArg_ParseTuple(args,(char *)"OO:SBBreakpointName_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
12767 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12768 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12769 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName_GetDescription" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName_GetDescription"
"', argument " "1"" of type '" "lldb::SBBreakpointName *""'"
); goto fail; } while(0)
;
12770 }
12771 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12772 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
12773 if (!SWIG_IsOK(res2)(res2 >= 0)) {
12774 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBreakpointName_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBreakpointName_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
12775 }
12776 if (!argp2) {
12777 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBreakpointName_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBreakpointName_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
12778 }
12779 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
12780 {
12781 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12782 result = (bool)(arg1)->GetDescription(*arg2);
12783 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12784 }
12785 resultobj = SWIG_From_bool(static_cast< bool >(result));
12786 return resultobj;
12787fail:
12788 return NULL__null;
12789}
12790
12791
12792SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBreakpointName___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12793 PyObject *resultobj = 0;
12794 lldb::SBBreakpointName *arg1 = (lldb::SBBreakpointName *) 0 ;
12795 void *argp1 = 0 ;
12796 int res1 = 0 ;
12797 PyObject * obj0 = 0 ;
12798 PyObject *result = 0 ;
12799
12800 if (!PyArg_ParseTuple(args,(char *)"O:SBBreakpointName___str__",&obj0)) SWIG_failgoto fail;
12801 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBreakpointName, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[15]
, 0 | 0, 0)
;
12802 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12803 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBreakpointName___str__" "', argument " "1"" of type '" "lldb::SBBreakpointName *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBreakpointName___str__" "', argument "
"1"" of type '" "lldb::SBBreakpointName *""'"); goto fail; }
while(0)
;
12804 }
12805 arg1 = reinterpret_cast< lldb::SBBreakpointName * >(argp1);
12806 result = (PyObject *)lldb_SBBreakpointName___str__(arg1);
12807 resultobj = result;
12808 return resultobj;
12809fail:
12810 return NULL__null;
12811}
12812
12813
12814SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBBreakpointName_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12815 PyObject *obj;
12816 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
12817 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBBreakpointNameswig_types[15], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
12818 return SWIG_Py_Void();
12819}
12820
12821SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBroadcaster__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12822 PyObject *resultobj = 0;
12823 lldb::SBBroadcaster *result = 0 ;
12824
12825 if (!PyArg_ParseTuple(args,(char *)":new_SBBroadcaster")) SWIG_failgoto fail;
12826 {
12827 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12828 result = (lldb::SBBroadcaster *)new lldb::SBBroadcaster();
12829 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12830 }
12831 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBroadcaster, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[16], (
(0x1 << 1) | 0x1) | 0)
;
12832 return resultobj;
12833fail:
12834 return NULL__null;
12835}
12836
12837
12838SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBroadcaster__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12839 PyObject *resultobj = 0;
12840 char *arg1 = (char *) 0 ;
12841 int res1 ;
12842 char *buf1 = 0 ;
12843 int alloc1 = 0 ;
12844 PyObject * obj0 = 0 ;
12845 lldb::SBBroadcaster *result = 0 ;
12846
12847 if (!PyArg_ParseTuple(args,(char *)"O:new_SBBroadcaster",&obj0)) SWIG_failgoto fail;
12848 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
12849 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12850 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBBroadcaster" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBBroadcaster" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
12851 }
12852 arg1 = reinterpret_cast< char * >(buf1);
12853 {
12854 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12855 result = (lldb::SBBroadcaster *)new lldb::SBBroadcaster((char const *)arg1);
12856 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12857 }
12858 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBroadcaster, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[16], (
(0x1 << 1) | 0x1) | 0)
;
12859 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
12860 return resultobj;
12861fail:
12862 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
12863 return NULL__null;
12864}
12865
12866
12867SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBroadcaster__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12868 PyObject *resultobj = 0;
12869 lldb::SBBroadcaster *arg1 = 0 ;
12870 void *argp1 = 0 ;
12871 int res1 = 0 ;
12872 PyObject * obj0 = 0 ;
12873 lldb::SBBroadcaster *result = 0 ;
12874
12875 if (!PyArg_ParseTuple(args,(char *)"O:new_SBBroadcaster",&obj0)) SWIG_failgoto fail;
12876 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
12877 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12878 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBBroadcaster" "', argument " "1"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBBroadcaster" "', argument "
"1"" of type '" "lldb::SBBroadcaster const &""'"); goto fail
; } while(0)
;
12879 }
12880 if (!argp1) {
12881 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBBroadcaster" "', argument " "1"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBBroadcaster" "', argument " "1"" of type '"
"lldb::SBBroadcaster const &""'"); goto fail; } while(0)
;
12882 }
12883 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
12884 {
12885 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12886 result = (lldb::SBBroadcaster *)new lldb::SBBroadcaster((lldb::SBBroadcaster const &)*arg1);
12887 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12888 }
12889 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBBroadcaster, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[16], (
(0x1 << 1) | 0x1) | 0)
;
12890 return resultobj;
12891fail:
12892 return NULL__null;
12893}
12894
12895
12896SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBBroadcaster(PyObject *self, PyObject *args) {
12897 Py_ssize_t argc;
12898 PyObject *argv[2] = {
12899 0
12900 };
12901 Py_ssize_t ii;
12902
12903 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
12904 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
12905 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
12906 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
12907 }
12908 if (argc == 0) {
12909 return _wrap_new_SBBroadcaster__SWIG_0(self, args);
12910 }
12911 if (argc == 1) {
12912 int _v;
12913 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBBroadcaster, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[16], 0, 0
)
;
12914 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
12915 if (_v) {
12916 return _wrap_new_SBBroadcaster__SWIG_2(self, args);
12917 }
12918 }
12919 if (argc == 1) {
12920 int _v;
12921 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
12922 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
12923 if (_v) {
12924 return _wrap_new_SBBroadcaster__SWIG_1(self, args);
12925 }
12926 }
12927
12928fail:
12929 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBBroadcaster'.\n"
12930 " Possible C/C++ prototypes are:\n"
12931 " lldb::SBBroadcaster::SBBroadcaster()\n"
12932 " lldb::SBBroadcaster::SBBroadcaster(char const *)\n"
12933 " lldb::SBBroadcaster::SBBroadcaster(lldb::SBBroadcaster const &)\n");
12934 return 0;
12935}
12936
12937
12938SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBBroadcaster(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12939 PyObject *resultobj = 0;
12940 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
12941 void *argp1 = 0 ;
12942 int res1 = 0 ;
12943 PyObject * obj0 = 0 ;
12944
12945 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBBroadcaster",&obj0)) SWIG_failgoto fail;
12946 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0x1 | 0, 0)
;
12947 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12948 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBBroadcaster" "', argument " "1"" of type '" "lldb::SBBroadcaster *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBBroadcaster" "', argument "
"1"" of type '" "lldb::SBBroadcaster *""'"); goto fail; } while
(0)
;
12949 }
12950 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
12951 {
12952 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12953 delete arg1;
12954 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12955 }
12956 resultobj = SWIG_Py_Void();
12957 return resultobj;
12958fail:
12959 return NULL__null;
12960}
12961
12962
12963SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12964 PyObject *resultobj = 0;
12965 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
12966 void *argp1 = 0 ;
12967 int res1 = 0 ;
12968 PyObject * obj0 = 0 ;
12969 bool result;
12970
12971 if (!PyArg_ParseTuple(args,(char *)"O:SBBroadcaster_IsValid",&obj0)) SWIG_failgoto fail;
12972 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
12973 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12974 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster_IsValid" "', argument " "1"" of type '" "lldb::SBBroadcaster const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster_IsValid" "', argument "
"1"" of type '" "lldb::SBBroadcaster const *""'"); goto fail
; } while(0)
;
12975 }
12976 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
12977 {
12978 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
12979 result = (bool)((lldb::SBBroadcaster const *)arg1)->IsValid();
12980 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
12981 }
12982 resultobj = SWIG_From_bool(static_cast< bool >(result));
12983 return resultobj;
12984fail:
12985 return NULL__null;
12986}
12987
12988
12989SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
12990 PyObject *resultobj = 0;
12991 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
12992 void *argp1 = 0 ;
12993 int res1 = 0 ;
12994 PyObject * obj0 = 0 ;
12995
12996 if (!PyArg_ParseTuple(args,(char *)"O:SBBroadcaster_Clear",&obj0)) SWIG_failgoto fail;
12997 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
12998 if (!SWIG_IsOK(res1)(res1 >= 0)) {
12999 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster_Clear" "', argument " "1"" of type '" "lldb::SBBroadcaster *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster_Clear" "', argument "
"1"" of type '" "lldb::SBBroadcaster *""'"); goto fail; } while
(0)
;
13000 }
13001 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13002 {
13003 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13004 (arg1)->Clear();
13005 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13006 }
13007 resultobj = SWIG_Py_Void();
13008 return resultobj;
13009fail:
13010 return NULL__null;
13011}
13012
13013
13014SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_BroadcastEventByType__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13015 PyObject *resultobj = 0;
13016 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
13017 uint32_t arg2 ;
13018 bool arg3 ;
13019 void *argp1 = 0 ;
13020 int res1 = 0 ;
13021 unsigned int val2 ;
13022 int ecode2 = 0 ;
13023 bool val3 ;
13024 int ecode3 = 0 ;
13025 PyObject * obj0 = 0 ;
13026 PyObject * obj1 = 0 ;
13027 PyObject * obj2 = 0 ;
13028
13029 if (!PyArg_ParseTuple(args,(char *)"OOO:SBBroadcaster_BroadcastEventByType",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
13030 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
13031 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13032 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster_BroadcastEventByType" "', argument " "1"" of type '" "lldb::SBBroadcaster *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster_BroadcastEventByType"
"', argument " "1"" of type '" "lldb::SBBroadcaster *""'"); goto
fail; } while(0)
;
13033 }
13034 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13035 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
13036 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
13037 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBroadcaster_BroadcastEventByType" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBroadcaster_BroadcastEventByType"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
13038 }
13039 arg2 = static_cast< uint32_t >(val2);
13040 ecode3 = SWIG_AsVal_bool(obj2, &val3);
13041 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
13042 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBBroadcaster_BroadcastEventByType" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBBroadcaster_BroadcastEventByType"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
13043 }
13044 arg3 = static_cast< bool >(val3);
13045 {
13046 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13047 (arg1)->BroadcastEventByType(arg2,arg3);
13048 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13049 }
13050 resultobj = SWIG_Py_Void();
13051 return resultobj;
13052fail:
13053 return NULL__null;
13054}
13055
13056
13057SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_BroadcastEventByType__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13058 PyObject *resultobj = 0;
13059 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
13060 uint32_t arg2 ;
13061 void *argp1 = 0 ;
13062 int res1 = 0 ;
13063 unsigned int val2 ;
13064 int ecode2 = 0 ;
13065 PyObject * obj0 = 0 ;
13066 PyObject * obj1 = 0 ;
13067
13068 if (!PyArg_ParseTuple(args,(char *)"OO:SBBroadcaster_BroadcastEventByType",&obj0,&obj1)) SWIG_failgoto fail;
13069 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
13070 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13071 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster_BroadcastEventByType" "', argument " "1"" of type '" "lldb::SBBroadcaster *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster_BroadcastEventByType"
"', argument " "1"" of type '" "lldb::SBBroadcaster *""'"); goto
fail; } while(0)
;
13072 }
13073 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13074 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
13075 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
13076 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBroadcaster_BroadcastEventByType" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBroadcaster_BroadcastEventByType"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
13077 }
13078 arg2 = static_cast< uint32_t >(val2);
13079 {
13080 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13081 (arg1)->BroadcastEventByType(arg2);
13082 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13083 }
13084 resultobj = SWIG_Py_Void();
13085 return resultobj;
13086fail:
13087 return NULL__null;
13088}
13089
13090
13091SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_BroadcastEventByType(PyObject *self, PyObject *args) {
13092 Py_ssize_t argc;
13093 PyObject *argv[4] = {
13094 0
13095 };
13096 Py_ssize_t ii;
13097
13098 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
13099 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
13100 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
13101 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
13102 }
13103 if (argc == 2) {
13104 int _v;
13105 void *vptr = 0;
13106 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBBroadcaster, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[16
], 0, 0)
;
13107 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13108 if (_v) {
13109 {
13110 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
13111 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13112 }
13113 if (_v) {
13114 return _wrap_SBBroadcaster_BroadcastEventByType__SWIG_1(self, args);
13115 }
13116 }
13117 }
13118 if (argc == 3) {
13119 int _v;
13120 void *vptr = 0;
13121 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBBroadcaster, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[16
], 0, 0)
;
13122 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13123 if (_v) {
13124 {
13125 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
13126 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13127 }
13128 if (_v) {
13129 {
13130 int res = SWIG_AsVal_bool(argv[2], NULL__null);
13131 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13132 }
13133 if (_v) {
13134 return _wrap_SBBroadcaster_BroadcastEventByType__SWIG_0(self, args);
13135 }
13136 }
13137 }
13138 }
13139
13140fail:
13141 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBBroadcaster_BroadcastEventByType'.\n"
13142 " Possible C/C++ prototypes are:\n"
13143 " lldb::SBBroadcaster::BroadcastEventByType(uint32_t,bool)\n"
13144 " lldb::SBBroadcaster::BroadcastEventByType(uint32_t)\n");
13145 return 0;
13146}
13147
13148
13149SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_BroadcastEvent__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13150 PyObject *resultobj = 0;
13151 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
13152 lldb::SBEvent *arg2 = 0 ;
13153 bool arg3 ;
13154 void *argp1 = 0 ;
13155 int res1 = 0 ;
13156 void *argp2 = 0 ;
13157 int res2 = 0 ;
13158 bool val3 ;
13159 int ecode3 = 0 ;
13160 PyObject * obj0 = 0 ;
13161 PyObject * obj1 = 0 ;
13162 PyObject * obj2 = 0 ;
13163
13164 if (!PyArg_ParseTuple(args,(char *)"OOO:SBBroadcaster_BroadcastEvent",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
13165 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
13166 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13167 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster_BroadcastEvent" "', argument " "1"" of type '" "lldb::SBBroadcaster *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster_BroadcastEvent"
"', argument " "1"" of type '" "lldb::SBBroadcaster *""'"); goto
fail; } while(0)
;
13168 }
13169 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13170 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[26]
, 0 | 0, 0)
;
13171 if (!SWIG_IsOK(res2)(res2 >= 0)) {
13172 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBroadcaster_BroadcastEvent" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBroadcaster_BroadcastEvent"
"', argument " "2"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
13173 }
13174 if (!argp2) {
13175 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBroadcaster_BroadcastEvent" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBroadcaster_BroadcastEvent" "', argument " "2"
" of type '" "lldb::SBEvent const &""'"); goto fail; } while
(0)
;
13176 }
13177 arg2 = reinterpret_cast< lldb::SBEvent * >(argp2);
13178 ecode3 = SWIG_AsVal_bool(obj2, &val3);
13179 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
13180 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBBroadcaster_BroadcastEvent" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBBroadcaster_BroadcastEvent"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
13181 }
13182 arg3 = static_cast< bool >(val3);
13183 {
13184 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13185 (arg1)->BroadcastEvent((lldb::SBEvent const &)*arg2,arg3);
13186 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13187 }
13188 resultobj = SWIG_Py_Void();
13189 return resultobj;
13190fail:
13191 return NULL__null;
13192}
13193
13194
13195SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_BroadcastEvent__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13196 PyObject *resultobj = 0;
13197 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
13198 lldb::SBEvent *arg2 = 0 ;
13199 void *argp1 = 0 ;
13200 int res1 = 0 ;
13201 void *argp2 = 0 ;
13202 int res2 = 0 ;
13203 PyObject * obj0 = 0 ;
13204 PyObject * obj1 = 0 ;
13205
13206 if (!PyArg_ParseTuple(args,(char *)"OO:SBBroadcaster_BroadcastEvent",&obj0,&obj1)) SWIG_failgoto fail;
13207 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
13208 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13209 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster_BroadcastEvent" "', argument " "1"" of type '" "lldb::SBBroadcaster *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster_BroadcastEvent"
"', argument " "1"" of type '" "lldb::SBBroadcaster *""'"); goto
fail; } while(0)
;
13210 }
13211 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13212 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[26]
, 0 | 0, 0)
;
13213 if (!SWIG_IsOK(res2)(res2 >= 0)) {
13214 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBroadcaster_BroadcastEvent" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBroadcaster_BroadcastEvent"
"', argument " "2"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
13215 }
13216 if (!argp2) {
13217 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBroadcaster_BroadcastEvent" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBroadcaster_BroadcastEvent" "', argument " "2"
" of type '" "lldb::SBEvent const &""'"); goto fail; } while
(0)
;
13218 }
13219 arg2 = reinterpret_cast< lldb::SBEvent * >(argp2);
13220 {
13221 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13222 (arg1)->BroadcastEvent((lldb::SBEvent const &)*arg2);
13223 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13224 }
13225 resultobj = SWIG_Py_Void();
13226 return resultobj;
13227fail:
13228 return NULL__null;
13229}
13230
13231
13232SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_BroadcastEvent(PyObject *self, PyObject *args) {
13233 Py_ssize_t argc;
13234 PyObject *argv[4] = {
13235 0
13236 };
13237 Py_ssize_t ii;
13238
13239 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
13240 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
13241 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
13242 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
13243 }
13244 if (argc == 2) {
13245 int _v;
13246 void *vptr = 0;
13247 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBBroadcaster, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[16
], 0, 0)
;
13248 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13249 if (_v) {
13250 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBEvent, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[26], 0, 0
)
;
13251 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13252 if (_v) {
13253 return _wrap_SBBroadcaster_BroadcastEvent__SWIG_1(self, args);
13254 }
13255 }
13256 }
13257 if (argc == 3) {
13258 int _v;
13259 void *vptr = 0;
13260 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBBroadcaster, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[16
], 0, 0)
;
13261 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13262 if (_v) {
13263 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBEvent, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[26], 0, 0
)
;
13264 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13265 if (_v) {
13266 {
13267 int res = SWIG_AsVal_bool(argv[2], NULL__null);
13268 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13269 }
13270 if (_v) {
13271 return _wrap_SBBroadcaster_BroadcastEvent__SWIG_0(self, args);
13272 }
13273 }
13274 }
13275 }
13276
13277fail:
13278 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBBroadcaster_BroadcastEvent'.\n"
13279 " Possible C/C++ prototypes are:\n"
13280 " lldb::SBBroadcaster::BroadcastEvent(lldb::SBEvent const &,bool)\n"
13281 " lldb::SBBroadcaster::BroadcastEvent(lldb::SBEvent const &)\n");
13282 return 0;
13283}
13284
13285
13286SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_AddInitialEventsToListener(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13287 PyObject *resultobj = 0;
13288 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
13289 lldb::SBListener *arg2 = 0 ;
13290 uint32_t arg3 ;
13291 void *argp1 = 0 ;
13292 int res1 = 0 ;
13293 void *argp2 = 0 ;
13294 int res2 = 0 ;
13295 unsigned int val3 ;
13296 int ecode3 = 0 ;
13297 PyObject * obj0 = 0 ;
13298 PyObject * obj1 = 0 ;
13299 PyObject * obj2 = 0 ;
13300
13301 if (!PyArg_ParseTuple(args,(char *)"OOO:SBBroadcaster_AddInitialEventsToListener",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
13302 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
13303 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13304 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster_AddInitialEventsToListener" "', argument " "1"" of type '" "lldb::SBBroadcaster *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster_AddInitialEventsToListener"
"', argument " "1"" of type '" "lldb::SBBroadcaster *""'"); goto
fail; } while(0)
;
13305 }
13306 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13307 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBListener, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[39]
, 0 | 0, 0)
;
13308 if (!SWIG_IsOK(res2)(res2 >= 0)) {
13309 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBroadcaster_AddInitialEventsToListener" "', argument " "2"" of type '" "lldb::SBListener const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBroadcaster_AddInitialEventsToListener"
"', argument " "2"" of type '" "lldb::SBListener const &"
"'"); goto fail; } while(0)
;
13310 }
13311 if (!argp2) {
13312 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBroadcaster_AddInitialEventsToListener" "', argument " "2"" of type '" "lldb::SBListener const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBroadcaster_AddInitialEventsToListener" "', argument "
"2"" of type '" "lldb::SBListener const &""'"); goto fail
; } while(0)
;
13313 }
13314 arg2 = reinterpret_cast< lldb::SBListener * >(argp2);
13315 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
13316 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
13317 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBBroadcaster_AddInitialEventsToListener" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBBroadcaster_AddInitialEventsToListener"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
13318 }
13319 arg3 = static_cast< uint32_t >(val3);
13320 {
13321 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13322 (arg1)->AddInitialEventsToListener((lldb::SBListener const &)*arg2,arg3);
13323 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13324 }
13325 resultobj = SWIG_Py_Void();
13326 return resultobj;
13327fail:
13328 return NULL__null;
13329}
13330
13331
13332SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_AddListener(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13333 PyObject *resultobj = 0;
13334 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
13335 lldb::SBListener *arg2 = 0 ;
13336 uint32_t arg3 ;
13337 void *argp1 = 0 ;
13338 int res1 = 0 ;
13339 void *argp2 = 0 ;
13340 int res2 = 0 ;
13341 unsigned int val3 ;
13342 int ecode3 = 0 ;
13343 PyObject * obj0 = 0 ;
13344 PyObject * obj1 = 0 ;
13345 PyObject * obj2 = 0 ;
13346 uint32_t result;
13347
13348 if (!PyArg_ParseTuple(args,(char *)"OOO:SBBroadcaster_AddListener",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
13349 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
13350 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13351 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster_AddListener" "', argument " "1"" of type '" "lldb::SBBroadcaster *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster_AddListener"
"', argument " "1"" of type '" "lldb::SBBroadcaster *""'"); goto
fail; } while(0)
;
13352 }
13353 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13354 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBListener, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[39]
, 0 | 0, 0)
;
13355 if (!SWIG_IsOK(res2)(res2 >= 0)) {
13356 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBroadcaster_AddListener" "', argument " "2"" of type '" "lldb::SBListener const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBroadcaster_AddListener"
"', argument " "2"" of type '" "lldb::SBListener const &"
"'"); goto fail; } while(0)
;
13357 }
13358 if (!argp2) {
13359 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBroadcaster_AddListener" "', argument " "2"" of type '" "lldb::SBListener const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBroadcaster_AddListener" "', argument " "2"
" of type '" "lldb::SBListener const &""'"); goto fail; }
while(0)
;
13360 }
13361 arg2 = reinterpret_cast< lldb::SBListener * >(argp2);
13362 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
13363 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
13364 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBBroadcaster_AddListener" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBBroadcaster_AddListener"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
13365 }
13366 arg3 = static_cast< uint32_t >(val3);
13367 {
13368 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13369 result = (uint32_t)(arg1)->AddListener((lldb::SBListener const &)*arg2,arg3);
13370 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13371 }
13372 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
13373 return resultobj;
13374fail:
13375 return NULL__null;
13376}
13377
13378
13379SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13380 PyObject *resultobj = 0;
13381 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
13382 void *argp1 = 0 ;
13383 int res1 = 0 ;
13384 PyObject * obj0 = 0 ;
13385 char *result = 0 ;
13386
13387 if (!PyArg_ParseTuple(args,(char *)"O:SBBroadcaster_GetName",&obj0)) SWIG_failgoto fail;
13388 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
13389 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13390 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster_GetName" "', argument " "1"" of type '" "lldb::SBBroadcaster const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster_GetName" "', argument "
"1"" of type '" "lldb::SBBroadcaster const *""'"); goto fail
; } while(0)
;
13391 }
13392 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13393 {
13394 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13395 result = (char *)((lldb::SBBroadcaster const *)arg1)->GetName();
13396 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13397 }
13398 resultobj = SWIG_FromCharPtr((const char *)result);
13399 return resultobj;
13400fail:
13401 return NULL__null;
13402}
13403
13404
13405SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_EventTypeHasListeners(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13406 PyObject *resultobj = 0;
13407 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
13408 uint32_t arg2 ;
13409 void *argp1 = 0 ;
13410 int res1 = 0 ;
13411 unsigned int val2 ;
13412 int ecode2 = 0 ;
13413 PyObject * obj0 = 0 ;
13414 PyObject * obj1 = 0 ;
13415 bool result;
13416
13417 if (!PyArg_ParseTuple(args,(char *)"OO:SBBroadcaster_EventTypeHasListeners",&obj0,&obj1)) SWIG_failgoto fail;
13418 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
13419 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13420 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster_EventTypeHasListeners" "', argument " "1"" of type '" "lldb::SBBroadcaster *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster_EventTypeHasListeners"
"', argument " "1"" of type '" "lldb::SBBroadcaster *""'"); goto
fail; } while(0)
;
13421 }
13422 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13423 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
13424 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
13425 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBBroadcaster_EventTypeHasListeners" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBBroadcaster_EventTypeHasListeners"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
13426 }
13427 arg2 = static_cast< uint32_t >(val2);
13428 {
13429 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13430 result = (bool)(arg1)->EventTypeHasListeners(arg2);
13431 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13432 }
13433 resultobj = SWIG_From_bool(static_cast< bool >(result));
13434 return resultobj;
13435fail:
13436 return NULL__null;
13437}
13438
13439
13440SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_RemoveListener__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13441 PyObject *resultobj = 0;
13442 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
13443 lldb::SBListener *arg2 = 0 ;
13444 uint32_t arg3 ;
13445 void *argp1 = 0 ;
13446 int res1 = 0 ;
13447 void *argp2 = 0 ;
13448 int res2 = 0 ;
13449 unsigned int val3 ;
13450 int ecode3 = 0 ;
13451 PyObject * obj0 = 0 ;
13452 PyObject * obj1 = 0 ;
13453 PyObject * obj2 = 0 ;
13454 bool result;
13455
13456 if (!PyArg_ParseTuple(args,(char *)"OOO:SBBroadcaster_RemoveListener",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
13457 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
13458 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13459 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster_RemoveListener" "', argument " "1"" of type '" "lldb::SBBroadcaster *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster_RemoveListener"
"', argument " "1"" of type '" "lldb::SBBroadcaster *""'"); goto
fail; } while(0)
;
13460 }
13461 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13462 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBListener, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[39]
, 0 | 0, 0)
;
13463 if (!SWIG_IsOK(res2)(res2 >= 0)) {
13464 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBroadcaster_RemoveListener" "', argument " "2"" of type '" "lldb::SBListener const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBroadcaster_RemoveListener"
"', argument " "2"" of type '" "lldb::SBListener const &"
"'"); goto fail; } while(0)
;
13465 }
13466 if (!argp2) {
13467 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBroadcaster_RemoveListener" "', argument " "2"" of type '" "lldb::SBListener const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBroadcaster_RemoveListener" "', argument " "2"
" of type '" "lldb::SBListener const &""'"); goto fail; }
while(0)
;
13468 }
13469 arg2 = reinterpret_cast< lldb::SBListener * >(argp2);
13470 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
13471 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
13472 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBBroadcaster_RemoveListener" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBBroadcaster_RemoveListener"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
13473 }
13474 arg3 = static_cast< uint32_t >(val3);
13475 {
13476 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13477 result = (bool)(arg1)->RemoveListener((lldb::SBListener const &)*arg2,arg3);
13478 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13479 }
13480 resultobj = SWIG_From_bool(static_cast< bool >(result));
13481 return resultobj;
13482fail:
13483 return NULL__null;
13484}
13485
13486
13487SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_RemoveListener__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13488 PyObject *resultobj = 0;
13489 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
13490 lldb::SBListener *arg2 = 0 ;
13491 void *argp1 = 0 ;
13492 int res1 = 0 ;
13493 void *argp2 = 0 ;
13494 int res2 = 0 ;
13495 PyObject * obj0 = 0 ;
13496 PyObject * obj1 = 0 ;
13497 bool result;
13498
13499 if (!PyArg_ParseTuple(args,(char *)"OO:SBBroadcaster_RemoveListener",&obj0,&obj1)) SWIG_failgoto fail;
13500 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
13501 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13502 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster_RemoveListener" "', argument " "1"" of type '" "lldb::SBBroadcaster *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster_RemoveListener"
"', argument " "1"" of type '" "lldb::SBBroadcaster *""'"); goto
fail; } while(0)
;
13503 }
13504 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13505 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBListener, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[39]
, 0 | 0, 0)
;
13506 if (!SWIG_IsOK(res2)(res2 >= 0)) {
13507 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBroadcaster_RemoveListener" "', argument " "2"" of type '" "lldb::SBListener const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBroadcaster_RemoveListener"
"', argument " "2"" of type '" "lldb::SBListener const &"
"'"); goto fail; } while(0)
;
13508 }
13509 if (!argp2) {
13510 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBroadcaster_RemoveListener" "', argument " "2"" of type '" "lldb::SBListener const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBroadcaster_RemoveListener" "', argument " "2"
" of type '" "lldb::SBListener const &""'"); goto fail; }
while(0)
;
13511 }
13512 arg2 = reinterpret_cast< lldb::SBListener * >(argp2);
13513 {
13514 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13515 result = (bool)(arg1)->RemoveListener((lldb::SBListener const &)*arg2);
13516 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13517 }
13518 resultobj = SWIG_From_bool(static_cast< bool >(result));
13519 return resultobj;
13520fail:
13521 return NULL__null;
13522}
13523
13524
13525SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster_RemoveListener(PyObject *self, PyObject *args) {
13526 Py_ssize_t argc;
13527 PyObject *argv[4] = {
13528 0
13529 };
13530 Py_ssize_t ii;
13531
13532 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
13533 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
13534 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
13535 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
13536 }
13537 if (argc == 2) {
13538 int _v;
13539 void *vptr = 0;
13540 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBBroadcaster, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[16
], 0, 0)
;
13541 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13542 if (_v) {
13543 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBListener, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[39], 0, 0
)
;
13544 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13545 if (_v) {
13546 return _wrap_SBBroadcaster_RemoveListener__SWIG_1(self, args);
13547 }
13548 }
13549 }
13550 if (argc == 3) {
13551 int _v;
13552 void *vptr = 0;
13553 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBBroadcaster, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[16
], 0, 0)
;
13554 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13555 if (_v) {
13556 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBListener, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[39], 0, 0
)
;
13557 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13558 if (_v) {
13559 {
13560 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
13561 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
13562 }
13563 if (_v) {
13564 return _wrap_SBBroadcaster_RemoveListener__SWIG_0(self, args);
13565 }
13566 }
13567 }
13568 }
13569
13570fail:
13571 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBBroadcaster_RemoveListener'.\n"
13572 " Possible C/C++ prototypes are:\n"
13573 " lldb::SBBroadcaster::RemoveListener(lldb::SBListener const &,uint32_t)\n"
13574 " lldb::SBBroadcaster::RemoveListener(lldb::SBListener const &)\n");
13575 return 0;
13576}
13577
13578
13579SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13580 PyObject *resultobj = 0;
13581 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
13582 lldb::SBBroadcaster *arg2 = 0 ;
13583 void *argp1 = 0 ;
13584 int res1 = 0 ;
13585 void *argp2 = 0 ;
13586 int res2 = 0 ;
13587 PyObject * obj0 = 0 ;
13588 PyObject * obj1 = 0 ;
13589 bool result;
13590
13591 if (!PyArg_ParseTuple(args,(char *)"OO:SBBroadcaster___eq__",&obj0,&obj1)) SWIG_failgoto fail;
13592 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
13593 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13594 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster___eq__" "', argument " "1"" of type '" "lldb::SBBroadcaster const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster___eq__" "', argument "
"1"" of type '" "lldb::SBBroadcaster const *""'"); goto fail
; } while(0)
;
13595 }
13596 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13597 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[16]
, 0 | 0, 0)
;
13598 if (!SWIG_IsOK(res2)(res2 >= 0)) {
13599 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBroadcaster___eq__" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBroadcaster___eq__" "', argument "
"2"" of type '" "lldb::SBBroadcaster const &""'"); goto fail
; } while(0)
;
13600 }
13601 if (!argp2) {
13602 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBroadcaster___eq__" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBroadcaster___eq__" "', argument " "2"" of type '"
"lldb::SBBroadcaster const &""'"); goto fail; } while(0)
;
13603 }
13604 arg2 = reinterpret_cast< lldb::SBBroadcaster * >(argp2);
13605 {
13606 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13607 result = (bool)((lldb::SBBroadcaster const *)arg1)->operator ==((lldb::SBBroadcaster const &)*arg2);
13608 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13609 }
13610 resultobj = SWIG_From_bool(static_cast< bool >(result));
13611 return resultobj;
13612fail:
13613 return NULL__null;
13614}
13615
13616
13617SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBBroadcaster___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13618 PyObject *resultobj = 0;
13619 lldb::SBBroadcaster *arg1 = (lldb::SBBroadcaster *) 0 ;
13620 lldb::SBBroadcaster *arg2 = 0 ;
13621 void *argp1 = 0 ;
13622 int res1 = 0 ;
13623 void *argp2 = 0 ;
13624 int res2 = 0 ;
13625 PyObject * obj0 = 0 ;
13626 PyObject * obj1 = 0 ;
13627 bool result;
13628
13629 if (!PyArg_ParseTuple(args,(char *)"OO:SBBroadcaster___ne__",&obj0,&obj1)) SWIG_failgoto fail;
13630 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[16]
, 0 | 0, 0)
;
13631 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13632 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBBroadcaster___ne__" "', argument " "1"" of type '" "lldb::SBBroadcaster const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBBroadcaster___ne__" "', argument "
"1"" of type '" "lldb::SBBroadcaster const *""'"); goto fail
; } while(0)
;
13633 }
13634 arg1 = reinterpret_cast< lldb::SBBroadcaster * >(argp1);
13635 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[16]
, 0 | 0, 0)
;
13636 if (!SWIG_IsOK(res2)(res2 >= 0)) {
13637 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBBroadcaster___ne__" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBBroadcaster___ne__" "', argument "
"2"" of type '" "lldb::SBBroadcaster const &""'"); goto fail
; } while(0)
;
13638 }
13639 if (!argp2) {
13640 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBBroadcaster___ne__" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBBroadcaster___ne__" "', argument " "2"" of type '"
"lldb::SBBroadcaster const &""'"); goto fail; } while(0)
;
13641 }
13642 arg2 = reinterpret_cast< lldb::SBBroadcaster * >(argp2);
13643 {
13644 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13645 result = (bool)((lldb::SBBroadcaster const *)arg1)->operator !=((lldb::SBBroadcaster const &)*arg2);
13646 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13647 }
13648 resultobj = SWIG_From_bool(static_cast< bool >(result));
13649 return resultobj;
13650fail:
13651 return NULL__null;
13652}
13653
13654
13655SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBBroadcaster_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13656 PyObject *obj;
13657 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
13658 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBBroadcasterswig_types[16], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
13659 return SWIG_Py_Void();
13660}
13661
13662SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBCommandInterpreterRunOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13663 PyObject *resultobj = 0;
13664 lldb::SBCommandInterpreterRunOptions *result = 0 ;
13665
13666 if (!PyArg_ParseTuple(args,(char *)":new_SBCommandInterpreterRunOptions")) SWIG_failgoto fail;
13667 {
13668 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13669 result = (lldb::SBCommandInterpreterRunOptions *)new lldb::SBCommandInterpreterRunOptions();
13670 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13671 }
13672 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[18], (
(0x1 << 1) | 0x1) | 0)
;
13673 return resultobj;
13674fail:
13675 return NULL__null;
13676}
13677
13678
13679SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBCommandInterpreterRunOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13680 PyObject *resultobj = 0;
13681 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
13682 void *argp1 = 0 ;
13683 int res1 = 0 ;
13684 PyObject * obj0 = 0 ;
13685
13686 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBCommandInterpreterRunOptions",&obj0)) SWIG_failgoto fail;
13687 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0x1 | 0, 0)
;
13688 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13689 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBCommandInterpreterRunOptions" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBCommandInterpreterRunOptions"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *"
"'"); goto fail; } while(0)
;
13690 }
13691 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
13692 {
13693 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13694 delete arg1;
13695 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13696 }
13697 resultobj = SWIG_Py_Void();
13698 return resultobj;
13699fail:
13700 return NULL__null;
13701}
13702
13703
13704SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreterRunOptions_GetStopOnContinue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13705 PyObject *resultobj = 0;
13706 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
13707 void *argp1 = 0 ;
13708 int res1 = 0 ;
13709 PyObject * obj0 = 0 ;
13710 bool result;
13711
13712 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreterRunOptions_GetStopOnContinue",&obj0)) SWIG_failgoto fail;
13713 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0 | 0, 0)
;
13714 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13715 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreterRunOptions_GetStopOnContinue" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreterRunOptions_GetStopOnContinue"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions const *"
"'"); goto fail; } while(0)
;
13716 }
13717 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
13718 {
13719 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13720 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnContinue();
13721 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13722 }
13723 resultobj = SWIG_From_bool(static_cast< bool >(result));
13724 return resultobj;
13725fail:
13726 return NULL__null;
13727}
13728
13729
13730SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreterRunOptions_SetStopOnContinue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13731 PyObject *resultobj = 0;
13732 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
13733 bool arg2 ;
13734 void *argp1 = 0 ;
13735 int res1 = 0 ;
13736 bool val2 ;
13737 int ecode2 = 0 ;
13738 PyObject * obj0 = 0 ;
13739 PyObject * obj1 = 0 ;
13740
13741 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreterRunOptions_SetStopOnContinue",&obj0,&obj1)) SWIG_failgoto fail;
13742 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0 | 0, 0)
;
13743 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13744 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreterRunOptions_SetStopOnContinue" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreterRunOptions_SetStopOnContinue"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *"
"'"); goto fail; } while(0)
;
13745 }
13746 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
13747 ecode2 = SWIG_AsVal_bool(obj1, &val2);
13748 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
13749 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommandInterpreterRunOptions_SetStopOnContinue" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommandInterpreterRunOptions_SetStopOnContinue"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
13750 }
13751 arg2 = static_cast< bool >(val2);
13752 {
13753 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13754 (arg1)->SetStopOnContinue(arg2);
13755 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13756 }
13757 resultobj = SWIG_Py_Void();
13758 return resultobj;
13759fail:
13760 return NULL__null;
13761}
13762
13763
13764SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreterRunOptions_GetStopOnError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13765 PyObject *resultobj = 0;
13766 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
13767 void *argp1 = 0 ;
13768 int res1 = 0 ;
13769 PyObject * obj0 = 0 ;
13770 bool result;
13771
13772 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreterRunOptions_GetStopOnError",&obj0)) SWIG_failgoto fail;
13773 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0 | 0, 0)
;
13774 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13775 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreterRunOptions_GetStopOnError" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreterRunOptions_GetStopOnError"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions const *"
"'"); goto fail; } while(0)
;
13776 }
13777 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
13778 {
13779 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13780 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnError();
13781 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13782 }
13783 resultobj = SWIG_From_bool(static_cast< bool >(result));
13784 return resultobj;
13785fail:
13786 return NULL__null;
13787}
13788
13789
13790SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreterRunOptions_SetStopOnError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13791 PyObject *resultobj = 0;
13792 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
13793 bool arg2 ;
13794 void *argp1 = 0 ;
13795 int res1 = 0 ;
13796 bool val2 ;
13797 int ecode2 = 0 ;
13798 PyObject * obj0 = 0 ;
13799 PyObject * obj1 = 0 ;
13800
13801 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreterRunOptions_SetStopOnError",&obj0,&obj1)) SWIG_failgoto fail;
13802 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0 | 0, 0)
;
13803 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13804 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreterRunOptions_SetStopOnError" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreterRunOptions_SetStopOnError"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *"
"'"); goto fail; } while(0)
;
13805 }
13806 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
13807 ecode2 = SWIG_AsVal_bool(obj1, &val2);
13808 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
13809 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommandInterpreterRunOptions_SetStopOnError" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommandInterpreterRunOptions_SetStopOnError"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
13810 }
13811 arg2 = static_cast< bool >(val2);
13812 {
13813 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13814 (arg1)->SetStopOnError(arg2);
13815 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13816 }
13817 resultobj = SWIG_Py_Void();
13818 return resultobj;
13819fail:
13820 return NULL__null;
13821}
13822
13823
13824SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreterRunOptions_GetStopOnCrash(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13825 PyObject *resultobj = 0;
13826 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
13827 void *argp1 = 0 ;
13828 int res1 = 0 ;
13829 PyObject * obj0 = 0 ;
13830 bool result;
13831
13832 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreterRunOptions_GetStopOnCrash",&obj0)) SWIG_failgoto fail;
13833 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0 | 0, 0)
;
13834 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13835 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreterRunOptions_GetStopOnCrash" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreterRunOptions_GetStopOnCrash"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions const *"
"'"); goto fail; } while(0)
;
13836 }
13837 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
13838 {
13839 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13840 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnCrash();
13841 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13842 }
13843 resultobj = SWIG_From_bool(static_cast< bool >(result));
13844 return resultobj;
13845fail:
13846 return NULL__null;
13847}
13848
13849
13850SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreterRunOptions_SetStopOnCrash(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13851 PyObject *resultobj = 0;
13852 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
13853 bool arg2 ;
13854 void *argp1 = 0 ;
13855 int res1 = 0 ;
13856 bool val2 ;
13857 int ecode2 = 0 ;
13858 PyObject * obj0 = 0 ;
13859 PyObject * obj1 = 0 ;
13860
13861 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreterRunOptions_SetStopOnCrash",&obj0,&obj1)) SWIG_failgoto fail;
13862 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0 | 0, 0)
;
13863 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13864 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreterRunOptions_SetStopOnCrash" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreterRunOptions_SetStopOnCrash"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *"
"'"); goto fail; } while(0)
;
13865 }
13866 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
13867 ecode2 = SWIG_AsVal_bool(obj1, &val2);
13868 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
13869 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommandInterpreterRunOptions_SetStopOnCrash" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommandInterpreterRunOptions_SetStopOnCrash"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
13870 }
13871 arg2 = static_cast< bool >(val2);
13872 {
13873 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13874 (arg1)->SetStopOnCrash(arg2);
13875 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13876 }
13877 resultobj = SWIG_Py_Void();
13878 return resultobj;
13879fail:
13880 return NULL__null;
13881}
13882
13883
13884SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreterRunOptions_GetEchoCommands(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13885 PyObject *resultobj = 0;
13886 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
13887 void *argp1 = 0 ;
13888 int res1 = 0 ;
13889 PyObject * obj0 = 0 ;
13890 bool result;
13891
13892 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreterRunOptions_GetEchoCommands",&obj0)) SWIG_failgoto fail;
13893 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0 | 0, 0)
;
13894 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13895 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreterRunOptions_GetEchoCommands" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreterRunOptions_GetEchoCommands"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions const *"
"'"); goto fail; } while(0)
;
13896 }
13897 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
13898 {
13899 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13900 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetEchoCommands();
13901 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13902 }
13903 resultobj = SWIG_From_bool(static_cast< bool >(result));
13904 return resultobj;
13905fail:
13906 return NULL__null;
13907}
13908
13909
13910SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreterRunOptions_SetEchoCommands(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13911 PyObject *resultobj = 0;
13912 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
13913 bool arg2 ;
13914 void *argp1 = 0 ;
13915 int res1 = 0 ;
13916 bool val2 ;
13917 int ecode2 = 0 ;
13918 PyObject * obj0 = 0 ;
13919 PyObject * obj1 = 0 ;
13920
13921 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreterRunOptions_SetEchoCommands",&obj0,&obj1)) SWIG_failgoto fail;
13922 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0 | 0, 0)
;
13923 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13924 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreterRunOptions_SetEchoCommands" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreterRunOptions_SetEchoCommands"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *"
"'"); goto fail; } while(0)
;
13925 }
13926 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
13927 ecode2 = SWIG_AsVal_bool(obj1, &val2);
13928 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
13929 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommandInterpreterRunOptions_SetEchoCommands" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommandInterpreterRunOptions_SetEchoCommands"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
13930 }
13931 arg2 = static_cast< bool >(val2);
13932 {
13933 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13934 (arg1)->SetEchoCommands(arg2);
13935 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13936 }
13937 resultobj = SWIG_Py_Void();
13938 return resultobj;
13939fail:
13940 return NULL__null;
13941}
13942
13943
13944SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreterRunOptions_GetPrintResults(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13945 PyObject *resultobj = 0;
13946 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
13947 void *argp1 = 0 ;
13948 int res1 = 0 ;
13949 PyObject * obj0 = 0 ;
13950 bool result;
13951
13952 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreterRunOptions_GetPrintResults",&obj0)) SWIG_failgoto fail;
13953 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0 | 0, 0)
;
13954 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13955 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreterRunOptions_GetPrintResults" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreterRunOptions_GetPrintResults"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions const *"
"'"); goto fail; } while(0)
;
13956 }
13957 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
13958 {
13959 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13960 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetPrintResults();
13961 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13962 }
13963 resultobj = SWIG_From_bool(static_cast< bool >(result));
13964 return resultobj;
13965fail:
13966 return NULL__null;
13967}
13968
13969
13970SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreterRunOptions_SetPrintResults(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
13971 PyObject *resultobj = 0;
13972 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
13973 bool arg2 ;
13974 void *argp1 = 0 ;
13975 int res1 = 0 ;
13976 bool val2 ;
13977 int ecode2 = 0 ;
13978 PyObject * obj0 = 0 ;
13979 PyObject * obj1 = 0 ;
13980
13981 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreterRunOptions_SetPrintResults",&obj0,&obj1)) SWIG_failgoto fail;
13982 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0 | 0, 0)
;
13983 if (!SWIG_IsOK(res1)(res1 >= 0)) {
13984 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreterRunOptions_SetPrintResults" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreterRunOptions_SetPrintResults"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *"
"'"); goto fail; } while(0)
;
13985 }
13986 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
13987 ecode2 = SWIG_AsVal_bool(obj1, &val2);
13988 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
13989 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommandInterpreterRunOptions_SetPrintResults" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommandInterpreterRunOptions_SetPrintResults"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
13990 }
13991 arg2 = static_cast< bool >(val2);
13992 {
13993 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
13994 (arg1)->SetPrintResults(arg2);
13995 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
13996 }
13997 resultobj = SWIG_Py_Void();
13998 return resultobj;
13999fail:
14000 return NULL__null;
14001}
14002
14003
14004SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreterRunOptions_GetAddToHistory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14005 PyObject *resultobj = 0;
14006 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
14007 void *argp1 = 0 ;
14008 int res1 = 0 ;
14009 PyObject * obj0 = 0 ;
14010 bool result;
14011
14012 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreterRunOptions_GetAddToHistory",&obj0)) SWIG_failgoto fail;
14013 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0 | 0, 0)
;
14014 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14015 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreterRunOptions_GetAddToHistory" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreterRunOptions_GetAddToHistory"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions const *"
"'"); goto fail; } while(0)
;
14016 }
14017 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
14018 {
14019 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14020 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetAddToHistory();
14021 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14022 }
14023 resultobj = SWIG_From_bool(static_cast< bool >(result));
14024 return resultobj;
14025fail:
14026 return NULL__null;
14027}
14028
14029
14030SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreterRunOptions_SetAddToHistory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14031 PyObject *resultobj = 0;
14032 lldb::SBCommandInterpreterRunOptions *arg1 = (lldb::SBCommandInterpreterRunOptions *) 0 ;
14033 bool arg2 ;
14034 void *argp1 = 0 ;
14035 int res1 = 0 ;
14036 bool val2 ;
14037 int ecode2 = 0 ;
14038 PyObject * obj0 = 0 ;
14039 PyObject * obj1 = 0 ;
14040
14041 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreterRunOptions_SetAddToHistory",&obj0,&obj1)) SWIG_failgoto fail;
14042 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[18]
, 0 | 0, 0)
;
14043 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14044 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreterRunOptions_SetAddToHistory" "', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreterRunOptions_SetAddToHistory"
"', argument " "1"" of type '" "lldb::SBCommandInterpreterRunOptions *"
"'"); goto fail; } while(0)
;
14045 }
14046 arg1 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp1);
14047 ecode2 = SWIG_AsVal_bool(obj1, &val2);
14048 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
14049 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommandInterpreterRunOptions_SetAddToHistory" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommandInterpreterRunOptions_SetAddToHistory"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
14050 }
14051 arg2 = static_cast< bool >(val2);
14052 {
14053 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14054 (arg1)->SetAddToHistory(arg2);
14055 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14056 }
14057 resultobj = SWIG_Py_Void();
14058 return resultobj;
14059fail:
14060 return NULL__null;
14061}
14062
14063
14064SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBCommandInterpreterRunOptions_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14065 PyObject *obj;
14066 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
14067 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBCommandInterpreterRunOptionsswig_types[18], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
14068 return SWIG_Py_Void();
14069}
14070
14071SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBCommandInterpreter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14072 PyObject *resultobj = 0;
14073 lldb::SBCommandInterpreter *arg1 = 0 ;
14074 void *argp1 = 0 ;
14075 int res1 = 0 ;
14076 PyObject * obj0 = 0 ;
14077 lldb::SBCommandInterpreter *result = 0 ;
14078
14079 if (!PyArg_ParseTuple(args,(char *)"O:new_SBCommandInterpreter",&obj0)) SWIG_failgoto fail;
14080 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14081 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14082 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBCommandInterpreter" "', argument " "1"" of type '" "lldb::SBCommandInterpreter const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBCommandInterpreter" "', argument "
"1"" of type '" "lldb::SBCommandInterpreter const &""'")
; goto fail; } while(0)
;
14083 }
14084 if (!argp1) {
14085 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBCommandInterpreter" "', argument " "1"" of type '" "lldb::SBCommandInterpreter const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBCommandInterpreter" "', argument " "1"" of type '"
"lldb::SBCommandInterpreter const &""'"); goto fail; } while
(0)
;
14086 }
14087 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14088 {
14089 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14090 result = (lldb::SBCommandInterpreter *)new lldb::SBCommandInterpreter((lldb::SBCommandInterpreter const &)*arg1);
14091 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14092 }
14093 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBCommandInterpreter, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[17], (
(0x1 << 1) | 0x1) | 0)
;
14094 return resultobj;
14095fail:
14096 return NULL__null;
14097}
14098
14099
14100SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBCommandInterpreter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14101 PyObject *resultobj = 0;
14102 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14103 void *argp1 = 0 ;
14104 int res1 = 0 ;
14105 PyObject * obj0 = 0 ;
14106
14107 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBCommandInterpreter",&obj0)) SWIG_failgoto fail;
14108 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0x1 | 0, 0)
;
14109 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14110 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBCommandInterpreter" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBCommandInterpreter"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14111 }
14112 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14113 {
14114 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14115 delete arg1;
14116 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14117 }
14118 resultobj = SWIG_Py_Void();
14119 return resultobj;
14120fail:
14121 return NULL__null;
14122}
14123
14124
14125SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_GetArgumentTypeAsCString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14126 PyObject *resultobj = 0;
14127 lldb::CommandArgumentType arg1 ;
14128 int val1 ;
14129 int ecode1 = 0 ;
14130 PyObject * obj0 = 0 ;
14131 char *result = 0 ;
14132
14133 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_GetArgumentTypeAsCString",&obj0)) SWIG_failgoto fail;
14134 ecode1 = SWIG_AsVal_int(obj0, &val1);
14135 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
14136 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBCommandInterpreter_GetArgumentTypeAsCString" "', argument " "1"" of type '" "lldb::CommandArgumentType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBCommandInterpreter_GetArgumentTypeAsCString"
"', argument " "1"" of type '" "lldb::CommandArgumentType""'"
); goto fail; } while(0)
;
14137 }
14138 arg1 = static_cast< lldb::CommandArgumentType >(val1);
14139 {
14140 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14141 result = (char *)lldb::SBCommandInterpreter::GetArgumentTypeAsCString(arg1);
14142 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14143 }
14144 resultobj = SWIG_FromCharPtr((const char *)result);
14145 return resultobj;
14146fail:
14147 return NULL__null;
14148}
14149
14150
14151SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_GetArgumentDescriptionAsCString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14152 PyObject *resultobj = 0;
14153 lldb::CommandArgumentType arg1 ;
14154 int val1 ;
14155 int ecode1 = 0 ;
14156 PyObject * obj0 = 0 ;
14157 char *result = 0 ;
14158
14159 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_GetArgumentDescriptionAsCString",&obj0)) SWIG_failgoto fail;
14160 ecode1 = SWIG_AsVal_int(obj0, &val1);
14161 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
14162 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBCommandInterpreter_GetArgumentDescriptionAsCString" "', argument " "1"" of type '" "lldb::CommandArgumentType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBCommandInterpreter_GetArgumentDescriptionAsCString"
"', argument " "1"" of type '" "lldb::CommandArgumentType""'"
); goto fail; } while(0)
;
14163 }
14164 arg1 = static_cast< lldb::CommandArgumentType >(val1);
14165 {
14166 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14167 result = (char *)lldb::SBCommandInterpreter::GetArgumentDescriptionAsCString(arg1);
14168 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14169 }
14170 resultobj = SWIG_FromCharPtr((const char *)result);
14171 return resultobj;
14172fail:
14173 return NULL__null;
14174}
14175
14176
14177SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_EventIsCommandInterpreterEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14178 PyObject *resultobj = 0;
14179 lldb::SBEvent *arg1 = 0 ;
14180 void *argp1 = 0 ;
14181 int res1 = 0 ;
14182 PyObject * obj0 = 0 ;
14183 bool result;
14184
14185 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_EventIsCommandInterpreterEvent",&obj0)) SWIG_failgoto fail;
14186 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
14187 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14188 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_EventIsCommandInterpreterEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_EventIsCommandInterpreterEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
14189 }
14190 if (!argp1) {
14191 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_EventIsCommandInterpreterEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_EventIsCommandInterpreterEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
14192 }
14193 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
14194 {
14195 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14196 result = (bool)lldb::SBCommandInterpreter::EventIsCommandInterpreterEvent((lldb::SBEvent const &)*arg1);
14197 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14198 }
14199 resultobj = SWIG_From_bool(static_cast< bool >(result));
14200 return resultobj;
14201fail:
14202 return NULL__null;
14203}
14204
14205
14206SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14207 PyObject *resultobj = 0;
14208 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14209 void *argp1 = 0 ;
14210 int res1 = 0 ;
14211 PyObject * obj0 = 0 ;
14212 bool result;
14213
14214 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_IsValid",&obj0)) SWIG_failgoto fail;
14215 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14216 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14217 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_IsValid" "', argument " "1"" of type '" "lldb::SBCommandInterpreter const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_IsValid"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter const *"
"'"); goto fail; } while(0)
;
14218 }
14219 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14220 {
14221 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14222 result = (bool)((lldb::SBCommandInterpreter const *)arg1)->IsValid();
14223 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14224 }
14225 resultobj = SWIG_From_bool(static_cast< bool >(result));
14226 return resultobj;
14227fail:
14228 return NULL__null;
14229}
14230
14231
14232SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_GetIOHandlerControlSequence(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14233 PyObject *resultobj = 0;
14234 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14235 char arg2 ;
14236 void *argp1 = 0 ;
14237 int res1 = 0 ;
14238 char val2 ;
14239 int ecode2 = 0 ;
14240 PyObject * obj0 = 0 ;
14241 PyObject * obj1 = 0 ;
14242 char *result = 0 ;
14243
14244 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreter_GetIOHandlerControlSequence",&obj0,&obj1)) SWIG_failgoto fail;
14245 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14246 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14247 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_GetIOHandlerControlSequence" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_GetIOHandlerControlSequence"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14248 }
14249 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14250 ecode2 = SWIG_AsVal_char(obj1, &val2);
14251 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
14252 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommandInterpreter_GetIOHandlerControlSequence" "', argument " "2"" of type '" "char""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommandInterpreter_GetIOHandlerControlSequence"
"', argument " "2"" of type '" "char""'"); goto fail; } while
(0)
;
14253 }
14254 arg2 = static_cast< char >(val2);
14255 {
14256 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14257 result = (char *)(arg1)->GetIOHandlerControlSequence(arg2);
14258 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14259 }
14260 resultobj = SWIG_FromCharPtr((const char *)result);
14261 return resultobj;
14262fail:
14263 return NULL__null;
14264}
14265
14266
14267SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_GetPromptOnQuit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14268 PyObject *resultobj = 0;
14269 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14270 void *argp1 = 0 ;
14271 int res1 = 0 ;
14272 PyObject * obj0 = 0 ;
14273 bool result;
14274
14275 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_GetPromptOnQuit",&obj0)) SWIG_failgoto fail;
14276 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14277 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14278 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_GetPromptOnQuit" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_GetPromptOnQuit"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14279 }
14280 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14281 {
14282 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14283 result = (bool)(arg1)->GetPromptOnQuit();
14284 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14285 }
14286 resultobj = SWIG_From_bool(static_cast< bool >(result));
14287 return resultobj;
14288fail:
14289 return NULL__null;
14290}
14291
14292
14293SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_SetPromptOnQuit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14294 PyObject *resultobj = 0;
14295 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14296 bool arg2 ;
14297 void *argp1 = 0 ;
14298 int res1 = 0 ;
14299 bool val2 ;
14300 int ecode2 = 0 ;
14301 PyObject * obj0 = 0 ;
14302 PyObject * obj1 = 0 ;
14303
14304 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreter_SetPromptOnQuit",&obj0,&obj1)) SWIG_failgoto fail;
14305 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14306 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14307 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_SetPromptOnQuit" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_SetPromptOnQuit"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14308 }
14309 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14310 ecode2 = SWIG_AsVal_bool(obj1, &val2);
14311 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
14312 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommandInterpreter_SetPromptOnQuit" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommandInterpreter_SetPromptOnQuit"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
14313 }
14314 arg2 = static_cast< bool >(val2);
14315 {
14316 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14317 (arg1)->SetPromptOnQuit(arg2);
14318 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14319 }
14320 resultobj = SWIG_Py_Void();
14321 return resultobj;
14322fail:
14323 return NULL__null;
14324}
14325
14326
14327SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_AllowExitCodeOnQuit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14328 PyObject *resultobj = 0;
14329 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14330 bool arg2 ;
14331 void *argp1 = 0 ;
14332 int res1 = 0 ;
14333 bool val2 ;
14334 int ecode2 = 0 ;
14335 PyObject * obj0 = 0 ;
14336 PyObject * obj1 = 0 ;
14337
14338 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreter_AllowExitCodeOnQuit",&obj0,&obj1)) SWIG_failgoto fail;
14339 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14340 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14341 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_AllowExitCodeOnQuit" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_AllowExitCodeOnQuit"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14342 }
14343 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14344 ecode2 = SWIG_AsVal_bool(obj1, &val2);
14345 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
14346 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommandInterpreter_AllowExitCodeOnQuit" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommandInterpreter_AllowExitCodeOnQuit"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
14347 }
14348 arg2 = static_cast< bool >(val2);
14349 {
14350 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14351 (arg1)->AllowExitCodeOnQuit(arg2);
14352 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14353 }
14354 resultobj = SWIG_Py_Void();
14355 return resultobj;
14356fail:
14357 return NULL__null;
14358}
14359
14360
14361SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_HasCustomQuitExitCode(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14362 PyObject *resultobj = 0;
14363 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14364 void *argp1 = 0 ;
14365 int res1 = 0 ;
14366 PyObject * obj0 = 0 ;
14367 bool result;
14368
14369 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_HasCustomQuitExitCode",&obj0)) SWIG_failgoto fail;
14370 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14371 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14372 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_HasCustomQuitExitCode" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_HasCustomQuitExitCode"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14373 }
14374 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14375 {
14376 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14377 result = (bool)(arg1)->HasCustomQuitExitCode();
14378 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14379 }
14380 resultobj = SWIG_From_bool(static_cast< bool >(result));
14381 return resultobj;
14382fail:
14383 return NULL__null;
14384}
14385
14386
14387SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_GetQuitStatus(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14388 PyObject *resultobj = 0;
14389 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14390 void *argp1 = 0 ;
14391 int res1 = 0 ;
14392 PyObject * obj0 = 0 ;
14393 int result;
14394
14395 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_GetQuitStatus",&obj0)) SWIG_failgoto fail;
14396 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14397 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14398 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_GetQuitStatus" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_GetQuitStatus"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14399 }
14400 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14401 {
14402 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14403 result = (int)(arg1)->GetQuitStatus();
14404 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14405 }
14406 resultobj = SWIG_From_int(static_cast< int >(result));
14407 return resultobj;
14408fail:
14409 return NULL__null;
14410}
14411
14412
14413SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_ResolveCommand(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14414 PyObject *resultobj = 0;
14415 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14416 char *arg2 = (char *) 0 ;
14417 lldb::SBCommandReturnObject *arg3 = 0 ;
14418 void *argp1 = 0 ;
14419 int res1 = 0 ;
14420 int res2 ;
14421 char *buf2 = 0 ;
14422 int alloc2 = 0 ;
14423 void *argp3 = 0 ;
14424 int res3 = 0 ;
14425 PyObject * obj0 = 0 ;
14426 PyObject * obj1 = 0 ;
14427 PyObject * obj2 = 0 ;
14428
14429 if (!PyArg_ParseTuple(args,(char *)"OOO:SBCommandInterpreter_ResolveCommand",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
14430 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14431 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14432 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_ResolveCommand" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_ResolveCommand"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14433 }
14434 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14435 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
14436 if (!SWIG_IsOK(res2)(res2 >= 0)) {
14437 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandInterpreter_ResolveCommand" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandInterpreter_ResolveCommand"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
14438 }
14439 arg2 = reinterpret_cast< char * >(buf2);
14440 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBCommandReturnObject, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[19]
, 0, 0)
;
14441 if (!SWIG_IsOK(res3)(res3 >= 0)) {
14442 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBCommandInterpreter_ResolveCommand" "', argument " "3"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBCommandInterpreter_ResolveCommand"
"', argument " "3"" of type '" "lldb::SBCommandReturnObject &"
"'"); goto fail; } while(0)
;
14443 }
14444 if (!argp3) {
14445 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_ResolveCommand" "', argument " "3"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_ResolveCommand" "', argument "
"3"" of type '" "lldb::SBCommandReturnObject &""'"); goto
fail; } while(0)
;
14446 }
14447 arg3 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp3);
14448 {
14449 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14450 (arg1)->ResolveCommand((char const *)arg2,*arg3);
14451 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14452 }
14453 resultobj = SWIG_Py_Void();
14454 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
14455 return resultobj;
14456fail:
14457 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
14458 return NULL__null;
14459}
14460
14461
14462SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_CommandExists(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14463 PyObject *resultobj = 0;
14464 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14465 char *arg2 = (char *) 0 ;
14466 void *argp1 = 0 ;
14467 int res1 = 0 ;
14468 int res2 ;
14469 char *buf2 = 0 ;
14470 int alloc2 = 0 ;
14471 PyObject * obj0 = 0 ;
14472 PyObject * obj1 = 0 ;
14473 bool result;
14474
14475 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreter_CommandExists",&obj0,&obj1)) SWIG_failgoto fail;
14476 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14477 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14478 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_CommandExists" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_CommandExists"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14479 }
14480 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14481 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
14482 if (!SWIG_IsOK(res2)(res2 >= 0)) {
14483 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandInterpreter_CommandExists" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandInterpreter_CommandExists"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
14484 }
14485 arg2 = reinterpret_cast< char * >(buf2);
14486 {
14487 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14488 result = (bool)(arg1)->CommandExists((char const *)arg2);
14489 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14490 }
14491 resultobj = SWIG_From_bool(static_cast< bool >(result));
14492 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
14493 return resultobj;
14494fail:
14495 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
14496 return NULL__null;
14497}
14498
14499
14500SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_AliasExists(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14501 PyObject *resultobj = 0;
14502 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14503 char *arg2 = (char *) 0 ;
14504 void *argp1 = 0 ;
14505 int res1 = 0 ;
14506 int res2 ;
14507 char *buf2 = 0 ;
14508 int alloc2 = 0 ;
14509 PyObject * obj0 = 0 ;
14510 PyObject * obj1 = 0 ;
14511 bool result;
14512
14513 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreter_AliasExists",&obj0,&obj1)) SWIG_failgoto fail;
14514 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14515 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14516 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_AliasExists" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_AliasExists"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14517 }
14518 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14519 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
14520 if (!SWIG_IsOK(res2)(res2 >= 0)) {
14521 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandInterpreter_AliasExists" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandInterpreter_AliasExists"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
14522 }
14523 arg2 = reinterpret_cast< char * >(buf2);
14524 {
14525 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14526 result = (bool)(arg1)->AliasExists((char const *)arg2);
14527 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14528 }
14529 resultobj = SWIG_From_bool(static_cast< bool >(result));
14530 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
14531 return resultobj;
14532fail:
14533 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
14534 return NULL__null;
14535}
14536
14537
14538SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_GetBroadcaster(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14539 PyObject *resultobj = 0;
14540 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14541 void *argp1 = 0 ;
14542 int res1 = 0 ;
14543 PyObject * obj0 = 0 ;
14544 lldb::SBBroadcaster result;
14545
14546 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_GetBroadcaster",&obj0)) SWIG_failgoto fail;
14547 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14548 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14549 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_GetBroadcaster" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_GetBroadcaster"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14550 }
14551 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14552 {
14553 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14554 result = (arg1)->GetBroadcaster();
14555 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14556 }
14557 resultobj = SWIG_NewPointerObj((new lldb::SBBroadcaster(static_cast< const lldb::SBBroadcaster& >(result))), SWIGTYPE_p_lldb__SBBroadcaster, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBroadcaster(static_cast
< const lldb::SBBroadcaster& >(result))), swig_types
[16], 0x1 | 0)
;
14558 return resultobj;
14559fail:
14560 return NULL__null;
14561}
14562
14563
14564SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_GetBroadcasterClass(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14565 PyObject *resultobj = 0;
14566 char *result = 0 ;
14567
14568 if (!PyArg_ParseTuple(args,(char *)":SBCommandInterpreter_GetBroadcasterClass")) SWIG_failgoto fail;
14569 {
14570 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14571 result = (char *)lldb::SBCommandInterpreter::GetBroadcasterClass();
14572 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14573 }
14574 resultobj = SWIG_FromCharPtr((const char *)result);
14575 return resultobj;
14576fail:
14577 return NULL__null;
14578}
14579
14580
14581SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_HasCommands(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14582 PyObject *resultobj = 0;
14583 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14584 void *argp1 = 0 ;
14585 int res1 = 0 ;
14586 PyObject * obj0 = 0 ;
14587 bool result;
14588
14589 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_HasCommands",&obj0)) SWIG_failgoto fail;
14590 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14591 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14592 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_HasCommands" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_HasCommands"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14593 }
14594 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14595 {
14596 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14597 result = (bool)(arg1)->HasCommands();
14598 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14599 }
14600 resultobj = SWIG_From_bool(static_cast< bool >(result));
14601 return resultobj;
14602fail:
14603 return NULL__null;
14604}
14605
14606
14607SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_HasAliases(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14608 PyObject *resultobj = 0;
14609 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14610 void *argp1 = 0 ;
14611 int res1 = 0 ;
14612 PyObject * obj0 = 0 ;
14613 bool result;
14614
14615 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_HasAliases",&obj0)) SWIG_failgoto fail;
14616 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14617 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14618 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_HasAliases" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_HasAliases"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14619 }
14620 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14621 {
14622 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14623 result = (bool)(arg1)->HasAliases();
14624 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14625 }
14626 resultobj = SWIG_From_bool(static_cast< bool >(result));
14627 return resultobj;
14628fail:
14629 return NULL__null;
14630}
14631
14632
14633SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_HasAliasOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14634 PyObject *resultobj = 0;
14635 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14636 void *argp1 = 0 ;
14637 int res1 = 0 ;
14638 PyObject * obj0 = 0 ;
14639 bool result;
14640
14641 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_HasAliasOptions",&obj0)) SWIG_failgoto fail;
14642 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14643 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14644 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_HasAliasOptions" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_HasAliasOptions"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14645 }
14646 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14647 {
14648 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14649 result = (bool)(arg1)->HasAliasOptions();
14650 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14651 }
14652 resultobj = SWIG_From_bool(static_cast< bool >(result));
14653 return resultobj;
14654fail:
14655 return NULL__null;
14656}
14657
14658
14659SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_GetProcess(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14660 PyObject *resultobj = 0;
14661 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14662 void *argp1 = 0 ;
14663 int res1 = 0 ;
14664 PyObject * obj0 = 0 ;
14665 lldb::SBProcess result;
14666
14667 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_GetProcess",&obj0)) SWIG_failgoto fail;
14668 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14669 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14670 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_GetProcess" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_GetProcess"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14671 }
14672 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14673 {
14674 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14675 result = (arg1)->GetProcess();
14676 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14677 }
14678 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
14679 return resultobj;
14680fail:
14681 return NULL__null;
14682}
14683
14684
14685SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_GetDebugger(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14686 PyObject *resultobj = 0;
14687 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14688 void *argp1 = 0 ;
14689 int res1 = 0 ;
14690 PyObject * obj0 = 0 ;
14691 lldb::SBDebugger result;
14692
14693 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_GetDebugger",&obj0)) SWIG_failgoto fail;
14694 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14695 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14696 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_GetDebugger" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_GetDebugger"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14697 }
14698 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14699 {
14700 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14701 result = (arg1)->GetDebugger();
14702 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14703 }
14704 resultobj = SWIG_NewPointerObj((new lldb::SBDebugger(static_cast< const lldb::SBDebugger& >(result))), SWIGTYPE_p_lldb__SBDebugger, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBDebugger(static_cast
< const lldb::SBDebugger& >(result))), swig_types[23
], 0x1 | 0)
;
14705 return resultobj;
14706fail:
14707 return NULL__null;
14708}
14709
14710
14711SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_SourceInitFileInHomeDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14712 PyObject *resultobj = 0;
14713 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14714 lldb::SBCommandReturnObject *arg2 = 0 ;
14715 void *argp1 = 0 ;
14716 int res1 = 0 ;
14717 void *argp2 = 0 ;
14718 int res2 = 0 ;
14719 PyObject * obj0 = 0 ;
14720 PyObject * obj1 = 0 ;
14721
14722 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreter_SourceInitFileInHomeDirectory",&obj0,&obj1)) SWIG_failgoto fail;
14723 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14724 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14725 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_SourceInitFileInHomeDirectory" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_SourceInitFileInHomeDirectory"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14726 }
14727 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14728 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBCommandReturnObject, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[19]
, 0, 0)
;
14729 if (!SWIG_IsOK(res2)(res2 >= 0)) {
14730 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandInterpreter_SourceInitFileInHomeDirectory" "', argument " "2"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandInterpreter_SourceInitFileInHomeDirectory"
"', argument " "2"" of type '" "lldb::SBCommandReturnObject &"
"'"); goto fail; } while(0)
;
14731 }
14732 if (!argp2) {
14733 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_SourceInitFileInHomeDirectory" "', argument " "2"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_SourceInitFileInHomeDirectory"
"', argument " "2"" of type '" "lldb::SBCommandReturnObject &"
"'"); goto fail; } while(0)
;
14734 }
14735 arg2 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp2);
14736 {
14737 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14738 (arg1)->SourceInitFileInHomeDirectory(*arg2);
14739 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14740 }
14741 resultobj = SWIG_Py_Void();
14742 return resultobj;
14743fail:
14744 return NULL__null;
14745}
14746
14747
14748SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_SourceInitFileInCurrentWorkingDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14749 PyObject *resultobj = 0;
14750 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14751 lldb::SBCommandReturnObject *arg2 = 0 ;
14752 void *argp1 = 0 ;
14753 int res1 = 0 ;
14754 void *argp2 = 0 ;
14755 int res2 = 0 ;
14756 PyObject * obj0 = 0 ;
14757 PyObject * obj1 = 0 ;
14758
14759 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandInterpreter_SourceInitFileInCurrentWorkingDirectory",&obj0,&obj1)) SWIG_failgoto fail;
14760 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14761 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14762 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_SourceInitFileInCurrentWorkingDirectory" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_SourceInitFileInCurrentWorkingDirectory"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14763 }
14764 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14765 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBCommandReturnObject, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[19]
, 0, 0)
;
14766 if (!SWIG_IsOK(res2)(res2 >= 0)) {
14767 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandInterpreter_SourceInitFileInCurrentWorkingDirectory" "', argument " "2"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandInterpreter_SourceInitFileInCurrentWorkingDirectory"
"', argument " "2"" of type '" "lldb::SBCommandReturnObject &"
"'"); goto fail; } while(0)
;
14768 }
14769 if (!argp2) {
14770 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_SourceInitFileInCurrentWorkingDirectory" "', argument " "2"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_SourceInitFileInCurrentWorkingDirectory"
"', argument " "2"" of type '" "lldb::SBCommandReturnObject &"
"'"); goto fail; } while(0)
;
14771 }
14772 arg2 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp2);
14773 {
14774 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14775 (arg1)->SourceInitFileInCurrentWorkingDirectory(*arg2);
14776 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14777 }
14778 resultobj = SWIG_Py_Void();
14779 return resultobj;
14780fail:
14781 return NULL__null;
14782}
14783
14784
14785SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_HandleCommand__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14786 PyObject *resultobj = 0;
14787 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14788 char *arg2 = (char *) 0 ;
14789 lldb::SBCommandReturnObject *arg3 = 0 ;
14790 bool arg4 ;
14791 void *argp1 = 0 ;
14792 int res1 = 0 ;
14793 int res2 ;
14794 char *buf2 = 0 ;
14795 int alloc2 = 0 ;
14796 void *argp3 = 0 ;
14797 int res3 = 0 ;
14798 bool val4 ;
14799 int ecode4 = 0 ;
14800 PyObject * obj0 = 0 ;
14801 PyObject * obj1 = 0 ;
14802 PyObject * obj2 = 0 ;
14803 PyObject * obj3 = 0 ;
14804 lldb::ReturnStatus result;
14805
14806 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBCommandInterpreter_HandleCommand",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
14807 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14808 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14809 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14810 }
14811 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14812 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
14813 if (!SWIG_IsOK(res2)(res2 >= 0)) {
14814 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
14815 }
14816 arg2 = reinterpret_cast< char * >(buf2);
14817 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBCommandReturnObject, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[19]
, 0, 0)
;
14818 if (!SWIG_IsOK(res3)(res3 >= 0)) {
14819 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "3"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "3"" of type '" "lldb::SBCommandReturnObject &"
"'"); goto fail; } while(0)
;
14820 }
14821 if (!argp3) {
14822 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "3"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCommand" "', argument "
"3"" of type '" "lldb::SBCommandReturnObject &""'"); goto
fail; } while(0)
;
14823 }
14824 arg3 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp3);
14825 ecode4 = SWIG_AsVal_bool(obj3, &val4);
14826 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
14827 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
14828 }
14829 arg4 = static_cast< bool >(val4);
14830 {
14831 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14832 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,arg4);
14833 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14834 }
14835 resultobj = SWIG_From_int(static_cast< int >(result));
14836 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
14837 return resultobj;
14838fail:
14839 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
14840 return NULL__null;
14841}
14842
14843
14844SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_HandleCommand__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14845 PyObject *resultobj = 0;
14846 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14847 char *arg2 = (char *) 0 ;
14848 lldb::SBCommandReturnObject *arg3 = 0 ;
14849 void *argp1 = 0 ;
14850 int res1 = 0 ;
14851 int res2 ;
14852 char *buf2 = 0 ;
14853 int alloc2 = 0 ;
14854 void *argp3 = 0 ;
14855 int res3 = 0 ;
14856 PyObject * obj0 = 0 ;
14857 PyObject * obj1 = 0 ;
14858 PyObject * obj2 = 0 ;
14859 lldb::ReturnStatus result;
14860
14861 if (!PyArg_ParseTuple(args,(char *)"OOO:SBCommandInterpreter_HandleCommand",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
14862 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14863 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14864 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14865 }
14866 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14867 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
14868 if (!SWIG_IsOK(res2)(res2 >= 0)) {
14869 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
14870 }
14871 arg2 = reinterpret_cast< char * >(buf2);
14872 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBCommandReturnObject, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[19]
, 0, 0)
;
14873 if (!SWIG_IsOK(res3)(res3 >= 0)) {
14874 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "3"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "3"" of type '" "lldb::SBCommandReturnObject &"
"'"); goto fail; } while(0)
;
14875 }
14876 if (!argp3) {
14877 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "3"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCommand" "', argument "
"3"" of type '" "lldb::SBCommandReturnObject &""'"); goto
fail; } while(0)
;
14878 }
14879 arg3 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp3);
14880 {
14881 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14882 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3);
14883 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14884 }
14885 resultobj = SWIG_From_int(static_cast< int >(result));
14886 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
14887 return resultobj;
14888fail:
14889 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
14890 return NULL__null;
14891}
14892
14893
14894SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_HandleCommand__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14895 PyObject *resultobj = 0;
14896 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14897 char *arg2 = (char *) 0 ;
14898 lldb::SBExecutionContext *arg3 = 0 ;
14899 lldb::SBCommandReturnObject *arg4 = 0 ;
14900 bool arg5 ;
14901 void *argp1 = 0 ;
14902 int res1 = 0 ;
14903 int res2 ;
14904 char *buf2 = 0 ;
14905 int alloc2 = 0 ;
14906 void *argp3 = 0 ;
14907 int res3 = 0 ;
14908 void *argp4 = 0 ;
14909 int res4 = 0 ;
14910 bool val5 ;
14911 int ecode5 = 0 ;
14912 PyObject * obj0 = 0 ;
14913 PyObject * obj1 = 0 ;
14914 PyObject * obj2 = 0 ;
14915 PyObject * obj3 = 0 ;
14916 PyObject * obj4 = 0 ;
14917 lldb::ReturnStatus result;
14918
14919 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBCommandInterpreter_HandleCommand",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
14920 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14921 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14922 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14923 }
14924 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14925 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
14926 if (!SWIG_IsOK(res2)(res2 >= 0)) {
14927 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
14928 }
14929 arg2 = reinterpret_cast< char * >(buf2);
14930 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBExecutionContext, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[27]
, 0, 0)
;
14931 if (!SWIG_IsOK(res3)(res3 >= 0)) {
14932 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "3"" of type '" "lldb::SBExecutionContext &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "3"" of type '" "lldb::SBExecutionContext &"
"'"); goto fail; } while(0)
;
14933 }
14934 if (!argp3) {
14935 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "3"" of type '" "lldb::SBExecutionContext &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCommand" "', argument "
"3"" of type '" "lldb::SBExecutionContext &""'"); goto fail
; } while(0)
;
14936 }
14937 arg3 = reinterpret_cast< lldb::SBExecutionContext * >(argp3);
14938 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBCommandReturnObject, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[19]
, 0, 0)
;
14939 if (!SWIG_IsOK(res4)(res4 >= 0)) {
14940 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "4"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "4"" of type '" "lldb::SBCommandReturnObject &"
"'"); goto fail; } while(0)
;
14941 }
14942 if (!argp4) {
14943 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "4"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCommand" "', argument "
"4"" of type '" "lldb::SBCommandReturnObject &""'"); goto
fail; } while(0)
;
14944 }
14945 arg4 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp4);
14946 ecode5 = SWIG_AsVal_bool(obj4, &val5);
14947 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
14948 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "5"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "5"" of type '" "bool""'"); goto fail; } while
(0)
;
14949 }
14950 arg5 = static_cast< bool >(val5);
14951 {
14952 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
14953 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,*arg4,arg5);
14954 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
14955 }
14956 resultobj = SWIG_From_int(static_cast< int >(result));
14957 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
14958 return resultobj;
14959fail:
14960 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
14961 return NULL__null;
14962}
14963
14964
14965SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_HandleCommand__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
14966 PyObject *resultobj = 0;
14967 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14968 char *arg2 = (char *) 0 ;
14969 lldb::SBExecutionContext *arg3 = 0 ;
14970 lldb::SBCommandReturnObject *arg4 = 0 ;
14971 void *argp1 = 0 ;
14972 int res1 = 0 ;
14973 int res2 ;
14974 char *buf2 = 0 ;
14975 int alloc2 = 0 ;
14976 void *argp3 = 0 ;
14977 int res3 = 0 ;
14978 void *argp4 = 0 ;
14979 int res4 = 0 ;
14980 PyObject * obj0 = 0 ;
14981 PyObject * obj1 = 0 ;
14982 PyObject * obj2 = 0 ;
14983 PyObject * obj3 = 0 ;
14984 lldb::ReturnStatus result;
14985
14986 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBCommandInterpreter_HandleCommand",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
14987 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
14988 if (!SWIG_IsOK(res1)(res1 >= 0)) {
14989 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
14990 }
14991 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
14992 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
14993 if (!SWIG_IsOK(res2)(res2 >= 0)) {
14994 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
14995 }
14996 arg2 = reinterpret_cast< char * >(buf2);
14997 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBExecutionContext, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[27]
, 0, 0)
;
14998 if (!SWIG_IsOK(res3)(res3 >= 0)) {
14999 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "3"" of type '" "lldb::SBExecutionContext &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "3"" of type '" "lldb::SBExecutionContext &"
"'"); goto fail; } while(0)
;
15000 }
15001 if (!argp3) {
15002 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "3"" of type '" "lldb::SBExecutionContext &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCommand" "', argument "
"3"" of type '" "lldb::SBExecutionContext &""'"); goto fail
; } while(0)
;
15003 }
15004 arg3 = reinterpret_cast< lldb::SBExecutionContext * >(argp3);
15005 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBCommandReturnObject, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[19]
, 0, 0)
;
15006 if (!SWIG_IsOK(res4)(res4 >= 0)) {
15007 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "4"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBCommandInterpreter_HandleCommand"
"', argument " "4"" of type '" "lldb::SBCommandReturnObject &"
"'"); goto fail; } while(0)
;
15008 }
15009 if (!argp4) {
15010 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCommand" "', argument " "4"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCommand" "', argument "
"4"" of type '" "lldb::SBCommandReturnObject &""'"); goto
fail; } while(0)
;
15011 }
15012 arg4 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp4);
15013 {
15014 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15015 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,*arg4);
15016 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15017 }
15018 resultobj = SWIG_From_int(static_cast< int >(result));
15019 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
15020 return resultobj;
15021fail:
15022 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
15023 return NULL__null;
15024}
15025
15026
15027SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_HandleCommand(PyObject *self, PyObject *args) {
15028 Py_ssize_t argc;
15029 PyObject *argv[6] = {
15030 0
15031 };
15032 Py_ssize_t ii;
15033
15034 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
15035 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
15036 for (ii = 0; (ii < 5) && (ii < argc); ii++) {
15037 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
15038 }
15039 if (argc == 3) {
15040 int _v;
15041 void *vptr = 0;
15042 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCommandInterpreter, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[17
], 0, 0)
;
15043 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15044 if (_v) {
15045 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
15046 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15047 if (_v) {
15048 void *vptr = 0;
15049 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBCommandReturnObject, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[19
], 0, 0)
;
15050 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15051 if (_v) {
15052 return _wrap_SBCommandInterpreter_HandleCommand__SWIG_1(self, args);
15053 }
15054 }
15055 }
15056 }
15057 if (argc == 4) {
15058 int _v;
15059 void *vptr = 0;
15060 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCommandInterpreter, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[17
], 0, 0)
;
15061 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15062 if (_v) {
15063 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
15064 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15065 if (_v) {
15066 void *vptr = 0;
15067 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBCommandReturnObject, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[19
], 0, 0)
;
15068 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15069 if (_v) {
15070 {
15071 int res = SWIG_AsVal_bool(argv[3], NULL__null);
15072 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15073 }
15074 if (_v) {
15075 return _wrap_SBCommandInterpreter_HandleCommand__SWIG_0(self, args);
15076 }
15077 }
15078 }
15079 }
15080 }
15081 if (argc == 4) {
15082 int _v;
15083 void *vptr = 0;
15084 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCommandInterpreter, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[17
], 0, 0)
;
15085 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15086 if (_v) {
15087 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
15088 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15089 if (_v) {
15090 void *vptr = 0;
15091 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBExecutionContext, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[27
], 0, 0)
;
15092 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15093 if (_v) {
15094 void *vptr = 0;
15095 int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_lldb__SBCommandReturnObject, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], &vptr, swig_types[19
], 0, 0)
;
15096 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15097 if (_v) {
15098 return _wrap_SBCommandInterpreter_HandleCommand__SWIG_3(self, args);
15099 }
15100 }
15101 }
15102 }
15103 }
15104 if (argc == 5) {
15105 int _v;
15106 void *vptr = 0;
15107 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCommandInterpreter, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[17
], 0, 0)
;
15108 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15109 if (_v) {
15110 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
15111 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15112 if (_v) {
15113 void *vptr = 0;
15114 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBExecutionContext, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[27
], 0, 0)
;
15115 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15116 if (_v) {
15117 void *vptr = 0;
15118 int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_lldb__SBCommandReturnObject, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], &vptr, swig_types[19
], 0, 0)
;
15119 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15120 if (_v) {
15121 {
15122 int res = SWIG_AsVal_bool(argv[4], NULL__null);
15123 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15124 }
15125 if (_v) {
15126 return _wrap_SBCommandInterpreter_HandleCommand__SWIG_2(self, args);
15127 }
15128 }
15129 }
15130 }
15131 }
15132 }
15133
15134fail:
15135 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBCommandInterpreter_HandleCommand'.\n"
15136 " Possible C/C++ prototypes are:\n"
15137 " lldb::SBCommandInterpreter::HandleCommand(char const *,lldb::SBCommandReturnObject &,bool)\n"
15138 " lldb::SBCommandInterpreter::HandleCommand(char const *,lldb::SBCommandReturnObject &)\n"
15139 " lldb::SBCommandInterpreter::HandleCommand(char const *,lldb::SBExecutionContext &,lldb::SBCommandReturnObject &,bool)\n"
15140 " lldb::SBCommandInterpreter::HandleCommand(char const *,lldb::SBExecutionContext &,lldb::SBCommandReturnObject &)\n");
15141 return 0;
15142}
15143
15144
15145SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_HandleCommandsFromFile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15146 PyObject *resultobj = 0;
15147 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
15148 lldb::SBFileSpec *arg2 = 0 ;
15149 lldb::SBExecutionContext *arg3 = 0 ;
15150 lldb::SBCommandInterpreterRunOptions *arg4 = 0 ;
15151 lldb::SBCommandReturnObject arg5 ;
15152 void *argp1 = 0 ;
15153 int res1 = 0 ;
15154 void *argp2 = 0 ;
15155 int res2 = 0 ;
15156 void *argp3 = 0 ;
15157 int res3 = 0 ;
15158 void *argp4 = 0 ;
15159 int res4 = 0 ;
15160 void *argp5 ;
15161 int res5 = 0 ;
15162 PyObject * obj0 = 0 ;
15163 PyObject * obj1 = 0 ;
15164 PyObject * obj2 = 0 ;
15165 PyObject * obj3 = 0 ;
15166 PyObject * obj4 = 0 ;
15167
15168 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBCommandInterpreter_HandleCommandsFromFile",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
15169 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
15170 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15171 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_HandleCommandsFromFile"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
15172 }
15173 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
15174 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0, 0)
;
15175 if (!SWIG_IsOK(res2)(res2 >= 0)) {
15176 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandInterpreter_HandleCommandsFromFile"
"', argument " "2"" of type '" "lldb::SBFileSpec &""'");
goto fail; } while(0)
;
15177 }
15178 if (!argp2) {
15179 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument "
"2"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
15180 }
15181 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
15182 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBExecutionContext, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[27]
, 0, 0)
;
15183 if (!SWIG_IsOK(res3)(res3 >= 0)) {
15184 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument " "3"" of type '" "lldb::SBExecutionContext &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBCommandInterpreter_HandleCommandsFromFile"
"', argument " "3"" of type '" "lldb::SBExecutionContext &"
"'"); goto fail; } while(0)
;
15185 }
15186 if (!argp3) {
15187 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument " "3"" of type '" "lldb::SBExecutionContext &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument "
"3"" of type '" "lldb::SBExecutionContext &""'"); goto fail
; } while(0)
;
15188 }
15189 arg3 = reinterpret_cast< lldb::SBExecutionContext * >(argp3);
15190 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[18]
, 0, 0)
;
15191 if (!SWIG_IsOK(res4)(res4 >= 0)) {
15192 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument " "4"" of type '" "lldb::SBCommandInterpreterRunOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBCommandInterpreter_HandleCommandsFromFile"
"', argument " "4"" of type '" "lldb::SBCommandInterpreterRunOptions &"
"'"); goto fail; } while(0)
;
15193 }
15194 if (!argp4) {
15195 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument " "4"" of type '" "lldb::SBCommandInterpreterRunOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument "
"4"" of type '" "lldb::SBCommandInterpreterRunOptions &"
"'"); goto fail; } while(0)
;
15196 }
15197 arg4 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp4);
15198 {
15199 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[19]
, 0 | 0, 0)
;
15200 if (!SWIG_IsOK(res5)(res5 >= 0)) {
15201 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument " "5"" of type '" "lldb::SBCommandReturnObject""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBCommandInterpreter_HandleCommandsFromFile"
"', argument " "5"" of type '" "lldb::SBCommandReturnObject"
"'"); goto fail; } while(0)
;
15202 }
15203 if (!argp5) {
15204 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument " "5"" of type '" "lldb::SBCommandReturnObject""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCommandsFromFile" "', argument "
"5"" of type '" "lldb::SBCommandReturnObject""'"); goto fail
; } while(0)
;
15205 } else {
15206 lldb::SBCommandReturnObject * temp = reinterpret_cast< lldb::SBCommandReturnObject * >(argp5);
15207 arg5 = *temp;
15208 if (SWIG_IsNewObj(res5)((res5 >= 0) && (res5 & ((1 << 8) <<
1)))
) delete temp;
15209 }
15210 }
15211 {
15212 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15213 (arg1)->HandleCommandsFromFile(*arg2,*arg3,*arg4,arg5);
15214 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15215 }
15216 resultobj = SWIG_Py_Void();
15217 return resultobj;
15218fail:
15219 return NULL__null;
15220}
15221
15222
15223SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_HandleCompletion(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15224 PyObject *resultobj = 0;
15225 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
15226 char *arg2 = (char *) 0 ;
15227 uint32_t arg3 ;
15228 int arg4 ;
15229 int arg5 ;
15230 lldb::SBStringList *arg6 = 0 ;
15231 void *argp1 = 0 ;
15232 int res1 = 0 ;
15233 int res2 ;
15234 char *buf2 = 0 ;
15235 int alloc2 = 0 ;
15236 unsigned int val3 ;
15237 int ecode3 = 0 ;
15238 int val4 ;
15239 int ecode4 = 0 ;
15240 int val5 ;
15241 int ecode5 = 0 ;
15242 void *argp6 = 0 ;
15243 int res6 = 0 ;
15244 PyObject * obj0 = 0 ;
15245 PyObject * obj1 = 0 ;
15246 PyObject * obj2 = 0 ;
15247 PyObject * obj3 = 0 ;
15248 PyObject * obj4 = 0 ;
15249 PyObject * obj5 = 0 ;
15250 int result;
15251
15252 if (!PyArg_ParseTuple(args,(char *)"OOOOOO:SBCommandInterpreter_HandleCompletion",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) SWIG_failgoto fail;
15253 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
15254 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15255 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_HandleCompletion" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_HandleCompletion"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
15256 }
15257 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
15258 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
15259 if (!SWIG_IsOK(res2)(res2 >= 0)) {
15260 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandInterpreter_HandleCompletion" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandInterpreter_HandleCompletion"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
15261 }
15262 arg2 = reinterpret_cast< char * >(buf2);
15263 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
15264 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
15265 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBCommandInterpreter_HandleCompletion" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBCommandInterpreter_HandleCompletion"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
15266 }
15267 arg3 = static_cast< uint32_t >(val3);
15268 ecode4 = SWIG_AsVal_int(obj3, &val4);
15269 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
15270 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBCommandInterpreter_HandleCompletion" "', argument " "4"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBCommandInterpreter_HandleCompletion"
"', argument " "4"" of type '" "int""'"); goto fail; } while
(0)
;
15271 }
15272 arg4 = static_cast< int >(val4);
15273 ecode5 = SWIG_AsVal_int(obj4, &val5);
15274 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
15275 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBCommandInterpreter_HandleCompletion" "', argument " "5"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBCommandInterpreter_HandleCompletion"
"', argument " "5"" of type '" "int""'"); goto fail; } while
(0)
;
15276 }
15277 arg5 = static_cast< int >(val5);
15278 res6 = SWIG_ConvertPtr(obj5, &argp6, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj5, &argp6, swig_types[55]
, 0, 0)
;
15279 if (!SWIG_IsOK(res6)(res6 >= 0)) {
15280 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "SBCommandInterpreter_HandleCompletion" "', argument " "6"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res6 != (
-1)) ? res6 : -5)), "in method '" "SBCommandInterpreter_HandleCompletion"
"', argument " "6"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
15281 }
15282 if (!argp6) {
15283 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCompletion" "', argument " "6"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCompletion" "', argument "
"6"" of type '" "lldb::SBStringList &""'"); goto fail; }
while(0)
;
15284 }
15285 arg6 = reinterpret_cast< lldb::SBStringList * >(argp6);
15286 {
15287 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15288 result = (int)(arg1)->HandleCompletion((char const *)arg2,arg3,arg4,arg5,*arg6);
15289 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15290 }
15291 resultobj = SWIG_From_int(static_cast< int >(result));
15292 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
15293 return resultobj;
15294fail:
15295 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
15296 return NULL__null;
15297}
15298
15299
15300SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_HandleCompletionWithDescriptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15301 PyObject *resultobj = 0;
15302 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
15303 char *arg2 = (char *) 0 ;
15304 uint32_t arg3 ;
15305 int arg4 ;
15306 int arg5 ;
15307 lldb::SBStringList *arg6 = 0 ;
15308 lldb::SBStringList *arg7 = 0 ;
15309 void *argp1 = 0 ;
15310 int res1 = 0 ;
15311 int res2 ;
15312 char *buf2 = 0 ;
15313 int alloc2 = 0 ;
15314 unsigned int val3 ;
15315 int ecode3 = 0 ;
15316 int val4 ;
15317 int ecode4 = 0 ;
15318 int val5 ;
15319 int ecode5 = 0 ;
15320 void *argp6 = 0 ;
15321 int res6 = 0 ;
15322 void *argp7 = 0 ;
15323 int res7 = 0 ;
15324 PyObject * obj0 = 0 ;
15325 PyObject * obj1 = 0 ;
15326 PyObject * obj2 = 0 ;
15327 PyObject * obj3 = 0 ;
15328 PyObject * obj4 = 0 ;
15329 PyObject * obj5 = 0 ;
15330 PyObject * obj6 = 0 ;
15331 int result;
15332
15333 if (!PyArg_ParseTuple(args,(char *)"OOOOOOO:SBCommandInterpreter_HandleCompletionWithDescriptions",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_failgoto fail;
15334 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
15335 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15336 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
15337 }
15338 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
15339 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
15340 if (!SWIG_IsOK(res2)(res2 >= 0)) {
15341 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
15342 }
15343 arg2 = reinterpret_cast< char * >(buf2);
15344 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
15345 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
15346 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
15347 }
15348 arg3 = static_cast< uint32_t >(val3);
15349 ecode4 = SWIG_AsVal_int(obj3, &val4);
15350 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
15351 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions" "', argument " "4"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions"
"', argument " "4"" of type '" "int""'"); goto fail; } while
(0)
;
15352 }
15353 arg4 = static_cast< int >(val4);
15354 ecode5 = SWIG_AsVal_int(obj4, &val5);
15355 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
15356 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions" "', argument " "5"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions"
"', argument " "5"" of type '" "int""'"); goto fail; } while
(0)
;
15357 }
15358 arg5 = static_cast< int >(val5);
15359 res6 = SWIG_ConvertPtr(obj5, &argp6, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj5, &argp6, swig_types[55]
, 0, 0)
;
15360 if (!SWIG_IsOK(res6)(res6 >= 0)) {
15361 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions" "', argument " "6"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res6 != (
-1)) ? res6 : -5)), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions"
"', argument " "6"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
15362 }
15363 if (!argp6) {
15364 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions" "', argument " "6"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions"
"', argument " "6"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
15365 }
15366 arg6 = reinterpret_cast< lldb::SBStringList * >(argp6);
15367 res7 = SWIG_ConvertPtr(obj6, &argp7, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj6, &argp7, swig_types[55]
, 0, 0)
;
15368 if (!SWIG_IsOK(res7)(res7 >= 0)) {
15369 SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions" "', argument " "7"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res7 != (
-1)) ? res7 : -5)), "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions"
"', argument " "7"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
15370 }
15371 if (!argp7) {
15372 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions" "', argument " "7"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandInterpreter_HandleCompletionWithDescriptions"
"', argument " "7"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
15373 }
15374 arg7 = reinterpret_cast< lldb::SBStringList * >(argp7);
15375 {
15376 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15377 result = (int)(arg1)->HandleCompletionWithDescriptions((char const *)arg2,arg3,arg4,arg5,*arg6,*arg7);
15378 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15379 }
15380 resultobj = SWIG_From_int(static_cast< int >(result));
15381 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
15382 return resultobj;
15383fail:
15384 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
15385 return NULL__null;
15386}
15387
15388
15389SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_IsActive(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15390 PyObject *resultobj = 0;
15391 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
15392 void *argp1 = 0 ;
15393 int res1 = 0 ;
15394 PyObject * obj0 = 0 ;
15395 bool result;
15396
15397 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_IsActive",&obj0)) SWIG_failgoto fail;
15398 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
15399 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15400 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_IsActive" "', argument " "1"" of type '" "lldb::SBCommandInterpreter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_IsActive"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter *"
"'"); goto fail; } while(0)
;
15401 }
15402 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
15403 {
15404 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15405 result = (bool)(arg1)->IsActive();
15406 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15407 }
15408 resultobj = SWIG_From_bool(static_cast< bool >(result));
15409 return resultobj;
15410fail:
15411 return NULL__null;
15412}
15413
15414
15415SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandInterpreter_WasInterrupted(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15416 PyObject *resultobj = 0;
15417 lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
15418 void *argp1 = 0 ;
15419 int res1 = 0 ;
15420 PyObject * obj0 = 0 ;
15421 bool result;
15422
15423 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandInterpreter_WasInterrupted",&obj0)) SWIG_failgoto fail;
15424 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandInterpreter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[17]
, 0 | 0, 0)
;
15425 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15426 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandInterpreter_WasInterrupted" "', argument " "1"" of type '" "lldb::SBCommandInterpreter const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandInterpreter_WasInterrupted"
"', argument " "1"" of type '" "lldb::SBCommandInterpreter const *"
"'"); goto fail; } while(0)
;
15427 }
15428 arg1 = reinterpret_cast< lldb::SBCommandInterpreter * >(argp1);
15429 {
15430 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15431 result = (bool)((lldb::SBCommandInterpreter const *)arg1)->WasInterrupted();
15432 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15433 }
15434 resultobj = SWIG_From_bool(static_cast< bool >(result));
15435 return resultobj;
15436fail:
15437 return NULL__null;
15438}
15439
15440
15441SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBCommandInterpreter_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15442 PyObject *obj;
15443 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
15444 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBCommandInterpreterswig_types[17], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
15445 return SWIG_Py_Void();
15446}
15447
15448SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBCommandReturnObject__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15449 PyObject *resultobj = 0;
15450 lldb::SBCommandReturnObject *result = 0 ;
15451
15452 if (!PyArg_ParseTuple(args,(char *)":new_SBCommandReturnObject")) SWIG_failgoto fail;
15453 {
15454 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15455 result = (lldb::SBCommandReturnObject *)new lldb::SBCommandReturnObject();
15456 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15457 }
15458 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBCommandReturnObject, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[19], (
(0x1 << 1) | 0x1) | 0)
;
15459 return resultobj;
15460fail:
15461 return NULL__null;
15462}
15463
15464
15465SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBCommandReturnObject__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15466 PyObject *resultobj = 0;
15467 lldb::SBCommandReturnObject *arg1 = 0 ;
15468 void *argp1 = 0 ;
15469 int res1 = 0 ;
15470 PyObject * obj0 = 0 ;
15471 lldb::SBCommandReturnObject *result = 0 ;
15472
15473 if (!PyArg_ParseTuple(args,(char *)"O:new_SBCommandReturnObject",&obj0)) SWIG_failgoto fail;
15474 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
15475 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15476 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBCommandReturnObject" "', argument " "1"" of type '" "lldb::SBCommandReturnObject const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBCommandReturnObject"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject const &"
"'"); goto fail; } while(0)
;
15477 }
15478 if (!argp1) {
15479 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBCommandReturnObject" "', argument " "1"" of type '" "lldb::SBCommandReturnObject const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBCommandReturnObject" "', argument " "1"
" of type '" "lldb::SBCommandReturnObject const &""'"); goto
fail; } while(0)
;
15480 }
15481 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
15482 {
15483 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15484 result = (lldb::SBCommandReturnObject *)new lldb::SBCommandReturnObject((lldb::SBCommandReturnObject const &)*arg1);
15485 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15486 }
15487 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBCommandReturnObject, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[19], (
(0x1 << 1) | 0x1) | 0)
;
15488 return resultobj;
15489fail:
15490 return NULL__null;
15491}
15492
15493
15494SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBCommandReturnObject(PyObject *self, PyObject *args) {
15495 Py_ssize_t argc;
15496 PyObject *argv[2] = {
15497 0
15498 };
15499 Py_ssize_t ii;
15500
15501 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
15502 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
15503 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
15504 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
15505 }
15506 if (argc == 0) {
15507 return _wrap_new_SBCommandReturnObject__SWIG_0(self, args);
15508 }
15509 if (argc == 1) {
15510 int _v;
15511 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBCommandReturnObject, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[19], 0, 0
)
;
15512 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15513 if (_v) {
15514 return _wrap_new_SBCommandReturnObject__SWIG_1(self, args);
15515 }
15516 }
15517
15518fail:
15519 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBCommandReturnObject'.\n"
15520 " Possible C/C++ prototypes are:\n"
15521 " lldb::SBCommandReturnObject::SBCommandReturnObject()\n"
15522 " lldb::SBCommandReturnObject::SBCommandReturnObject(lldb::SBCommandReturnObject const &)\n");
15523 return 0;
15524}
15525
15526
15527SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBCommandReturnObject(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15528 PyObject *resultobj = 0;
15529 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
15530 void *argp1 = 0 ;
15531 int res1 = 0 ;
15532 PyObject * obj0 = 0 ;
15533
15534 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBCommandReturnObject",&obj0)) SWIG_failgoto fail;
15535 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0x1 | 0, 0)
;
15536 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15537 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBCommandReturnObject" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBCommandReturnObject"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
15538 }
15539 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
15540 {
15541 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15542 delete arg1;
15543 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15544 }
15545 resultobj = SWIG_Py_Void();
15546 return resultobj;
15547fail:
15548 return NULL__null;
15549}
15550
15551
15552SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15553 PyObject *resultobj = 0;
15554 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
15555 void *argp1 = 0 ;
15556 int res1 = 0 ;
15557 PyObject * obj0 = 0 ;
15558 bool result;
15559
15560 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandReturnObject_IsValid",&obj0)) SWIG_failgoto fail;
15561 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
15562 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15563 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_IsValid" "', argument " "1"" of type '" "lldb::SBCommandReturnObject const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_IsValid"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject const *"
"'"); goto fail; } while(0)
;
15564 }
15565 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
15566 {
15567 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15568 result = (bool)((lldb::SBCommandReturnObject const *)arg1)->IsValid();
15569 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15570 }
15571 resultobj = SWIG_From_bool(static_cast< bool >(result));
15572 return resultobj;
15573fail:
15574 return NULL__null;
15575}
15576
15577
15578SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_GetOutput__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15579 PyObject *resultobj = 0;
15580 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
15581 void *argp1 = 0 ;
15582 int res1 = 0 ;
15583 PyObject * obj0 = 0 ;
15584 char *result = 0 ;
15585
15586 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandReturnObject_GetOutput",&obj0)) SWIG_failgoto fail;
15587 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
15588 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15589 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_GetOutput" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_GetOutput"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
15590 }
15591 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
15592 {
15593 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15594 result = (char *)(arg1)->GetOutput();
15595 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15596 }
15597 resultobj = SWIG_FromCharPtr((const char *)result);
15598 return resultobj;
15599fail:
15600 return NULL__null;
15601}
15602
15603
15604SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_GetError__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15605 PyObject *resultobj = 0;
15606 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
15607 void *argp1 = 0 ;
15608 int res1 = 0 ;
15609 PyObject * obj0 = 0 ;
15610 char *result = 0 ;
15611
15612 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandReturnObject_GetError",&obj0)) SWIG_failgoto fail;
15613 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
15614 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15615 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_GetError" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_GetError"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
15616 }
15617 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
15618 {
15619 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15620 result = (char *)(arg1)->GetError();
15621 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15622 }
15623 resultobj = SWIG_FromCharPtr((const char *)result);
15624 return resultobj;
15625fail:
15626 return NULL__null;
15627}
15628
15629
15630SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_GetOutputSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15631 PyObject *resultobj = 0;
15632 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
15633 void *argp1 = 0 ;
15634 int res1 = 0 ;
15635 PyObject * obj0 = 0 ;
15636 size_t result;
15637
15638 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandReturnObject_GetOutputSize",&obj0)) SWIG_failgoto fail;
15639 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
15640 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15641 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_GetOutputSize" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_GetOutputSize"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
15642 }
15643 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
15644 {
15645 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15646 result = (arg1)->GetOutputSize();
15647 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15648 }
15649 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
15650 return resultobj;
15651fail:
15652 return NULL__null;
15653}
15654
15655
15656SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_GetErrorSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15657 PyObject *resultobj = 0;
15658 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
15659 void *argp1 = 0 ;
15660 int res1 = 0 ;
15661 PyObject * obj0 = 0 ;
15662 size_t result;
15663
15664 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandReturnObject_GetErrorSize",&obj0)) SWIG_failgoto fail;
15665 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
15666 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15667 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_GetErrorSize" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_GetErrorSize"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
15668 }
15669 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
15670 {
15671 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15672 result = (arg1)->GetErrorSize();
15673 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15674 }
15675 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
15676 return resultobj;
15677fail:
15678 return NULL__null;
15679}
15680
15681
15682SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_GetOutput__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15683 PyObject *resultobj = 0;
15684 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
15685 bool arg2 ;
15686 void *argp1 = 0 ;
15687 int res1 = 0 ;
15688 bool val2 ;
15689 int ecode2 = 0 ;
15690 PyObject * obj0 = 0 ;
15691 PyObject * obj1 = 0 ;
15692 char *result = 0 ;
15693
15694 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_GetOutput",&obj0,&obj1)) SWIG_failgoto fail;
15695 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
15696 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15697 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_GetOutput" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_GetOutput"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
15698 }
15699 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
15700 ecode2 = SWIG_AsVal_bool(obj1, &val2);
15701 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
15702 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommandReturnObject_GetOutput" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommandReturnObject_GetOutput"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
15703 }
15704 arg2 = static_cast< bool >(val2);
15705 {
15706 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15707 result = (char *)(arg1)->GetOutput(arg2);
15708 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15709 }
15710 resultobj = SWIG_FromCharPtr((const char *)result);
15711 return resultobj;
15712fail:
15713 return NULL__null;
15714}
15715
15716
15717SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_GetOutput(PyObject *self, PyObject *args) {
15718 Py_ssize_t argc;
15719 PyObject *argv[3] = {
15720 0
15721 };
15722 Py_ssize_t ii;
15723
15724 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
15725 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
15726 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
15727 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
15728 }
15729 if (argc == 1) {
15730 int _v;
15731 void *vptr = 0;
15732 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCommandReturnObject, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[19
], 0, 0)
;
15733 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15734 if (_v) {
15735 return _wrap_SBCommandReturnObject_GetOutput__SWIG_0(self, args);
15736 }
15737 }
15738 if (argc == 2) {
15739 int _v;
15740 void *vptr = 0;
15741 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCommandReturnObject, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[19
], 0, 0)
;
15742 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15743 if (_v) {
15744 {
15745 int res = SWIG_AsVal_bool(argv[1], NULL__null);
15746 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15747 }
15748 if (_v) {
15749 return _wrap_SBCommandReturnObject_GetOutput__SWIG_1(self, args);
15750 }
15751 }
15752 }
15753
15754fail:
15755 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBCommandReturnObject_GetOutput'.\n"
15756 " Possible C/C++ prototypes are:\n"
15757 " lldb::SBCommandReturnObject::GetOutput()\n"
15758 " lldb::SBCommandReturnObject::GetOutput(bool)\n");
15759 return 0;
15760}
15761
15762
15763SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_GetError__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15764 PyObject *resultobj = 0;
15765 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
15766 bool arg2 ;
15767 void *argp1 = 0 ;
15768 int res1 = 0 ;
15769 bool val2 ;
15770 int ecode2 = 0 ;
15771 PyObject * obj0 = 0 ;
15772 PyObject * obj1 = 0 ;
15773 char *result = 0 ;
15774
15775 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_GetError",&obj0,&obj1)) SWIG_failgoto fail;
15776 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
15777 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15778 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_GetError" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_GetError"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
15779 }
15780 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
15781 ecode2 = SWIG_AsVal_bool(obj1, &val2);
15782 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
15783 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommandReturnObject_GetError" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommandReturnObject_GetError"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
15784 }
15785 arg2 = static_cast< bool >(val2);
15786 {
15787 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15788 result = (char *)(arg1)->GetError(arg2);
15789 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15790 }
15791 resultobj = SWIG_FromCharPtr((const char *)result);
15792 return resultobj;
15793fail:
15794 return NULL__null;
15795}
15796
15797
15798SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_GetError(PyObject *self, PyObject *args) {
15799 Py_ssize_t argc;
15800 PyObject *argv[3] = {
15801 0
15802 };
15803 Py_ssize_t ii;
15804
15805 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
15806 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
15807 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
15808 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
15809 }
15810 if (argc == 1) {
15811 int _v;
15812 void *vptr = 0;
15813 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCommandReturnObject, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[19
], 0, 0)
;
15814 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15815 if (_v) {
15816 return _wrap_SBCommandReturnObject_GetError__SWIG_0(self, args);
15817 }
15818 }
15819 if (argc == 2) {
15820 int _v;
15821 void *vptr = 0;
15822 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCommandReturnObject, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[19
], 0, 0)
;
15823 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15824 if (_v) {
15825 {
15826 int res = SWIG_AsVal_bool(argv[1], NULL__null);
15827 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
15828 }
15829 if (_v) {
15830 return _wrap_SBCommandReturnObject_GetError__SWIG_1(self, args);
15831 }
15832 }
15833 }
15834
15835fail:
15836 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBCommandReturnObject_GetError'.\n"
15837 " Possible C/C++ prototypes are:\n"
15838 " lldb::SBCommandReturnObject::GetError()\n"
15839 " lldb::SBCommandReturnObject::GetError(bool)\n");
15840 return 0;
15841}
15842
15843
15844SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_PutOutput(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15845 PyObject *resultobj = 0;
15846 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
15847 FILE *arg2 = (FILE *) 0 ;
15848 void *argp1 = 0 ;
15849 int res1 = 0 ;
15850 PyObject * obj0 = 0 ;
15851 PyObject * obj1 = 0 ;
15852 size_t result;
15853
15854 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_PutOutput",&obj0,&obj1)) SWIG_failgoto fail;
15855 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
15856 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15857 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_PutOutput" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_PutOutput"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
15858 }
15859 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
15860 {
15861 using namespace lldb_private;
15862 if (obj1 == Py_None(&_Py_NoneStruct))
15863 arg2 = nullptr;
15864 else if (!lldb_private::PythonFile::Check(obj1)) {
15865 int fd = PyObject_AsFileDescriptor(obj1);
15866 PythonObject py_input(PyRefType::Borrowed, obj1);
15867 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
15868
15869 if (-1 != fd && py_mode.IsValid()) {
15870 FILE *f;
15871 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
15872 arg2 = f;
15873 else
15874 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
15875 } else {
15876 PyErr_SetString(PyExc_TypeError,"not a file-like object");
15877 return nullptr;
15878 }
15879 }
15880 else
15881 {
15882 PythonFile py_file(PyRefType::Borrowed, obj1);
15883 File file;
15884 if (!py_file.GetUnderlyingFile(file))
15885 return nullptr;
15886
15887 arg2 = file.GetStream();
15888 if (arg2)
15889 file.Clear();
15890 }
15891 }
15892 {
15893 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15894 result = (arg1)->PutOutput(arg2);
15895 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15896 }
15897 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
15898 return resultobj;
15899fail:
15900 return NULL__null;
15901}
15902
15903
15904SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_PutError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15905 PyObject *resultobj = 0;
15906 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
15907 FILE *arg2 = (FILE *) 0 ;
15908 void *argp1 = 0 ;
15909 int res1 = 0 ;
15910 PyObject * obj0 = 0 ;
15911 PyObject * obj1 = 0 ;
15912 size_t result;
15913
15914 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_PutError",&obj0,&obj1)) SWIG_failgoto fail;
15915 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
15916 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15917 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_PutError" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_PutError"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
15918 }
15919 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
15920 {
15921 using namespace lldb_private;
15922 if (obj1 == Py_None(&_Py_NoneStruct))
15923 arg2 = nullptr;
15924 else if (!lldb_private::PythonFile::Check(obj1)) {
15925 int fd = PyObject_AsFileDescriptor(obj1);
15926 PythonObject py_input(PyRefType::Borrowed, obj1);
15927 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
15928
15929 if (-1 != fd && py_mode.IsValid()) {
15930 FILE *f;
15931 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
15932 arg2 = f;
15933 else
15934 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
15935 } else {
15936 PyErr_SetString(PyExc_TypeError,"not a file-like object");
15937 return nullptr;
15938 }
15939 }
15940 else
15941 {
15942 PythonFile py_file(PyRefType::Borrowed, obj1);
15943 File file;
15944 if (!py_file.GetUnderlyingFile(file))
15945 return nullptr;
15946
15947 arg2 = file.GetStream();
15948 if (arg2)
15949 file.Clear();
15950 }
15951 }
15952 {
15953 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15954 result = (arg1)->PutError(arg2);
15955 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15956 }
15957 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
15958 return resultobj;
15959fail:
15960 return NULL__null;
15961}
15962
15963
15964SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15965 PyObject *resultobj = 0;
15966 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
15967 void *argp1 = 0 ;
15968 int res1 = 0 ;
15969 PyObject * obj0 = 0 ;
15970
15971 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandReturnObject_Clear",&obj0)) SWIG_failgoto fail;
15972 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
15973 if (!SWIG_IsOK(res1)(res1 >= 0)) {
15974 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_Clear" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_Clear"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
15975 }
15976 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
15977 {
15978 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
15979 (arg1)->Clear();
15980 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
15981 }
15982 resultobj = SWIG_Py_Void();
15983 return resultobj;
15984fail:
15985 return NULL__null;
15986}
15987
15988
15989SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_SetStatus(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
15990 PyObject *resultobj = 0;
15991 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
15992 lldb::ReturnStatus arg2 ;
15993 void *argp1 = 0 ;
15994 int res1 = 0 ;
15995 int val2 ;
15996 int ecode2 = 0 ;
15997 PyObject * obj0 = 0 ;
15998 PyObject * obj1 = 0 ;
15999
16000 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_SetStatus",&obj0,&obj1)) SWIG_failgoto fail;
16001 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16002 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16003 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_SetStatus" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_SetStatus"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16004 }
16005 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16006 ecode2 = SWIG_AsVal_int(obj1, &val2);
16007 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
16008 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommandReturnObject_SetStatus" "', argument " "2"" of type '" "lldb::ReturnStatus""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommandReturnObject_SetStatus"
"', argument " "2"" of type '" "lldb::ReturnStatus""'"); goto
fail; } while(0)
;
16009 }
16010 arg2 = static_cast< lldb::ReturnStatus >(val2);
16011 {
16012 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16013 (arg1)->SetStatus(arg2);
16014 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16015 }
16016 resultobj = SWIG_Py_Void();
16017 return resultobj;
16018fail:
16019 return NULL__null;
16020}
16021
16022
16023SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_SetError__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16024 PyObject *resultobj = 0;
16025 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16026 lldb::SBError *arg2 = 0 ;
16027 char *arg3 = (char *) 0 ;
16028 void *argp1 = 0 ;
16029 int res1 = 0 ;
16030 void *argp2 = 0 ;
16031 int res2 = 0 ;
16032 int res3 ;
16033 char *buf3 = 0 ;
16034 int alloc3 = 0 ;
16035 PyObject * obj0 = 0 ;
16036 PyObject * obj1 = 0 ;
16037 PyObject * obj2 = 0 ;
16038
16039 if (!PyArg_ParseTuple(args,(char *)"OOO:SBCommandReturnObject_SetError",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
16040 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16041 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16042 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_SetError" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_SetError"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16043 }
16044 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16045 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
16046 if (!SWIG_IsOK(res2)(res2 >= 0)) {
16047 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandReturnObject_SetError" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandReturnObject_SetError"
"', argument " "2"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
16048 }
16049 if (!argp2) {
16050 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandReturnObject_SetError" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandReturnObject_SetError" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
16051 }
16052 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
16053 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
16054 if (!SWIG_IsOK(res3)(res3 >= 0)) {
16055 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBCommandReturnObject_SetError" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBCommandReturnObject_SetError"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
16056 }
16057 arg3 = reinterpret_cast< char * >(buf3);
16058 {
16059 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16060 (arg1)->SetError(*arg2,(char const *)arg3);
16061 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16062 }
16063 resultobj = SWIG_Py_Void();
16064 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
16065 return resultobj;
16066fail:
16067 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
16068 return NULL__null;
16069}
16070
16071
16072SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_SetError__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16073 PyObject *resultobj = 0;
16074 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16075 lldb::SBError *arg2 = 0 ;
16076 void *argp1 = 0 ;
16077 int res1 = 0 ;
16078 void *argp2 = 0 ;
16079 int res2 = 0 ;
16080 PyObject * obj0 = 0 ;
16081 PyObject * obj1 = 0 ;
16082
16083 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_SetError",&obj0,&obj1)) SWIG_failgoto fail;
16084 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16085 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16086 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_SetError" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_SetError"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16087 }
16088 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16089 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
16090 if (!SWIG_IsOK(res2)(res2 >= 0)) {
16091 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandReturnObject_SetError" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandReturnObject_SetError"
"', argument " "2"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
16092 }
16093 if (!argp2) {
16094 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandReturnObject_SetError" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandReturnObject_SetError" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
16095 }
16096 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
16097 {
16098 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16099 (arg1)->SetError(*arg2);
16100 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16101 }
16102 resultobj = SWIG_Py_Void();
16103 return resultobj;
16104fail:
16105 return NULL__null;
16106}
16107
16108
16109SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_SetError__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16110 PyObject *resultobj = 0;
16111 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16112 char *arg2 = (char *) 0 ;
16113 void *argp1 = 0 ;
16114 int res1 = 0 ;
16115 int res2 ;
16116 char *buf2 = 0 ;
16117 int alloc2 = 0 ;
16118 PyObject * obj0 = 0 ;
16119 PyObject * obj1 = 0 ;
16120
16121 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_SetError",&obj0,&obj1)) SWIG_failgoto fail;
16122 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16123 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16124 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_SetError" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_SetError"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16125 }
16126 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16127 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
16128 if (!SWIG_IsOK(res2)(res2 >= 0)) {
16129 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandReturnObject_SetError" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandReturnObject_SetError"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
16130 }
16131 arg2 = reinterpret_cast< char * >(buf2);
16132 {
16133 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16134 (arg1)->SetError((char const *)arg2);
16135 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16136 }
16137 resultobj = SWIG_Py_Void();
16138 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
16139 return resultobj;
16140fail:
16141 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
16142 return NULL__null;
16143}
16144
16145
16146SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_SetError(PyObject *self, PyObject *args) {
16147 Py_ssize_t argc;
16148 PyObject *argv[4] = {
16149 0
16150 };
16151 Py_ssize_t ii;
16152
16153 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
16154 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
16155 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
16156 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
16157 }
16158 if (argc == 2) {
16159 int _v;
16160 void *vptr = 0;
16161 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCommandReturnObject, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[19
], 0, 0)
;
16162 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
16163 if (_v) {
16164 void *vptr = 0;
16165 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[25
], 0, 0)
;
16166 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
16167 if (_v) {
16168 return _wrap_SBCommandReturnObject_SetError__SWIG_1(self, args);
16169 }
16170 }
16171 }
16172 if (argc == 2) {
16173 int _v;
16174 void *vptr = 0;
16175 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCommandReturnObject, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[19
], 0, 0)
;
16176 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
16177 if (_v) {
16178 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
16179 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
16180 if (_v) {
16181 return _wrap_SBCommandReturnObject_SetError__SWIG_2(self, args);
16182 }
16183 }
16184 }
16185 if (argc == 3) {
16186 int _v;
16187 void *vptr = 0;
16188 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCommandReturnObject, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[19
], 0, 0)
;
16189 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
16190 if (_v) {
16191 void *vptr = 0;
16192 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[25
], 0, 0)
;
16193 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
16194 if (_v) {
16195 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
16196 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
16197 if (_v) {
16198 return _wrap_SBCommandReturnObject_SetError__SWIG_0(self, args);
16199 }
16200 }
16201 }
16202 }
16203
16204fail:
16205 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBCommandReturnObject_SetError'.\n"
16206 " Possible C/C++ prototypes are:\n"
16207 " lldb::SBCommandReturnObject::SetError(lldb::SBError &,char const *)\n"
16208 " lldb::SBCommandReturnObject::SetError(lldb::SBError &)\n"
16209 " lldb::SBCommandReturnObject::SetError(char const *)\n");
16210 return 0;
16211}
16212
16213
16214SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_GetStatus(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16215 PyObject *resultobj = 0;
16216 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16217 void *argp1 = 0 ;
16218 int res1 = 0 ;
16219 PyObject * obj0 = 0 ;
16220 lldb::ReturnStatus result;
16221
16222 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandReturnObject_GetStatus",&obj0)) SWIG_failgoto fail;
16223 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16224 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16225 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_GetStatus" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_GetStatus"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16226 }
16227 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16228 {
16229 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16230 result = (lldb::ReturnStatus)(arg1)->GetStatus();
16231 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16232 }
16233 resultobj = SWIG_From_int(static_cast< int >(result));
16234 return resultobj;
16235fail:
16236 return NULL__null;
16237}
16238
16239
16240SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_Succeeded(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16241 PyObject *resultobj = 0;
16242 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16243 void *argp1 = 0 ;
16244 int res1 = 0 ;
16245 PyObject * obj0 = 0 ;
16246 bool result;
16247
16248 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandReturnObject_Succeeded",&obj0)) SWIG_failgoto fail;
16249 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16250 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16251 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_Succeeded" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_Succeeded"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16252 }
16253 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16254 {
16255 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16256 result = (bool)(arg1)->Succeeded();
16257 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16258 }
16259 resultobj = SWIG_From_bool(static_cast< bool >(result));
16260 return resultobj;
16261fail:
16262 return NULL__null;
16263}
16264
16265
16266SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_HasResult(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16267 PyObject *resultobj = 0;
16268 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16269 void *argp1 = 0 ;
16270 int res1 = 0 ;
16271 PyObject * obj0 = 0 ;
16272 bool result;
16273
16274 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandReturnObject_HasResult",&obj0)) SWIG_failgoto fail;
16275 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16276 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16277 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_HasResult" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_HasResult"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16278 }
16279 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16280 {
16281 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16282 result = (bool)(arg1)->HasResult();
16283 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16284 }
16285 resultobj = SWIG_From_bool(static_cast< bool >(result));
16286 return resultobj;
16287fail:
16288 return NULL__null;
16289}
16290
16291
16292SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_AppendMessage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16293 PyObject *resultobj = 0;
16294 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16295 char *arg2 = (char *) 0 ;
16296 void *argp1 = 0 ;
16297 int res1 = 0 ;
16298 int res2 ;
16299 char *buf2 = 0 ;
16300 int alloc2 = 0 ;
16301 PyObject * obj0 = 0 ;
16302 PyObject * obj1 = 0 ;
16303
16304 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_AppendMessage",&obj0,&obj1)) SWIG_failgoto fail;
16305 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16306 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16307 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_AppendMessage" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_AppendMessage"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16308 }
16309 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16310 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
16311 if (!SWIG_IsOK(res2)(res2 >= 0)) {
16312 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandReturnObject_AppendMessage" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandReturnObject_AppendMessage"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
16313 }
16314 arg2 = reinterpret_cast< char * >(buf2);
16315 {
16316 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16317 (arg1)->AppendMessage((char const *)arg2);
16318 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16319 }
16320 resultobj = SWIG_Py_Void();
16321 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
16322 return resultobj;
16323fail:
16324 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
16325 return NULL__null;
16326}
16327
16328
16329SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_AppendWarning(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16330 PyObject *resultobj = 0;
16331 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16332 char *arg2 = (char *) 0 ;
16333 void *argp1 = 0 ;
16334 int res1 = 0 ;
16335 int res2 ;
16336 char *buf2 = 0 ;
16337 int alloc2 = 0 ;
16338 PyObject * obj0 = 0 ;
16339 PyObject * obj1 = 0 ;
16340
16341 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_AppendWarning",&obj0,&obj1)) SWIG_failgoto fail;
16342 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16343 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16344 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_AppendWarning" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_AppendWarning"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16345 }
16346 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16347 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
16348 if (!SWIG_IsOK(res2)(res2 >= 0)) {
16349 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandReturnObject_AppendWarning" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandReturnObject_AppendWarning"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
16350 }
16351 arg2 = reinterpret_cast< char * >(buf2);
16352 {
16353 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16354 (arg1)->AppendWarning((char const *)arg2);
16355 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16356 }
16357 resultobj = SWIG_Py_Void();
16358 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
16359 return resultobj;
16360fail:
16361 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
16362 return NULL__null;
16363}
16364
16365
16366SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16367 PyObject *resultobj = 0;
16368 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16369 lldb::SBStream *arg2 = 0 ;
16370 void *argp1 = 0 ;
16371 int res1 = 0 ;
16372 void *argp2 = 0 ;
16373 int res2 = 0 ;
16374 PyObject * obj0 = 0 ;
16375 PyObject * obj1 = 0 ;
16376 bool result;
16377
16378 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
16379 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16380 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16381 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_GetDescription" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_GetDescription"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16382 }
16383 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16384 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
16385 if (!SWIG_IsOK(res2)(res2 >= 0)) {
16386 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandReturnObject_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandReturnObject_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
16387 }
16388 if (!argp2) {
16389 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommandReturnObject_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommandReturnObject_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
16390 }
16391 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
16392 {
16393 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16394 result = (bool)(arg1)->GetDescription(*arg2);
16395 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16396 }
16397 resultobj = SWIG_From_bool(static_cast< bool >(result));
16398 return resultobj;
16399fail:
16400 return NULL__null;
16401}
16402
16403
16404SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_SetImmediateOutputFile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16405 PyObject *resultobj = 0;
16406 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16407 FILE *arg2 = (FILE *) 0 ;
16408 void *argp1 = 0 ;
16409 int res1 = 0 ;
16410 PyObject * obj0 = 0 ;
16411 PyObject * obj1 = 0 ;
16412
16413 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_SetImmediateOutputFile",&obj0,&obj1)) SWIG_failgoto fail;
16414 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16415 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16416 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_SetImmediateOutputFile" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_SetImmediateOutputFile"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16417 }
16418 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16419 {
16420 using namespace lldb_private;
16421 if (obj1 == Py_None(&_Py_NoneStruct))
16422 arg2 = nullptr;
16423 else if (!lldb_private::PythonFile::Check(obj1)) {
16424 int fd = PyObject_AsFileDescriptor(obj1);
16425 PythonObject py_input(PyRefType::Borrowed, obj1);
16426 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
16427
16428 if (-1 != fd && py_mode.IsValid()) {
16429 FILE *f;
16430 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
16431 arg2 = f;
16432 else
16433 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
16434 } else {
16435 PyErr_SetString(PyExc_TypeError,"not a file-like object");
16436 return nullptr;
16437 }
16438 }
16439 else
16440 {
16441 PythonFile py_file(PyRefType::Borrowed, obj1);
16442 File file;
16443 if (!py_file.GetUnderlyingFile(file))
16444 return nullptr;
16445
16446 arg2 = file.GetStream();
16447 if (arg2)
16448 file.Clear();
16449 }
16450 }
16451 {
16452 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16453 lldb_SBCommandReturnObject_SetImmediateOutputFile(arg1,arg2);
16454 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16455 }
16456 resultobj = SWIG_Py_Void();
16457 return resultobj;
16458fail:
16459 return NULL__null;
16460}
16461
16462
16463SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_SetImmediateErrorFile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16464 PyObject *resultobj = 0;
16465 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16466 FILE *arg2 = (FILE *) 0 ;
16467 void *argp1 = 0 ;
16468 int res1 = 0 ;
16469 PyObject * obj0 = 0 ;
16470 PyObject * obj1 = 0 ;
16471
16472 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_SetImmediateErrorFile",&obj0,&obj1)) SWIG_failgoto fail;
16473 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16474 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16475 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_SetImmediateErrorFile" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_SetImmediateErrorFile"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16476 }
16477 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16478 {
16479 using namespace lldb_private;
16480 if (obj1 == Py_None(&_Py_NoneStruct))
16481 arg2 = nullptr;
16482 else if (!lldb_private::PythonFile::Check(obj1)) {
16483 int fd = PyObject_AsFileDescriptor(obj1);
16484 PythonObject py_input(PyRefType::Borrowed, obj1);
16485 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
16486
16487 if (-1 != fd && py_mode.IsValid()) {
16488 FILE *f;
16489 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
16490 arg2 = f;
16491 else
16492 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
16493 } else {
16494 PyErr_SetString(PyExc_TypeError,"not a file-like object");
16495 return nullptr;
16496 }
16497 }
16498 else
16499 {
16500 PythonFile py_file(PyRefType::Borrowed, obj1);
16501 File file;
16502 if (!py_file.GetUnderlyingFile(file))
16503 return nullptr;
16504
16505 arg2 = file.GetStream();
16506 if (arg2)
16507 file.Clear();
16508 }
16509 }
16510 {
16511 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16512 lldb_SBCommandReturnObject_SetImmediateErrorFile(arg1,arg2);
16513 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16514 }
16515 resultobj = SWIG_Py_Void();
16516 return resultobj;
16517fail:
16518 return NULL__null;
16519}
16520
16521
16522SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_PutCString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16523 PyObject *resultobj = 0;
16524 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16525 char *arg2 = (char *) 0 ;
16526 int arg3 ;
16527 void *argp1 = 0 ;
16528 int res1 = 0 ;
16529 PyObject * obj0 = 0 ;
16530 PyObject * obj1 = 0 ;
16531
16532 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_PutCString",&obj0,&obj1)) SWIG_failgoto fail;
16533 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16534 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16535 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_PutCString" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_PutCString"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16536 }
16537 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16538 {
16539 using namespace lldb_private;
16540 if (obj1 == Py_None(&_Py_NoneStruct))
16541 {
16542 arg2 = NULL__null;
16543 arg3 = 0;
16544 }
16545 else if (PythonString::Check(obj1))
16546 {
16547 PythonString py_str(PyRefType::Borrowed, obj1);
16548 llvm::StringRef str = py_str.GetString();
16549 arg2 = const_cast<char*>(str.data());
16550 arg3 = str.size();
16551 // In Python 2, if obj1 is a PyUnicode object then this
16552 // will trigger a Unicode -> String conversion, in which
16553 // case the `PythonString` will now own the PyString. Thus
16554 // if it goes out of scope, the data will be deleted. The
16555 // only way to avoid this is to leak the Python object in
16556 // that case. Note that if there was no conversion, then
16557 // releasing the string will not leak anything, since we
16558 // created this as a borrowed reference.
16559 py_str.release();
16560 }
16561 else
16562 {
16563 PyErr_SetString(PyExc_TypeError,"not a string-like object");
16564 return NULL__null;
16565 }
16566 }
16567 {
16568 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16569 (arg1)->PutCString((char const *)arg2,arg3);
16570 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16571 }
16572 resultobj = SWIG_Py_Void();
16573 return resultobj;
16574fail:
16575 return NULL__null;
16576}
16577
16578
16579SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_Print(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16580 PyObject *resultobj = 0;
16581 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16582 char *arg2 = (char *) 0 ;
16583 void *argp1 = 0 ;
16584 int res1 = 0 ;
16585 int res2 ;
16586 char *buf2 = 0 ;
16587 int alloc2 = 0 ;
16588 PyObject * obj0 = 0 ;
16589 PyObject * obj1 = 0 ;
16590
16591 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_Print",&obj0,&obj1)) SWIG_failgoto fail;
16592 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16593 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16594 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_Print" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_Print"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16595 }
16596 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16597 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
16598 if (!SWIG_IsOK(res2)(res2 >= 0)) {
16599 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandReturnObject_Print" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandReturnObject_Print"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
16600 }
16601 arg2 = reinterpret_cast< char * >(buf2);
16602 {
16603 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16604 lldb_SBCommandReturnObject_Print(arg1,(char const *)arg2);
16605 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16606 }
16607 resultobj = SWIG_Py_Void();
16608 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
16609 return resultobj;
16610fail:
16611 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
16612 return NULL__null;
16613}
16614
16615
16616SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16617 PyObject *resultobj = 0;
16618 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16619 void *argp1 = 0 ;
16620 int res1 = 0 ;
16621 PyObject * obj0 = 0 ;
16622 PyObject *result = 0 ;
16623
16624 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandReturnObject___str__",&obj0)) SWIG_failgoto fail;
16625 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16626 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16627 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject___str__" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject___str__"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16628 }
16629 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16630 result = (PyObject *)lldb_SBCommandReturnObject___str__(arg1);
16631 resultobj = result;
16632 return resultobj;
16633fail:
16634 return NULL__null;
16635}
16636
16637
16638SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16639 PyObject *resultobj = 0;
16640 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16641 char *arg2 = (char *) 0 ;
16642 void *argp1 = 0 ;
16643 int res1 = 0 ;
16644 int res2 ;
16645 char *buf2 = 0 ;
16646 int alloc2 = 0 ;
16647 PyObject * obj0 = 0 ;
16648 PyObject * obj1 = 0 ;
16649
16650 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommandReturnObject_write",&obj0,&obj1)) SWIG_failgoto fail;
16651 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16652 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16653 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_write" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_write"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16654 }
16655 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16656 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
16657 if (!SWIG_IsOK(res2)(res2 >= 0)) {
16658 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommandReturnObject_write" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommandReturnObject_write"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
16659 }
16660 arg2 = reinterpret_cast< char * >(buf2);
16661 {
16662 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16663 lldb_SBCommandReturnObject_write(arg1,(char const *)arg2);
16664 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16665 }
16666 resultobj = SWIG_Py_Void();
16667 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
16668 return resultobj;
16669fail:
16670 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
16671 return NULL__null;
16672}
16673
16674
16675SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommandReturnObject_flush(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16676 PyObject *resultobj = 0;
16677 lldb::SBCommandReturnObject *arg1 = (lldb::SBCommandReturnObject *) 0 ;
16678 void *argp1 = 0 ;
16679 int res1 = 0 ;
16680 PyObject * obj0 = 0 ;
16681
16682 if (!PyArg_ParseTuple(args,(char *)"O:SBCommandReturnObject_flush",&obj0)) SWIG_failgoto fail;
16683 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommandReturnObject, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[19]
, 0 | 0, 0)
;
16684 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16685 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommandReturnObject_flush" "', argument " "1"" of type '" "lldb::SBCommandReturnObject *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommandReturnObject_flush"
"', argument " "1"" of type '" "lldb::SBCommandReturnObject *"
"'"); goto fail; } while(0)
;
16686 }
16687 arg1 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp1);
16688 {
16689 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16690 lldb_SBCommandReturnObject_flush(arg1);
16691 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16692 }
16693 resultobj = SWIG_Py_Void();
16694 return resultobj;
16695fail:
16696 return NULL__null;
16697}
16698
16699
16700SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBCommandReturnObject_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16701 PyObject *obj;
16702 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
16703 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBCommandReturnObjectswig_types[19], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
16704 return SWIG_Py_Void();
16705}
16706
16707SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBCommunication__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16708 PyObject *resultobj = 0;
16709 lldb::SBCommunication *result = 0 ;
16710
16711 if (!PyArg_ParseTuple(args,(char *)":new_SBCommunication")) SWIG_failgoto fail;
16712 {
16713 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16714 result = (lldb::SBCommunication *)new lldb::SBCommunication();
16715 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16716 }
16717 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBCommunication, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[20], (
(0x1 << 1) | 0x1) | 0)
;
16718 return resultobj;
16719fail:
16720 return NULL__null;
16721}
16722
16723
16724SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBCommunication__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16725 PyObject *resultobj = 0;
16726 char *arg1 = (char *) 0 ;
16727 int res1 ;
16728 char *buf1 = 0 ;
16729 int alloc1 = 0 ;
16730 PyObject * obj0 = 0 ;
16731 lldb::SBCommunication *result = 0 ;
16732
16733 if (!PyArg_ParseTuple(args,(char *)"O:new_SBCommunication",&obj0)) SWIG_failgoto fail;
16734 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
16735 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16736 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBCommunication" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBCommunication" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
16737 }
16738 arg1 = reinterpret_cast< char * >(buf1);
16739 {
16740 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16741 result = (lldb::SBCommunication *)new lldb::SBCommunication((char const *)arg1);
16742 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16743 }
16744 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBCommunication, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[20], (
(0x1 << 1) | 0x1) | 0)
;
16745 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
16746 return resultobj;
16747fail:
16748 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
16749 return NULL__null;
16750}
16751
16752
16753SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBCommunication(PyObject *self, PyObject *args) {
16754 Py_ssize_t argc;
16755 PyObject *argv[2] = {
16756 0
16757 };
16758 Py_ssize_t ii;
16759
16760 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
16761 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
16762 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
16763 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
16764 }
16765 if (argc == 0) {
16766 return _wrap_new_SBCommunication__SWIG_0(self, args);
16767 }
16768 if (argc == 1) {
16769 int _v;
16770 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
16771 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
16772 if (_v) {
16773 return _wrap_new_SBCommunication__SWIG_1(self, args);
16774 }
16775 }
16776
16777fail:
16778 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBCommunication'.\n"
16779 " Possible C/C++ prototypes are:\n"
16780 " lldb::SBCommunication::SBCommunication()\n"
16781 " lldb::SBCommunication::SBCommunication(char const *)\n");
16782 return 0;
16783}
16784
16785
16786SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBCommunication(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16787 PyObject *resultobj = 0;
16788 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
16789 void *argp1 = 0 ;
16790 int res1 = 0 ;
16791 PyObject * obj0 = 0 ;
16792
16793 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBCommunication",&obj0)) SWIG_failgoto fail;
16794 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0x1 | 0, 0)
;
16795 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16796 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBCommunication" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBCommunication" "', argument "
"1"" of type '" "lldb::SBCommunication *""'"); goto fail; } while
(0)
;
16797 }
16798 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
16799 {
16800 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16801 delete arg1;
16802 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16803 }
16804 resultobj = SWIG_Py_Void();
16805 return resultobj;
16806fail:
16807 return NULL__null;
16808}
16809
16810
16811SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16812 PyObject *resultobj = 0;
16813 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
16814 void *argp1 = 0 ;
16815 int res1 = 0 ;
16816 PyObject * obj0 = 0 ;
16817 bool result;
16818
16819 if (!PyArg_ParseTuple(args,(char *)"O:SBCommunication_IsValid",&obj0)) SWIG_failgoto fail;
16820 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
16821 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16822 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_IsValid" "', argument " "1"" of type '" "lldb::SBCommunication const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_IsValid" "', argument "
"1"" of type '" "lldb::SBCommunication const *""'"); goto fail
; } while(0)
;
16823 }
16824 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
16825 {
16826 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16827 result = (bool)((lldb::SBCommunication const *)arg1)->IsValid();
16828 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16829 }
16830 resultobj = SWIG_From_bool(static_cast< bool >(result));
16831 return resultobj;
16832fail:
16833 return NULL__null;
16834}
16835
16836
16837SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_GetBroadcaster(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16838 PyObject *resultobj = 0;
16839 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
16840 void *argp1 = 0 ;
16841 int res1 = 0 ;
16842 PyObject * obj0 = 0 ;
16843 lldb::SBBroadcaster result;
16844
16845 if (!PyArg_ParseTuple(args,(char *)"O:SBCommunication_GetBroadcaster",&obj0)) SWIG_failgoto fail;
16846 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
16847 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16848 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_GetBroadcaster" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_GetBroadcaster"
"', argument " "1"" of type '" "lldb::SBCommunication *""'")
; goto fail; } while(0)
;
16849 }
16850 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
16851 {
16852 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16853 result = (arg1)->GetBroadcaster();
16854 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16855 }
16856 resultobj = SWIG_NewPointerObj((new lldb::SBBroadcaster(static_cast< const lldb::SBBroadcaster& >(result))), SWIGTYPE_p_lldb__SBBroadcaster, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBroadcaster(static_cast
< const lldb::SBBroadcaster& >(result))), swig_types
[16], 0x1 | 0)
;
16857 return resultobj;
16858fail:
16859 return NULL__null;
16860}
16861
16862
16863SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_GetBroadcasterClass(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16864 PyObject *resultobj = 0;
16865 char *result = 0 ;
16866
16867 if (!PyArg_ParseTuple(args,(char *)":SBCommunication_GetBroadcasterClass")) SWIG_failgoto fail;
16868 {
16869 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16870 result = (char *)lldb::SBCommunication::GetBroadcasterClass();
16871 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16872 }
16873 resultobj = SWIG_FromCharPtr((const char *)result);
16874 return resultobj;
16875fail:
16876 return NULL__null;
16877}
16878
16879
16880SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_AdoptFileDesriptor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16881 PyObject *resultobj = 0;
16882 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
16883 int arg2 ;
16884 bool arg3 ;
16885 void *argp1 = 0 ;
16886 int res1 = 0 ;
16887 int val2 ;
16888 int ecode2 = 0 ;
16889 bool val3 ;
16890 int ecode3 = 0 ;
16891 PyObject * obj0 = 0 ;
16892 PyObject * obj1 = 0 ;
16893 PyObject * obj2 = 0 ;
16894 lldb::ConnectionStatus result;
16895
16896 if (!PyArg_ParseTuple(args,(char *)"OOO:SBCommunication_AdoptFileDesriptor",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
16897 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
16898 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16899 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_AdoptFileDesriptor" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_AdoptFileDesriptor"
"', argument " "1"" of type '" "lldb::SBCommunication *""'")
; goto fail; } while(0)
;
16900 }
16901 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
16902 ecode2 = SWIG_AsVal_int(obj1, &val2);
16903 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
16904 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommunication_AdoptFileDesriptor" "', argument " "2"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommunication_AdoptFileDesriptor"
"', argument " "2"" of type '" "int""'"); goto fail; } while
(0)
;
16905 }
16906 arg2 = static_cast< int >(val2);
16907 ecode3 = SWIG_AsVal_bool(obj2, &val3);
16908 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
16909 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBCommunication_AdoptFileDesriptor" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBCommunication_AdoptFileDesriptor"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
16910 }
16911 arg3 = static_cast< bool >(val3);
16912 {
16913 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16914 result = (lldb::ConnectionStatus)(arg1)->AdoptFileDesriptor(arg2,arg3);
16915 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16916 }
16917 resultobj = SWIG_From_int(static_cast< int >(result));
16918 return resultobj;
16919fail:
16920 return NULL__null;
16921}
16922
16923
16924SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_Connect(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16925 PyObject *resultobj = 0;
16926 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
16927 char *arg2 = (char *) 0 ;
16928 void *argp1 = 0 ;
16929 int res1 = 0 ;
16930 int res2 ;
16931 char *buf2 = 0 ;
16932 int alloc2 = 0 ;
16933 PyObject * obj0 = 0 ;
16934 PyObject * obj1 = 0 ;
16935 lldb::ConnectionStatus result;
16936
16937 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommunication_Connect",&obj0,&obj1)) SWIG_failgoto fail;
16938 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
16939 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16940 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_Connect" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_Connect" "', argument "
"1"" of type '" "lldb::SBCommunication *""'"); goto fail; } while
(0)
;
16941 }
16942 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
16943 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
16944 if (!SWIG_IsOK(res2)(res2 >= 0)) {
16945 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommunication_Connect" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommunication_Connect" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
16946 }
16947 arg2 = reinterpret_cast< char * >(buf2);
16948 {
16949 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16950 result = (lldb::ConnectionStatus)(arg1)->Connect((char const *)arg2);
16951 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16952 }
16953 resultobj = SWIG_From_int(static_cast< int >(result));
16954 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
16955 return resultobj;
16956fail:
16957 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
16958 return NULL__null;
16959}
16960
16961
16962SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_Disconnect(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16963 PyObject *resultobj = 0;
16964 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
16965 void *argp1 = 0 ;
16966 int res1 = 0 ;
16967 PyObject * obj0 = 0 ;
16968 lldb::ConnectionStatus result;
16969
16970 if (!PyArg_ParseTuple(args,(char *)"O:SBCommunication_Disconnect",&obj0)) SWIG_failgoto fail;
16971 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
16972 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16973 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_Disconnect" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_Disconnect"
"', argument " "1"" of type '" "lldb::SBCommunication *""'")
; goto fail; } while(0)
;
16974 }
16975 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
16976 {
16977 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
16978 result = (lldb::ConnectionStatus)(arg1)->Disconnect();
16979 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
16980 }
16981 resultobj = SWIG_From_int(static_cast< int >(result));
16982 return resultobj;
16983fail:
16984 return NULL__null;
16985}
16986
16987
16988SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_IsConnected(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
16989 PyObject *resultobj = 0;
16990 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
16991 void *argp1 = 0 ;
16992 int res1 = 0 ;
16993 PyObject * obj0 = 0 ;
16994 bool result;
16995
16996 if (!PyArg_ParseTuple(args,(char *)"O:SBCommunication_IsConnected",&obj0)) SWIG_failgoto fail;
16997 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
16998 if (!SWIG_IsOK(res1)(res1 >= 0)) {
16999 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_IsConnected" "', argument " "1"" of type '" "lldb::SBCommunication const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_IsConnected"
"', argument " "1"" of type '" "lldb::SBCommunication const *"
"'"); goto fail; } while(0)
;
17000 }
17001 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
17002 {
17003 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17004 result = (bool)((lldb::SBCommunication const *)arg1)->IsConnected();
17005 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17006 }
17007 resultobj = SWIG_From_bool(static_cast< bool >(result));
17008 return resultobj;
17009fail:
17010 return NULL__null;
17011}
17012
17013
17014SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_GetCloseOnEOF(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17015 PyObject *resultobj = 0;
17016 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17017 void *argp1 = 0 ;
17018 int res1 = 0 ;
17019 PyObject * obj0 = 0 ;
17020 bool result;
17021
17022 if (!PyArg_ParseTuple(args,(char *)"O:SBCommunication_GetCloseOnEOF",&obj0)) SWIG_failgoto fail;
17023 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
17024 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17025 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_GetCloseOnEOF" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_GetCloseOnEOF"
"', argument " "1"" of type '" "lldb::SBCommunication *""'")
; goto fail; } while(0)
;
17026 }
17027 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
17028 {
17029 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17030 result = (bool)(arg1)->GetCloseOnEOF();
17031 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17032 }
17033 resultobj = SWIG_From_bool(static_cast< bool >(result));
17034 return resultobj;
17035fail:
17036 return NULL__null;
17037}
17038
17039
17040SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_SetCloseOnEOF(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17041 PyObject *resultobj = 0;
17042 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17043 bool arg2 ;
17044 void *argp1 = 0 ;
17045 int res1 = 0 ;
17046 bool val2 ;
17047 int ecode2 = 0 ;
17048 PyObject * obj0 = 0 ;
17049 PyObject * obj1 = 0 ;
17050
17051 if (!PyArg_ParseTuple(args,(char *)"OO:SBCommunication_SetCloseOnEOF",&obj0,&obj1)) SWIG_failgoto fail;
17052 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
17053 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17054 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_SetCloseOnEOF" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_SetCloseOnEOF"
"', argument " "1"" of type '" "lldb::SBCommunication *""'")
; goto fail; } while(0)
;
17055 }
17056 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
17057 ecode2 = SWIG_AsVal_bool(obj1, &val2);
17058 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
17059 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCommunication_SetCloseOnEOF" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCommunication_SetCloseOnEOF"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
17060 }
17061 arg2 = static_cast< bool >(val2);
17062 {
17063 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17064 (arg1)->SetCloseOnEOF(arg2);
17065 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17066 }
17067 resultobj = SWIG_Py_Void();
17068 return resultobj;
17069fail:
17070 return NULL__null;
17071}
17072
17073
17074SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_Read(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17075 PyObject *resultobj = 0;
17076 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17077 void *arg2 = (void *) 0 ;
17078 size_t arg3 ;
17079 uint32_t arg4 ;
17080 lldb::ConnectionStatus *arg5 = 0 ;
17081 void *argp1 = 0 ;
17082 int res1 = 0 ;
17083 int res2 ;
17084 size_t val3 ;
17085 int ecode3 = 0 ;
17086 unsigned int val4 ;
17087 int ecode4 = 0 ;
17088 void *argp5 = 0 ;
17089 int res5 = 0 ;
17090 PyObject * obj0 = 0 ;
17091 PyObject * obj1 = 0 ;
17092 PyObject * obj2 = 0 ;
17093 PyObject * obj3 = 0 ;
17094 PyObject * obj4 = 0 ;
17095 size_t result;
17096
17097 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBCommunication_Read",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
17098 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
17099 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17100 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_Read" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_Read" "', argument "
"1"" of type '" "lldb::SBCommunication *""'"); goto fail; } while
(0)
;
17101 }
17102 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
17103 res2 = SWIG_ConvertPtr(obj1,SWIG_as_voidptrptr(&arg2), 0, 0)SWIG_Python_ConvertPtrAndOwn(obj1, ((void)const_cast< void
* >(static_cast< const void * >(*&arg2)),reinterpret_cast
< void** >(&arg2)), 0, 0, 0)
;
17104 if (!SWIG_IsOK(res2)(res2 >= 0)) {
17105 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommunication_Read" "', argument " "2"" of type '" "void *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommunication_Read" "', argument "
"2"" of type '" "void *""'"); goto fail; } while(0)
;
17106 }
17107 ecode3 = SWIG_AsVal_size_t(obj2, &val3);
17108 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
17109 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBCommunication_Read" "', argument " "3"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBCommunication_Read" "', argument "
"3"" of type '" "size_t""'"); goto fail; } while(0)
;
17110 }
17111 arg3 = static_cast< size_t >(val3);
17112 ecode4 = SWIG_AsVal_unsigned_SS_int(obj3, &val4);
17113 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
17114 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBCommunication_Read" "', argument " "4"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBCommunication_Read" "', argument "
"4"" of type '" "uint32_t""'"); goto fail; } while(0)
;
17115 }
17116 arg4 = static_cast< uint32_t >(val4);
17117 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__ConnectionStatus, 0 )SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[7],
0, 0)
;
17118 if (!SWIG_IsOK(res5)(res5 >= 0)) {
17119 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBCommunication_Read" "', argument " "5"" of type '" "lldb::ConnectionStatus &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBCommunication_Read" "', argument "
"5"" of type '" "lldb::ConnectionStatus &""'"); goto fail
; } while(0)
;
17120 }
17121 if (!argp5) {
17122 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommunication_Read" "', argument " "5"" of type '" "lldb::ConnectionStatus &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommunication_Read" "', argument " "5"" of type '"
"lldb::ConnectionStatus &""'"); goto fail; } while(0)
;
17123 }
17124 arg5 = reinterpret_cast< lldb::ConnectionStatus * >(argp5);
17125 {
17126 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17127 result = (arg1)->Read(arg2,arg3,arg4,*arg5);
17128 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17129 }
17130 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
17131 return resultobj;
17132fail:
17133 return NULL__null;
17134}
17135
17136
17137SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_Write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17138 PyObject *resultobj = 0;
17139 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17140 void *arg2 = (void *) 0 ;
17141 size_t arg3 ;
17142 lldb::ConnectionStatus *arg4 = 0 ;
17143 void *argp1 = 0 ;
17144 int res1 = 0 ;
17145 int res2 ;
17146 size_t val3 ;
17147 int ecode3 = 0 ;
17148 void *argp4 = 0 ;
17149 int res4 = 0 ;
17150 PyObject * obj0 = 0 ;
17151 PyObject * obj1 = 0 ;
17152 PyObject * obj2 = 0 ;
17153 PyObject * obj3 = 0 ;
17154 size_t result;
17155
17156 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBCommunication_Write",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
17157 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
17158 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17159 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_Write" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_Write" "', argument "
"1"" of type '" "lldb::SBCommunication *""'"); goto fail; } while
(0)
;
17160 }
17161 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
17162 res2 = SWIG_ConvertPtr(obj1,SWIG_as_voidptrptr(&arg2), 0, 0)SWIG_Python_ConvertPtrAndOwn(obj1, ((void)const_cast< void
* >(static_cast< const void * >(*&arg2)),reinterpret_cast
< void** >(&arg2)), 0, 0, 0)
;
17163 if (!SWIG_IsOK(res2)(res2 >= 0)) {
17164 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCommunication_Write" "', argument " "2"" of type '" "void const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCommunication_Write" "', argument "
"2"" of type '" "void const *""'"); goto fail; } while(0)
;
17165 }
17166 ecode3 = SWIG_AsVal_size_t(obj2, &val3);
17167 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
17168 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBCommunication_Write" "', argument " "3"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBCommunication_Write"
"', argument " "3"" of type '" "size_t""'"); goto fail; } while
(0)
;
17169 }
17170 arg3 = static_cast< size_t >(val3);
17171 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__ConnectionStatus, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[7],
0, 0)
;
17172 if (!SWIG_IsOK(res4)(res4 >= 0)) {
17173 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBCommunication_Write" "', argument " "4"" of type '" "lldb::ConnectionStatus &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBCommunication_Write" "', argument "
"4"" of type '" "lldb::ConnectionStatus &""'"); goto fail
; } while(0)
;
17174 }
17175 if (!argp4) {
17176 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCommunication_Write" "', argument " "4"" of type '" "lldb::ConnectionStatus &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCommunication_Write" "', argument " "4"" of type '"
"lldb::ConnectionStatus &""'"); goto fail; } while(0)
;
17177 }
17178 arg4 = reinterpret_cast< lldb::ConnectionStatus * >(argp4);
17179 {
17180 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17181 result = (arg1)->Write((void const *)arg2,arg3,*arg4);
17182 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17183 }
17184 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
17185 return resultobj;
17186fail:
17187 return NULL__null;
17188}
17189
17190
17191SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_ReadThreadStart(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17192 PyObject *resultobj = 0;
17193 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17194 void *argp1 = 0 ;
17195 int res1 = 0 ;
17196 PyObject * obj0 = 0 ;
17197 bool result;
17198
17199 if (!PyArg_ParseTuple(args,(char *)"O:SBCommunication_ReadThreadStart",&obj0)) SWIG_failgoto fail;
17200 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
17201 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17202 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_ReadThreadStart" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_ReadThreadStart"
"', argument " "1"" of type '" "lldb::SBCommunication *""'")
; goto fail; } while(0)
;
17203 }
17204 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
17205 {
17206 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17207 result = (bool)(arg1)->ReadThreadStart();
17208 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17209 }
17210 resultobj = SWIG_From_bool(static_cast< bool >(result));
17211 return resultobj;
17212fail:
17213 return NULL__null;
17214}
17215
17216
17217SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_ReadThreadStop(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17218 PyObject *resultobj = 0;
17219 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17220 void *argp1 = 0 ;
17221 int res1 = 0 ;
17222 PyObject * obj0 = 0 ;
17223 bool result;
17224
17225 if (!PyArg_ParseTuple(args,(char *)"O:SBCommunication_ReadThreadStop",&obj0)) SWIG_failgoto fail;
17226 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
17227 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17228 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_ReadThreadStop" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_ReadThreadStop"
"', argument " "1"" of type '" "lldb::SBCommunication *""'")
; goto fail; } while(0)
;
17229 }
17230 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
17231 {
17232 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17233 result = (bool)(arg1)->ReadThreadStop();
17234 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17235 }
17236 resultobj = SWIG_From_bool(static_cast< bool >(result));
17237 return resultobj;
17238fail:
17239 return NULL__null;
17240}
17241
17242
17243SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_ReadThreadIsRunning(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17244 PyObject *resultobj = 0;
17245 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17246 void *argp1 = 0 ;
17247 int res1 = 0 ;
17248 PyObject * obj0 = 0 ;
17249 bool result;
17250
17251 if (!PyArg_ParseTuple(args,(char *)"O:SBCommunication_ReadThreadIsRunning",&obj0)) SWIG_failgoto fail;
17252 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
17253 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17254 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_ReadThreadIsRunning" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_ReadThreadIsRunning"
"', argument " "1"" of type '" "lldb::SBCommunication *""'")
; goto fail; } while(0)
;
17255 }
17256 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
17257 {
17258 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17259 result = (bool)(arg1)->ReadThreadIsRunning();
17260 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17261 }
17262 resultobj = SWIG_From_bool(static_cast< bool >(result));
17263 return resultobj;
17264fail:
17265 return NULL__null;
17266}
17267
17268
17269SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCommunication_SetReadThreadBytesReceivedCallback(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17270 PyObject *resultobj = 0;
17271 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17272 lldb::SBCommunication::ReadThreadBytesReceived arg2 = (lldb::SBCommunication::ReadThreadBytesReceived) 0 ;
17273 void *arg3 = (void *) 0 ;
17274 void *argp1 = 0 ;
17275 int res1 = 0 ;
17276 int res3 ;
17277 PyObject * obj0 = 0 ;
17278 PyObject * obj1 = 0 ;
17279 PyObject * obj2 = 0 ;
17280 bool result;
17281
17282 if (!PyArg_ParseTuple(args,(char *)"OOO:SBCommunication_SetReadThreadBytesReceivedCallback",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
17283 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCommunication, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[20]
, 0 | 0, 0)
;
17284 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17285 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCommunication_SetReadThreadBytesReceivedCallback" "', argument " "1"" of type '" "lldb::SBCommunication *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCommunication_SetReadThreadBytesReceivedCallback"
"', argument " "1"" of type '" "lldb::SBCommunication *""'")
; goto fail; } while(0)
;
17286 }
17287 arg1 = reinterpret_cast< lldb::SBCommunication * >(argp1);
17288 {
17289 int res = SWIG_ConvertFunctionPtr(obj1, (void**)(&arg2), SWIGTYPE_p_f_p_void_p_q_const__void_size_t__void)SWIG_Python_ConvertFunctionPtr(obj1, (void**)(&arg2), swig_types
[5])
;
17290 if (!SWIG_IsOK(res)(res >= 0)) {
17291 SWIG_exception_fail(SWIG_ArgError(res), "in method '" "SBCommunication_SetReadThreadBytesReceivedCallback" "', argument " "2"" of type '" "lldb::SBCommunication::ReadThreadBytesReceived""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res != (
-1)) ? res : -5)), "in method '" "SBCommunication_SetReadThreadBytesReceivedCallback"
"', argument " "2"" of type '" "lldb::SBCommunication::ReadThreadBytesReceived"
"'"); goto fail; } while(0)
;
17292 }
17293 }
17294 res3 = SWIG_ConvertPtr(obj2,SWIG_as_voidptrptr(&arg3), 0, 0)SWIG_Python_ConvertPtrAndOwn(obj2, ((void)const_cast< void
* >(static_cast< const void * >(*&arg3)),reinterpret_cast
< void** >(&arg3)), 0, 0, 0)
;
17295 if (!SWIG_IsOK(res3)(res3 >= 0)) {
17296 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBCommunication_SetReadThreadBytesReceivedCallback" "', argument " "3"" of type '" "void *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBCommunication_SetReadThreadBytesReceivedCallback"
"', argument " "3"" of type '" "void *""'"); goto fail; } while
(0)
;
17297 }
17298 {
17299 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17300 result = (bool)(arg1)->SetReadThreadBytesReceivedCallback(arg2,arg3);
17301 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17302 }
17303 resultobj = SWIG_From_bool(static_cast< bool >(result));
17304 return resultobj;
17305fail:
17306 return NULL__null;
17307}
17308
17309
17310SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBCommunication_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17311 PyObject *obj;
17312 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
17313 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBCommunicationswig_types[20], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
17314 return SWIG_Py_Void();
17315}
17316
17317SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBCompileUnit__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17318 PyObject *resultobj = 0;
17319 lldb::SBCompileUnit *result = 0 ;
17320
17321 if (!PyArg_ParseTuple(args,(char *)":new_SBCompileUnit")) SWIG_failgoto fail;
17322 {
17323 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17324 result = (lldb::SBCompileUnit *)new lldb::SBCompileUnit();
17325 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17326 }
17327 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBCompileUnit, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[21], (
(0x1 << 1) | 0x1) | 0)
;
17328 return resultobj;
17329fail:
17330 return NULL__null;
17331}
17332
17333
17334SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBCompileUnit__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17335 PyObject *resultobj = 0;
17336 lldb::SBCompileUnit *arg1 = 0 ;
17337 void *argp1 = 0 ;
17338 int res1 = 0 ;
17339 PyObject * obj0 = 0 ;
17340 lldb::SBCompileUnit *result = 0 ;
17341
17342 if (!PyArg_ParseTuple(args,(char *)"O:new_SBCompileUnit",&obj0)) SWIG_failgoto fail;
17343 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17344 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17345 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBCompileUnit" "', argument " "1"" of type '" "lldb::SBCompileUnit const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBCompileUnit" "', argument "
"1"" of type '" "lldb::SBCompileUnit const &""'"); goto fail
; } while(0)
;
17346 }
17347 if (!argp1) {
17348 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBCompileUnit" "', argument " "1"" of type '" "lldb::SBCompileUnit const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBCompileUnit" "', argument " "1"" of type '"
"lldb::SBCompileUnit const &""'"); goto fail; } while(0)
;
17349 }
17350 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17351 {
17352 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17353 result = (lldb::SBCompileUnit *)new lldb::SBCompileUnit((lldb::SBCompileUnit const &)*arg1);
17354 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17355 }
17356 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBCompileUnit, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[21], (
(0x1 << 1) | 0x1) | 0)
;
17357 return resultobj;
17358fail:
17359 return NULL__null;
17360}
17361
17362
17363SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBCompileUnit(PyObject *self, PyObject *args) {
17364 Py_ssize_t argc;
17365 PyObject *argv[2] = {
17366 0
17367 };
17368 Py_ssize_t ii;
17369
17370 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
17371 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
17372 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
17373 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
17374 }
17375 if (argc == 0) {
17376 return _wrap_new_SBCompileUnit__SWIG_0(self, args);
17377 }
17378 if (argc == 1) {
17379 int _v;
17380 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBCompileUnit, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[21], 0, 0
)
;
17381 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17382 if (_v) {
17383 return _wrap_new_SBCompileUnit__SWIG_1(self, args);
17384 }
17385 }
17386
17387fail:
17388 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBCompileUnit'.\n"
17389 " Possible C/C++ prototypes are:\n"
17390 " lldb::SBCompileUnit::SBCompileUnit()\n"
17391 " lldb::SBCompileUnit::SBCompileUnit(lldb::SBCompileUnit const &)\n");
17392 return 0;
17393}
17394
17395
17396SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBCompileUnit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17397 PyObject *resultobj = 0;
17398 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17399 void *argp1 = 0 ;
17400 int res1 = 0 ;
17401 PyObject * obj0 = 0 ;
17402
17403 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBCompileUnit",&obj0)) SWIG_failgoto fail;
17404 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0x1 | 0, 0)
;
17405 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17406 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBCompileUnit" "', argument " "1"" of type '" "lldb::SBCompileUnit *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBCompileUnit" "', argument "
"1"" of type '" "lldb::SBCompileUnit *""'"); goto fail; } while
(0)
;
17407 }
17408 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17409 {
17410 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17411 delete arg1;
17412 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17413 }
17414 resultobj = SWIG_Py_Void();
17415 return resultobj;
17416fail:
17417 return NULL__null;
17418}
17419
17420
17421SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17422 PyObject *resultobj = 0;
17423 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17424 void *argp1 = 0 ;
17425 int res1 = 0 ;
17426 PyObject * obj0 = 0 ;
17427 bool result;
17428
17429 if (!PyArg_ParseTuple(args,(char *)"O:SBCompileUnit_IsValid",&obj0)) SWIG_failgoto fail;
17430 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17431 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17432 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_IsValid" "', argument " "1"" of type '" "lldb::SBCompileUnit const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_IsValid" "', argument "
"1"" of type '" "lldb::SBCompileUnit const *""'"); goto fail
; } while(0)
;
17433 }
17434 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17435 {
17436 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17437 result = (bool)((lldb::SBCompileUnit const *)arg1)->IsValid();
17438 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17439 }
17440 resultobj = SWIG_From_bool(static_cast< bool >(result));
17441 return resultobj;
17442fail:
17443 return NULL__null;
17444}
17445
17446
17447SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_GetFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17448 PyObject *resultobj = 0;
17449 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17450 void *argp1 = 0 ;
17451 int res1 = 0 ;
17452 PyObject * obj0 = 0 ;
17453 lldb::SBFileSpec result;
17454
17455 if (!PyArg_ParseTuple(args,(char *)"O:SBCompileUnit_GetFileSpec",&obj0)) SWIG_failgoto fail;
17456 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17457 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17458 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_GetFileSpec" "', argument " "1"" of type '" "lldb::SBCompileUnit const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_GetFileSpec"
"', argument " "1"" of type '" "lldb::SBCompileUnit const *"
"'"); goto fail; } while(0)
;
17459 }
17460 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17461 {
17462 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17463 result = ((lldb::SBCompileUnit const *)arg1)->GetFileSpec();
17464 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17465 }
17466 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
17467 return resultobj;
17468fail:
17469 return NULL__null;
17470}
17471
17472
17473SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_GetNumLineEntries(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17474 PyObject *resultobj = 0;
17475 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17476 void *argp1 = 0 ;
17477 int res1 = 0 ;
17478 PyObject * obj0 = 0 ;
17479 uint32_t result;
17480
17481 if (!PyArg_ParseTuple(args,(char *)"O:SBCompileUnit_GetNumLineEntries",&obj0)) SWIG_failgoto fail;
17482 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17483 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17484 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_GetNumLineEntries" "', argument " "1"" of type '" "lldb::SBCompileUnit const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_GetNumLineEntries"
"', argument " "1"" of type '" "lldb::SBCompileUnit const *"
"'"); goto fail; } while(0)
;
17485 }
17486 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17487 {
17488 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17489 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->GetNumLineEntries();
17490 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17491 }
17492 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
17493 return resultobj;
17494fail:
17495 return NULL__null;
17496}
17497
17498
17499SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_GetLineEntryAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17500 PyObject *resultobj = 0;
17501 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17502 uint32_t arg2 ;
17503 void *argp1 = 0 ;
17504 int res1 = 0 ;
17505 unsigned int val2 ;
17506 int ecode2 = 0 ;
17507 PyObject * obj0 = 0 ;
17508 PyObject * obj1 = 0 ;
17509 lldb::SBLineEntry result;
17510
17511 if (!PyArg_ParseTuple(args,(char *)"OO:SBCompileUnit_GetLineEntryAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
17512 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17513 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17514 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_GetLineEntryAtIndex" "', argument " "1"" of type '" "lldb::SBCompileUnit const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_GetLineEntryAtIndex"
"', argument " "1"" of type '" "lldb::SBCompileUnit const *"
"'"); goto fail; } while(0)
;
17515 }
17516 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17517 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
17518 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
17519 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCompileUnit_GetLineEntryAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCompileUnit_GetLineEntryAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
17520 }
17521 arg2 = static_cast< uint32_t >(val2);
17522 {
17523 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17524 result = ((lldb::SBCompileUnit const *)arg1)->GetLineEntryAtIndex(arg2);
17525 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17526 }
17527 resultobj = SWIG_NewPointerObj((new lldb::SBLineEntry(static_cast< const lldb::SBLineEntry& >(result))), SWIGTYPE_p_lldb__SBLineEntry, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBLineEntry(static_cast
< const lldb::SBLineEntry& >(result))), swig_types[
38], 0x1 | 0)
;
17528 return resultobj;
17529fail:
17530 return NULL__null;
17531}
17532
17533
17534SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_FindLineEntryIndex__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17535 PyObject *resultobj = 0;
17536 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17537 uint32_t arg2 ;
17538 uint32_t arg3 ;
17539 lldb::SBFileSpec *arg4 = (lldb::SBFileSpec *) 0 ;
17540 void *argp1 = 0 ;
17541 int res1 = 0 ;
17542 unsigned int val2 ;
17543 int ecode2 = 0 ;
17544 unsigned int val3 ;
17545 int ecode3 = 0 ;
17546 void *argp4 = 0 ;
17547 int res4 = 0 ;
17548 PyObject * obj0 = 0 ;
17549 PyObject * obj1 = 0 ;
17550 PyObject * obj2 = 0 ;
17551 PyObject * obj3 = 0 ;
17552 uint32_t result;
17553
17554 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBCompileUnit_FindLineEntryIndex",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
17555 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17556 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17557 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_FindLineEntryIndex" "', argument " "1"" of type '" "lldb::SBCompileUnit const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_FindLineEntryIndex"
"', argument " "1"" of type '" "lldb::SBCompileUnit const *"
"'"); goto fail; } while(0)
;
17558 }
17559 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17560 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
17561 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
17562 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCompileUnit_FindLineEntryIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCompileUnit_FindLineEntryIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
17563 }
17564 arg2 = static_cast< uint32_t >(val2);
17565 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
17566 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
17567 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBCompileUnit_FindLineEntryIndex" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBCompileUnit_FindLineEntryIndex"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
17568 }
17569 arg3 = static_cast< uint32_t >(val3);
17570 res4 = SWIG_ConvertPtr(obj3, &argp4,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[29]
, 0 | 0, 0)
;
17571 if (!SWIG_IsOK(res4)(res4 >= 0)) {
17572 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBCompileUnit_FindLineEntryIndex" "', argument " "4"" of type '" "lldb::SBFileSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBCompileUnit_FindLineEntryIndex"
"', argument " "4"" of type '" "lldb::SBFileSpec *""'"); goto
fail; } while(0)
;
17573 }
17574 arg4 = reinterpret_cast< lldb::SBFileSpec * >(argp4);
17575 {
17576 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17577 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->FindLineEntryIndex(arg2,arg3,arg4);
17578 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17579 }
17580 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
17581 return resultobj;
17582fail:
17583 return NULL__null;
17584}
17585
17586
17587SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_FindLineEntryIndex__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17588 PyObject *resultobj = 0;
17589 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17590 uint32_t arg2 ;
17591 uint32_t arg3 ;
17592 lldb::SBFileSpec *arg4 = (lldb::SBFileSpec *) 0 ;
17593 bool arg5 ;
17594 void *argp1 = 0 ;
17595 int res1 = 0 ;
17596 unsigned int val2 ;
17597 int ecode2 = 0 ;
17598 unsigned int val3 ;
17599 int ecode3 = 0 ;
17600 void *argp4 = 0 ;
17601 int res4 = 0 ;
17602 bool val5 ;
17603 int ecode5 = 0 ;
17604 PyObject * obj0 = 0 ;
17605 PyObject * obj1 = 0 ;
17606 PyObject * obj2 = 0 ;
17607 PyObject * obj3 = 0 ;
17608 PyObject * obj4 = 0 ;
17609 uint32_t result;
17610
17611 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBCompileUnit_FindLineEntryIndex",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
17612 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17613 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17614 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_FindLineEntryIndex" "', argument " "1"" of type '" "lldb::SBCompileUnit const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_FindLineEntryIndex"
"', argument " "1"" of type '" "lldb::SBCompileUnit const *"
"'"); goto fail; } while(0)
;
17615 }
17616 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17617 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
17618 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
17619 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCompileUnit_FindLineEntryIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCompileUnit_FindLineEntryIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
17620 }
17621 arg2 = static_cast< uint32_t >(val2);
17622 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
17623 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
17624 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBCompileUnit_FindLineEntryIndex" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBCompileUnit_FindLineEntryIndex"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
17625 }
17626 arg3 = static_cast< uint32_t >(val3);
17627 res4 = SWIG_ConvertPtr(obj3, &argp4,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[29]
, 0 | 0, 0)
;
17628 if (!SWIG_IsOK(res4)(res4 >= 0)) {
17629 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBCompileUnit_FindLineEntryIndex" "', argument " "4"" of type '" "lldb::SBFileSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBCompileUnit_FindLineEntryIndex"
"', argument " "4"" of type '" "lldb::SBFileSpec *""'"); goto
fail; } while(0)
;
17630 }
17631 arg4 = reinterpret_cast< lldb::SBFileSpec * >(argp4);
17632 ecode5 = SWIG_AsVal_bool(obj4, &val5);
17633 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
17634 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBCompileUnit_FindLineEntryIndex" "', argument " "5"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBCompileUnit_FindLineEntryIndex"
"', argument " "5"" of type '" "bool""'"); goto fail; } while
(0)
;
17635 }
17636 arg5 = static_cast< bool >(val5);
17637 {
17638 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17639 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->FindLineEntryIndex(arg2,arg3,arg4,arg5);
17640 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17641 }
17642 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
17643 return resultobj;
17644fail:
17645 return NULL__null;
17646}
17647
17648
17649SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_FindLineEntryIndex(PyObject *self, PyObject *args) {
17650 Py_ssize_t argc;
17651 PyObject *argv[6] = {
17652 0
17653 };
17654 Py_ssize_t ii;
17655
17656 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
17657 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
17658 for (ii = 0; (ii < 5) && (ii < argc); ii++) {
17659 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
17660 }
17661 if (argc == 4) {
17662 int _v;
17663 void *vptr = 0;
17664 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCompileUnit, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[21
], 0, 0)
;
17665 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17666 if (_v) {
17667 {
17668 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
17669 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17670 }
17671 if (_v) {
17672 {
17673 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
17674 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17675 }
17676 if (_v) {
17677 void *vptr = 0;
17678 int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], &vptr, swig_types[29
], 0, 0)
;
17679 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17680 if (_v) {
17681 return _wrap_SBCompileUnit_FindLineEntryIndex__SWIG_0(self, args);
17682 }
17683 }
17684 }
17685 }
17686 }
17687 if (argc == 5) {
17688 int _v;
17689 void *vptr = 0;
17690 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCompileUnit, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[21
], 0, 0)
;
17691 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17692 if (_v) {
17693 {
17694 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
17695 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17696 }
17697 if (_v) {
17698 {
17699 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
17700 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17701 }
17702 if (_v) {
17703 void *vptr = 0;
17704 int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], &vptr, swig_types[29
], 0, 0)
;
17705 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17706 if (_v) {
17707 {
17708 int res = SWIG_AsVal_bool(argv[4], NULL__null);
17709 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17710 }
17711 if (_v) {
17712 return _wrap_SBCompileUnit_FindLineEntryIndex__SWIG_1(self, args);
17713 }
17714 }
17715 }
17716 }
17717 }
17718 }
17719
17720fail:
17721 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBCompileUnit_FindLineEntryIndex'.\n"
17722 " Possible C/C++ prototypes are:\n"
17723 " lldb::SBCompileUnit::FindLineEntryIndex(uint32_t,uint32_t,lldb::SBFileSpec *) const\n"
17724 " lldb::SBCompileUnit::FindLineEntryIndex(uint32_t,uint32_t,lldb::SBFileSpec *,bool) const\n");
17725 return 0;
17726}
17727
17728
17729SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_GetSupportFileAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17730 PyObject *resultobj = 0;
17731 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17732 uint32_t arg2 ;
17733 void *argp1 = 0 ;
17734 int res1 = 0 ;
17735 unsigned int val2 ;
17736 int ecode2 = 0 ;
17737 PyObject * obj0 = 0 ;
17738 PyObject * obj1 = 0 ;
17739 lldb::SBFileSpec result;
17740
17741 if (!PyArg_ParseTuple(args,(char *)"OO:SBCompileUnit_GetSupportFileAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
17742 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17743 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17744 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_GetSupportFileAtIndex" "', argument " "1"" of type '" "lldb::SBCompileUnit const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_GetSupportFileAtIndex"
"', argument " "1"" of type '" "lldb::SBCompileUnit const *"
"'"); goto fail; } while(0)
;
17745 }
17746 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17747 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
17748 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
17749 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCompileUnit_GetSupportFileAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCompileUnit_GetSupportFileAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
17750 }
17751 arg2 = static_cast< uint32_t >(val2);
17752 {
17753 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17754 result = ((lldb::SBCompileUnit const *)arg1)->GetSupportFileAtIndex(arg2);
17755 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17756 }
17757 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
17758 return resultobj;
17759fail:
17760 return NULL__null;
17761}
17762
17763
17764SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_GetNumSupportFiles(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17765 PyObject *resultobj = 0;
17766 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17767 void *argp1 = 0 ;
17768 int res1 = 0 ;
17769 PyObject * obj0 = 0 ;
17770 uint32_t result;
17771
17772 if (!PyArg_ParseTuple(args,(char *)"O:SBCompileUnit_GetNumSupportFiles",&obj0)) SWIG_failgoto fail;
17773 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17774 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17775 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_GetNumSupportFiles" "', argument " "1"" of type '" "lldb::SBCompileUnit const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_GetNumSupportFiles"
"', argument " "1"" of type '" "lldb::SBCompileUnit const *"
"'"); goto fail; } while(0)
;
17776 }
17777 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17778 {
17779 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17780 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->GetNumSupportFiles();
17781 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17782 }
17783 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
17784 return resultobj;
17785fail:
17786 return NULL__null;
17787}
17788
17789
17790SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_FindSupportFileIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17791 PyObject *resultobj = 0;
17792 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17793 uint32_t arg2 ;
17794 lldb::SBFileSpec *arg3 = 0 ;
17795 bool arg4 ;
17796 void *argp1 = 0 ;
17797 int res1 = 0 ;
17798 unsigned int val2 ;
17799 int ecode2 = 0 ;
17800 void *argp3 = 0 ;
17801 int res3 = 0 ;
17802 bool val4 ;
17803 int ecode4 = 0 ;
17804 PyObject * obj0 = 0 ;
17805 PyObject * obj1 = 0 ;
17806 PyObject * obj2 = 0 ;
17807 PyObject * obj3 = 0 ;
17808 uint32_t result;
17809
17810 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBCompileUnit_FindSupportFileIndex",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
17811 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17812 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17813 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_FindSupportFileIndex" "', argument " "1"" of type '" "lldb::SBCompileUnit *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_FindSupportFileIndex"
"', argument " "1"" of type '" "lldb::SBCompileUnit *""'"); goto
fail; } while(0)
;
17814 }
17815 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17816 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
17817 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
17818 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCompileUnit_FindSupportFileIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCompileUnit_FindSupportFileIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
17819 }
17820 arg2 = static_cast< uint32_t >(val2);
17821 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[29]
, 0 | 0, 0)
;
17822 if (!SWIG_IsOK(res3)(res3 >= 0)) {
17823 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBCompileUnit_FindSupportFileIndex" "', argument " "3"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBCompileUnit_FindSupportFileIndex"
"', argument " "3"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
17824 }
17825 if (!argp3) {
17826 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCompileUnit_FindSupportFileIndex" "', argument " "3"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCompileUnit_FindSupportFileIndex" "', argument "
"3"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
17827 }
17828 arg3 = reinterpret_cast< lldb::SBFileSpec * >(argp3);
17829 ecode4 = SWIG_AsVal_bool(obj3, &val4);
17830 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
17831 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBCompileUnit_FindSupportFileIndex" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBCompileUnit_FindSupportFileIndex"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
17832 }
17833 arg4 = static_cast< bool >(val4);
17834 {
17835 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17836 result = (uint32_t)(arg1)->FindSupportFileIndex(arg2,(lldb::SBFileSpec const &)*arg3,arg4);
17837 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17838 }
17839 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
17840 return resultobj;
17841fail:
17842 return NULL__null;
17843}
17844
17845
17846SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_GetTypes__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17847 PyObject *resultobj = 0;
17848 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17849 uint32_t arg2 ;
17850 void *argp1 = 0 ;
17851 int res1 = 0 ;
17852 unsigned int val2 ;
17853 int ecode2 = 0 ;
17854 PyObject * obj0 = 0 ;
17855 PyObject * obj1 = 0 ;
17856 lldb::SBTypeList result;
17857
17858 if (!PyArg_ParseTuple(args,(char *)"OO:SBCompileUnit_GetTypes",&obj0,&obj1)) SWIG_failgoto fail;
17859 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17860 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17861 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_GetTypes" "', argument " "1"" of type '" "lldb::SBCompileUnit *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_GetTypes" "', argument "
"1"" of type '" "lldb::SBCompileUnit *""'"); goto fail; } while
(0)
;
17862 }
17863 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17864 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
17865 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
17866 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBCompileUnit_GetTypes" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBCompileUnit_GetTypes"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
17867 }
17868 arg2 = static_cast< uint32_t >(val2);
17869 {
17870 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17871 result = (arg1)->GetTypes(arg2);
17872 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17873 }
17874 resultobj = SWIG_NewPointerObj((new lldb::SBTypeList(static_cast< const lldb::SBTypeList& >(result))), SWIGTYPE_p_lldb__SBTypeList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeList(static_cast
< const lldb::SBTypeList& >(result))), swig_types[72
], 0x1 | 0)
;
17875 return resultobj;
17876fail:
17877 return NULL__null;
17878}
17879
17880
17881SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_GetTypes__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17882 PyObject *resultobj = 0;
17883 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17884 void *argp1 = 0 ;
17885 int res1 = 0 ;
17886 PyObject * obj0 = 0 ;
17887 lldb::SBTypeList result;
17888
17889 if (!PyArg_ParseTuple(args,(char *)"O:SBCompileUnit_GetTypes",&obj0)) SWIG_failgoto fail;
17890 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17891 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17892 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_GetTypes" "', argument " "1"" of type '" "lldb::SBCompileUnit *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_GetTypes" "', argument "
"1"" of type '" "lldb::SBCompileUnit *""'"); goto fail; } while
(0)
;
17893 }
17894 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17895 {
17896 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17897 result = (arg1)->GetTypes();
17898 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17899 }
17900 resultobj = SWIG_NewPointerObj((new lldb::SBTypeList(static_cast< const lldb::SBTypeList& >(result))), SWIGTYPE_p_lldb__SBTypeList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeList(static_cast
< const lldb::SBTypeList& >(result))), swig_types[72
], 0x1 | 0)
;
17901 return resultobj;
17902fail:
17903 return NULL__null;
17904}
17905
17906
17907SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_GetTypes(PyObject *self, PyObject *args) {
17908 Py_ssize_t argc;
17909 PyObject *argv[3] = {
17910 0
17911 };
17912 Py_ssize_t ii;
17913
17914 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
17915 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
17916 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
17917 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
17918 }
17919 if (argc == 1) {
17920 int _v;
17921 void *vptr = 0;
17922 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCompileUnit, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[21
], 0, 0)
;
17923 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17924 if (_v) {
17925 return _wrap_SBCompileUnit_GetTypes__SWIG_1(self, args);
17926 }
17927 }
17928 if (argc == 2) {
17929 int _v;
17930 void *vptr = 0;
17931 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBCompileUnit, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[21
], 0, 0)
;
17932 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17933 if (_v) {
17934 {
17935 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
17936 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
17937 }
17938 if (_v) {
17939 return _wrap_SBCompileUnit_GetTypes__SWIG_0(self, args);
17940 }
17941 }
17942 }
17943
17944fail:
17945 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBCompileUnit_GetTypes'.\n"
17946 " Possible C/C++ prototypes are:\n"
17947 " lldb::SBCompileUnit::GetTypes(uint32_t)\n"
17948 " lldb::SBCompileUnit::GetTypes()\n");
17949 return 0;
17950}
17951
17952
17953SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_GetLanguage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17954 PyObject *resultobj = 0;
17955 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17956 void *argp1 = 0 ;
17957 int res1 = 0 ;
17958 PyObject * obj0 = 0 ;
17959 lldb::LanguageType result;
17960
17961 if (!PyArg_ParseTuple(args,(char *)"O:SBCompileUnit_GetLanguage",&obj0)) SWIG_failgoto fail;
17962 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17963 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17964 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_GetLanguage" "', argument " "1"" of type '" "lldb::SBCompileUnit *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_GetLanguage"
"', argument " "1"" of type '" "lldb::SBCompileUnit *""'"); goto
fail; } while(0)
;
17965 }
17966 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17967 {
17968 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
17969 result = (lldb::LanguageType)(arg1)->GetLanguage();
17970 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
17971 }
17972 resultobj = SWIG_From_int(static_cast< int >(result));
17973 return resultobj;
17974fail:
17975 return NULL__null;
17976}
17977
17978
17979SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
17980 PyObject *resultobj = 0;
17981 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
17982 lldb::SBStream *arg2 = 0 ;
17983 void *argp1 = 0 ;
17984 int res1 = 0 ;
17985 void *argp2 = 0 ;
17986 int res2 = 0 ;
17987 PyObject * obj0 = 0 ;
17988 PyObject * obj1 = 0 ;
17989 bool result;
17990
17991 if (!PyArg_ParseTuple(args,(char *)"OO:SBCompileUnit_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
17992 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
17993 if (!SWIG_IsOK(res1)(res1 >= 0)) {
17994 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit_GetDescription" "', argument " "1"" of type '" "lldb::SBCompileUnit *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit_GetDescription"
"', argument " "1"" of type '" "lldb::SBCompileUnit *""'"); goto
fail; } while(0)
;
17995 }
17996 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
17997 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
17998 if (!SWIG_IsOK(res2)(res2 >= 0)) {
17999 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCompileUnit_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCompileUnit_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
18000 }
18001 if (!argp2) {
18002 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCompileUnit_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCompileUnit_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
18003 }
18004 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
18005 {
18006 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18007 result = (bool)(arg1)->GetDescription(*arg2);
18008 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18009 }
18010 resultobj = SWIG_From_bool(static_cast< bool >(result));
18011 return resultobj;
18012fail:
18013 return NULL__null;
18014}
18015
18016
18017SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18018 PyObject *resultobj = 0;
18019 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
18020 lldb::SBCompileUnit *arg2 = 0 ;
18021 void *argp1 = 0 ;
18022 int res1 = 0 ;
18023 void *argp2 = 0 ;
18024 int res2 = 0 ;
18025 PyObject * obj0 = 0 ;
18026 PyObject * obj1 = 0 ;
18027 bool result;
18028
18029 if (!PyArg_ParseTuple(args,(char *)"OO:SBCompileUnit___eq__",&obj0,&obj1)) SWIG_failgoto fail;
18030 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
18031 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18032 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit___eq__" "', argument " "1"" of type '" "lldb::SBCompileUnit const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit___eq__" "', argument "
"1"" of type '" "lldb::SBCompileUnit const *""'"); goto fail
; } while(0)
;
18033 }
18034 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
18035 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[21]
, 0 | 0, 0)
;
18036 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18037 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCompileUnit___eq__" "', argument " "2"" of type '" "lldb::SBCompileUnit const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCompileUnit___eq__" "', argument "
"2"" of type '" "lldb::SBCompileUnit const &""'"); goto fail
; } while(0)
;
18038 }
18039 if (!argp2) {
18040 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCompileUnit___eq__" "', argument " "2"" of type '" "lldb::SBCompileUnit const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCompileUnit___eq__" "', argument " "2"" of type '"
"lldb::SBCompileUnit const &""'"); goto fail; } while(0)
;
18041 }
18042 arg2 = reinterpret_cast< lldb::SBCompileUnit * >(argp2);
18043 {
18044 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18045 result = (bool)((lldb::SBCompileUnit const *)arg1)->operator ==((lldb::SBCompileUnit const &)*arg2);
18046 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18047 }
18048 resultobj = SWIG_From_bool(static_cast< bool >(result));
18049 return resultobj;
18050fail:
18051 return NULL__null;
18052}
18053
18054
18055SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18056 PyObject *resultobj = 0;
18057 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
18058 lldb::SBCompileUnit *arg2 = 0 ;
18059 void *argp1 = 0 ;
18060 int res1 = 0 ;
18061 void *argp2 = 0 ;
18062 int res2 = 0 ;
18063 PyObject * obj0 = 0 ;
18064 PyObject * obj1 = 0 ;
18065 bool result;
18066
18067 if (!PyArg_ParseTuple(args,(char *)"OO:SBCompileUnit___ne__",&obj0,&obj1)) SWIG_failgoto fail;
18068 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
18069 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18070 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit___ne__" "', argument " "1"" of type '" "lldb::SBCompileUnit const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit___ne__" "', argument "
"1"" of type '" "lldb::SBCompileUnit const *""'"); goto fail
; } while(0)
;
18071 }
18072 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
18073 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[21]
, 0 | 0, 0)
;
18074 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18075 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBCompileUnit___ne__" "', argument " "2"" of type '" "lldb::SBCompileUnit const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBCompileUnit___ne__" "', argument "
"2"" of type '" "lldb::SBCompileUnit const &""'"); goto fail
; } while(0)
;
18076 }
18077 if (!argp2) {
18078 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBCompileUnit___ne__" "', argument " "2"" of type '" "lldb::SBCompileUnit const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBCompileUnit___ne__" "', argument " "2"" of type '"
"lldb::SBCompileUnit const &""'"); goto fail; } while(0)
;
18079 }
18080 arg2 = reinterpret_cast< lldb::SBCompileUnit * >(argp2);
18081 {
18082 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18083 result = (bool)((lldb::SBCompileUnit const *)arg1)->operator !=((lldb::SBCompileUnit const &)*arg2);
18084 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18085 }
18086 resultobj = SWIG_From_bool(static_cast< bool >(result));
18087 return resultobj;
18088fail:
18089 return NULL__null;
18090}
18091
18092
18093SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBCompileUnit___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18094 PyObject *resultobj = 0;
18095 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ;
18096 void *argp1 = 0 ;
18097 int res1 = 0 ;
18098 PyObject * obj0 = 0 ;
18099 PyObject *result = 0 ;
18100
18101 if (!PyArg_ParseTuple(args,(char *)"O:SBCompileUnit___str__",&obj0)) SWIG_failgoto fail;
18102 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[21]
, 0 | 0, 0)
;
18103 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18104 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBCompileUnit___str__" "', argument " "1"" of type '" "lldb::SBCompileUnit *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBCompileUnit___str__" "', argument "
"1"" of type '" "lldb::SBCompileUnit *""'"); goto fail; } while
(0)
;
18105 }
18106 arg1 = reinterpret_cast< lldb::SBCompileUnit * >(argp1);
18107 result = (PyObject *)lldb_SBCompileUnit___str__(arg1);
18108 resultobj = result;
18109 return resultobj;
18110fail:
18111 return NULL__null;
18112}
18113
18114
18115SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBCompileUnit_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18116 PyObject *obj;
18117 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
18118 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBCompileUnitswig_types[21], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
18119 return SWIG_Py_Void();
18120}
18121
18122SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBData__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18123 PyObject *resultobj = 0;
18124 lldb::SBData *result = 0 ;
18125
18126 if (!PyArg_ParseTuple(args,(char *)":new_SBData")) SWIG_failgoto fail;
18127 {
18128 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18129 result = (lldb::SBData *)new lldb::SBData();
18130 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18131 }
18132 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[22], (
(0x1 << 1) | 0x1) | 0)
;
18133 return resultobj;
18134fail:
18135 return NULL__null;
18136}
18137
18138
18139SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBData__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18140 PyObject *resultobj = 0;
18141 lldb::SBData *arg1 = 0 ;
18142 void *argp1 = 0 ;
18143 int res1 = 0 ;
18144 PyObject * obj0 = 0 ;
18145 lldb::SBData *result = 0 ;
18146
18147 if (!PyArg_ParseTuple(args,(char *)"O:new_SBData",&obj0)) SWIG_failgoto fail;
18148 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBData, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18149 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18150 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBData" "', argument " "1"" of type '" "lldb::SBData const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBData" "', argument "
"1"" of type '" "lldb::SBData const &""'"); goto fail; }
while(0)
;
18151 }
18152 if (!argp1) {
18153 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBData" "', argument " "1"" of type '" "lldb::SBData const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBData" "', argument " "1"" of type '" "lldb::SBData const &"
"'"); goto fail; } while(0)
;
18154 }
18155 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18156 {
18157 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18158 result = (lldb::SBData *)new lldb::SBData((lldb::SBData const &)*arg1);
18159 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18160 }
18161 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[22], (
(0x1 << 1) | 0x1) | 0)
;
18162 return resultobj;
18163fail:
18164 return NULL__null;
18165}
18166
18167
18168SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBData(PyObject *self, PyObject *args) {
18169 Py_ssize_t argc;
18170 PyObject *argv[2] = {
18171 0
18172 };
18173 Py_ssize_t ii;
18174
18175 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
18176 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
18177 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
18178 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
18179 }
18180 if (argc == 0) {
18181 return _wrap_new_SBData__SWIG_0(self, args);
18182 }
18183 if (argc == 1) {
18184 int _v;
18185 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBData, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[22], 0, 0
)
;
18186 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
18187 if (_v) {
18188 return _wrap_new_SBData__SWIG_1(self, args);
18189 }
18190 }
18191
18192fail:
18193 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBData'.\n"
18194 " Possible C/C++ prototypes are:\n"
18195 " lldb::SBData::SBData()\n"
18196 " lldb::SBData::SBData(lldb::SBData const &)\n");
18197 return 0;
18198}
18199
18200
18201SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18202 PyObject *resultobj = 0;
18203 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18204 void *argp1 = 0 ;
18205 int res1 = 0 ;
18206 PyObject * obj0 = 0 ;
18207
18208 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBData",&obj0)) SWIG_failgoto fail;
18209 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0x1 | 0, 0)
;
18210 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18211 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBData" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBData" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18212 }
18213 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18214 {
18215 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18216 delete arg1;
18217 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18218 }
18219 resultobj = SWIG_Py_Void();
18220 return resultobj;
18221fail:
18222 return NULL__null;
18223}
18224
18225
18226SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetAddressByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18227 PyObject *resultobj = 0;
18228 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18229 void *argp1 = 0 ;
18230 int res1 = 0 ;
18231 PyObject * obj0 = 0 ;
18232 uint8_t result;
18233
18234 if (!PyArg_ParseTuple(args,(char *)"O:SBData_GetAddressByteSize",&obj0)) SWIG_failgoto fail;
18235 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18236 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18237 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetAddressByteSize" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetAddressByteSize"
"', argument " "1"" of type '" "lldb::SBData *""'"); goto fail
; } while(0)
;
18238 }
18239 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18240 {
18241 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18242 result = (uint8_t)(arg1)->GetAddressByteSize();
18243 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18244 }
18245 resultobj = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result));
18246 return resultobj;
18247fail:
18248 return NULL__null;
18249}
18250
18251
18252SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_SetAddressByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18253 PyObject *resultobj = 0;
18254 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18255 uint8_t arg2 ;
18256 void *argp1 = 0 ;
18257 int res1 = 0 ;
18258 unsigned char val2 ;
18259 int ecode2 = 0 ;
18260 PyObject * obj0 = 0 ;
18261 PyObject * obj1 = 0 ;
18262
18263 if (!PyArg_ParseTuple(args,(char *)"OO:SBData_SetAddressByteSize",&obj0,&obj1)) SWIG_failgoto fail;
18264 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18265 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18266 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_SetAddressByteSize" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_SetAddressByteSize"
"', argument " "1"" of type '" "lldb::SBData *""'"); goto fail
; } while(0)
;
18267 }
18268 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18269 ecode2 = SWIG_AsVal_unsigned_SS_char(obj1, &val2);
18270 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
18271 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBData_SetAddressByteSize" "', argument " "2"" of type '" "uint8_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBData_SetAddressByteSize"
"', argument " "2"" of type '" "uint8_t""'"); goto fail; } while
(0)
;
18272 }
18273 arg2 = static_cast< uint8_t >(val2);
18274 {
18275 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18276 (arg1)->SetAddressByteSize(arg2);
18277 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18278 }
18279 resultobj = SWIG_Py_Void();
18280 return resultobj;
18281fail:
18282 return NULL__null;
18283}
18284
18285
18286SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18287 PyObject *resultobj = 0;
18288 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18289 void *argp1 = 0 ;
18290 int res1 = 0 ;
18291 PyObject * obj0 = 0 ;
18292
18293 if (!PyArg_ParseTuple(args,(char *)"O:SBData_Clear",&obj0)) SWIG_failgoto fail;
18294 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18295 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18296 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_Clear" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_Clear" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18297 }
18298 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18299 {
18300 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18301 (arg1)->Clear();
18302 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18303 }
18304 resultobj = SWIG_Py_Void();
18305 return resultobj;
18306fail:
18307 return NULL__null;
18308}
18309
18310
18311SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18312 PyObject *resultobj = 0;
18313 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18314 void *argp1 = 0 ;
18315 int res1 = 0 ;
18316 PyObject * obj0 = 0 ;
18317 bool result;
18318
18319 if (!PyArg_ParseTuple(args,(char *)"O:SBData_IsValid",&obj0)) SWIG_failgoto fail;
18320 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18321 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18322 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_IsValid" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_IsValid" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18323 }
18324 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18325 {
18326 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18327 result = (bool)(arg1)->IsValid();
18328 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18329 }
18330 resultobj = SWIG_From_bool(static_cast< bool >(result));
18331 return resultobj;
18332fail:
18333 return NULL__null;
18334}
18335
18336
18337SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18338 PyObject *resultobj = 0;
18339 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18340 void *argp1 = 0 ;
18341 int res1 = 0 ;
18342 PyObject * obj0 = 0 ;
18343 size_t result;
18344
18345 if (!PyArg_ParseTuple(args,(char *)"O:SBData_GetByteSize",&obj0)) SWIG_failgoto fail;
18346 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18347 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18348 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetByteSize" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetByteSize" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18349 }
18350 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18351 {
18352 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18353 result = (arg1)->GetByteSize();
18354 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18355 }
18356 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
18357 return resultobj;
18358fail:
18359 return NULL__null;
18360}
18361
18362
18363SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetByteOrder(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18364 PyObject *resultobj = 0;
18365 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18366 void *argp1 = 0 ;
18367 int res1 = 0 ;
18368 PyObject * obj0 = 0 ;
18369 lldb::ByteOrder result;
18370
18371 if (!PyArg_ParseTuple(args,(char *)"O:SBData_GetByteOrder",&obj0)) SWIG_failgoto fail;
18372 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18373 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18374 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetByteOrder" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetByteOrder" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18375 }
18376 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18377 {
18378 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18379 result = (lldb::ByteOrder)(arg1)->GetByteOrder();
18380 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18381 }
18382 resultobj = SWIG_From_int(static_cast< int >(result));
18383 return resultobj;
18384fail:
18385 return NULL__null;
18386}
18387
18388
18389SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_SetByteOrder(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18390 PyObject *resultobj = 0;
18391 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18392 lldb::ByteOrder arg2 ;
18393 void *argp1 = 0 ;
18394 int res1 = 0 ;
18395 int val2 ;
18396 int ecode2 = 0 ;
18397 PyObject * obj0 = 0 ;
18398 PyObject * obj1 = 0 ;
18399
18400 if (!PyArg_ParseTuple(args,(char *)"OO:SBData_SetByteOrder",&obj0,&obj1)) SWIG_failgoto fail;
18401 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18402 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18403 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_SetByteOrder" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_SetByteOrder" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18404 }
18405 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18406 ecode2 = SWIG_AsVal_int(obj1, &val2);
18407 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
18408 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBData_SetByteOrder" "', argument " "2"" of type '" "lldb::ByteOrder""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBData_SetByteOrder" "', argument "
"2"" of type '" "lldb::ByteOrder""'"); goto fail; } while(0)
;
18409 }
18410 arg2 = static_cast< lldb::ByteOrder >(val2);
18411 {
18412 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18413 (arg1)->SetByteOrder(arg2);
18414 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18415 }
18416 resultobj = SWIG_Py_Void();
18417 return resultobj;
18418fail:
18419 return NULL__null;
18420}
18421
18422
18423SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetFloat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18424 PyObject *resultobj = 0;
18425 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18426 lldb::SBError *arg2 = 0 ;
18427 lldb::offset_t arg3 ;
18428 void *argp1 = 0 ;
18429 int res1 = 0 ;
18430 void *argp2 = 0 ;
18431 int res2 = 0 ;
18432 unsigned long long val3 ;
18433 int ecode3 = 0 ;
18434 PyObject * obj0 = 0 ;
18435 PyObject * obj1 = 0 ;
18436 PyObject * obj2 = 0 ;
18437 float result;
18438
18439 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetFloat",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
18440 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18441 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18442 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetFloat" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetFloat" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18443 }
18444 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18445 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
18446 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18447 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetFloat" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetFloat" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
18448 }
18449 if (!argp2) {
18450 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetFloat" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetFloat" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
18451 }
18452 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
18453 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
18454 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
18455 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetFloat" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetFloat" "', argument "
"3"" of type '" "lldb::offset_t""'"); goto fail; } while(0)
;
18456 }
18457 arg3 = static_cast< lldb::offset_t >(val3);
18458 {
18459 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18460 result = (float)(arg1)->GetFloat(*arg2,arg3);
18461 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18462 }
18463 resultobj = SWIG_From_float(static_cast< float >(result));
18464 return resultobj;
18465fail:
18466 return NULL__null;
18467}
18468
18469
18470SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18471 PyObject *resultobj = 0;
18472 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18473 lldb::SBError *arg2 = 0 ;
18474 lldb::offset_t arg3 ;
18475 void *argp1 = 0 ;
18476 int res1 = 0 ;
18477 void *argp2 = 0 ;
18478 int res2 = 0 ;
18479 unsigned long long val3 ;
18480 int ecode3 = 0 ;
18481 PyObject * obj0 = 0 ;
18482 PyObject * obj1 = 0 ;
18483 PyObject * obj2 = 0 ;
18484 double result;
18485
18486 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetDouble",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
18487 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18488 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18489 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetDouble" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetDouble" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18490 }
18491 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18492 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
18493 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18494 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetDouble" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetDouble" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
18495 }
18496 if (!argp2) {
18497 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetDouble" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetDouble" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
18498 }
18499 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
18500 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
18501 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
18502 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetDouble" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetDouble" "', argument "
"3"" of type '" "lldb::offset_t""'"); goto fail; } while(0)
;
18503 }
18504 arg3 = static_cast< lldb::offset_t >(val3);
18505 {
18506 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18507 result = (double)(arg1)->GetDouble(*arg2,arg3);
18508 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18509 }
18510 resultobj = SWIG_From_doublePyFloat_FromDouble(static_cast< double >(result));
18511 return resultobj;
18512fail:
18513 return NULL__null;
18514}
18515
18516
18517SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetLongDouble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18518 PyObject *resultobj = 0;
18519 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18520 lldb::SBError *arg2 = 0 ;
18521 lldb::offset_t arg3 ;
18522 void *argp1 = 0 ;
18523 int res1 = 0 ;
18524 void *argp2 = 0 ;
18525 int res2 = 0 ;
18526 unsigned long long val3 ;
18527 int ecode3 = 0 ;
18528 PyObject * obj0 = 0 ;
18529 PyObject * obj1 = 0 ;
18530 PyObject * obj2 = 0 ;
18531 long double result;
18532
18533 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetLongDouble",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
18534 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18535 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18536 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetLongDouble" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetLongDouble" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18537 }
18538 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18539 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
18540 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18541 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetLongDouble" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetLongDouble" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
18542 }
18543 if (!argp2) {
18544 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetLongDouble" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetLongDouble" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
18545 }
18546 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
18547 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
18548 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
18549 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetLongDouble" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetLongDouble" "', argument "
"3"" of type '" "lldb::offset_t""'"); goto fail; } while(0)
;
18550 }
18551 arg3 = static_cast< lldb::offset_t >(val3);
18552 {
18553 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18554 result = (long double)(arg1)->GetLongDouble(*arg2,arg3);
18555 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18556 }
18557 resultobj = SWIG_NewPointerObj((new long double(static_cast< const long double& >(result))), SWIGTYPE_p_long_double, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new long double(static_cast
< const long double& >(result))), swig_types[87], 0x1
| 0)
;
18558 return resultobj;
18559fail:
18560 return NULL__null;
18561}
18562
18563
18564SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18565 PyObject *resultobj = 0;
18566 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18567 lldb::SBError *arg2 = 0 ;
18568 lldb::offset_t arg3 ;
18569 void *argp1 = 0 ;
18570 int res1 = 0 ;
18571 void *argp2 = 0 ;
18572 int res2 = 0 ;
18573 unsigned long long val3 ;
18574 int ecode3 = 0 ;
18575 PyObject * obj0 = 0 ;
18576 PyObject * obj1 = 0 ;
18577 PyObject * obj2 = 0 ;
18578 lldb::addr_t result;
18579
18580 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetAddress",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
18581 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18582 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18583 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetAddress" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetAddress" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18584 }
18585 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18586 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
18587 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18588 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetAddress" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetAddress" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
18589 }
18590 if (!argp2) {
18591 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetAddress" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetAddress" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
18592 }
18593 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
18594 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
18595 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
18596 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetAddress" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetAddress" "', argument "
"3"" of type '" "lldb::offset_t""'"); goto fail; } while(0)
;
18597 }
18598 arg3 = static_cast< lldb::offset_t >(val3);
18599 {
18600 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18601 result = (lldb::addr_t)(arg1)->GetAddress(*arg2,arg3);
18602 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18603 }
18604 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
18605 return resultobj;
18606fail:
18607 return NULL__null;
18608}
18609
18610
18611SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetUnsignedInt8(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18612 PyObject *resultobj = 0;
18613 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18614 lldb::SBError *arg2 = 0 ;
18615 lldb::offset_t arg3 ;
18616 void *argp1 = 0 ;
18617 int res1 = 0 ;
18618 void *argp2 = 0 ;
18619 int res2 = 0 ;
18620 unsigned long long val3 ;
18621 int ecode3 = 0 ;
18622 PyObject * obj0 = 0 ;
18623 PyObject * obj1 = 0 ;
18624 PyObject * obj2 = 0 ;
18625 uint8_t result;
18626
18627 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetUnsignedInt8",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
18628 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18629 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18630 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetUnsignedInt8" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetUnsignedInt8" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18631 }
18632 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18633 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
18634 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18635 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetUnsignedInt8" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetUnsignedInt8" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
18636 }
18637 if (!argp2) {
18638 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetUnsignedInt8" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetUnsignedInt8" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
18639 }
18640 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
18641 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
18642 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
18643 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetUnsignedInt8" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetUnsignedInt8"
"', argument " "3"" of type '" "lldb::offset_t""'"); goto fail
; } while(0)
;
18644 }
18645 arg3 = static_cast< lldb::offset_t >(val3);
18646 {
18647 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18648 result = (uint8_t)(arg1)->GetUnsignedInt8(*arg2,arg3);
18649 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18650 }
18651 resultobj = SWIG_From_unsigned_SS_char(static_cast< unsigned char >(result));
18652 return resultobj;
18653fail:
18654 return NULL__null;
18655}
18656
18657
18658SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetUnsignedInt16(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18659 PyObject *resultobj = 0;
18660 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18661 lldb::SBError *arg2 = 0 ;
18662 lldb::offset_t arg3 ;
18663 void *argp1 = 0 ;
18664 int res1 = 0 ;
18665 void *argp2 = 0 ;
18666 int res2 = 0 ;
18667 unsigned long long val3 ;
18668 int ecode3 = 0 ;
18669 PyObject * obj0 = 0 ;
18670 PyObject * obj1 = 0 ;
18671 PyObject * obj2 = 0 ;
18672 uint16_t result;
18673
18674 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetUnsignedInt16",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
18675 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18676 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18677 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetUnsignedInt16" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetUnsignedInt16" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18678 }
18679 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18680 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
18681 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18682 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetUnsignedInt16" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetUnsignedInt16" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
18683 }
18684 if (!argp2) {
18685 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetUnsignedInt16" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetUnsignedInt16" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
18686 }
18687 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
18688 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
18689 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
18690 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetUnsignedInt16" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetUnsignedInt16"
"', argument " "3"" of type '" "lldb::offset_t""'"); goto fail
; } while(0)
;
18691 }
18692 arg3 = static_cast< lldb::offset_t >(val3);
18693 {
18694 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18695 result = (uint16_t)(arg1)->GetUnsignedInt16(*arg2,arg3);
18696 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18697 }
18698 resultobj = SWIG_From_unsigned_SS_short(static_cast< unsigned short >(result));
18699 return resultobj;
18700fail:
18701 return NULL__null;
18702}
18703
18704
18705SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetUnsignedInt32(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18706 PyObject *resultobj = 0;
18707 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18708 lldb::SBError *arg2 = 0 ;
18709 lldb::offset_t arg3 ;
18710 void *argp1 = 0 ;
18711 int res1 = 0 ;
18712 void *argp2 = 0 ;
18713 int res2 = 0 ;
18714 unsigned long long val3 ;
18715 int ecode3 = 0 ;
18716 PyObject * obj0 = 0 ;
18717 PyObject * obj1 = 0 ;
18718 PyObject * obj2 = 0 ;
18719 uint32_t result;
18720
18721 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetUnsignedInt32",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
18722 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18723 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18724 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetUnsignedInt32" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetUnsignedInt32" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18725 }
18726 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18727 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
18728 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18729 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetUnsignedInt32" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetUnsignedInt32" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
18730 }
18731 if (!argp2) {
18732 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetUnsignedInt32" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetUnsignedInt32" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
18733 }
18734 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
18735 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
18736 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
18737 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetUnsignedInt32" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetUnsignedInt32"
"', argument " "3"" of type '" "lldb::offset_t""'"); goto fail
; } while(0)
;
18738 }
18739 arg3 = static_cast< lldb::offset_t >(val3);
18740 {
18741 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18742 result = (uint32_t)(arg1)->GetUnsignedInt32(*arg2,arg3);
18743 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18744 }
18745 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
18746 return resultobj;
18747fail:
18748 return NULL__null;
18749}
18750
18751
18752SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetUnsignedInt64(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18753 PyObject *resultobj = 0;
18754 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18755 lldb::SBError *arg2 = 0 ;
18756 lldb::offset_t arg3 ;
18757 void *argp1 = 0 ;
18758 int res1 = 0 ;
18759 void *argp2 = 0 ;
18760 int res2 = 0 ;
18761 unsigned long long val3 ;
18762 int ecode3 = 0 ;
18763 PyObject * obj0 = 0 ;
18764 PyObject * obj1 = 0 ;
18765 PyObject * obj2 = 0 ;
18766 uint64_t result;
18767
18768 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetUnsignedInt64",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
18769 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18770 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18771 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetUnsignedInt64" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetUnsignedInt64" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18772 }
18773 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18774 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
18775 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18776 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetUnsignedInt64" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetUnsignedInt64" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
18777 }
18778 if (!argp2) {
18779 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetUnsignedInt64" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetUnsignedInt64" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
18780 }
18781 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
18782 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
18783 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
18784 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetUnsignedInt64" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetUnsignedInt64"
"', argument " "3"" of type '" "lldb::offset_t""'"); goto fail
; } while(0)
;
18785 }
18786 arg3 = static_cast< lldb::offset_t >(val3);
18787 {
18788 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18789 result = (uint64_t)(arg1)->GetUnsignedInt64(*arg2,arg3);
18790 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18791 }
18792 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
18793 return resultobj;
18794fail:
18795 return NULL__null;
18796}
18797
18798
18799SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetSignedInt8(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18800 PyObject *resultobj = 0;
18801 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18802 lldb::SBError *arg2 = 0 ;
18803 lldb::offset_t arg3 ;
18804 void *argp1 = 0 ;
18805 int res1 = 0 ;
18806 void *argp2 = 0 ;
18807 int res2 = 0 ;
18808 unsigned long long val3 ;
18809 int ecode3 = 0 ;
18810 PyObject * obj0 = 0 ;
18811 PyObject * obj1 = 0 ;
18812 PyObject * obj2 = 0 ;
18813 int8_t result;
18814
18815 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetSignedInt8",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
18816 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18817 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18818 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetSignedInt8" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetSignedInt8" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18819 }
18820 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18821 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
18822 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18823 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetSignedInt8" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetSignedInt8" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
18824 }
18825 if (!argp2) {
18826 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetSignedInt8" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetSignedInt8" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
18827 }
18828 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
18829 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
18830 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
18831 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetSignedInt8" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetSignedInt8" "', argument "
"3"" of type '" "lldb::offset_t""'"); goto fail; } while(0)
;
18832 }
18833 arg3 = static_cast< lldb::offset_t >(val3);
18834 {
18835 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18836 result = (int8_t)(arg1)->GetSignedInt8(*arg2,arg3);
18837 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18838 }
18839 resultobj = SWIG_From_signed_SS_char(static_cast< signed char >(result));
18840 return resultobj;
18841fail:
18842 return NULL__null;
18843}
18844
18845
18846SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetSignedInt16(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18847 PyObject *resultobj = 0;
18848 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18849 lldb::SBError *arg2 = 0 ;
18850 lldb::offset_t arg3 ;
18851 void *argp1 = 0 ;
18852 int res1 = 0 ;
18853 void *argp2 = 0 ;
18854 int res2 = 0 ;
18855 unsigned long long val3 ;
18856 int ecode3 = 0 ;
18857 PyObject * obj0 = 0 ;
18858 PyObject * obj1 = 0 ;
18859 PyObject * obj2 = 0 ;
18860 int16_t result;
18861
18862 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetSignedInt16",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
18863 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18864 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18865 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetSignedInt16" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetSignedInt16" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18866 }
18867 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18868 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
18869 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18870 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetSignedInt16" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetSignedInt16" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
18871 }
18872 if (!argp2) {
18873 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetSignedInt16" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetSignedInt16" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
18874 }
18875 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
18876 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
18877 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
18878 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetSignedInt16" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetSignedInt16"
"', argument " "3"" of type '" "lldb::offset_t""'"); goto fail
; } while(0)
;
18879 }
18880 arg3 = static_cast< lldb::offset_t >(val3);
18881 {
18882 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18883 result = (int16_t)(arg1)->GetSignedInt16(*arg2,arg3);
18884 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18885 }
18886 resultobj = SWIG_From_short(static_cast< short >(result));
18887 return resultobj;
18888fail:
18889 return NULL__null;
18890}
18891
18892
18893SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetSignedInt32(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18894 PyObject *resultobj = 0;
18895 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18896 lldb::SBError *arg2 = 0 ;
18897 lldb::offset_t arg3 ;
18898 void *argp1 = 0 ;
18899 int res1 = 0 ;
18900 void *argp2 = 0 ;
18901 int res2 = 0 ;
18902 unsigned long long val3 ;
18903 int ecode3 = 0 ;
18904 PyObject * obj0 = 0 ;
18905 PyObject * obj1 = 0 ;
18906 PyObject * obj2 = 0 ;
18907 int32_t result;
18908
18909 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetSignedInt32",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
18910 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18911 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18912 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetSignedInt32" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetSignedInt32" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18913 }
18914 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18915 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
18916 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18917 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetSignedInt32" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetSignedInt32" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
18918 }
18919 if (!argp2) {
18920 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetSignedInt32" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetSignedInt32" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
18921 }
18922 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
18923 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
18924 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
18925 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetSignedInt32" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetSignedInt32"
"', argument " "3"" of type '" "lldb::offset_t""'"); goto fail
; } while(0)
;
18926 }
18927 arg3 = static_cast< lldb::offset_t >(val3);
18928 {
18929 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18930 result = (int32_t)(arg1)->GetSignedInt32(*arg2,arg3);
18931 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18932 }
18933 resultobj = SWIG_From_int(static_cast< int >(result));
18934 return resultobj;
18935fail:
18936 return NULL__null;
18937}
18938
18939
18940SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetSignedInt64(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18941 PyObject *resultobj = 0;
18942 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18943 lldb::SBError *arg2 = 0 ;
18944 lldb::offset_t arg3 ;
18945 void *argp1 = 0 ;
18946 int res1 = 0 ;
18947 void *argp2 = 0 ;
18948 int res2 = 0 ;
18949 unsigned long long val3 ;
18950 int ecode3 = 0 ;
18951 PyObject * obj0 = 0 ;
18952 PyObject * obj1 = 0 ;
18953 PyObject * obj2 = 0 ;
18954 int64_t result;
18955
18956 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetSignedInt64",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
18957 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
18958 if (!SWIG_IsOK(res1)(res1 >= 0)) {
18959 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetSignedInt64" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetSignedInt64" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
18960 }
18961 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
18962 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
18963 if (!SWIG_IsOK(res2)(res2 >= 0)) {
18964 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetSignedInt64" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetSignedInt64" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
18965 }
18966 if (!argp2) {
18967 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetSignedInt64" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetSignedInt64" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
18968 }
18969 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
18970 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
18971 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
18972 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetSignedInt64" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetSignedInt64"
"', argument " "3"" of type '" "lldb::offset_t""'"); goto fail
; } while(0)
;
18973 }
18974 arg3 = static_cast< lldb::offset_t >(val3);
18975 {
18976 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
18977 result = (int64_t)(arg1)->GetSignedInt64(*arg2,arg3);
18978 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
18979 }
18980 resultobj = SWIG_From_long_SS_long(static_cast< long long >(result));
18981 return resultobj;
18982fail:
18983 return NULL__null;
18984}
18985
18986
18987SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
18988 PyObject *resultobj = 0;
18989 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
18990 lldb::SBError *arg2 = 0 ;
18991 lldb::offset_t arg3 ;
18992 void *argp1 = 0 ;
18993 int res1 = 0 ;
18994 void *argp2 = 0 ;
18995 int res2 = 0 ;
18996 unsigned long long val3 ;
18997 int ecode3 = 0 ;
18998 PyObject * obj0 = 0 ;
18999 PyObject * obj1 = 0 ;
19000 PyObject * obj2 = 0 ;
19001 char *result = 0 ;
19002
19003 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetString",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
19004 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
19005 if (!SWIG_IsOK(res1)(res1 >= 0)) {
19006 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetString" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetString" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
19007 }
19008 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
19009 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
19010 if (!SWIG_IsOK(res2)(res2 >= 0)) {
19011 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetString" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetString" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
19012 }
19013 if (!argp2) {
19014 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetString" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetString" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
19015 }
19016 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
19017 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
19018 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
19019 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetString" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetString" "', argument "
"3"" of type '" "lldb::offset_t""'"); goto fail; } while(0)
;
19020 }
19021 arg3 = static_cast< lldb::offset_t >(val3);
19022 {
19023 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19024 result = (char *)(arg1)->GetString(*arg2,arg3);
19025 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19026 }
19027 resultobj = SWIG_FromCharPtr((const char *)result);
19028 return resultobj;
19029fail:
19030 return NULL__null;
19031}
19032
19033
19034SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19035 PyObject *resultobj = 0;
19036 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
19037 lldb::SBStream *arg2 = 0 ;
19038 lldb::addr_t arg3 ;
19039 void *argp1 = 0 ;
19040 int res1 = 0 ;
19041 void *argp2 = 0 ;
19042 int res2 = 0 ;
19043 unsigned long long val3 ;
19044 int ecode3 = 0 ;
19045 PyObject * obj0 = 0 ;
19046 PyObject * obj1 = 0 ;
19047 PyObject * obj2 = 0 ;
19048 bool result;
19049
19050 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
19051 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
19052 if (!SWIG_IsOK(res1)(res1 >= 0)) {
19053 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_GetDescription" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_GetDescription" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
19054 }
19055 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
19056 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
19057 if (!SWIG_IsOK(res2)(res2 >= 0)) {
19058 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
19059 }
19060 if (!argp2) {
19061 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
19062 }
19063 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
19064 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
19065 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
19066 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_GetDescription" "', argument " "3"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_GetDescription"
"', argument " "3"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
19067 }
19068 arg3 = static_cast< lldb::addr_t >(val3);
19069 {
19070 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19071 result = (bool)(arg1)->GetDescription(*arg2,arg3);
19072 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19073 }
19074 resultobj = SWIG_From_bool(static_cast< bool >(result));
19075 return resultobj;
19076fail:
19077 return NULL__null;
19078}
19079
19080
19081SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_ReadRawData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19082 PyObject *resultobj = 0;
19083 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
19084 lldb::SBError *arg2 = 0 ;
19085 lldb::offset_t arg3 ;
19086 void *arg4 = (void *) 0 ;
19087 size_t arg5 ;
19088 void *argp1 = 0 ;
19089 int res1 = 0 ;
19090 void *argp2 = 0 ;
19091 int res2 = 0 ;
19092 unsigned long long val3 ;
19093 int ecode3 = 0 ;
19094 PyObject * obj0 = 0 ;
19095 PyObject * obj1 = 0 ;
19096 PyObject * obj2 = 0 ;
19097 PyObject * obj3 = 0 ;
19098 size_t result;
19099
19100 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBData_ReadRawData",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
19101 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
19102 if (!SWIG_IsOK(res1)(res1 >= 0)) {
19103 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_ReadRawData" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_ReadRawData" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
19104 }
19105 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
19106 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
19107 if (!SWIG_IsOK(res2)(res2 >= 0)) {
19108 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_ReadRawData" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_ReadRawData" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
19109 }
19110 if (!argp2) {
19111 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_ReadRawData" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_ReadRawData" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
19112 }
19113 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
19114 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
19115 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
19116 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBData_ReadRawData" "', argument " "3"" of type '" "lldb::offset_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBData_ReadRawData" "', argument "
"3"" of type '" "lldb::offset_t""'"); goto fail; } while(0)
;
19117 }
19118 arg3 = static_cast< lldb::offset_t >(val3);
19119 {
19120 if (PyInt_Check(obj3)((((obj3)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
19121 arg5 = PyInt_AsLong(obj3);
19122 } else if (PyLong_Check(obj3)((((((PyObject*)(obj3))->ob_type))->tp_flags & ((1L
<<24))) != 0)
) {
19123 arg5 = PyLong_AsLong(obj3);
19124 } else {
19125 PyErr_SetString(PyExc_ValueError, "Expecting an integer or long object");
19126 return NULL__null;
19127 }
19128 if (arg5 <= 0) {
19129 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
19130 return NULL__null;
19131 }
19132 arg4 = (void *) malloc(arg5);
19133 }
19134 {
19135 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19136 result = (arg1)->ReadRawData(*arg2,arg3,arg4,arg5);
19137 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19138 }
19139 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
19140 {
19141 Py_XDECREF(resultobj)do { if ((resultobj) == __null) ; else do { if ( --((PyObject
*)(resultobj))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(resultobj)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(resultobj)))); } while (0); } while (0)
; /* Blow away any previous result */
19142 if (result == 0) {
19143 resultobj = Py_None(&_Py_NoneStruct);
19144 Py_INCREF(resultobj)( ((PyObject*)(resultobj))->ob_refcnt++);
19145 } else {
19146 lldb_private::PythonBytes bytes(static_cast<const uint8_t*>(arg4), result);
19147 resultobj = bytes.release();
19148 }
19149 free(arg4);
19150 }
19151 return resultobj;
19152fail:
19153 return NULL__null;
19154}
19155
19156
19157SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_SetData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19158 PyObject *resultobj = 0;
19159 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
19160 lldb::SBError *arg2 = 0 ;
19161 void *arg3 = (void *) 0 ;
19162 size_t arg4 ;
19163 lldb::ByteOrder arg5 ;
19164 uint8_t arg6 ;
19165 void *argp1 = 0 ;
19166 int res1 = 0 ;
19167 void *argp2 = 0 ;
19168 int res2 = 0 ;
19169 int val5 ;
19170 int ecode5 = 0 ;
19171 unsigned char val6 ;
19172 int ecode6 = 0 ;
19173 PyObject * obj0 = 0 ;
19174 PyObject * obj1 = 0 ;
19175 PyObject * obj2 = 0 ;
19176 PyObject * obj3 = 0 ;
19177 PyObject * obj4 = 0 ;
19178
19179 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBData_SetData",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
19180 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
19181 if (!SWIG_IsOK(res1)(res1 >= 0)) {
19182 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_SetData" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_SetData" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
19183 }
19184 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
19185 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
19186 if (!SWIG_IsOK(res2)(res2 >= 0)) {
19187 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_SetData" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_SetData" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
19188 }
19189 if (!argp2) {
19190 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_SetData" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_SetData" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
19191 }
19192 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
19193 {
19194 using namespace lldb_private;
19195 if (PythonString::Check(obj2)) {
19196 PythonString str(PyRefType::Borrowed, obj2);
19197 arg3 = (void*)str.GetString().data();
19198 arg4 = str.GetSize();
19199 }
19200 else if(PythonByteArray::Check(obj2)) {
19201 PythonByteArray bytearray(PyRefType::Borrowed, obj2);
19202 arg3 = (void*)bytearray.GetBytes().data();
19203 arg4 = bytearray.GetSize();
19204 }
19205 else if (PythonBytes::Check(obj2)) {
19206 PythonBytes bytes(PyRefType::Borrowed, obj2);
19207 arg3 = (void*)bytes.GetBytes().data();
19208 arg4 = bytes.GetSize();
19209 }
19210 else {
19211 PyErr_SetString(PyExc_ValueError, "Expecting a buffer");
19212 return NULL__null;
19213 }
19214 }
19215 ecode5 = SWIG_AsVal_int(obj3, &val5);
19216 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
19217 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBData_SetData" "', argument " "5"" of type '" "lldb::ByteOrder""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBData_SetData" "', argument "
"5"" of type '" "lldb::ByteOrder""'"); goto fail; } while(0)
;
19218 }
19219 arg5 = static_cast< lldb::ByteOrder >(val5);
19220 ecode6 = SWIG_AsVal_unsigned_SS_char(obj4, &val6);
19221 if (!SWIG_IsOK(ecode6)(ecode6 >= 0)) {
19222 SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "SBData_SetData" "', argument " "6"" of type '" "uint8_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode6 !=
(-1)) ? ecode6 : -5)), "in method '" "SBData_SetData" "', argument "
"6"" of type '" "uint8_t""'"); goto fail; } while(0)
;
19223 }
19224 arg6 = static_cast< uint8_t >(val6);
19225 {
19226 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19227 (arg1)->SetData(*arg2,(void const *)arg3,arg4,arg5,arg6);
19228 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19229 }
19230 resultobj = SWIG_Py_Void();
19231 return resultobj;
19232fail:
19233 return NULL__null;
19234}
19235
19236
19237SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_Append(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19238 PyObject *resultobj = 0;
19239 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
19240 lldb::SBData *arg2 = 0 ;
19241 void *argp1 = 0 ;
19242 int res1 = 0 ;
19243 void *argp2 = 0 ;
19244 int res2 = 0 ;
19245 PyObject * obj0 = 0 ;
19246 PyObject * obj1 = 0 ;
19247 bool result;
19248
19249 if (!PyArg_ParseTuple(args,(char *)"OO:SBData_Append",&obj0,&obj1)) SWIG_failgoto fail;
19250 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
19251 if (!SWIG_IsOK(res1)(res1 >= 0)) {
19252 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_Append" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_Append" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
19253 }
19254 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
19255 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBData, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[22]
, 0 | 0, 0)
;
19256 if (!SWIG_IsOK(res2)(res2 >= 0)) {
19257 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_Append" "', argument " "2"" of type '" "lldb::SBData const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_Append" "', argument "
"2"" of type '" "lldb::SBData const &""'"); goto fail; }
while(0)
;
19258 }
19259 if (!argp2) {
19260 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBData_Append" "', argument " "2"" of type '" "lldb::SBData const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBData_Append" "', argument " "2"" of type '"
"lldb::SBData const &""'"); goto fail; } while(0)
;
19261 }
19262 arg2 = reinterpret_cast< lldb::SBData * >(argp2);
19263 {
19264 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19265 result = (bool)(arg1)->Append((lldb::SBData const &)*arg2);
19266 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19267 }
19268 resultobj = SWIG_From_bool(static_cast< bool >(result));
19269 return resultobj;
19270fail:
19271 return NULL__null;
19272}
19273
19274
19275SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_CreateDataFromCString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19276 PyObject *resultobj = 0;
19277 lldb::ByteOrder arg1 ;
19278 uint32_t arg2 ;
19279 char *arg3 = (char *) 0 ;
19280 int val1 ;
19281 int ecode1 = 0 ;
19282 unsigned int val2 ;
19283 int ecode2 = 0 ;
19284 int res3 ;
19285 char *buf3 = 0 ;
19286 int alloc3 = 0 ;
19287 PyObject * obj0 = 0 ;
19288 PyObject * obj1 = 0 ;
19289 PyObject * obj2 = 0 ;
19290 lldb::SBData result;
19291
19292 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_CreateDataFromCString",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
19293 ecode1 = SWIG_AsVal_int(obj0, &val1);
19294 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
19295 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBData_CreateDataFromCString" "', argument " "1"" of type '" "lldb::ByteOrder""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBData_CreateDataFromCString"
"', argument " "1"" of type '" "lldb::ByteOrder""'"); goto fail
; } while(0)
;
19296 }
19297 arg1 = static_cast< lldb::ByteOrder >(val1);
19298 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
19299 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
19300 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBData_CreateDataFromCString" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBData_CreateDataFromCString"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
19301 }
19302 arg2 = static_cast< uint32_t >(val2);
19303 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
19304 if (!SWIG_IsOK(res3)(res3 >= 0)) {
19305 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBData_CreateDataFromCString" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBData_CreateDataFromCString"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
19306 }
19307 arg3 = reinterpret_cast< char * >(buf3);
19308 {
19309 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19310 result = lldb::SBData::CreateDataFromCString(arg1,arg2,(char const *)arg3);
19311 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19312 }
19313 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
19314 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
19315 return resultobj;
19316fail:
19317 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
19318 return NULL__null;
19319}
19320
19321
19322SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_CreateDataFromUInt64Array(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19323 PyObject *resultobj = 0;
19324 lldb::ByteOrder arg1 ;
19325 uint32_t arg2 ;
19326 uint64_t *arg3 = (uint64_t *) 0 ;
19327 size_t arg4 ;
19328 int val1 ;
19329 int ecode1 = 0 ;
19330 unsigned int val2 ;
19331 int ecode2 = 0 ;
19332 PyObject * obj0 = 0 ;
19333 PyObject * obj1 = 0 ;
19334 PyObject * obj2 = 0 ;
19335 lldb::SBData result;
19336
19337 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_CreateDataFromUInt64Array",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
19338 ecode1 = SWIG_AsVal_int(obj0, &val1);
19339 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
19340 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBData_CreateDataFromUInt64Array" "', argument " "1"" of type '" "lldb::ByteOrder""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBData_CreateDataFromUInt64Array"
"', argument " "1"" of type '" "lldb::ByteOrder""'"); goto fail
; } while(0)
;
19341 }
19342 arg1 = static_cast< lldb::ByteOrder >(val1);
19343 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
19344 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
19345 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBData_CreateDataFromUInt64Array" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBData_CreateDataFromUInt64Array"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
19346 }
19347 arg2 = static_cast< uint32_t >(val2);
19348 {
19349 /* Check if is a list */
19350 if (PyList_Check(obj2)((((((PyObject*)(obj2))->ob_type))->tp_flags & ((1L
<<25))) != 0)
) {
19351 int size = PyList_Size(obj2);
19352 int i = 0;
19353 arg4 = size;
19354 arg3 = (uint64_t *) malloc(size * sizeof(uint64_t));
19355 for (i = 0; i < size; i++) {
19356 PyObject *o = PyList_GetItem(obj2,i);
19357 if (!SetNumberFromPyObject(arg3[i], o)) {
19358 PyErr_SetString(PyExc_TypeError,"list must contain numbers");
19359 free(arg3);
19360 return NULL__null;
19361 }
19362
19363 if (PyErr_Occurred()) {
19364 free(arg3);
19365 return NULL__null;
19366 }
19367 }
19368 } else if (obj2 == Py_None(&_Py_NoneStruct)) {
19369 arg3 = NULL__null;
19370 arg4 = 0;
19371 } else {
19372 PyErr_SetString(PyExc_TypeError,"not a list");
19373 return NULL__null;
19374 }
19375 }
19376 {
19377 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19378 result = lldb::SBData::CreateDataFromUInt64Array(arg1,arg2,arg3,arg4);
19379 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19380 }
19381 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
19382 {
19383 free(arg3);
19384 }
19385 return resultobj;
19386fail:
19387 {
19388 free(arg3);
19389 }
19390 return NULL__null;
19391}
19392
19393
19394SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_CreateDataFromUInt32Array(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19395 PyObject *resultobj = 0;
19396 lldb::ByteOrder arg1 ;
19397 uint32_t arg2 ;
19398 uint32_t *arg3 = (uint32_t *) 0 ;
19399 size_t arg4 ;
19400 int val1 ;
19401 int ecode1 = 0 ;
19402 unsigned int val2 ;
19403 int ecode2 = 0 ;
19404 PyObject * obj0 = 0 ;
19405 PyObject * obj1 = 0 ;
19406 PyObject * obj2 = 0 ;
19407 lldb::SBData result;
19408
19409 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_CreateDataFromUInt32Array",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
19410 ecode1 = SWIG_AsVal_int(obj0, &val1);
19411 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
19412 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBData_CreateDataFromUInt32Array" "', argument " "1"" of type '" "lldb::ByteOrder""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBData_CreateDataFromUInt32Array"
"', argument " "1"" of type '" "lldb::ByteOrder""'"); goto fail
; } while(0)
;
19413 }
19414 arg1 = static_cast< lldb::ByteOrder >(val1);
19415 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
19416 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
19417 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBData_CreateDataFromUInt32Array" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBData_CreateDataFromUInt32Array"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
19418 }
19419 arg2 = static_cast< uint32_t >(val2);
19420 {
19421 /* Check if is a list */
19422 if (PyList_Check(obj2)((((((PyObject*)(obj2))->ob_type))->tp_flags & ((1L
<<25))) != 0)
) {
19423 int size = PyList_Size(obj2);
19424 int i = 0;
19425 arg4 = size;
19426 arg3 = (uint32_t *) malloc(size * sizeof(uint32_t));
19427 for (i = 0; i < size; i++) {
19428 PyObject *o = PyList_GetItem(obj2,i);
19429 if (!SetNumberFromPyObject(arg3[i], o)) {
19430 PyErr_SetString(PyExc_TypeError,"list must contain numbers");
19431 free(arg3);
19432 return NULL__null;
19433 }
19434
19435 if (PyErr_Occurred()) {
19436 free(arg3);
19437 return NULL__null;
19438 }
19439 }
19440 } else if (obj2 == Py_None(&_Py_NoneStruct)) {
19441 arg3 = NULL__null;
19442 arg4 = 0;
19443 } else {
19444 PyErr_SetString(PyExc_TypeError,"not a list");
19445 return NULL__null;
19446 }
19447 }
19448 {
19449 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19450 result = lldb::SBData::CreateDataFromUInt32Array(arg1,arg2,arg3,arg4);
19451 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19452 }
19453 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
19454 {
19455 free(arg3);
19456 }
19457 return resultobj;
19458fail:
19459 {
19460 free(arg3);
19461 }
19462 return NULL__null;
19463}
19464
19465
19466SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_CreateDataFromSInt64Array(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19467 PyObject *resultobj = 0;
19468 lldb::ByteOrder arg1 ;
19469 uint32_t arg2 ;
19470 int64_t *arg3 = (int64_t *) 0 ;
19471 size_t arg4 ;
19472 int val1 ;
19473 int ecode1 = 0 ;
19474 unsigned int val2 ;
19475 int ecode2 = 0 ;
19476 PyObject * obj0 = 0 ;
19477 PyObject * obj1 = 0 ;
19478 PyObject * obj2 = 0 ;
19479 lldb::SBData result;
19480
19481 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_CreateDataFromSInt64Array",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
19482 ecode1 = SWIG_AsVal_int(obj0, &val1);
19483 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
19484 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBData_CreateDataFromSInt64Array" "', argument " "1"" of type '" "lldb::ByteOrder""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBData_CreateDataFromSInt64Array"
"', argument " "1"" of type '" "lldb::ByteOrder""'"); goto fail
; } while(0)
;
19485 }
19486 arg1 = static_cast< lldb::ByteOrder >(val1);
19487 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
19488 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
19489 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBData_CreateDataFromSInt64Array" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBData_CreateDataFromSInt64Array"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
19490 }
19491 arg2 = static_cast< uint32_t >(val2);
19492 {
19493 /* Check if is a list */
19494 if (PyList_Check(obj2)((((((PyObject*)(obj2))->ob_type))->tp_flags & ((1L
<<25))) != 0)
) {
19495 int size = PyList_Size(obj2);
19496 int i = 0;
19497 arg4 = size;
19498 arg3 = (int64_t *) malloc(size * sizeof(int64_t));
19499 for (i = 0; i < size; i++) {
19500 PyObject *o = PyList_GetItem(obj2,i);
19501 if (!SetNumberFromPyObject(arg3[i], o)) {
19502 PyErr_SetString(PyExc_TypeError,"list must contain numbers");
19503 free(arg3);
19504 return NULL__null;
19505 }
19506
19507 if (PyErr_Occurred()) {
19508 free(arg3);
19509 return NULL__null;
19510 }
19511 }
19512 } else if (obj2 == Py_None(&_Py_NoneStruct)) {
19513 arg3 = NULL__null;
19514 arg4 = 0;
19515 } else {
19516 PyErr_SetString(PyExc_TypeError,"not a list");
19517 return NULL__null;
19518 }
19519 }
19520 {
19521 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19522 result = lldb::SBData::CreateDataFromSInt64Array(arg1,arg2,arg3,arg4);
19523 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19524 }
19525 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
19526 {
19527 free(arg3);
19528 }
19529 return resultobj;
19530fail:
19531 {
19532 free(arg3);
19533 }
19534 return NULL__null;
19535}
19536
19537
19538SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_CreateDataFromSInt32Array(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19539 PyObject *resultobj = 0;
19540 lldb::ByteOrder arg1 ;
19541 uint32_t arg2 ;
19542 int32_t *arg3 = (int32_t *) 0 ;
19543 size_t arg4 ;
19544 int val1 ;
19545 int ecode1 = 0 ;
19546 unsigned int val2 ;
19547 int ecode2 = 0 ;
19548 PyObject * obj0 = 0 ;
19549 PyObject * obj1 = 0 ;
19550 PyObject * obj2 = 0 ;
19551 lldb::SBData result;
19552
19553 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_CreateDataFromSInt32Array",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
19554 ecode1 = SWIG_AsVal_int(obj0, &val1);
19555 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
19556 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBData_CreateDataFromSInt32Array" "', argument " "1"" of type '" "lldb::ByteOrder""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBData_CreateDataFromSInt32Array"
"', argument " "1"" of type '" "lldb::ByteOrder""'"); goto fail
; } while(0)
;
19557 }
19558 arg1 = static_cast< lldb::ByteOrder >(val1);
19559 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
19560 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
19561 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBData_CreateDataFromSInt32Array" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBData_CreateDataFromSInt32Array"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
19562 }
19563 arg2 = static_cast< uint32_t >(val2);
19564 {
19565 /* Check if is a list */
19566 if (PyList_Check(obj2)((((((PyObject*)(obj2))->ob_type))->tp_flags & ((1L
<<25))) != 0)
) {
19567 int size = PyList_Size(obj2);
19568 int i = 0;
19569 arg4 = size;
19570 arg3 = (int32_t *) malloc(size * sizeof(int32_t));
19571 for (i = 0; i < size; i++) {
19572 PyObject *o = PyList_GetItem(obj2,i);
19573 if (!SetNumberFromPyObject(arg3[i], o)) {
19574 PyErr_SetString(PyExc_TypeError,"list must contain numbers");
19575 free(arg3);
19576 return NULL__null;
19577 }
19578
19579 if (PyErr_Occurred()) {
19580 free(arg3);
19581 return NULL__null;
19582 }
19583 }
19584 } else if (obj2 == Py_None(&_Py_NoneStruct)) {
19585 arg3 = NULL__null;
19586 arg4 = 0;
19587 } else {
19588 PyErr_SetString(PyExc_TypeError,"not a list");
19589 return NULL__null;
19590 }
19591 }
19592 {
19593 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19594 result = lldb::SBData::CreateDataFromSInt32Array(arg1,arg2,arg3,arg4);
19595 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19596 }
19597 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
19598 {
19599 free(arg3);
19600 }
19601 return resultobj;
19602fail:
19603 {
19604 free(arg3);
19605 }
19606 return NULL__null;
19607}
19608
19609
19610SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_CreateDataFromDoubleArray(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19611 PyObject *resultobj = 0;
19612 lldb::ByteOrder arg1 ;
19613 uint32_t arg2 ;
19614 double *arg3 = (double *) 0 ;
19615 size_t arg4 ;
19616 int val1 ;
19617 int ecode1 = 0 ;
19618 unsigned int val2 ;
19619 int ecode2 = 0 ;
19620 PyObject * obj0 = 0 ;
19621 PyObject * obj1 = 0 ;
19622 PyObject * obj2 = 0 ;
19623 lldb::SBData result;
19624
19625 if (!PyArg_ParseTuple(args,(char *)"OOO:SBData_CreateDataFromDoubleArray",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
19626 ecode1 = SWIG_AsVal_int(obj0, &val1);
19627 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
19628 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBData_CreateDataFromDoubleArray" "', argument " "1"" of type '" "lldb::ByteOrder""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBData_CreateDataFromDoubleArray"
"', argument " "1"" of type '" "lldb::ByteOrder""'"); goto fail
; } while(0)
;
19629 }
19630 arg1 = static_cast< lldb::ByteOrder >(val1);
19631 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
19632 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
19633 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBData_CreateDataFromDoubleArray" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBData_CreateDataFromDoubleArray"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
19634 }
19635 arg2 = static_cast< uint32_t >(val2);
19636 {
19637 /* Check if is a list */
19638 if (PyList_Check(obj2)((((((PyObject*)(obj2))->ob_type))->tp_flags & ((1L
<<25))) != 0)
) {
19639 int size = PyList_Size(obj2);
19640 int i = 0;
19641 arg4 = size;
19642 arg3 = (double *) malloc(size * sizeof(double));
19643 for (i = 0; i < size; i++) {
19644 PyObject *o = PyList_GetItem(obj2,i);
19645 if (!SetNumberFromPyObject(arg3[i], o)) {
19646 PyErr_SetString(PyExc_TypeError,"list must contain numbers");
19647 free(arg3);
19648 return NULL__null;
19649 }
19650
19651 if (PyErr_Occurred()) {
19652 free(arg3);
19653 return NULL__null;
19654 }
19655 }
19656 } else if (obj2 == Py_None(&_Py_NoneStruct)) {
19657 arg3 = NULL__null;
19658 arg4 = 0;
19659 } else {
19660 PyErr_SetString(PyExc_TypeError,"not a list");
19661 return NULL__null;
19662 }
19663 }
19664 {
19665 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19666 result = lldb::SBData::CreateDataFromDoubleArray(arg1,arg2,arg3,arg4);
19667 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19668 }
19669 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
19670 {
19671 free(arg3);
19672 }
19673 return resultobj;
19674fail:
19675 {
19676 free(arg3);
19677 }
19678 return NULL__null;
19679}
19680
19681
19682SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_SetDataFromCString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19683 PyObject *resultobj = 0;
19684 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
19685 char *arg2 = (char *) 0 ;
19686 void *argp1 = 0 ;
19687 int res1 = 0 ;
19688 int res2 ;
19689 char *buf2 = 0 ;
19690 int alloc2 = 0 ;
19691 PyObject * obj0 = 0 ;
19692 PyObject * obj1 = 0 ;
19693 bool result;
19694
19695 if (!PyArg_ParseTuple(args,(char *)"OO:SBData_SetDataFromCString",&obj0,&obj1)) SWIG_failgoto fail;
19696 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
19697 if (!SWIG_IsOK(res1)(res1 >= 0)) {
19698 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_SetDataFromCString" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_SetDataFromCString"
"', argument " "1"" of type '" "lldb::SBData *""'"); goto fail
; } while(0)
;
19699 }
19700 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
19701 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
19702 if (!SWIG_IsOK(res2)(res2 >= 0)) {
19703 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBData_SetDataFromCString" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBData_SetDataFromCString"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
19704 }
19705 arg2 = reinterpret_cast< char * >(buf2);
19706 {
19707 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19708 result = (bool)(arg1)->SetDataFromCString((char const *)arg2);
19709 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19710 }
19711 resultobj = SWIG_From_bool(static_cast< bool >(result));
19712 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
19713 return resultobj;
19714fail:
19715 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
19716 return NULL__null;
19717}
19718
19719
19720SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_SetDataFromUInt64Array(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19721 PyObject *resultobj = 0;
19722 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
19723 uint64_t *arg2 = (uint64_t *) 0 ;
19724 size_t arg3 ;
19725 void *argp1 = 0 ;
19726 int res1 = 0 ;
19727 PyObject * obj0 = 0 ;
19728 PyObject * obj1 = 0 ;
19729 bool result;
19730
19731 if (!PyArg_ParseTuple(args,(char *)"OO:SBData_SetDataFromUInt64Array",&obj0,&obj1)) SWIG_failgoto fail;
19732 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
19733 if (!SWIG_IsOK(res1)(res1 >= 0)) {
19734 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_SetDataFromUInt64Array" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_SetDataFromUInt64Array"
"', argument " "1"" of type '" "lldb::SBData *""'"); goto fail
; } while(0)
;
19735 }
19736 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
19737 {
19738 /* Check if is a list */
19739 if (PyList_Check(obj1)((((((PyObject*)(obj1))->ob_type))->tp_flags & ((1L
<<25))) != 0)
) {
19740 int size = PyList_Size(obj1);
19741 int i = 0;
19742 arg3 = size;
19743 arg2 = (uint64_t *) malloc(size * sizeof(uint64_t));
19744 for (i = 0; i < size; i++) {
19745 PyObject *o = PyList_GetItem(obj1,i);
19746 if (!SetNumberFromPyObject(arg2[i], o)) {
19747 PyErr_SetString(PyExc_TypeError,"list must contain numbers");
19748 free(arg2);
19749 return NULL__null;
19750 }
19751
19752 if (PyErr_Occurred()) {
19753 free(arg2);
19754 return NULL__null;
19755 }
19756 }
19757 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
19758 arg2 = NULL__null;
19759 arg3 = 0;
19760 } else {
19761 PyErr_SetString(PyExc_TypeError,"not a list");
19762 return NULL__null;
19763 }
19764 }
19765 {
19766 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19767 result = (bool)(arg1)->SetDataFromUInt64Array(arg2,arg3);
19768 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19769 }
19770 resultobj = SWIG_From_bool(static_cast< bool >(result));
19771 {
19772 free(arg2);
19773 }
19774 return resultobj;
19775fail:
19776 {
19777 free(arg2);
19778 }
19779 return NULL__null;
19780}
19781
19782
19783SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_SetDataFromUInt32Array(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19784 PyObject *resultobj = 0;
19785 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
19786 uint32_t *arg2 = (uint32_t *) 0 ;
19787 size_t arg3 ;
19788 void *argp1 = 0 ;
19789 int res1 = 0 ;
19790 PyObject * obj0 = 0 ;
19791 PyObject * obj1 = 0 ;
19792 bool result;
19793
19794 if (!PyArg_ParseTuple(args,(char *)"OO:SBData_SetDataFromUInt32Array",&obj0,&obj1)) SWIG_failgoto fail;
19795 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
19796 if (!SWIG_IsOK(res1)(res1 >= 0)) {
19797 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_SetDataFromUInt32Array" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_SetDataFromUInt32Array"
"', argument " "1"" of type '" "lldb::SBData *""'"); goto fail
; } while(0)
;
19798 }
19799 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
19800 {
19801 /* Check if is a list */
19802 if (PyList_Check(obj1)((((((PyObject*)(obj1))->ob_type))->tp_flags & ((1L
<<25))) != 0)
) {
19803 int size = PyList_Size(obj1);
19804 int i = 0;
19805 arg3 = size;
19806 arg2 = (uint32_t *) malloc(size * sizeof(uint32_t));
19807 for (i = 0; i < size; i++) {
19808 PyObject *o = PyList_GetItem(obj1,i);
19809 if (!SetNumberFromPyObject(arg2[i], o)) {
19810 PyErr_SetString(PyExc_TypeError,"list must contain numbers");
19811 free(arg2);
19812 return NULL__null;
19813 }
19814
19815 if (PyErr_Occurred()) {
19816 free(arg2);
19817 return NULL__null;
19818 }
19819 }
19820 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
19821 arg2 = NULL__null;
19822 arg3 = 0;
19823 } else {
19824 PyErr_SetString(PyExc_TypeError,"not a list");
19825 return NULL__null;
19826 }
19827 }
19828 {
19829 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19830 result = (bool)(arg1)->SetDataFromUInt32Array(arg2,arg3);
19831 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19832 }
19833 resultobj = SWIG_From_bool(static_cast< bool >(result));
19834 {
19835 free(arg2);
19836 }
19837 return resultobj;
19838fail:
19839 {
19840 free(arg2);
19841 }
19842 return NULL__null;
19843}
19844
19845
19846SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_SetDataFromSInt64Array(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19847 PyObject *resultobj = 0;
19848 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
19849 int64_t *arg2 = (int64_t *) 0 ;
19850 size_t arg3 ;
19851 void *argp1 = 0 ;
19852 int res1 = 0 ;
19853 PyObject * obj0 = 0 ;
19854 PyObject * obj1 = 0 ;
19855 bool result;
19856
19857 if (!PyArg_ParseTuple(args,(char *)"OO:SBData_SetDataFromSInt64Array",&obj0,&obj1)) SWIG_failgoto fail;
19858 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
19859 if (!SWIG_IsOK(res1)(res1 >= 0)) {
19860 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_SetDataFromSInt64Array" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_SetDataFromSInt64Array"
"', argument " "1"" of type '" "lldb::SBData *""'"); goto fail
; } while(0)
;
19861 }
19862 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
19863 {
19864 /* Check if is a list */
19865 if (PyList_Check(obj1)((((((PyObject*)(obj1))->ob_type))->tp_flags & ((1L
<<25))) != 0)
) {
19866 int size = PyList_Size(obj1);
19867 int i = 0;
19868 arg3 = size;
19869 arg2 = (int64_t *) malloc(size * sizeof(int64_t));
19870 for (i = 0; i < size; i++) {
19871 PyObject *o = PyList_GetItem(obj1,i);
19872 if (!SetNumberFromPyObject(arg2[i], o)) {
19873 PyErr_SetString(PyExc_TypeError,"list must contain numbers");
19874 free(arg2);
19875 return NULL__null;
19876 }
19877
19878 if (PyErr_Occurred()) {
19879 free(arg2);
19880 return NULL__null;
19881 }
19882 }
19883 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
19884 arg2 = NULL__null;
19885 arg3 = 0;
19886 } else {
19887 PyErr_SetString(PyExc_TypeError,"not a list");
19888 return NULL__null;
19889 }
19890 }
19891 {
19892 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19893 result = (bool)(arg1)->SetDataFromSInt64Array(arg2,arg3);
19894 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19895 }
19896 resultobj = SWIG_From_bool(static_cast< bool >(result));
19897 {
19898 free(arg2);
19899 }
19900 return resultobj;
19901fail:
19902 {
19903 free(arg2);
19904 }
19905 return NULL__null;
19906}
19907
19908
19909SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_SetDataFromSInt32Array(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19910 PyObject *resultobj = 0;
19911 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
19912 int32_t *arg2 = (int32_t *) 0 ;
19913 size_t arg3 ;
19914 void *argp1 = 0 ;
19915 int res1 = 0 ;
19916 PyObject * obj0 = 0 ;
19917 PyObject * obj1 = 0 ;
19918 bool result;
19919
19920 if (!PyArg_ParseTuple(args,(char *)"OO:SBData_SetDataFromSInt32Array",&obj0,&obj1)) SWIG_failgoto fail;
19921 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
19922 if (!SWIG_IsOK(res1)(res1 >= 0)) {
19923 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_SetDataFromSInt32Array" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_SetDataFromSInt32Array"
"', argument " "1"" of type '" "lldb::SBData *""'"); goto fail
; } while(0)
;
19924 }
19925 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
19926 {
19927 /* Check if is a list */
19928 if (PyList_Check(obj1)((((((PyObject*)(obj1))->ob_type))->tp_flags & ((1L
<<25))) != 0)
) {
19929 int size = PyList_Size(obj1);
19930 int i = 0;
19931 arg3 = size;
19932 arg2 = (int32_t *) malloc(size * sizeof(int32_t));
19933 for (i = 0; i < size; i++) {
19934 PyObject *o = PyList_GetItem(obj1,i);
19935 if (!SetNumberFromPyObject(arg2[i], o)) {
19936 PyErr_SetString(PyExc_TypeError,"list must contain numbers");
19937 free(arg2);
19938 return NULL__null;
19939 }
19940
19941 if (PyErr_Occurred()) {
19942 free(arg2);
19943 return NULL__null;
19944 }
19945 }
19946 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
19947 arg2 = NULL__null;
19948 arg3 = 0;
19949 } else {
19950 PyErr_SetString(PyExc_TypeError,"not a list");
19951 return NULL__null;
19952 }
19953 }
19954 {
19955 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
19956 result = (bool)(arg1)->SetDataFromSInt32Array(arg2,arg3);
19957 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
19958 }
19959 resultobj = SWIG_From_bool(static_cast< bool >(result));
19960 {
19961 free(arg2);
19962 }
19963 return resultobj;
19964fail:
19965 {
19966 free(arg2);
19967 }
19968 return NULL__null;
19969}
19970
19971
19972SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData_SetDataFromDoubleArray(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
19973 PyObject *resultobj = 0;
19974 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
19975 double *arg2 = (double *) 0 ;
19976 size_t arg3 ;
19977 void *argp1 = 0 ;
19978 int res1 = 0 ;
19979 PyObject * obj0 = 0 ;
19980 PyObject * obj1 = 0 ;
19981 bool result;
19982
19983 if (!PyArg_ParseTuple(args,(char *)"OO:SBData_SetDataFromDoubleArray",&obj0,&obj1)) SWIG_failgoto fail;
19984 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
19985 if (!SWIG_IsOK(res1)(res1 >= 0)) {
19986 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData_SetDataFromDoubleArray" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData_SetDataFromDoubleArray"
"', argument " "1"" of type '" "lldb::SBData *""'"); goto fail
; } while(0)
;
19987 }
19988 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
19989 {
19990 /* Check if is a list */
19991 if (PyList_Check(obj1)((((((PyObject*)(obj1))->ob_type))->tp_flags & ((1L
<<25))) != 0)
) {
19992 int size = PyList_Size(obj1);
19993 int i = 0;
19994 arg3 = size;
19995 arg2 = (double *) malloc(size * sizeof(double));
19996 for (i = 0; i < size; i++) {
19997 PyObject *o = PyList_GetItem(obj1,i);
19998 if (!SetNumberFromPyObject(arg2[i], o)) {
19999 PyErr_SetString(PyExc_TypeError,"list must contain numbers");
20000 free(arg2);
20001 return NULL__null;
20002 }
20003
20004 if (PyErr_Occurred()) {
20005 free(arg2);
20006 return NULL__null;
20007 }
20008 }
20009 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
20010 arg2 = NULL__null;
20011 arg3 = 0;
20012 } else {
20013 PyErr_SetString(PyExc_TypeError,"not a list");
20014 return NULL__null;
20015 }
20016 }
20017 {
20018 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20019 result = (bool)(arg1)->SetDataFromDoubleArray(arg2,arg3);
20020 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20021 }
20022 resultobj = SWIG_From_bool(static_cast< bool >(result));
20023 {
20024 free(arg2);
20025 }
20026 return resultobj;
20027fail:
20028 {
20029 free(arg2);
20030 }
20031 return NULL__null;
20032}
20033
20034
20035SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBData___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20036 PyObject *resultobj = 0;
20037 lldb::SBData *arg1 = (lldb::SBData *) 0 ;
20038 void *argp1 = 0 ;
20039 int res1 = 0 ;
20040 PyObject * obj0 = 0 ;
20041 PyObject *result = 0 ;
20042
20043 if (!PyArg_ParseTuple(args,(char *)"O:SBData___str__",&obj0)) SWIG_failgoto fail;
20044 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[22]
, 0 | 0, 0)
;
20045 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20046 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBData___str__" "', argument " "1"" of type '" "lldb::SBData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBData___str__" "', argument "
"1"" of type '" "lldb::SBData *""'"); goto fail; } while(0)
;
20047 }
20048 arg1 = reinterpret_cast< lldb::SBData * >(argp1);
20049 result = (PyObject *)lldb_SBData___str__(arg1);
20050 resultobj = result;
20051 return resultobj;
20052fail:
20053 return NULL__null;
20054}
20055
20056
20057SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBData_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20058 PyObject *obj;
20059 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
20060 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBDataswig_types[22], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
20061 return SWIG_Py_Void();
20062}
20063
20064SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_Initialize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20065 PyObject *resultobj = 0;
20066
20067 if (!PyArg_ParseTuple(args,(char *)":SBDebugger_Initialize")) SWIG_failgoto fail;
20068 {
20069 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20070 lldb::SBDebugger::Initialize();
20071 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20072 }
20073 resultobj = SWIG_Py_Void();
20074 return resultobj;
20075fail:
20076 return NULL__null;
20077}
20078
20079
20080SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_Terminate(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20081 PyObject *resultobj = 0;
20082
20083 if (!PyArg_ParseTuple(args,(char *)":SBDebugger_Terminate")) SWIG_failgoto fail;
20084 {
20085 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20086 lldb::SBDebugger::Terminate();
20087 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20088 }
20089 resultobj = SWIG_Py_Void();
20090 return resultobj;
20091fail:
20092 return NULL__null;
20093}
20094
20095
20096SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_Create__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20097 PyObject *resultobj = 0;
20098 lldb::SBDebugger result;
20099
20100 if (!PyArg_ParseTuple(args,(char *)":SBDebugger_Create")) SWIG_failgoto fail;
20101 {
20102 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20103 result = lldb::SBDebugger::Create();
20104 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20105 }
20106 resultobj = SWIG_NewPointerObj((new lldb::SBDebugger(static_cast< const lldb::SBDebugger& >(result))), SWIGTYPE_p_lldb__SBDebugger, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBDebugger(static_cast
< const lldb::SBDebugger& >(result))), swig_types[23
], 0x1 | 0)
;
20107 return resultobj;
20108fail:
20109 return NULL__null;
20110}
20111
20112
20113SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_Create__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20114 PyObject *resultobj = 0;
20115 bool arg1 ;
20116 bool val1 ;
20117 int ecode1 = 0 ;
20118 PyObject * obj0 = 0 ;
20119 lldb::SBDebugger result;
20120
20121 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_Create",&obj0)) SWIG_failgoto fail;
20122 ecode1 = SWIG_AsVal_bool(obj0, &val1);
20123 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
20124 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBDebugger_Create" "', argument " "1"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBDebugger_Create" "', argument "
"1"" of type '" "bool""'"); goto fail; } while(0)
;
20125 }
20126 arg1 = static_cast< bool >(val1);
20127 {
20128 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20129 result = lldb::SBDebugger::Create(arg1);
20130 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20131 }
20132 resultobj = SWIG_NewPointerObj((new lldb::SBDebugger(static_cast< const lldb::SBDebugger& >(result))), SWIGTYPE_p_lldb__SBDebugger, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBDebugger(static_cast
< const lldb::SBDebugger& >(result))), swig_types[23
], 0x1 | 0)
;
20133 return resultobj;
20134fail:
20135 return NULL__null;
20136}
20137
20138
20139SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_Create__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20140 PyObject *resultobj = 0;
20141 bool arg1 ;
20142 lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ;
20143 void *arg3 = (void *) 0 ;
20144 bool val1 ;
20145 int ecode1 = 0 ;
20146 PyObject * obj0 = 0 ;
20147 PyObject * obj1 = 0 ;
20148 lldb::SBDebugger result;
20149
20150 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_Create",&obj0,&obj1)) SWIG_failgoto fail;
20151 ecode1 = SWIG_AsVal_bool(obj0, &val1);
20152 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
20153 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBDebugger_Create" "', argument " "1"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBDebugger_Create" "', argument "
"1"" of type '" "bool""'"); goto fail; } while(0)
;
20154 }
20155 arg1 = static_cast< bool >(val1);
20156 {
20157 if (!(obj1 == Py_None(&_Py_NoneStruct) || PyCallable_Check(reinterpret_cast<PyObject*>(obj1)))) {
20158 PyErr_SetString(PyExc_TypeError, "Need a callable object or None!");
20159 return NULL__null;
20160 }
20161
20162 // FIXME (filcab): We can't currently check if our callback is already
20163 // LLDBSwigPythonCallPythonLogOutputCallback (to DECREF the previous
20164 // baton) nor can we just remove all traces of a callback, if we want to
20165 // revert to a file logging mechanism.
20166
20167 // Don't lose the callback reference
20168 Py_INCREF(obj1)( ((PyObject*)(obj1))->ob_refcnt++);
20169 arg2 = LLDBSwigPythonCallPythonLogOutputCallback;
20170 arg3 = obj1;
20171 }
20172 {
20173 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20174 result = lldb::SBDebugger::Create(arg1,arg2,arg3);
20175 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20176 }
20177 resultobj = SWIG_NewPointerObj((new lldb::SBDebugger(static_cast< const lldb::SBDebugger& >(result))), SWIGTYPE_p_lldb__SBDebugger, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBDebugger(static_cast
< const lldb::SBDebugger& >(result))), swig_types[23
], 0x1 | 0)
;
20178 return resultobj;
20179fail:
20180 return NULL__null;
20181}
20182
20183
20184SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_Create(PyObject *self, PyObject *args) {
20185 Py_ssize_t argc;
20186 PyObject *argv[3] = {
20187 0
20188 };
20189 Py_ssize_t ii;
20190
20191 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
20192 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
20193 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
20194 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
20195 }
20196 if (argc == 0) {
20197 return _wrap_SBDebugger_Create__SWIG_0(self, args);
20198 }
20199 if (argc == 1) {
20200 int _v;
20201 {
20202 int res = SWIG_AsVal_bool(argv[0], NULL__null);
20203 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
20204 }
20205 if (_v) {
20206 return _wrap_SBDebugger_Create__SWIG_1(self, args);
20207 }
20208 }
20209 if (argc == 2) {
20210 int _v;
20211 {
20212 int res = SWIG_AsVal_bool(argv[0], NULL__null);
20213 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
20214 }
20215 if (_v) {
20216 {
20217 _v = argv[1] == Py_None(&_Py_NoneStruct);
20218 _v = _v || PyCallable_Check(reinterpret_cast<PyObject*>(argv[1]));
20219 }
20220 if (_v) {
20221 if (argc <= 2) {
20222 return _wrap_SBDebugger_Create__SWIG_2(self, args);
20223 }
20224 return _wrap_SBDebugger_Create__SWIG_2(self, args);
20225 }
20226 }
20227 }
20228
20229fail:
20230 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBDebugger_Create'.\n"
20231 " Possible C/C++ prototypes are:\n"
20232 " lldb::SBDebugger::Create()\n"
20233 " lldb::SBDebugger::Create(bool)\n"
20234 " lldb::SBDebugger::Create(bool,lldb::LogOutputCallback,void *)\n");
20235 return 0;
20236}
20237
20238
20239SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_Destroy(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20240 PyObject *resultobj = 0;
20241 lldb::SBDebugger *arg1 = 0 ;
20242 void *argp1 = 0 ;
20243 int res1 = 0 ;
20244 PyObject * obj0 = 0 ;
20245
20246 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_Destroy",&obj0)) SWIG_failgoto fail;
20247 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBDebugger, 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0, 0)
;
20248 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20249 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_Destroy" "', argument " "1"" of type '" "lldb::SBDebugger &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_Destroy" "', argument "
"1"" of type '" "lldb::SBDebugger &""'"); goto fail; } while
(0)
;
20250 }
20251 if (!argp1) {
20252 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_Destroy" "', argument " "1"" of type '" "lldb::SBDebugger &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_Destroy" "', argument " "1"" of type '"
"lldb::SBDebugger &""'"); goto fail; } while(0)
;
20253 }
20254 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20255 {
20256 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20257 lldb::SBDebugger::Destroy(*arg1);
20258 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20259 }
20260 resultobj = SWIG_Py_Void();
20261 return resultobj;
20262fail:
20263 return NULL__null;
20264}
20265
20266
20267SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_MemoryPressureDetected(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20268 PyObject *resultobj = 0;
20269
20270 if (!PyArg_ParseTuple(args,(char *)":SBDebugger_MemoryPressureDetected")) SWIG_failgoto fail;
20271 {
20272 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20273 lldb::SBDebugger::MemoryPressureDetected();
20274 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20275 }
20276 resultobj = SWIG_Py_Void();
20277 return resultobj;
20278fail:
20279 return NULL__null;
20280}
20281
20282
20283SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBDebugger__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20284 PyObject *resultobj = 0;
20285 lldb::SBDebugger *result = 0 ;
20286
20287 if (!PyArg_ParseTuple(args,(char *)":new_SBDebugger")) SWIG_failgoto fail;
20288 {
20289 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20290 result = (lldb::SBDebugger *)new lldb::SBDebugger();
20291 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20292 }
20293 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBDebugger, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[23], (
(0x1 << 1) | 0x1) | 0)
;
20294 return resultobj;
20295fail:
20296 return NULL__null;
20297}
20298
20299
20300SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBDebugger__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20301 PyObject *resultobj = 0;
20302 lldb::SBDebugger *arg1 = 0 ;
20303 void *argp1 = 0 ;
20304 int res1 = 0 ;
20305 PyObject * obj0 = 0 ;
20306 lldb::SBDebugger *result = 0 ;
20307
20308 if (!PyArg_ParseTuple(args,(char *)"O:new_SBDebugger",&obj0)) SWIG_failgoto fail;
20309 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBDebugger, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20310 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20311 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBDebugger" "', argument " "1"" of type '" "lldb::SBDebugger const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBDebugger" "', argument "
"1"" of type '" "lldb::SBDebugger const &""'"); goto fail
; } while(0)
;
20312 }
20313 if (!argp1) {
20314 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBDebugger" "', argument " "1"" of type '" "lldb::SBDebugger const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBDebugger" "', argument " "1"" of type '"
"lldb::SBDebugger const &""'"); goto fail; } while(0)
;
20315 }
20316 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20317 {
20318 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20319 result = (lldb::SBDebugger *)new lldb::SBDebugger((lldb::SBDebugger const &)*arg1);
20320 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20321 }
20322 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBDebugger, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[23], (
(0x1 << 1) | 0x1) | 0)
;
20323 return resultobj;
20324fail:
20325 return NULL__null;
20326}
20327
20328
20329SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBDebugger(PyObject *self, PyObject *args) {
20330 Py_ssize_t argc;
20331 PyObject *argv[2] = {
20332 0
20333 };
20334 Py_ssize_t ii;
20335
20336 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
20337 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
20338 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
20339 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
20340 }
20341 if (argc == 0) {
20342 return _wrap_new_SBDebugger__SWIG_0(self, args);
20343 }
20344 if (argc == 1) {
20345 int _v;
20346 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBDebugger, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[23], 0, 0
)
;
20347 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
20348 if (_v) {
20349 return _wrap_new_SBDebugger__SWIG_1(self, args);
20350 }
20351 }
20352
20353fail:
20354 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBDebugger'.\n"
20355 " Possible C/C++ prototypes are:\n"
20356 " lldb::SBDebugger::SBDebugger()\n"
20357 " lldb::SBDebugger::SBDebugger(lldb::SBDebugger const &)\n");
20358 return 0;
20359}
20360
20361
20362SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBDebugger(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20363 PyObject *resultobj = 0;
20364 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20365 void *argp1 = 0 ;
20366 int res1 = 0 ;
20367 PyObject * obj0 = 0 ;
20368
20369 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBDebugger",&obj0)) SWIG_failgoto fail;
20370 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0x1 | 0, 0)
;
20371 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20372 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBDebugger" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBDebugger" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
20373 }
20374 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20375 {
20376 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20377 delete arg1;
20378 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20379 }
20380 resultobj = SWIG_Py_Void();
20381 return resultobj;
20382fail:
20383 return NULL__null;
20384}
20385
20386
20387SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20388 PyObject *resultobj = 0;
20389 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20390 void *argp1 = 0 ;
20391 int res1 = 0 ;
20392 PyObject * obj0 = 0 ;
20393 bool result;
20394
20395 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_IsValid",&obj0)) SWIG_failgoto fail;
20396 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20397 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20398 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_IsValid" "', argument " "1"" of type '" "lldb::SBDebugger const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_IsValid" "', argument "
"1"" of type '" "lldb::SBDebugger const *""'"); goto fail; }
while(0)
;
20399 }
20400 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20401 {
20402 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20403 result = (bool)((lldb::SBDebugger const *)arg1)->IsValid();
20404 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20405 }
20406 resultobj = SWIG_From_bool(static_cast< bool >(result));
20407 return resultobj;
20408fail:
20409 return NULL__null;
20410}
20411
20412
20413SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20414 PyObject *resultobj = 0;
20415 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20416 void *argp1 = 0 ;
20417 int res1 = 0 ;
20418 PyObject * obj0 = 0 ;
20419
20420 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_Clear",&obj0)) SWIG_failgoto fail;
20421 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20422 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20423 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_Clear" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_Clear" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
20424 }
20425 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20426 {
20427 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20428 (arg1)->Clear();
20429 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20430 }
20431 resultobj = SWIG_Py_Void();
20432 return resultobj;
20433fail:
20434 return NULL__null;
20435}
20436
20437
20438SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetAsync(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20439 PyObject *resultobj = 0;
20440 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20441 bool arg2 ;
20442 void *argp1 = 0 ;
20443 int res1 = 0 ;
20444 bool val2 ;
20445 int ecode2 = 0 ;
20446 PyObject * obj0 = 0 ;
20447 PyObject * obj1 = 0 ;
20448
20449 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SetAsync",&obj0,&obj1)) SWIG_failgoto fail;
20450 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20451 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20452 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetAsync" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetAsync" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
20453 }
20454 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20455 ecode2 = SWIG_AsVal_bool(obj1, &val2);
20456 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
20457 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_SetAsync" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_SetAsync" "', argument "
"2"" of type '" "bool""'"); goto fail; } while(0)
;
20458 }
20459 arg2 = static_cast< bool >(val2);
20460 {
20461 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20462 (arg1)->SetAsync(arg2);
20463 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20464 }
20465 resultobj = SWIG_Py_Void();
20466 return resultobj;
20467fail:
20468 return NULL__null;
20469}
20470
20471
20472SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetAsync(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20473 PyObject *resultobj = 0;
20474 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20475 void *argp1 = 0 ;
20476 int res1 = 0 ;
20477 PyObject * obj0 = 0 ;
20478 bool result;
20479
20480 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetAsync",&obj0)) SWIG_failgoto fail;
20481 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20482 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20483 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetAsync" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetAsync" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
20484 }
20485 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20486 {
20487 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20488 result = (bool)(arg1)->GetAsync();
20489 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20490 }
20491 resultobj = SWIG_From_bool(static_cast< bool >(result));
20492 return resultobj;
20493fail:
20494 return NULL__null;
20495}
20496
20497
20498SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SkipLLDBInitFiles(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20499 PyObject *resultobj = 0;
20500 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20501 bool arg2 ;
20502 void *argp1 = 0 ;
20503 int res1 = 0 ;
20504 bool val2 ;
20505 int ecode2 = 0 ;
20506 PyObject * obj0 = 0 ;
20507 PyObject * obj1 = 0 ;
20508
20509 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SkipLLDBInitFiles",&obj0,&obj1)) SWIG_failgoto fail;
20510 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20511 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20512 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SkipLLDBInitFiles" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SkipLLDBInitFiles"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
20513 }
20514 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20515 ecode2 = SWIG_AsVal_bool(obj1, &val2);
20516 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
20517 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_SkipLLDBInitFiles" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_SkipLLDBInitFiles"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
20518 }
20519 arg2 = static_cast< bool >(val2);
20520 {
20521 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20522 (arg1)->SkipLLDBInitFiles(arg2);
20523 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20524 }
20525 resultobj = SWIG_Py_Void();
20526 return resultobj;
20527fail:
20528 return NULL__null;
20529}
20530
20531
20532SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetInputFileHandle(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20533 PyObject *resultobj = 0;
20534 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20535 FILE *arg2 = (FILE *) 0 ;
20536 bool arg3 ;
20537 void *argp1 = 0 ;
20538 int res1 = 0 ;
20539 bool val3 ;
20540 int ecode3 = 0 ;
20541 PyObject * obj0 = 0 ;
20542 PyObject * obj1 = 0 ;
20543 PyObject * obj2 = 0 ;
20544
20545 if (!PyArg_ParseTuple(args,(char *)"OOO:SBDebugger_SetInputFileHandle",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
20546 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20547 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20548 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetInputFileHandle" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetInputFileHandle"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
20549 }
20550 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20551 {
20552 using namespace lldb_private;
20553 if (obj1 == Py_None(&_Py_NoneStruct))
20554 arg2 = nullptr;
20555 else if (!lldb_private::PythonFile::Check(obj1)) {
20556 int fd = PyObject_AsFileDescriptor(obj1);
20557 PythonObject py_input(PyRefType::Borrowed, obj1);
20558 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
20559
20560 if (-1 != fd && py_mode.IsValid()) {
20561 FILE *f;
20562 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
20563 arg2 = f;
20564 else
20565 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
20566 } else {
20567 PyErr_SetString(PyExc_TypeError,"not a file-like object");
20568 return nullptr;
20569 }
20570 }
20571 else
20572 {
20573 PythonFile py_file(PyRefType::Borrowed, obj1);
20574 File file;
20575 if (!py_file.GetUnderlyingFile(file))
20576 return nullptr;
20577
20578 arg2 = file.GetStream();
20579 if (arg2)
20580 file.Clear();
20581 }
20582 }
20583 ecode3 = SWIG_AsVal_bool(obj2, &val3);
20584 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
20585 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBDebugger_SetInputFileHandle" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBDebugger_SetInputFileHandle"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
20586 }
20587 arg3 = static_cast< bool >(val3);
20588 {
20589 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20590 (arg1)->SetInputFileHandle(arg2,arg3);
20591 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20592 }
20593 resultobj = SWIG_Py_Void();
20594 return resultobj;
20595fail:
20596 return NULL__null;
20597}
20598
20599
20600SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetOutputFileHandle(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20601 PyObject *resultobj = 0;
20602 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20603 FILE *arg2 = (FILE *) 0 ;
20604 bool arg3 ;
20605 void *argp1 = 0 ;
20606 int res1 = 0 ;
20607 bool val3 ;
20608 int ecode3 = 0 ;
20609 PyObject * obj0 = 0 ;
20610 PyObject * obj1 = 0 ;
20611 PyObject * obj2 = 0 ;
20612
20613 if (!PyArg_ParseTuple(args,(char *)"OOO:SBDebugger_SetOutputFileHandle",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
20614 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20615 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20616 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetOutputFileHandle" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetOutputFileHandle"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
20617 }
20618 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20619 {
20620 using namespace lldb_private;
20621 if (obj1 == Py_None(&_Py_NoneStruct))
20622 arg2 = nullptr;
20623 else if (!lldb_private::PythonFile::Check(obj1)) {
20624 int fd = PyObject_AsFileDescriptor(obj1);
20625 PythonObject py_input(PyRefType::Borrowed, obj1);
20626 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
20627
20628 if (-1 != fd && py_mode.IsValid()) {
20629 FILE *f;
20630 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
20631 arg2 = f;
20632 else
20633 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
20634 } else {
20635 PyErr_SetString(PyExc_TypeError,"not a file-like object");
20636 return nullptr;
20637 }
20638 }
20639 else
20640 {
20641 PythonFile py_file(PyRefType::Borrowed, obj1);
20642 File file;
20643 if (!py_file.GetUnderlyingFile(file))
20644 return nullptr;
20645
20646 arg2 = file.GetStream();
20647 if (arg2)
20648 file.Clear();
20649 }
20650 }
20651 ecode3 = SWIG_AsVal_bool(obj2, &val3);
20652 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
20653 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBDebugger_SetOutputFileHandle" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBDebugger_SetOutputFileHandle"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
20654 }
20655 arg3 = static_cast< bool >(val3);
20656 {
20657 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20658 (arg1)->SetOutputFileHandle(arg2,arg3);
20659 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20660 }
20661 resultobj = SWIG_Py_Void();
20662 return resultobj;
20663fail:
20664 return NULL__null;
20665}
20666
20667
20668SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetErrorFileHandle(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20669 PyObject *resultobj = 0;
20670 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20671 FILE *arg2 = (FILE *) 0 ;
20672 bool arg3 ;
20673 void *argp1 = 0 ;
20674 int res1 = 0 ;
20675 bool val3 ;
20676 int ecode3 = 0 ;
20677 PyObject * obj0 = 0 ;
20678 PyObject * obj1 = 0 ;
20679 PyObject * obj2 = 0 ;
20680
20681 if (!PyArg_ParseTuple(args,(char *)"OOO:SBDebugger_SetErrorFileHandle",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
20682 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20683 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20684 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetErrorFileHandle" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetErrorFileHandle"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
20685 }
20686 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20687 {
20688 using namespace lldb_private;
20689 if (obj1 == Py_None(&_Py_NoneStruct))
20690 arg2 = nullptr;
20691 else if (!lldb_private::PythonFile::Check(obj1)) {
20692 int fd = PyObject_AsFileDescriptor(obj1);
20693 PythonObject py_input(PyRefType::Borrowed, obj1);
20694 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
20695
20696 if (-1 != fd && py_mode.IsValid()) {
20697 FILE *f;
20698 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
20699 arg2 = f;
20700 else
20701 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
20702 } else {
20703 PyErr_SetString(PyExc_TypeError,"not a file-like object");
20704 return nullptr;
20705 }
20706 }
20707 else
20708 {
20709 PythonFile py_file(PyRefType::Borrowed, obj1);
20710 File file;
20711 if (!py_file.GetUnderlyingFile(file))
20712 return nullptr;
20713
20714 arg2 = file.GetStream();
20715 if (arg2)
20716 file.Clear();
20717 }
20718 }
20719 ecode3 = SWIG_AsVal_bool(obj2, &val3);
20720 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
20721 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBDebugger_SetErrorFileHandle" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBDebugger_SetErrorFileHandle"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
20722 }
20723 arg3 = static_cast< bool >(val3);
20724 {
20725 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20726 (arg1)->SetErrorFileHandle(arg2,arg3);
20727 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20728 }
20729 resultobj = SWIG_Py_Void();
20730 return resultobj;
20731fail:
20732 return NULL__null;
20733}
20734
20735
20736SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetInputFileHandle(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20737 PyObject *resultobj = 0;
20738 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20739 void *argp1 = 0 ;
20740 int res1 = 0 ;
20741 PyObject * obj0 = 0 ;
20742 FILE *result = 0 ;
20743
20744 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetInputFileHandle",&obj0)) SWIG_failgoto fail;
20745 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20746 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20747 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetInputFileHandle" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetInputFileHandle"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
20748 }
20749 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20750 {
20751 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20752 result = (FILE *)(arg1)->GetInputFileHandle();
20753 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20754 }
20755 {
20756 char mode[4] = {
20757 0
20758 };
20759#ifdef __APPLE__
20760 int i = 0;
20761 if (result)
20762 {
20763 short flags = result->_flags;
20764
20765 if (flags & __SRD)
20766 mode[i++] = 'r';
20767 else if (flags & __SWR)
20768 mode[i++] = 'w';
20769 else // if (flags & __SRW)
20770 mode[i++] = 'a';
20771 }
20772#endif
20773 using namespace lldb_private;
20774 File file(result, false);
20775 PythonFile py_file(file, mode);
20776 resultobj = py_file.release();
20777 if (!resultobj)
20778 {
20779 resultobj = Py_None(&_Py_NoneStruct);
20780 Py_INCREF(Py_None)( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++);
20781 }
20782 }
20783 return resultobj;
20784fail:
20785 return NULL__null;
20786}
20787
20788
20789SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetOutputFileHandle(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20790 PyObject *resultobj = 0;
20791 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20792 void *argp1 = 0 ;
20793 int res1 = 0 ;
20794 PyObject * obj0 = 0 ;
20795 FILE *result = 0 ;
20796
20797 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetOutputFileHandle",&obj0)) SWIG_failgoto fail;
20798 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20799 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20800 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetOutputFileHandle" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetOutputFileHandle"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
20801 }
20802 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20803 {
20804 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20805 result = (FILE *)(arg1)->GetOutputFileHandle();
20806 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20807 }
20808 {
20809 char mode[4] = {
20810 0
20811 };
20812#ifdef __APPLE__
20813 int i = 0;
20814 if (result)
20815 {
20816 short flags = result->_flags;
20817
20818 if (flags & __SRD)
20819 mode[i++] = 'r';
20820 else if (flags & __SWR)
20821 mode[i++] = 'w';
20822 else // if (flags & __SRW)
20823 mode[i++] = 'a';
20824 }
20825#endif
20826 using namespace lldb_private;
20827 File file(result, false);
20828 PythonFile py_file(file, mode);
20829 resultobj = py_file.release();
20830 if (!resultobj)
20831 {
20832 resultobj = Py_None(&_Py_NoneStruct);
20833 Py_INCREF(Py_None)( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++);
20834 }
20835 }
20836 return resultobj;
20837fail:
20838 return NULL__null;
20839}
20840
20841
20842SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetErrorFileHandle(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20843 PyObject *resultobj = 0;
20844 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20845 void *argp1 = 0 ;
20846 int res1 = 0 ;
20847 PyObject * obj0 = 0 ;
20848 FILE *result = 0 ;
20849
20850 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetErrorFileHandle",&obj0)) SWIG_failgoto fail;
20851 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20852 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20853 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetErrorFileHandle" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetErrorFileHandle"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
20854 }
20855 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20856 {
20857 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20858 result = (FILE *)(arg1)->GetErrorFileHandle();
20859 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20860 }
20861 {
20862 char mode[4] = {
20863 0
20864 };
20865#ifdef __APPLE__
20866 int i = 0;
20867 if (result)
20868 {
20869 short flags = result->_flags;
20870
20871 if (flags & __SRD)
20872 mode[i++] = 'r';
20873 else if (flags & __SWR)
20874 mode[i++] = 'w';
20875 else // if (flags & __SRW)
20876 mode[i++] = 'a';
20877 }
20878#endif
20879 using namespace lldb_private;
20880 File file(result, false);
20881 PythonFile py_file(file, mode);
20882 resultobj = py_file.release();
20883 if (!resultobj)
20884 {
20885 resultobj = Py_None(&_Py_NoneStruct);
20886 Py_INCREF(Py_None)( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++);
20887 }
20888 }
20889 return resultobj;
20890fail:
20891 return NULL__null;
20892}
20893
20894
20895SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetCommandInterpreter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20896 PyObject *resultobj = 0;
20897 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20898 void *argp1 = 0 ;
20899 int res1 = 0 ;
20900 PyObject * obj0 = 0 ;
20901 SwigValueWrapper< lldb::SBCommandInterpreter > result;
20902
20903 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetCommandInterpreter",&obj0)) SWIG_failgoto fail;
20904 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20905 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20906 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetCommandInterpreter" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetCommandInterpreter"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
20907 }
20908 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20909 {
20910 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20911 result = (arg1)->GetCommandInterpreter();
20912 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20913 }
20914 resultobj = SWIG_NewPointerObj((new lldb::SBCommandInterpreter(static_cast< const lldb::SBCommandInterpreter& >(result))), SWIGTYPE_p_lldb__SBCommandInterpreter, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBCommandInterpreter
(static_cast< const lldb::SBCommandInterpreter& >(result
))), swig_types[17], 0x1 | 0)
;
20915 return resultobj;
20916fail:
20917 return NULL__null;
20918}
20919
20920
20921SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_HandleCommand(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20922 PyObject *resultobj = 0;
20923 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20924 char *arg2 = (char *) 0 ;
20925 void *argp1 = 0 ;
20926 int res1 = 0 ;
20927 int res2 ;
20928 char *buf2 = 0 ;
20929 int alloc2 = 0 ;
20930 PyObject * obj0 = 0 ;
20931 PyObject * obj1 = 0 ;
20932
20933 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_HandleCommand",&obj0,&obj1)) SWIG_failgoto fail;
20934 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20935 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20936 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_HandleCommand" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_HandleCommand" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
20937 }
20938 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20939 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
20940 if (!SWIG_IsOK(res2)(res2 >= 0)) {
20941 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_HandleCommand" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_HandleCommand" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
20942 }
20943 arg2 = reinterpret_cast< char * >(buf2);
20944 {
20945 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20946 (arg1)->HandleCommand((char const *)arg2);
20947 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20948 }
20949 resultobj = SWIG_Py_Void();
20950 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
20951 return resultobj;
20952fail:
20953 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
20954 return NULL__null;
20955}
20956
20957
20958SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetListener(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20959 PyObject *resultobj = 0;
20960 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20961 void *argp1 = 0 ;
20962 int res1 = 0 ;
20963 PyObject * obj0 = 0 ;
20964 lldb::SBListener result;
20965
20966 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetListener",&obj0)) SWIG_failgoto fail;
20967 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
20968 if (!SWIG_IsOK(res1)(res1 >= 0)) {
20969 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetListener" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetListener" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
20970 }
20971 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
20972 {
20973 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
20974 result = (arg1)->GetListener();
20975 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
20976 }
20977 resultobj = SWIG_NewPointerObj((new lldb::SBListener(static_cast< const lldb::SBListener& >(result))), SWIGTYPE_p_lldb__SBListener, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBListener(static_cast
< const lldb::SBListener& >(result))), swig_types[39
], 0x1 | 0)
;
20978 return resultobj;
20979fail:
20980 return NULL__null;
20981}
20982
20983
20984SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_HandleProcessEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
20985 PyObject *resultobj = 0;
20986 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
20987 lldb::SBProcess *arg2 = 0 ;
20988 lldb::SBEvent *arg3 = 0 ;
20989 FILE *arg4 = (FILE *) 0 ;
20990 FILE *arg5 = (FILE *) 0 ;
20991 void *argp1 = 0 ;
20992 int res1 = 0 ;
20993 void *argp2 = 0 ;
20994 int res2 = 0 ;
20995 void *argp3 = 0 ;
20996 int res3 = 0 ;
20997 PyObject * obj0 = 0 ;
20998 PyObject * obj1 = 0 ;
20999 PyObject * obj2 = 0 ;
21000 PyObject * obj3 = 0 ;
21001 PyObject * obj4 = 0 ;
21002
21003 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBDebugger_HandleProcessEvent",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
21004 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21005 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21006 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_HandleProcessEvent" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_HandleProcessEvent"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21007 }
21008 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21009 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBProcess, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[48]
, 0 | 0, 0)
;
21010 if (!SWIG_IsOK(res2)(res2 >= 0)) {
21011 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_HandleProcessEvent" "', argument " "2"" of type '" "lldb::SBProcess const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_HandleProcessEvent"
"', argument " "2"" of type '" "lldb::SBProcess const &"
"'"); goto fail; } while(0)
;
21012 }
21013 if (!argp2) {
21014 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_HandleProcessEvent" "', argument " "2"" of type '" "lldb::SBProcess const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_HandleProcessEvent" "', argument "
"2"" of type '" "lldb::SBProcess const &""'"); goto fail
; } while(0)
;
21015 }
21016 arg2 = reinterpret_cast< lldb::SBProcess * >(argp2);
21017 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[26]
, 0 | 0, 0)
;
21018 if (!SWIG_IsOK(res3)(res3 >= 0)) {
21019 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBDebugger_HandleProcessEvent" "', argument " "3"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBDebugger_HandleProcessEvent"
"', argument " "3"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
21020 }
21021 if (!argp3) {
21022 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_HandleProcessEvent" "', argument " "3"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_HandleProcessEvent" "', argument "
"3"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
21023 }
21024 arg3 = reinterpret_cast< lldb::SBEvent * >(argp3);
21025 {
21026 using namespace lldb_private;
21027 if (obj3 == Py_None(&_Py_NoneStruct))
21028 arg4 = nullptr;
21029 else if (!lldb_private::PythonFile::Check(obj3)) {
21030 int fd = PyObject_AsFileDescriptor(obj3);
21031 PythonObject py_input(PyRefType::Borrowed, obj3);
21032 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
21033
21034 if (-1 != fd && py_mode.IsValid()) {
21035 FILE *f;
21036 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
21037 arg4 = f;
21038 else
21039 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
21040 } else {
21041 PyErr_SetString(PyExc_TypeError,"not a file-like object");
21042 return nullptr;
21043 }
21044 }
21045 else
21046 {
21047 PythonFile py_file(PyRefType::Borrowed, obj3);
21048 File file;
21049 if (!py_file.GetUnderlyingFile(file))
21050 return nullptr;
21051
21052 arg4 = file.GetStream();
21053 if (arg4)
21054 file.Clear();
21055 }
21056 }
21057 {
21058 using namespace lldb_private;
21059 if (obj4 == Py_None(&_Py_NoneStruct))
21060 arg5 = nullptr;
21061 else if (!lldb_private::PythonFile::Check(obj4)) {
21062 int fd = PyObject_AsFileDescriptor(obj4);
21063 PythonObject py_input(PyRefType::Borrowed, obj4);
21064 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
21065
21066 if (-1 != fd && py_mode.IsValid()) {
21067 FILE *f;
21068 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
21069 arg5 = f;
21070 else
21071 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
21072 } else {
21073 PyErr_SetString(PyExc_TypeError,"not a file-like object");
21074 return nullptr;
21075 }
21076 }
21077 else
21078 {
21079 PythonFile py_file(PyRefType::Borrowed, obj4);
21080 File file;
21081 if (!py_file.GetUnderlyingFile(file))
21082 return nullptr;
21083
21084 arg5 = file.GetStream();
21085 if (arg5)
21086 file.Clear();
21087 }
21088 }
21089 {
21090 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21091 (arg1)->HandleProcessEvent((lldb::SBProcess const &)*arg2,(lldb::SBEvent const &)*arg3,arg4,arg5);
21092 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21093 }
21094 resultobj = SWIG_Py_Void();
21095 return resultobj;
21096fail:
21097 return NULL__null;
21098}
21099
21100
21101SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_CreateTarget__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21102 PyObject *resultobj = 0;
21103 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21104 char *arg2 = (char *) 0 ;
21105 char *arg3 = (char *) 0 ;
21106 char *arg4 = (char *) 0 ;
21107 bool arg5 ;
21108 lldb::SBError *arg6 = 0 ;
21109 void *argp1 = 0 ;
21110 int res1 = 0 ;
21111 int res2 ;
21112 char *buf2 = 0 ;
21113 int alloc2 = 0 ;
21114 int res3 ;
21115 char *buf3 = 0 ;
21116 int alloc3 = 0 ;
21117 int res4 ;
21118 char *buf4 = 0 ;
21119 int alloc4 = 0 ;
21120 bool val5 ;
21121 int ecode5 = 0 ;
21122 void *argp6 = 0 ;
21123 int res6 = 0 ;
21124 PyObject * obj0 = 0 ;
21125 PyObject * obj1 = 0 ;
21126 PyObject * obj2 = 0 ;
21127 PyObject * obj3 = 0 ;
21128 PyObject * obj4 = 0 ;
21129 PyObject * obj5 = 0 ;
21130 lldb::SBTarget result;
21131
21132 if (!PyArg_ParseTuple(args,(char *)"OOOOOO:SBDebugger_CreateTarget",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) SWIG_failgoto fail;
21133 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21134 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21135 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_CreateTarget" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_CreateTarget" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
21136 }
21137 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21138 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
21139 if (!SWIG_IsOK(res2)(res2 >= 0)) {
21140 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_CreateTarget" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_CreateTarget" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
21141 }
21142 arg2 = reinterpret_cast< char * >(buf2);
21143 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
21144 if (!SWIG_IsOK(res3)(res3 >= 0)) {
21145 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBDebugger_CreateTarget" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBDebugger_CreateTarget" "', argument "
"3"" of type '" "char const *""'"); goto fail; } while(0)
;
21146 }
21147 arg3 = reinterpret_cast< char * >(buf3);
21148 res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL__null, &alloc4);
21149 if (!SWIG_IsOK(res4)(res4 >= 0)) {
21150 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBDebugger_CreateTarget" "', argument " "4"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBDebugger_CreateTarget" "', argument "
"4"" of type '" "char const *""'"); goto fail; } while(0)
;
21151 }
21152 arg4 = reinterpret_cast< char * >(buf4);
21153 ecode5 = SWIG_AsVal_bool(obj4, &val5);
21154 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
21155 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBDebugger_CreateTarget" "', argument " "5"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBDebugger_CreateTarget"
"', argument " "5"" of type '" "bool""'"); goto fail; } while
(0)
;
21156 }
21157 arg5 = static_cast< bool >(val5);
21158 res6 = SWIG_ConvertPtr(obj5, &argp6, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj5, &argp6, swig_types[25]
, 0, 0)
;
21159 if (!SWIG_IsOK(res6)(res6 >= 0)) {
21160 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "SBDebugger_CreateTarget" "', argument " "6"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res6 != (
-1)) ? res6 : -5)), "in method '" "SBDebugger_CreateTarget" "', argument "
"6"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
21161 }
21162 if (!argp6) {
21163 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_CreateTarget" "', argument " "6"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_CreateTarget" "', argument " "6"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
21164 }
21165 arg6 = reinterpret_cast< lldb::SBError * >(argp6);
21166 {
21167 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21168 result = (arg1)->CreateTarget((char const *)arg2,(char const *)arg3,(char const *)arg4,arg5,*arg6);
21169 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21170 }
21171 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
21172 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21173 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
21174 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
21175 return resultobj;
21176fail:
21177 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21178 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
21179 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
21180 return NULL__null;
21181}
21182
21183
21184SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_CreateTargetWithFileAndTargetTriple(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21185 PyObject *resultobj = 0;
21186 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21187 char *arg2 = (char *) 0 ;
21188 char *arg3 = (char *) 0 ;
21189 void *argp1 = 0 ;
21190 int res1 = 0 ;
21191 int res2 ;
21192 char *buf2 = 0 ;
21193 int alloc2 = 0 ;
21194 int res3 ;
21195 char *buf3 = 0 ;
21196 int alloc3 = 0 ;
21197 PyObject * obj0 = 0 ;
21198 PyObject * obj1 = 0 ;
21199 PyObject * obj2 = 0 ;
21200 lldb::SBTarget result;
21201
21202 if (!PyArg_ParseTuple(args,(char *)"OOO:SBDebugger_CreateTargetWithFileAndTargetTriple",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
21203 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21204 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21205 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_CreateTargetWithFileAndTargetTriple" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_CreateTargetWithFileAndTargetTriple"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21206 }
21207 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21208 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
21209 if (!SWIG_IsOK(res2)(res2 >= 0)) {
21210 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_CreateTargetWithFileAndTargetTriple" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_CreateTargetWithFileAndTargetTriple"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
21211 }
21212 arg2 = reinterpret_cast< char * >(buf2);
21213 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
21214 if (!SWIG_IsOK(res3)(res3 >= 0)) {
21215 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBDebugger_CreateTargetWithFileAndTargetTriple" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBDebugger_CreateTargetWithFileAndTargetTriple"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
21216 }
21217 arg3 = reinterpret_cast< char * >(buf3);
21218 {
21219 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21220 result = (arg1)->CreateTargetWithFileAndTargetTriple((char const *)arg2,(char const *)arg3);
21221 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21222 }
21223 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
21224 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21225 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
21226 return resultobj;
21227fail:
21228 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21229 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
21230 return NULL__null;
21231}
21232
21233
21234SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_CreateTargetWithFileAndArch(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21235 PyObject *resultobj = 0;
21236 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21237 char *arg2 = (char *) 0 ;
21238 char *arg3 = (char *) 0 ;
21239 void *argp1 = 0 ;
21240 int res1 = 0 ;
21241 int res2 ;
21242 char *buf2 = 0 ;
21243 int alloc2 = 0 ;
21244 int res3 ;
21245 char *buf3 = 0 ;
21246 int alloc3 = 0 ;
21247 PyObject * obj0 = 0 ;
21248 PyObject * obj1 = 0 ;
21249 PyObject * obj2 = 0 ;
21250 lldb::SBTarget result;
21251
21252 if (!PyArg_ParseTuple(args,(char *)"OOO:SBDebugger_CreateTargetWithFileAndArch",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
21253 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21254 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21255 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_CreateTargetWithFileAndArch" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_CreateTargetWithFileAndArch"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21256 }
21257 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21258 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
21259 if (!SWIG_IsOK(res2)(res2 >= 0)) {
21260 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_CreateTargetWithFileAndArch" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_CreateTargetWithFileAndArch"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
21261 }
21262 arg2 = reinterpret_cast< char * >(buf2);
21263 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
21264 if (!SWIG_IsOK(res3)(res3 >= 0)) {
21265 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBDebugger_CreateTargetWithFileAndArch" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBDebugger_CreateTargetWithFileAndArch"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
21266 }
21267 arg3 = reinterpret_cast< char * >(buf3);
21268 {
21269 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21270 result = (arg1)->CreateTargetWithFileAndArch((char const *)arg2,(char const *)arg3);
21271 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21272 }
21273 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
21274 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21275 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
21276 return resultobj;
21277fail:
21278 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21279 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
21280 return NULL__null;
21281}
21282
21283
21284SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_CreateTarget__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21285 PyObject *resultobj = 0;
21286 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21287 char *arg2 = (char *) 0 ;
21288 void *argp1 = 0 ;
21289 int res1 = 0 ;
21290 int res2 ;
21291 char *buf2 = 0 ;
21292 int alloc2 = 0 ;
21293 PyObject * obj0 = 0 ;
21294 PyObject * obj1 = 0 ;
21295 lldb::SBTarget result;
21296
21297 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_CreateTarget",&obj0,&obj1)) SWIG_failgoto fail;
21298 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21299 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21300 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_CreateTarget" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_CreateTarget" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
21301 }
21302 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21303 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
21304 if (!SWIG_IsOK(res2)(res2 >= 0)) {
21305 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_CreateTarget" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_CreateTarget" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
21306 }
21307 arg2 = reinterpret_cast< char * >(buf2);
21308 {
21309 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21310 result = (arg1)->CreateTarget((char const *)arg2);
21311 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21312 }
21313 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
21314 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21315 return resultobj;
21316fail:
21317 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21318 return NULL__null;
21319}
21320
21321
21322SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_CreateTarget(PyObject *self, PyObject *args) {
21323 Py_ssize_t argc;
21324 PyObject *argv[7] = {
21325 0
21326 };
21327 Py_ssize_t ii;
21328
21329 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
21330 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
21331 for (ii = 0; (ii < 6) && (ii < argc); ii++) {
21332 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
21333 }
21334 if (argc == 2) {
21335 int _v;
21336 void *vptr = 0;
21337 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBDebugger, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[23
], 0, 0)
;
21338 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
21339 if (_v) {
21340 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
21341 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
21342 if (_v) {
21343 return _wrap_SBDebugger_CreateTarget__SWIG_1(self, args);
21344 }
21345 }
21346 }
21347 if (argc == 6) {
21348 int _v;
21349 void *vptr = 0;
21350 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBDebugger, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[23
], 0, 0)
;
21351 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
21352 if (_v) {
21353 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
21354 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
21355 if (_v) {
21356 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
21357 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
21358 if (_v) {
21359 int res = SWIG_AsCharPtrAndSize(argv[3], 0, NULL__null, 0);
21360 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
21361 if (_v) {
21362 {
21363 int res = SWIG_AsVal_bool(argv[4], NULL__null);
21364 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
21365 }
21366 if (_v) {
21367 void *vptr = 0;
21368 int res = SWIG_ConvertPtr(argv[5], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[5], &vptr, swig_types[25
], 0, 0)
;
21369 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
21370 if (_v) {
21371 return _wrap_SBDebugger_CreateTarget__SWIG_0(self, args);
21372 }
21373 }
21374 }
21375 }
21376 }
21377 }
21378 }
21379
21380fail:
21381 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBDebugger_CreateTarget'.\n"
21382 " Possible C/C++ prototypes are:\n"
21383 " lldb::SBDebugger::CreateTarget(char const *,char const *,char const *,bool,lldb::SBError &)\n"
21384 " lldb::SBDebugger::CreateTarget(char const *)\n");
21385 return 0;
21386}
21387
21388
21389SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetDummyTarget(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21390 PyObject *resultobj = 0;
21391 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21392 void *argp1 = 0 ;
21393 int res1 = 0 ;
21394 PyObject * obj0 = 0 ;
21395 lldb::SBTarget result;
21396
21397 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetDummyTarget",&obj0)) SWIG_failgoto fail;
21398 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21399 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21400 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetDummyTarget" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetDummyTarget"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21401 }
21402 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21403 {
21404 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21405 result = (arg1)->GetDummyTarget();
21406 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21407 }
21408 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
21409 return resultobj;
21410fail:
21411 return NULL__null;
21412}
21413
21414
21415SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_DeleteTarget(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21416 PyObject *resultobj = 0;
21417 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21418 lldb::SBTarget *arg2 = 0 ;
21419 void *argp1 = 0 ;
21420 int res1 = 0 ;
21421 void *argp2 = 0 ;
21422 int res2 = 0 ;
21423 PyObject * obj0 = 0 ;
21424 PyObject * obj1 = 0 ;
21425 bool result;
21426
21427 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_DeleteTarget",&obj0,&obj1)) SWIG_failgoto fail;
21428 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21429 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21430 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_DeleteTarget" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_DeleteTarget" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
21431 }
21432 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21433 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0, 0)
;
21434 if (!SWIG_IsOK(res2)(res2 >= 0)) {
21435 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_DeleteTarget" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_DeleteTarget" "', argument "
"2"" of type '" "lldb::SBTarget &""'"); goto fail; } while
(0)
;
21436 }
21437 if (!argp2) {
21438 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_DeleteTarget" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_DeleteTarget" "', argument " "2"" of type '"
"lldb::SBTarget &""'"); goto fail; } while(0)
;
21439 }
21440 arg2 = reinterpret_cast< lldb::SBTarget * >(argp2);
21441 {
21442 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21443 result = (bool)(arg1)->DeleteTarget(*arg2);
21444 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21445 }
21446 resultobj = SWIG_From_bool(static_cast< bool >(result));
21447 return resultobj;
21448fail:
21449 return NULL__null;
21450}
21451
21452
21453SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetTargetAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21454 PyObject *resultobj = 0;
21455 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21456 uint32_t arg2 ;
21457 void *argp1 = 0 ;
21458 int res1 = 0 ;
21459 unsigned int val2 ;
21460 int ecode2 = 0 ;
21461 PyObject * obj0 = 0 ;
21462 PyObject * obj1 = 0 ;
21463 lldb::SBTarget result;
21464
21465 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetTargetAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
21466 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21467 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21468 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetTargetAtIndex" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetTargetAtIndex"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21469 }
21470 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21471 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
21472 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
21473 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_GetTargetAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_GetTargetAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
21474 }
21475 arg2 = static_cast< uint32_t >(val2);
21476 {
21477 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21478 result = (arg1)->GetTargetAtIndex(arg2);
21479 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21480 }
21481 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
21482 return resultobj;
21483fail:
21484 return NULL__null;
21485}
21486
21487
21488SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetIndexOfTarget(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21489 PyObject *resultobj = 0;
21490 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21491 lldb::SBTarget arg2 ;
21492 void *argp1 = 0 ;
21493 int res1 = 0 ;
21494 void *argp2 ;
21495 int res2 = 0 ;
21496 PyObject * obj0 = 0 ;
21497 PyObject * obj1 = 0 ;
21498 uint32_t result;
21499
21500 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetIndexOfTarget",&obj0,&obj1)) SWIG_failgoto fail;
21501 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21502 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21503 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetIndexOfTarget" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetIndexOfTarget"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21504 }
21505 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21506 {
21507 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0 | 0, 0)
;
21508 if (!SWIG_IsOK(res2)(res2 >= 0)) {
21509 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_GetIndexOfTarget" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_GetIndexOfTarget"
"', argument " "2"" of type '" "lldb::SBTarget""'"); goto fail
; } while(0)
;
21510 }
21511 if (!argp2) {
21512 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_GetIndexOfTarget" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_GetIndexOfTarget" "', argument " "2"
" of type '" "lldb::SBTarget""'"); goto fail; } while(0)
;
21513 } else {
21514 lldb::SBTarget * temp = reinterpret_cast< lldb::SBTarget * >(argp2);
21515 arg2 = *temp;
21516 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
21517 }
21518 }
21519 {
21520 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21521 result = (uint32_t)(arg1)->GetIndexOfTarget(arg2);
21522 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21523 }
21524 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
21525 return resultobj;
21526fail:
21527 return NULL__null;
21528}
21529
21530
21531SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_FindTargetWithProcessID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21532 PyObject *resultobj = 0;
21533 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21534 lldb::pid_t arg2 ;
21535 void *argp1 = 0 ;
21536 int res1 = 0 ;
21537 unsigned long long val2 ;
21538 int ecode2 = 0 ;
21539 PyObject * obj0 = 0 ;
21540 PyObject * obj1 = 0 ;
21541 lldb::SBTarget result;
21542
21543 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_FindTargetWithProcessID",&obj0,&obj1)) SWIG_failgoto fail;
21544 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21545 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21546 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_FindTargetWithProcessID" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_FindTargetWithProcessID"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21547 }
21548 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21549 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
21550 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
21551 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_FindTargetWithProcessID" "', argument " "2"" of type '" "lldb::pid_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_FindTargetWithProcessID"
"', argument " "2"" of type '" "lldb::pid_t""'"); goto fail;
} while(0)
;
21552 }
21553 arg2 = static_cast< lldb::pid_t >(val2);
21554 {
21555 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21556 result = (arg1)->FindTargetWithProcessID(arg2);
21557 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21558 }
21559 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
21560 return resultobj;
21561fail:
21562 return NULL__null;
21563}
21564
21565
21566SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_FindTargetWithFileAndArch(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21567 PyObject *resultobj = 0;
21568 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21569 char *arg2 = (char *) 0 ;
21570 char *arg3 = (char *) 0 ;
21571 void *argp1 = 0 ;
21572 int res1 = 0 ;
21573 int res2 ;
21574 char *buf2 = 0 ;
21575 int alloc2 = 0 ;
21576 int res3 ;
21577 char *buf3 = 0 ;
21578 int alloc3 = 0 ;
21579 PyObject * obj0 = 0 ;
21580 PyObject * obj1 = 0 ;
21581 PyObject * obj2 = 0 ;
21582 lldb::SBTarget result;
21583
21584 if (!PyArg_ParseTuple(args,(char *)"OOO:SBDebugger_FindTargetWithFileAndArch",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
21585 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21586 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21587 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_FindTargetWithFileAndArch" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_FindTargetWithFileAndArch"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21588 }
21589 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21590 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
21591 if (!SWIG_IsOK(res2)(res2 >= 0)) {
21592 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_FindTargetWithFileAndArch" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_FindTargetWithFileAndArch"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
21593 }
21594 arg2 = reinterpret_cast< char * >(buf2);
21595 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
21596 if (!SWIG_IsOK(res3)(res3 >= 0)) {
21597 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBDebugger_FindTargetWithFileAndArch" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBDebugger_FindTargetWithFileAndArch"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
21598 }
21599 arg3 = reinterpret_cast< char * >(buf3);
21600 {
21601 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21602 result = (arg1)->FindTargetWithFileAndArch((char const *)arg2,(char const *)arg3);
21603 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21604 }
21605 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
21606 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21607 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
21608 return resultobj;
21609fail:
21610 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21611 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
21612 return NULL__null;
21613}
21614
21615
21616SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetNumTargets(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21617 PyObject *resultobj = 0;
21618 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21619 void *argp1 = 0 ;
21620 int res1 = 0 ;
21621 PyObject * obj0 = 0 ;
21622 uint32_t result;
21623
21624 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetNumTargets",&obj0)) SWIG_failgoto fail;
21625 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21626 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21627 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetNumTargets" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetNumTargets" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
21628 }
21629 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21630 {
21631 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21632 result = (uint32_t)(arg1)->GetNumTargets();
21633 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21634 }
21635 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
21636 return resultobj;
21637fail:
21638 return NULL__null;
21639}
21640
21641
21642SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetSelectedTarget(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21643 PyObject *resultobj = 0;
21644 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21645 void *argp1 = 0 ;
21646 int res1 = 0 ;
21647 PyObject * obj0 = 0 ;
21648 lldb::SBTarget result;
21649
21650 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetSelectedTarget",&obj0)) SWIG_failgoto fail;
21651 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21652 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21653 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetSelectedTarget" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetSelectedTarget"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21654 }
21655 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21656 {
21657 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21658 result = (arg1)->GetSelectedTarget();
21659 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21660 }
21661 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
21662 return resultobj;
21663fail:
21664 return NULL__null;
21665}
21666
21667
21668SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetSelectedTarget(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21669 PyObject *resultobj = 0;
21670 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21671 lldb::SBTarget *arg2 = 0 ;
21672 void *argp1 = 0 ;
21673 int res1 = 0 ;
21674 void *argp2 = 0 ;
21675 int res2 = 0 ;
21676 PyObject * obj0 = 0 ;
21677 PyObject * obj1 = 0 ;
21678
21679 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SetSelectedTarget",&obj0,&obj1)) SWIG_failgoto fail;
21680 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21681 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21682 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetSelectedTarget" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetSelectedTarget"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21683 }
21684 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21685 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0, 0)
;
21686 if (!SWIG_IsOK(res2)(res2 >= 0)) {
21687 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_SetSelectedTarget" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_SetSelectedTarget"
"', argument " "2"" of type '" "lldb::SBTarget &""'"); goto
fail; } while(0)
;
21688 }
21689 if (!argp2) {
21690 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_SetSelectedTarget" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_SetSelectedTarget" "', argument " "2"
" of type '" "lldb::SBTarget &""'"); goto fail; } while(0
)
;
21691 }
21692 arg2 = reinterpret_cast< lldb::SBTarget * >(argp2);
21693 {
21694 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21695 (arg1)->SetSelectedTarget(*arg2);
21696 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21697 }
21698 resultobj = SWIG_Py_Void();
21699 return resultobj;
21700fail:
21701 return NULL__null;
21702}
21703
21704
21705SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetSelectedPlatform(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21706 PyObject *resultobj = 0;
21707 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21708 void *argp1 = 0 ;
21709 int res1 = 0 ;
21710 PyObject * obj0 = 0 ;
21711 lldb::SBPlatform result;
21712
21713 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetSelectedPlatform",&obj0)) SWIG_failgoto fail;
21714 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21715 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21716 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetSelectedPlatform" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetSelectedPlatform"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21717 }
21718 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21719 {
21720 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21721 result = (arg1)->GetSelectedPlatform();
21722 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21723 }
21724 resultobj = SWIG_NewPointerObj((new lldb::SBPlatform(static_cast< const lldb::SBPlatform& >(result))), SWIGTYPE_p_lldb__SBPlatform, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBPlatform(static_cast
< const lldb::SBPlatform& >(result))), swig_types[45
], 0x1 | 0)
;
21725 return resultobj;
21726fail:
21727 return NULL__null;
21728}
21729
21730
21731SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetSelectedPlatform(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21732 PyObject *resultobj = 0;
21733 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21734 lldb::SBPlatform *arg2 = 0 ;
21735 void *argp1 = 0 ;
21736 int res1 = 0 ;
21737 void *argp2 = 0 ;
21738 int res2 = 0 ;
21739 PyObject * obj0 = 0 ;
21740 PyObject * obj1 = 0 ;
21741
21742 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SetSelectedPlatform",&obj0,&obj1)) SWIG_failgoto fail;
21743 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21744 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21745 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetSelectedPlatform" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetSelectedPlatform"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21746 }
21747 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21748 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBPlatform, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[45]
, 0, 0)
;
21749 if (!SWIG_IsOK(res2)(res2 >= 0)) {
21750 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_SetSelectedPlatform" "', argument " "2"" of type '" "lldb::SBPlatform &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_SetSelectedPlatform"
"', argument " "2"" of type '" "lldb::SBPlatform &""'");
goto fail; } while(0)
;
21751 }
21752 if (!argp2) {
21753 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_SetSelectedPlatform" "', argument " "2"" of type '" "lldb::SBPlatform &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_SetSelectedPlatform" "', argument "
"2"" of type '" "lldb::SBPlatform &""'"); goto fail; } while
(0)
;
21754 }
21755 arg2 = reinterpret_cast< lldb::SBPlatform * >(argp2);
21756 {
21757 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21758 (arg1)->SetSelectedPlatform(*arg2);
21759 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21760 }
21761 resultobj = SWIG_Py_Void();
21762 return resultobj;
21763fail:
21764 return NULL__null;
21765}
21766
21767
21768SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetNumPlatforms(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21769 PyObject *resultobj = 0;
21770 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21771 void *argp1 = 0 ;
21772 int res1 = 0 ;
21773 PyObject * obj0 = 0 ;
21774 uint32_t result;
21775
21776 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetNumPlatforms",&obj0)) SWIG_failgoto fail;
21777 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21778 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21779 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetNumPlatforms" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetNumPlatforms"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21780 }
21781 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21782 {
21783 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21784 result = (uint32_t)(arg1)->GetNumPlatforms();
21785 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21786 }
21787 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
21788 return resultobj;
21789fail:
21790 return NULL__null;
21791}
21792
21793
21794SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetPlatformAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21795 PyObject *resultobj = 0;
21796 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21797 uint32_t arg2 ;
21798 void *argp1 = 0 ;
21799 int res1 = 0 ;
21800 unsigned int val2 ;
21801 int ecode2 = 0 ;
21802 PyObject * obj0 = 0 ;
21803 PyObject * obj1 = 0 ;
21804 lldb::SBPlatform result;
21805
21806 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetPlatformAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
21807 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21808 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21809 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetPlatformAtIndex" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetPlatformAtIndex"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21810 }
21811 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21812 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
21813 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
21814 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_GetPlatformAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_GetPlatformAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
21815 }
21816 arg2 = static_cast< uint32_t >(val2);
21817 {
21818 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21819 result = (arg1)->GetPlatformAtIndex(arg2);
21820 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21821 }
21822 resultobj = SWIG_NewPointerObj((new lldb::SBPlatform(static_cast< const lldb::SBPlatform& >(result))), SWIGTYPE_p_lldb__SBPlatform, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBPlatform(static_cast
< const lldb::SBPlatform& >(result))), swig_types[45
], 0x1 | 0)
;
21823 return resultobj;
21824fail:
21825 return NULL__null;
21826}
21827
21828
21829SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetNumAvailablePlatforms(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21830 PyObject *resultobj = 0;
21831 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21832 void *argp1 = 0 ;
21833 int res1 = 0 ;
21834 PyObject * obj0 = 0 ;
21835 uint32_t result;
21836
21837 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetNumAvailablePlatforms",&obj0)) SWIG_failgoto fail;
21838 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21839 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21840 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetNumAvailablePlatforms" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetNumAvailablePlatforms"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21841 }
21842 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21843 {
21844 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21845 result = (uint32_t)(arg1)->GetNumAvailablePlatforms();
21846 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21847 }
21848 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
21849 return resultobj;
21850fail:
21851 return NULL__null;
21852}
21853
21854
21855SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetAvailablePlatformInfoAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21856 PyObject *resultobj = 0;
21857 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21858 uint32_t arg2 ;
21859 void *argp1 = 0 ;
21860 int res1 = 0 ;
21861 unsigned int val2 ;
21862 int ecode2 = 0 ;
21863 PyObject * obj0 = 0 ;
21864 PyObject * obj1 = 0 ;
21865 lldb::SBStructuredData result;
21866
21867 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetAvailablePlatformInfoAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
21868 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21869 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21870 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetAvailablePlatformInfoAtIndex" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetAvailablePlatformInfoAtIndex"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21871 }
21872 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21873 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
21874 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
21875 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_GetAvailablePlatformInfoAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_GetAvailablePlatformInfoAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
21876 }
21877 arg2 = static_cast< uint32_t >(val2);
21878 {
21879 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21880 result = (arg1)->GetAvailablePlatformInfoAtIndex(arg2);
21881 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21882 }
21883 resultobj = SWIG_NewPointerObj((new lldb::SBStructuredData(static_cast< const lldb::SBStructuredData& >(result))), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBStructuredData
(static_cast< const lldb::SBStructuredData& >(result
))), swig_types[56], 0x1 | 0)
;
21884 return resultobj;
21885fail:
21886 return NULL__null;
21887}
21888
21889
21890SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetSourceManager(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21891 PyObject *resultobj = 0;
21892 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21893 void *argp1 = 0 ;
21894 int res1 = 0 ;
21895 PyObject * obj0 = 0 ;
21896 SwigValueWrapper< lldb::SBSourceManager > result;
21897
21898 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetSourceManager",&obj0)) SWIG_failgoto fail;
21899 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21900 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21901 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetSourceManager" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetSourceManager"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21902 }
21903 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21904 {
21905 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21906 result = (arg1)->GetSourceManager();
21907 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21908 }
21909 resultobj = SWIG_NewPointerObj((new lldb::SBSourceManager(static_cast< const lldb::SBSourceManager& >(result))), SWIGTYPE_p_lldb__SBSourceManager, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSourceManager(
static_cast< const lldb::SBSourceManager& >(result)
)), swig_types[53], 0x1 | 0)
;
21910 return resultobj;
21911fail:
21912 return NULL__null;
21913}
21914
21915
21916SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetCurrentPlatform(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21917 PyObject *resultobj = 0;
21918 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21919 char *arg2 = (char *) 0 ;
21920 void *argp1 = 0 ;
21921 int res1 = 0 ;
21922 int res2 ;
21923 char *buf2 = 0 ;
21924 int alloc2 = 0 ;
21925 PyObject * obj0 = 0 ;
21926 PyObject * obj1 = 0 ;
21927 lldb::SBError result;
21928
21929 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SetCurrentPlatform",&obj0,&obj1)) SWIG_failgoto fail;
21930 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21931 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21932 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetCurrentPlatform" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetCurrentPlatform"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21933 }
21934 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21935 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
21936 if (!SWIG_IsOK(res2)(res2 >= 0)) {
21937 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_SetCurrentPlatform" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_SetCurrentPlatform"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
21938 }
21939 arg2 = reinterpret_cast< char * >(buf2);
21940 {
21941 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21942 result = (arg1)->SetCurrentPlatform((char const *)arg2);
21943 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21944 }
21945 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
21946 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21947 return resultobj;
21948fail:
21949 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21950 return NULL__null;
21951}
21952
21953
21954SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetCurrentPlatformSDKRoot(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21955 PyObject *resultobj = 0;
21956 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21957 char *arg2 = (char *) 0 ;
21958 void *argp1 = 0 ;
21959 int res1 = 0 ;
21960 int res2 ;
21961 char *buf2 = 0 ;
21962 int alloc2 = 0 ;
21963 PyObject * obj0 = 0 ;
21964 PyObject * obj1 = 0 ;
21965 bool result;
21966
21967 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SetCurrentPlatformSDKRoot",&obj0,&obj1)) SWIG_failgoto fail;
21968 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
21969 if (!SWIG_IsOK(res1)(res1 >= 0)) {
21970 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetCurrentPlatformSDKRoot" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetCurrentPlatformSDKRoot"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
21971 }
21972 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
21973 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
21974 if (!SWIG_IsOK(res2)(res2 >= 0)) {
21975 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_SetCurrentPlatformSDKRoot" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_SetCurrentPlatformSDKRoot"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
21976 }
21977 arg2 = reinterpret_cast< char * >(buf2);
21978 {
21979 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
21980 result = (bool)(arg1)->SetCurrentPlatformSDKRoot((char const *)arg2);
21981 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
21982 }
21983 resultobj = SWIG_From_bool(static_cast< bool >(result));
21984 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21985 return resultobj;
21986fail:
21987 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
21988 return NULL__null;
21989}
21990
21991
21992SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetUseExternalEditor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
21993 PyObject *resultobj = 0;
21994 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
21995 bool arg2 ;
21996 void *argp1 = 0 ;
21997 int res1 = 0 ;
21998 bool val2 ;
21999 int ecode2 = 0 ;
22000 PyObject * obj0 = 0 ;
22001 PyObject * obj1 = 0 ;
22002 bool result;
22003
22004 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SetUseExternalEditor",&obj0,&obj1)) SWIG_failgoto fail;
22005 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22006 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22007 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetUseExternalEditor" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetUseExternalEditor"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
22008 }
22009 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22010 ecode2 = SWIG_AsVal_bool(obj1, &val2);
22011 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
22012 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_SetUseExternalEditor" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_SetUseExternalEditor"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
22013 }
22014 arg2 = static_cast< bool >(val2);
22015 {
22016 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22017 result = (bool)(arg1)->SetUseExternalEditor(arg2);
22018 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22019 }
22020 resultobj = SWIG_From_bool(static_cast< bool >(result));
22021 return resultobj;
22022fail:
22023 return NULL__null;
22024}
22025
22026
22027SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetUseExternalEditor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22028 PyObject *resultobj = 0;
22029 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22030 void *argp1 = 0 ;
22031 int res1 = 0 ;
22032 PyObject * obj0 = 0 ;
22033 bool result;
22034
22035 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetUseExternalEditor",&obj0)) SWIG_failgoto fail;
22036 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22037 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22038 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetUseExternalEditor" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetUseExternalEditor"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
22039 }
22040 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22041 {
22042 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22043 result = (bool)(arg1)->GetUseExternalEditor();
22044 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22045 }
22046 resultobj = SWIG_From_bool(static_cast< bool >(result));
22047 return resultobj;
22048fail:
22049 return NULL__null;
22050}
22051
22052
22053SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetUseColor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22054 PyObject *resultobj = 0;
22055 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22056 bool arg2 ;
22057 void *argp1 = 0 ;
22058 int res1 = 0 ;
22059 bool val2 ;
22060 int ecode2 = 0 ;
22061 PyObject * obj0 = 0 ;
22062 PyObject * obj1 = 0 ;
22063 bool result;
22064
22065 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SetUseColor",&obj0,&obj1)) SWIG_failgoto fail;
22066 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22067 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22068 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetUseColor" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetUseColor" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
22069 }
22070 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22071 ecode2 = SWIG_AsVal_bool(obj1, &val2);
22072 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
22073 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_SetUseColor" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_SetUseColor"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
22074 }
22075 arg2 = static_cast< bool >(val2);
22076 {
22077 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22078 result = (bool)(arg1)->SetUseColor(arg2);
22079 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22080 }
22081 resultobj = SWIG_From_bool(static_cast< bool >(result));
22082 return resultobj;
22083fail:
22084 return NULL__null;
22085}
22086
22087
22088SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetUseColor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22089 PyObject *resultobj = 0;
22090 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22091 void *argp1 = 0 ;
22092 int res1 = 0 ;
22093 PyObject * obj0 = 0 ;
22094 bool result;
22095
22096 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetUseColor",&obj0)) SWIG_failgoto fail;
22097 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22098 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22099 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetUseColor" "', argument " "1"" of type '" "lldb::SBDebugger const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetUseColor" "', argument "
"1"" of type '" "lldb::SBDebugger const *""'"); goto fail; }
while(0)
;
22100 }
22101 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22102 {
22103 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22104 result = (bool)((lldb::SBDebugger const *)arg1)->GetUseColor();
22105 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22106 }
22107 resultobj = SWIG_From_bool(static_cast< bool >(result));
22108 return resultobj;
22109fail:
22110 return NULL__null;
22111}
22112
22113
22114SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetDefaultArchitecture(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22115 PyObject *resultobj = 0;
22116 char *arg1 = (char *) 0 ;
22117 size_t arg2 ;
22118 int res1 ;
22119 char *buf1 = 0 ;
22120 int alloc1 = 0 ;
22121 size_t val2 ;
22122 int ecode2 = 0 ;
22123 PyObject * obj0 = 0 ;
22124 PyObject * obj1 = 0 ;
22125 bool result;
22126
22127 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetDefaultArchitecture",&obj0,&obj1)) SWIG_failgoto fail;
22128 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
22129 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22130 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetDefaultArchitecture" "', argument " "1"" of type '" "char *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetDefaultArchitecture"
"', argument " "1"" of type '" "char *""'"); goto fail; } while
(0)
;
22131 }
22132 arg1 = reinterpret_cast< char * >(buf1);
22133 ecode2 = SWIG_AsVal_size_t(obj1, &val2);
22134 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
22135 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_GetDefaultArchitecture" "', argument " "2"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_GetDefaultArchitecture"
"', argument " "2"" of type '" "size_t""'"); goto fail; } while
(0)
;
22136 }
22137 arg2 = static_cast< size_t >(val2);
22138 {
22139 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22140 result = (bool)lldb::SBDebugger::GetDefaultArchitecture(arg1,arg2);
22141 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22142 }
22143 resultobj = SWIG_From_bool(static_cast< bool >(result));
22144 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
22145 return resultobj;
22146fail:
22147 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
22148 return NULL__null;
22149}
22150
22151
22152SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetDefaultArchitecture(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22153 PyObject *resultobj = 0;
22154 char *arg1 = (char *) 0 ;
22155 int res1 ;
22156 char *buf1 = 0 ;
22157 int alloc1 = 0 ;
22158 PyObject * obj0 = 0 ;
22159 bool result;
22160
22161 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_SetDefaultArchitecture",&obj0)) SWIG_failgoto fail;
22162 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
22163 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22164 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetDefaultArchitecture" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetDefaultArchitecture"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
22165 }
22166 arg1 = reinterpret_cast< char * >(buf1);
22167 {
22168 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22169 result = (bool)lldb::SBDebugger::SetDefaultArchitecture((char const *)arg1);
22170 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22171 }
22172 resultobj = SWIG_From_bool(static_cast< bool >(result));
22173 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
22174 return resultobj;
22175fail:
22176 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
22177 return NULL__null;
22178}
22179
22180
22181SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetScriptingLanguage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22182 PyObject *resultobj = 0;
22183 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22184 char *arg2 = (char *) 0 ;
22185 void *argp1 = 0 ;
22186 int res1 = 0 ;
22187 int res2 ;
22188 char *buf2 = 0 ;
22189 int alloc2 = 0 ;
22190 PyObject * obj0 = 0 ;
22191 PyObject * obj1 = 0 ;
22192 lldb::ScriptLanguage result;
22193
22194 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetScriptingLanguage",&obj0,&obj1)) SWIG_failgoto fail;
22195 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22196 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22197 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetScriptingLanguage" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetScriptingLanguage"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
22198 }
22199 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22200 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
22201 if (!SWIG_IsOK(res2)(res2 >= 0)) {
22202 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_GetScriptingLanguage" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_GetScriptingLanguage"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
22203 }
22204 arg2 = reinterpret_cast< char * >(buf2);
22205 {
22206 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22207 result = (lldb::ScriptLanguage)(arg1)->GetScriptingLanguage((char const *)arg2);
22208 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22209 }
22210 resultobj = SWIG_From_int(static_cast< int >(result));
22211 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
22212 return resultobj;
22213fail:
22214 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
22215 return NULL__null;
22216}
22217
22218
22219SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetVersionString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22220 PyObject *resultobj = 0;
22221 char *result = 0 ;
22222
22223 if (!PyArg_ParseTuple(args,(char *)":SBDebugger_GetVersionString")) SWIG_failgoto fail;
22224 {
22225 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22226 result = (char *)lldb::SBDebugger::GetVersionString();
22227 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22228 }
22229 resultobj = SWIG_FromCharPtr((const char *)result);
22230 return resultobj;
22231fail:
22232 return NULL__null;
22233}
22234
22235
22236SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_StateAsCString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22237 PyObject *resultobj = 0;
22238 lldb::StateType arg1 ;
22239 PyObject * obj0 = 0 ;
22240 char *result = 0 ;
22241
22242 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_StateAsCString",&obj0)) SWIG_failgoto fail;
22243 {
22244 using namespace lldb_private;
22245 if (PythonInteger::Check(obj0))
22246 {
22247 PythonInteger py_int(PyRefType::Borrowed, obj0);
22248 int64_t state_type_value = py_int.GetInteger() ;
22249
22250 if (state_type_value > lldb::StateType::kLastStateType) {
22251 PyErr_SetString(PyExc_ValueError, "Not a valid StateType value");
22252 return nullptr;
22253 }
22254 arg1 = static_cast<lldb::StateType>(state_type_value);
22255 }
22256 else
22257 {
22258 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
22259 return nullptr;
22260 }
22261 }
22262 {
22263 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22264 result = (char *)lldb::SBDebugger::StateAsCString(arg1);
22265 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22266 }
22267 resultobj = SWIG_FromCharPtr((const char *)result);
22268 return resultobj;
22269fail:
22270 return NULL__null;
22271}
22272
22273
22274SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetBuildConfiguration(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22275 PyObject *resultobj = 0;
22276 lldb::SBStructuredData result;
22277
22278 if (!PyArg_ParseTuple(args,(char *)":SBDebugger_GetBuildConfiguration")) SWIG_failgoto fail;
22279 {
22280 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22281 result = lldb::SBDebugger::GetBuildConfiguration();
22282 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22283 }
22284 resultobj = SWIG_NewPointerObj((new lldb::SBStructuredData(static_cast< const lldb::SBStructuredData& >(result))), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBStructuredData
(static_cast< const lldb::SBStructuredData& >(result
))), swig_types[56], 0x1 | 0)
;
22285 return resultobj;
22286fail:
22287 return NULL__null;
22288}
22289
22290
22291SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_StateIsRunningState(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22292 PyObject *resultobj = 0;
22293 lldb::StateType arg1 ;
22294 PyObject * obj0 = 0 ;
22295 bool result;
22296
22297 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_StateIsRunningState",&obj0)) SWIG_failgoto fail;
22298 {
22299 using namespace lldb_private;
22300 if (PythonInteger::Check(obj0))
22301 {
22302 PythonInteger py_int(PyRefType::Borrowed, obj0);
22303 int64_t state_type_value = py_int.GetInteger() ;
22304
22305 if (state_type_value > lldb::StateType::kLastStateType) {
22306 PyErr_SetString(PyExc_ValueError, "Not a valid StateType value");
22307 return nullptr;
22308 }
22309 arg1 = static_cast<lldb::StateType>(state_type_value);
22310 }
22311 else
22312 {
22313 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
22314 return nullptr;
22315 }
22316 }
22317 {
22318 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22319 result = (bool)lldb::SBDebugger::StateIsRunningState(arg1);
22320 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22321 }
22322 resultobj = SWIG_From_bool(static_cast< bool >(result));
22323 return resultobj;
22324fail:
22325 return NULL__null;
22326}
22327
22328
22329SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_StateIsStoppedState(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22330 PyObject *resultobj = 0;
22331 lldb::StateType arg1 ;
22332 PyObject * obj0 = 0 ;
22333 bool result;
22334
22335 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_StateIsStoppedState",&obj0)) SWIG_failgoto fail;
22336 {
22337 using namespace lldb_private;
22338 if (PythonInteger::Check(obj0))
22339 {
22340 PythonInteger py_int(PyRefType::Borrowed, obj0);
22341 int64_t state_type_value = py_int.GetInteger() ;
22342
22343 if (state_type_value > lldb::StateType::kLastStateType) {
22344 PyErr_SetString(PyExc_ValueError, "Not a valid StateType value");
22345 return nullptr;
22346 }
22347 arg1 = static_cast<lldb::StateType>(state_type_value);
22348 }
22349 else
22350 {
22351 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
22352 return nullptr;
22353 }
22354 }
22355 {
22356 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22357 result = (bool)lldb::SBDebugger::StateIsStoppedState(arg1);
22358 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22359 }
22360 resultobj = SWIG_From_bool(static_cast< bool >(result));
22361 return resultobj;
22362fail:
22363 return NULL__null;
22364}
22365
22366
22367SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_EnableLog(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22368 PyObject *resultobj = 0;
22369 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22370 char *arg2 = (char *) 0 ;
22371 char **arg3 = (char **) 0 ;
22372 void *argp1 = 0 ;
22373 int res1 = 0 ;
22374 int res2 ;
22375 char *buf2 = 0 ;
22376 int alloc2 = 0 ;
22377 PyObject * obj0 = 0 ;
22378 PyObject * obj1 = 0 ;
22379 PyObject * obj2 = 0 ;
22380 bool result;
22381
22382 if (!PyArg_ParseTuple(args,(char *)"OOO:SBDebugger_EnableLog",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
22383 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22384 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22385 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_EnableLog" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_EnableLog" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
22386 }
22387 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22388 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
22389 if (!SWIG_IsOK(res2)(res2 >= 0)) {
22390 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_EnableLog" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_EnableLog" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
22391 }
22392 arg2 = reinterpret_cast< char * >(buf2);
22393 {
22394 using namespace lldb_private;
22395 /* Check if is a list */
22396 if (PythonList::Check(obj2)) {
22397 PythonList list(PyRefType::Borrowed, obj2);
22398 int size = list.GetSize();
22399 int i = 0;
22400 arg3 = (char**)malloc((size+1)*sizeof(char*));
22401 for (i = 0; i < size; i++) {
22402 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
22403 if (!py_str.IsAllocated()) {
22404 PyErr_SetString(PyExc_TypeError,"list must contain strings");
22405 free(arg3);
22406 return nullptr;
22407 }
22408
22409 arg3[i] = const_cast<char*>(py_str.GetString().data());
22410 }
22411 arg3[i] = 0;
22412 } else if (obj2 == Py_None(&_Py_NoneStruct)) {
22413 arg3 = NULL__null;
22414 } else {
22415 PyErr_SetString(PyExc_TypeError,"not a list");
22416 return NULL__null;
22417 }
22418 }
22419 {
22420 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22421 result = (bool)(arg1)->EnableLog((char const *)arg2,(char const **)arg3);
22422 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22423 }
22424 resultobj = SWIG_From_bool(static_cast< bool >(result));
22425 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
22426 {
22427 free((char *) arg3);
22428 }
22429 return resultobj;
22430fail:
22431 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
22432 {
22433 free((char *) arg3);
22434 }
22435 return NULL__null;
22436}
22437
22438
22439SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetLoggingCallback(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22440 PyObject *resultobj = 0;
22441 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22442 lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ;
22443 void *arg3 = (void *) 0 ;
22444 void *argp1 = 0 ;
22445 int res1 = 0 ;
22446 PyObject * obj0 = 0 ;
22447 PyObject * obj1 = 0 ;
22448
22449 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SetLoggingCallback",&obj0,&obj1)) SWIG_failgoto fail;
22450 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22451 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22452 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetLoggingCallback" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetLoggingCallback"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
22453 }
22454 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22455 {
22456 if (!(obj1 == Py_None(&_Py_NoneStruct) || PyCallable_Check(reinterpret_cast<PyObject*>(obj1)))) {
22457 PyErr_SetString(PyExc_TypeError, "Need a callable object or None!");
22458 return NULL__null;
22459 }
22460
22461 // FIXME (filcab): We can't currently check if our callback is already
22462 // LLDBSwigPythonCallPythonLogOutputCallback (to DECREF the previous
22463 // baton) nor can we just remove all traces of a callback, if we want to
22464 // revert to a file logging mechanism.
22465
22466 // Don't lose the callback reference
22467 Py_INCREF(obj1)( ((PyObject*)(obj1))->ob_refcnt++);
22468 arg2 = LLDBSwigPythonCallPythonLogOutputCallback;
22469 arg3 = obj1;
22470 }
22471 {
22472 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22473 (arg1)->SetLoggingCallback(arg2,arg3);
22474 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22475 }
22476 resultobj = SWIG_Py_Void();
22477 return resultobj;
22478fail:
22479 return NULL__null;
22480}
22481
22482
22483SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_DispatchInput(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22484 PyObject *resultobj = 0;
22485 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22486 void *arg2 = (void *) 0 ;
22487 size_t arg3 ;
22488 void *argp1 = 0 ;
22489 int res1 = 0 ;
22490 PyObject * obj0 = 0 ;
22491 PyObject * obj1 = 0 ;
22492
22493 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_DispatchInput",&obj0,&obj1)) SWIG_failgoto fail;
22494 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22495 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22496 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_DispatchInput" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_DispatchInput" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
22497 }
22498 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22499 {
22500 using namespace lldb_private;
22501 if (PythonString::Check(obj1)) {
22502 PythonString str(PyRefType::Borrowed, obj1);
22503 arg2 = (void*)str.GetString().data();
22504 arg3 = str.GetSize();
22505 }
22506 else if(PythonByteArray::Check(obj1)) {
22507 PythonByteArray bytearray(PyRefType::Borrowed, obj1);
22508 arg2 = (void*)bytearray.GetBytes().data();
22509 arg3 = bytearray.GetSize();
22510 }
22511 else if (PythonBytes::Check(obj1)) {
22512 PythonBytes bytes(PyRefType::Borrowed, obj1);
22513 arg2 = (void*)bytes.GetBytes().data();
22514 arg3 = bytes.GetSize();
22515 }
22516 else {
22517 PyErr_SetString(PyExc_ValueError, "Expecting a buffer");
22518 return NULL__null;
22519 }
22520 }
22521 {
22522 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22523 (arg1)->DispatchInput((void const *)arg2,arg3);
22524 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22525 }
22526 resultobj = SWIG_Py_Void();
22527 return resultobj;
22528fail:
22529 return NULL__null;
22530}
22531
22532
22533SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_DispatchInputInterrupt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22534 PyObject *resultobj = 0;
22535 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22536 void *argp1 = 0 ;
22537 int res1 = 0 ;
22538 PyObject * obj0 = 0 ;
22539
22540 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_DispatchInputInterrupt",&obj0)) SWIG_failgoto fail;
22541 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22542 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22543 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_DispatchInputInterrupt" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_DispatchInputInterrupt"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
22544 }
22545 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22546 {
22547 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22548 (arg1)->DispatchInputInterrupt();
22549 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22550 }
22551 resultobj = SWIG_Py_Void();
22552 return resultobj;
22553fail:
22554 return NULL__null;
22555}
22556
22557
22558SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_DispatchInputEndOfFile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22559 PyObject *resultobj = 0;
22560 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22561 void *argp1 = 0 ;
22562 int res1 = 0 ;
22563 PyObject * obj0 = 0 ;
22564
22565 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_DispatchInputEndOfFile",&obj0)) SWIG_failgoto fail;
22566 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22567 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22568 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_DispatchInputEndOfFile" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_DispatchInputEndOfFile"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
22569 }
22570 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22571 {
22572 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22573 (arg1)->DispatchInputEndOfFile();
22574 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22575 }
22576 resultobj = SWIG_Py_Void();
22577 return resultobj;
22578fail:
22579 return NULL__null;
22580}
22581
22582
22583SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetInstanceName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22584 PyObject *resultobj = 0;
22585 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22586 void *argp1 = 0 ;
22587 int res1 = 0 ;
22588 PyObject * obj0 = 0 ;
22589 char *result = 0 ;
22590
22591 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetInstanceName",&obj0)) SWIG_failgoto fail;
22592 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22593 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22594 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetInstanceName" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetInstanceName"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
22595 }
22596 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22597 {
22598 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22599 result = (char *)(arg1)->GetInstanceName();
22600 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22601 }
22602 resultobj = SWIG_FromCharPtr((const char *)result);
22603 return resultobj;
22604fail:
22605 return NULL__null;
22606}
22607
22608
22609SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_FindDebuggerWithID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22610 PyObject *resultobj = 0;
22611 int arg1 ;
22612 int val1 ;
22613 int ecode1 = 0 ;
22614 PyObject * obj0 = 0 ;
22615 lldb::SBDebugger result;
22616
22617 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_FindDebuggerWithID",&obj0)) SWIG_failgoto fail;
22618 ecode1 = SWIG_AsVal_int(obj0, &val1);
22619 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
22620 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBDebugger_FindDebuggerWithID" "', argument " "1"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBDebugger_FindDebuggerWithID"
"', argument " "1"" of type '" "int""'"); goto fail; } while
(0)
;
22621 }
22622 arg1 = static_cast< int >(val1);
22623 {
22624 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22625 result = lldb::SBDebugger::FindDebuggerWithID(arg1);
22626 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22627 }
22628 resultobj = SWIG_NewPointerObj((new lldb::SBDebugger(static_cast< const lldb::SBDebugger& >(result))), SWIGTYPE_p_lldb__SBDebugger, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBDebugger(static_cast
< const lldb::SBDebugger& >(result))), swig_types[23
], 0x1 | 0)
;
22629 return resultobj;
22630fail:
22631 return NULL__null;
22632}
22633
22634
22635SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetInternalVariable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22636 PyObject *resultobj = 0;
22637 char *arg1 = (char *) 0 ;
22638 char *arg2 = (char *) 0 ;
22639 char *arg3 = (char *) 0 ;
22640 int res1 ;
22641 char *buf1 = 0 ;
22642 int alloc1 = 0 ;
22643 int res2 ;
22644 char *buf2 = 0 ;
22645 int alloc2 = 0 ;
22646 int res3 ;
22647 char *buf3 = 0 ;
22648 int alloc3 = 0 ;
22649 PyObject * obj0 = 0 ;
22650 PyObject * obj1 = 0 ;
22651 PyObject * obj2 = 0 ;
22652 lldb::SBError result;
22653
22654 if (!PyArg_ParseTuple(args,(char *)"OOO:SBDebugger_SetInternalVariable",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
22655 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
22656 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22657 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetInternalVariable" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetInternalVariable"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
22658 }
22659 arg1 = reinterpret_cast< char * >(buf1);
22660 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
22661 if (!SWIG_IsOK(res2)(res2 >= 0)) {
22662 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_SetInternalVariable" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_SetInternalVariable"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
22663 }
22664 arg2 = reinterpret_cast< char * >(buf2);
22665 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
22666 if (!SWIG_IsOK(res3)(res3 >= 0)) {
22667 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBDebugger_SetInternalVariable" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBDebugger_SetInternalVariable"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
22668 }
22669 arg3 = reinterpret_cast< char * >(buf3);
22670 {
22671 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22672 result = lldb::SBDebugger::SetInternalVariable((char const *)arg1,(char const *)arg2,(char const *)arg3);
22673 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22674 }
22675 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
22676 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
22677 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
22678 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
22679 return resultobj;
22680fail:
22681 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
22682 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
22683 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
22684 return NULL__null;
22685}
22686
22687
22688SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetInternalVariableValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22689 PyObject *resultobj = 0;
22690 char *arg1 = (char *) 0 ;
22691 char *arg2 = (char *) 0 ;
22692 int res1 ;
22693 char *buf1 = 0 ;
22694 int alloc1 = 0 ;
22695 int res2 ;
22696 char *buf2 = 0 ;
22697 int alloc2 = 0 ;
22698 PyObject * obj0 = 0 ;
22699 PyObject * obj1 = 0 ;
22700 lldb::SBStringList result;
22701
22702 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetInternalVariableValue",&obj0,&obj1)) SWIG_failgoto fail;
22703 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
22704 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22705 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetInternalVariableValue" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetInternalVariableValue"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
22706 }
22707 arg1 = reinterpret_cast< char * >(buf1);
22708 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
22709 if (!SWIG_IsOK(res2)(res2 >= 0)) {
22710 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_GetInternalVariableValue" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_GetInternalVariableValue"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
22711 }
22712 arg2 = reinterpret_cast< char * >(buf2);
22713 {
22714 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22715 result = lldb::SBDebugger::GetInternalVariableValue((char const *)arg1,(char const *)arg2);
22716 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22717 }
22718 resultobj = SWIG_NewPointerObj((new lldb::SBStringList(static_cast< const lldb::SBStringList& >(result))), SWIGTYPE_p_lldb__SBStringList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBStringList(static_cast
< const lldb::SBStringList& >(result))), swig_types
[55], 0x1 | 0)
;
22719 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
22720 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
22721 return resultobj;
22722fail:
22723 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
22724 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
22725 return NULL__null;
22726}
22727
22728
22729SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22730 PyObject *resultobj = 0;
22731 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22732 lldb::SBStream *arg2 = 0 ;
22733 void *argp1 = 0 ;
22734 int res1 = 0 ;
22735 void *argp2 = 0 ;
22736 int res2 = 0 ;
22737 PyObject * obj0 = 0 ;
22738 PyObject * obj1 = 0 ;
22739 bool result;
22740
22741 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
22742 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22743 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22744 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetDescription" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetDescription"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
22745 }
22746 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22747 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
22748 if (!SWIG_IsOK(res2)(res2 >= 0)) {
22749 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
22750 }
22751 if (!argp2) {
22752 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
22753 }
22754 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
22755 {
22756 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22757 result = (bool)(arg1)->GetDescription(*arg2);
22758 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22759 }
22760 resultobj = SWIG_From_bool(static_cast< bool >(result));
22761 return resultobj;
22762fail:
22763 return NULL__null;
22764}
22765
22766
22767SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetTerminalWidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22768 PyObject *resultobj = 0;
22769 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22770 void *argp1 = 0 ;
22771 int res1 = 0 ;
22772 PyObject * obj0 = 0 ;
22773 uint32_t result;
22774
22775 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetTerminalWidth",&obj0)) SWIG_failgoto fail;
22776 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22777 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22778 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetTerminalWidth" "', argument " "1"" of type '" "lldb::SBDebugger const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetTerminalWidth"
"', argument " "1"" of type '" "lldb::SBDebugger const *""'"
); goto fail; } while(0)
;
22779 }
22780 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22781 {
22782 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22783 result = (uint32_t)((lldb::SBDebugger const *)arg1)->GetTerminalWidth();
22784 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22785 }
22786 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
22787 return resultobj;
22788fail:
22789 return NULL__null;
22790}
22791
22792
22793SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetTerminalWidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22794 PyObject *resultobj = 0;
22795 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22796 uint32_t arg2 ;
22797 void *argp1 = 0 ;
22798 int res1 = 0 ;
22799 unsigned int val2 ;
22800 int ecode2 = 0 ;
22801 PyObject * obj0 = 0 ;
22802 PyObject * obj1 = 0 ;
22803
22804 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SetTerminalWidth",&obj0,&obj1)) SWIG_failgoto fail;
22805 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22806 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22807 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetTerminalWidth" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetTerminalWidth"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
22808 }
22809 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22810 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
22811 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
22812 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_SetTerminalWidth" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_SetTerminalWidth"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
22813 }
22814 arg2 = static_cast< uint32_t >(val2);
22815 {
22816 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22817 (arg1)->SetTerminalWidth(arg2);
22818 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22819 }
22820 resultobj = SWIG_Py_Void();
22821 return resultobj;
22822fail:
22823 return NULL__null;
22824}
22825
22826
22827SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22828 PyObject *resultobj = 0;
22829 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22830 void *argp1 = 0 ;
22831 int res1 = 0 ;
22832 PyObject * obj0 = 0 ;
22833 lldb::user_id_t result;
22834
22835 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetID",&obj0)) SWIG_failgoto fail;
22836 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22837 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22838 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetID" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetID" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
22839 }
22840 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22841 {
22842 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22843 result = (lldb::user_id_t)(arg1)->GetID();
22844 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22845 }
22846 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
22847 return resultobj;
22848fail:
22849 return NULL__null;
22850}
22851
22852
22853SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetPrompt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22854 PyObject *resultobj = 0;
22855 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22856 void *argp1 = 0 ;
22857 int res1 = 0 ;
22858 PyObject * obj0 = 0 ;
22859 char *result = 0 ;
22860
22861 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetPrompt",&obj0)) SWIG_failgoto fail;
22862 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22863 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22864 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetPrompt" "', argument " "1"" of type '" "lldb::SBDebugger const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetPrompt" "', argument "
"1"" of type '" "lldb::SBDebugger const *""'"); goto fail; }
while(0)
;
22865 }
22866 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22867 {
22868 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22869 result = (char *)((lldb::SBDebugger const *)arg1)->GetPrompt();
22870 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22871 }
22872 resultobj = SWIG_FromCharPtr((const char *)result);
22873 return resultobj;
22874fail:
22875 return NULL__null;
22876}
22877
22878
22879SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetPrompt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22880 PyObject *resultobj = 0;
22881 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22882 char *arg2 = (char *) 0 ;
22883 void *argp1 = 0 ;
22884 int res1 = 0 ;
22885 int res2 ;
22886 char *buf2 = 0 ;
22887 int alloc2 = 0 ;
22888 PyObject * obj0 = 0 ;
22889 PyObject * obj1 = 0 ;
22890
22891 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SetPrompt",&obj0,&obj1)) SWIG_failgoto fail;
22892 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22893 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22894 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetPrompt" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetPrompt" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
22895 }
22896 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22897 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
22898 if (!SWIG_IsOK(res2)(res2 >= 0)) {
22899 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_SetPrompt" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_SetPrompt" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
22900 }
22901 arg2 = reinterpret_cast< char * >(buf2);
22902 {
22903 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22904 (arg1)->SetPrompt((char const *)arg2);
22905 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22906 }
22907 resultobj = SWIG_Py_Void();
22908 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
22909 return resultobj;
22910fail:
22911 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
22912 return NULL__null;
22913}
22914
22915
22916SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetScriptLanguage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22917 PyObject *resultobj = 0;
22918 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22919 void *argp1 = 0 ;
22920 int res1 = 0 ;
22921 PyObject * obj0 = 0 ;
22922 lldb::ScriptLanguage result;
22923
22924 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetScriptLanguage",&obj0)) SWIG_failgoto fail;
22925 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22926 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22927 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetScriptLanguage" "', argument " "1"" of type '" "lldb::SBDebugger const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetScriptLanguage"
"', argument " "1"" of type '" "lldb::SBDebugger const *""'"
); goto fail; } while(0)
;
22928 }
22929 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22930 {
22931 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22932 result = (lldb::ScriptLanguage)((lldb::SBDebugger const *)arg1)->GetScriptLanguage();
22933 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22934 }
22935 resultobj = SWIG_From_int(static_cast< int >(result));
22936 return resultobj;
22937fail:
22938 return NULL__null;
22939}
22940
22941
22942SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetScriptLanguage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22943 PyObject *resultobj = 0;
22944 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22945 lldb::ScriptLanguage arg2 ;
22946 void *argp1 = 0 ;
22947 int res1 = 0 ;
22948 int val2 ;
22949 int ecode2 = 0 ;
22950 PyObject * obj0 = 0 ;
22951 PyObject * obj1 = 0 ;
22952
22953 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SetScriptLanguage",&obj0,&obj1)) SWIG_failgoto fail;
22954 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22955 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22956 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetScriptLanguage" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetScriptLanguage"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
22957 }
22958 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22959 ecode2 = SWIG_AsVal_int(obj1, &val2);
22960 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
22961 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_SetScriptLanguage" "', argument " "2"" of type '" "lldb::ScriptLanguage""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_SetScriptLanguage"
"', argument " "2"" of type '" "lldb::ScriptLanguage""'"); goto
fail; } while(0)
;
22962 }
22963 arg2 = static_cast< lldb::ScriptLanguage >(val2);
22964 {
22965 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22966 (arg1)->SetScriptLanguage(arg2);
22967 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22968 }
22969 resultobj = SWIG_Py_Void();
22970 return resultobj;
22971fail:
22972 return NULL__null;
22973}
22974
22975
22976SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetCloseInputOnEOF(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
22977 PyObject *resultobj = 0;
22978 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
22979 void *argp1 = 0 ;
22980 int res1 = 0 ;
22981 PyObject * obj0 = 0 ;
22982 bool result;
22983
22984 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetCloseInputOnEOF",&obj0)) SWIG_failgoto fail;
22985 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
22986 if (!SWIG_IsOK(res1)(res1 >= 0)) {
22987 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetCloseInputOnEOF" "', argument " "1"" of type '" "lldb::SBDebugger const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetCloseInputOnEOF"
"', argument " "1"" of type '" "lldb::SBDebugger const *""'"
); goto fail; } while(0)
;
22988 }
22989 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
22990 {
22991 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
22992 result = (bool)((lldb::SBDebugger const *)arg1)->GetCloseInputOnEOF();
22993 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
22994 }
22995 resultobj = SWIG_From_bool(static_cast< bool >(result));
22996 return resultobj;
22997fail:
22998 return NULL__null;
22999}
23000
23001
23002SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_SetCloseInputOnEOF(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23003 PyObject *resultobj = 0;
23004 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23005 bool arg2 ;
23006 void *argp1 = 0 ;
23007 int res1 = 0 ;
23008 bool val2 ;
23009 int ecode2 = 0 ;
23010 PyObject * obj0 = 0 ;
23011 PyObject * obj1 = 0 ;
23012
23013 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_SetCloseInputOnEOF",&obj0,&obj1)) SWIG_failgoto fail;
23014 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23015 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23016 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_SetCloseInputOnEOF" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_SetCloseInputOnEOF"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
23017 }
23018 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23019 ecode2 = SWIG_AsVal_bool(obj1, &val2);
23020 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
23021 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_SetCloseInputOnEOF" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_SetCloseInputOnEOF"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
23022 }
23023 arg2 = static_cast< bool >(val2);
23024 {
23025 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23026 (arg1)->SetCloseInputOnEOF(arg2);
23027 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23028 }
23029 resultobj = SWIG_Py_Void();
23030 return resultobj;
23031fail:
23032 return NULL__null;
23033}
23034
23035
23036SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetCategory__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23037 PyObject *resultobj = 0;
23038 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23039 char *arg2 = (char *) 0 ;
23040 void *argp1 = 0 ;
23041 int res1 = 0 ;
23042 int res2 ;
23043 char *buf2 = 0 ;
23044 int alloc2 = 0 ;
23045 PyObject * obj0 = 0 ;
23046 PyObject * obj1 = 0 ;
23047 lldb::SBTypeCategory result;
23048
23049 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetCategory",&obj0,&obj1)) SWIG_failgoto fail;
23050 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23051 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23052 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetCategory" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetCategory" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
23053 }
23054 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23055 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
23056 if (!SWIG_IsOK(res2)(res2 >= 0)) {
23057 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_GetCategory" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_GetCategory" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
23058 }
23059 arg2 = reinterpret_cast< char * >(buf2);
23060 {
23061 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23062 result = (arg1)->GetCategory((char const *)arg2);
23063 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23064 }
23065 resultobj = SWIG_NewPointerObj((new lldb::SBTypeCategory(static_cast< const lldb::SBTypeCategory& >(result))), SWIGTYPE_p_lldb__SBTypeCategory, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeCategory(static_cast
< const lldb::SBTypeCategory& >(result))), swig_types
[67], 0x1 | 0)
;
23066 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
23067 return resultobj;
23068fail:
23069 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
23070 return NULL__null;
23071}
23072
23073
23074SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetCategory__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23075 PyObject *resultobj = 0;
23076 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23077 lldb::LanguageType arg2 ;
23078 void *argp1 = 0 ;
23079 int res1 = 0 ;
23080 int val2 ;
23081 int ecode2 = 0 ;
23082 PyObject * obj0 = 0 ;
23083 PyObject * obj1 = 0 ;
23084 lldb::SBTypeCategory result;
23085
23086 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetCategory",&obj0,&obj1)) SWIG_failgoto fail;
23087 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23088 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23089 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetCategory" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetCategory" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
23090 }
23091 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23092 ecode2 = SWIG_AsVal_int(obj1, &val2);
23093 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
23094 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_GetCategory" "', argument " "2"" of type '" "lldb::LanguageType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_GetCategory"
"', argument " "2"" of type '" "lldb::LanguageType""'"); goto
fail; } while(0)
;
23095 }
23096 arg2 = static_cast< lldb::LanguageType >(val2);
23097 {
23098 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23099 result = (arg1)->GetCategory(arg2);
23100 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23101 }
23102 resultobj = SWIG_NewPointerObj((new lldb::SBTypeCategory(static_cast< const lldb::SBTypeCategory& >(result))), SWIGTYPE_p_lldb__SBTypeCategory, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeCategory(static_cast
< const lldb::SBTypeCategory& >(result))), swig_types
[67], 0x1 | 0)
;
23103 return resultobj;
23104fail:
23105 return NULL__null;
23106}
23107
23108
23109SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetCategory(PyObject *self, PyObject *args) {
23110 Py_ssize_t argc;
23111 PyObject *argv[3] = {
23112 0
23113 };
23114 Py_ssize_t ii;
23115
23116 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
23117 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
23118 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
23119 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
23120 }
23121 if (argc == 2) {
23122 int _v;
23123 void *vptr = 0;
23124 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBDebugger, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[23
], 0, 0)
;
23125 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
23126 if (_v) {
23127 {
23128 int res = SWIG_AsVal_int(argv[1], NULL__null);
23129 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
23130 }
23131 if (_v) {
23132 return _wrap_SBDebugger_GetCategory__SWIG_1(self, args);
23133 }
23134 }
23135 }
23136 if (argc == 2) {
23137 int _v;
23138 void *vptr = 0;
23139 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBDebugger, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[23
], 0, 0)
;
23140 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
23141 if (_v) {
23142 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
23143 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
23144 if (_v) {
23145 return _wrap_SBDebugger_GetCategory__SWIG_0(self, args);
23146 }
23147 }
23148 }
23149
23150fail:
23151 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBDebugger_GetCategory'.\n"
23152 " Possible C/C++ prototypes are:\n"
23153 " lldb::SBDebugger::GetCategory(char const *)\n"
23154 " lldb::SBDebugger::GetCategory(lldb::LanguageType)\n");
23155 return 0;
23156}
23157
23158
23159SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_CreateCategory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23160 PyObject *resultobj = 0;
23161 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23162 char *arg2 = (char *) 0 ;
23163 void *argp1 = 0 ;
23164 int res1 = 0 ;
23165 int res2 ;
23166 char *buf2 = 0 ;
23167 int alloc2 = 0 ;
23168 PyObject * obj0 = 0 ;
23169 PyObject * obj1 = 0 ;
23170 lldb::SBTypeCategory result;
23171
23172 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_CreateCategory",&obj0,&obj1)) SWIG_failgoto fail;
23173 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23174 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23175 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_CreateCategory" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_CreateCategory"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
23176 }
23177 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23178 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
23179 if (!SWIG_IsOK(res2)(res2 >= 0)) {
23180 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_CreateCategory" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_CreateCategory"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
23181 }
23182 arg2 = reinterpret_cast< char * >(buf2);
23183 {
23184 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23185 result = (arg1)->CreateCategory((char const *)arg2);
23186 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23187 }
23188 resultobj = SWIG_NewPointerObj((new lldb::SBTypeCategory(static_cast< const lldb::SBTypeCategory& >(result))), SWIGTYPE_p_lldb__SBTypeCategory, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeCategory(static_cast
< const lldb::SBTypeCategory& >(result))), swig_types
[67], 0x1 | 0)
;
23189 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
23190 return resultobj;
23191fail:
23192 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
23193 return NULL__null;
23194}
23195
23196
23197SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_DeleteCategory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23198 PyObject *resultobj = 0;
23199 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23200 char *arg2 = (char *) 0 ;
23201 void *argp1 = 0 ;
23202 int res1 = 0 ;
23203 int res2 ;
23204 char *buf2 = 0 ;
23205 int alloc2 = 0 ;
23206 PyObject * obj0 = 0 ;
23207 PyObject * obj1 = 0 ;
23208 bool result;
23209
23210 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_DeleteCategory",&obj0,&obj1)) SWIG_failgoto fail;
23211 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23212 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23213 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_DeleteCategory" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_DeleteCategory"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
23214 }
23215 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23216 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
23217 if (!SWIG_IsOK(res2)(res2 >= 0)) {
23218 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_DeleteCategory" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_DeleteCategory"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
23219 }
23220 arg2 = reinterpret_cast< char * >(buf2);
23221 {
23222 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23223 result = (bool)(arg1)->DeleteCategory((char const *)arg2);
23224 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23225 }
23226 resultobj = SWIG_From_bool(static_cast< bool >(result));
23227 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
23228 return resultobj;
23229fail:
23230 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
23231 return NULL__null;
23232}
23233
23234
23235SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetNumCategories(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23236 PyObject *resultobj = 0;
23237 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23238 void *argp1 = 0 ;
23239 int res1 = 0 ;
23240 PyObject * obj0 = 0 ;
23241 uint32_t result;
23242
23243 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetNumCategories",&obj0)) SWIG_failgoto fail;
23244 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23245 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23246 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetNumCategories" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetNumCategories"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
23247 }
23248 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23249 {
23250 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23251 result = (uint32_t)(arg1)->GetNumCategories();
23252 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23253 }
23254 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
23255 return resultobj;
23256fail:
23257 return NULL__null;
23258}
23259
23260
23261SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetCategoryAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23262 PyObject *resultobj = 0;
23263 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23264 uint32_t arg2 ;
23265 void *argp1 = 0 ;
23266 int res1 = 0 ;
23267 unsigned int val2 ;
23268 int ecode2 = 0 ;
23269 PyObject * obj0 = 0 ;
23270 PyObject * obj1 = 0 ;
23271 lldb::SBTypeCategory result;
23272
23273 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetCategoryAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
23274 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23275 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23276 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetCategoryAtIndex" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetCategoryAtIndex"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
23277 }
23278 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23279 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
23280 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
23281 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_GetCategoryAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_GetCategoryAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
23282 }
23283 arg2 = static_cast< uint32_t >(val2);
23284 {
23285 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23286 result = (arg1)->GetCategoryAtIndex(arg2);
23287 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23288 }
23289 resultobj = SWIG_NewPointerObj((new lldb::SBTypeCategory(static_cast< const lldb::SBTypeCategory& >(result))), SWIGTYPE_p_lldb__SBTypeCategory, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeCategory(static_cast
< const lldb::SBTypeCategory& >(result))), swig_types
[67], 0x1 | 0)
;
23290 return resultobj;
23291fail:
23292 return NULL__null;
23293}
23294
23295
23296SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetDefaultCategory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23297 PyObject *resultobj = 0;
23298 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23299 void *argp1 = 0 ;
23300 int res1 = 0 ;
23301 PyObject * obj0 = 0 ;
23302 lldb::SBTypeCategory result;
23303
23304 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger_GetDefaultCategory",&obj0)) SWIG_failgoto fail;
23305 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23306 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23307 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetDefaultCategory" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetDefaultCategory"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
23308 }
23309 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23310 {
23311 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23312 result = (arg1)->GetDefaultCategory();
23313 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23314 }
23315 resultobj = SWIG_NewPointerObj((new lldb::SBTypeCategory(static_cast< const lldb::SBTypeCategory& >(result))), SWIGTYPE_p_lldb__SBTypeCategory, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeCategory(static_cast
< const lldb::SBTypeCategory& >(result))), swig_types
[67], 0x1 | 0)
;
23316 return resultobj;
23317fail:
23318 return NULL__null;
23319}
23320
23321
23322SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetFormatForType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23323 PyObject *resultobj = 0;
23324 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23325 lldb::SBTypeNameSpecifier arg2 ;
23326 void *argp1 = 0 ;
23327 int res1 = 0 ;
23328 void *argp2 ;
23329 int res2 = 0 ;
23330 PyObject * obj0 = 0 ;
23331 PyObject * obj1 = 0 ;
23332 lldb::SBTypeFormat result;
23333
23334 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetFormatForType",&obj0,&obj1)) SWIG_failgoto fail;
23335 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23336 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23337 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetFormatForType" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetFormatForType"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
23338 }
23339 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23340 {
23341 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
23342 if (!SWIG_IsOK(res2)(res2 >= 0)) {
23343 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_GetFormatForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_GetFormatForType"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
23344 }
23345 if (!argp2) {
23346 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_GetFormatForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_GetFormatForType" "', argument " "2"
" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; } while
(0)
;
23347 } else {
23348 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
23349 arg2 = *temp;
23350 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
23351 }
23352 }
23353 {
23354 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23355 result = (arg1)->GetFormatForType(arg2);
23356 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23357 }
23358 resultobj = SWIG_NewPointerObj((new lldb::SBTypeFormat(static_cast< const lldb::SBTypeFormat& >(result))), SWIGTYPE_p_lldb__SBTypeFormat, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeFormat(static_cast
< const lldb::SBTypeFormat& >(result))), swig_types
[71], 0x1 | 0)
;
23359 return resultobj;
23360fail:
23361 return NULL__null;
23362}
23363
23364
23365SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetSummaryForType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23366 PyObject *resultobj = 0;
23367 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23368 lldb::SBTypeNameSpecifier arg2 ;
23369 void *argp1 = 0 ;
23370 int res1 = 0 ;
23371 void *argp2 ;
23372 int res2 = 0 ;
23373 PyObject * obj0 = 0 ;
23374 PyObject * obj1 = 0 ;
23375 lldb::SBTypeSummary result;
23376
23377 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetSummaryForType",&obj0,&obj1)) SWIG_failgoto fail;
23378 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23379 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23380 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetSummaryForType" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetSummaryForType"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
23381 }
23382 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23383 {
23384 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
23385 if (!SWIG_IsOK(res2)(res2 >= 0)) {
23386 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_GetSummaryForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_GetSummaryForType"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
23387 }
23388 if (!argp2) {
23389 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_GetSummaryForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_GetSummaryForType" "', argument " "2"
" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; } while
(0)
;
23390 } else {
23391 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
23392 arg2 = *temp;
23393 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
23394 }
23395 }
23396 {
23397 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23398 result = (arg1)->GetSummaryForType(arg2);
23399 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23400 }
23401 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSummary(static_cast< const lldb::SBTypeSummary& >(result))), SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSummary(static_cast
< const lldb::SBTypeSummary& >(result))), swig_types
[76], 0x1 | 0)
;
23402 return resultobj;
23403fail:
23404 return NULL__null;
23405}
23406
23407
23408SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetFilterForType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23409 PyObject *resultobj = 0;
23410 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23411 lldb::SBTypeNameSpecifier arg2 ;
23412 void *argp1 = 0 ;
23413 int res1 = 0 ;
23414 void *argp2 ;
23415 int res2 = 0 ;
23416 PyObject * obj0 = 0 ;
23417 PyObject * obj1 = 0 ;
23418 lldb::SBTypeFilter result;
23419
23420 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetFilterForType",&obj0,&obj1)) SWIG_failgoto fail;
23421 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23422 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23423 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetFilterForType" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetFilterForType"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
23424 }
23425 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23426 {
23427 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
23428 if (!SWIG_IsOK(res2)(res2 >= 0)) {
23429 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_GetFilterForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_GetFilterForType"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
23430 }
23431 if (!argp2) {
23432 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_GetFilterForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_GetFilterForType" "', argument " "2"
" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; } while
(0)
;
23433 } else {
23434 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
23435 arg2 = *temp;
23436 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
23437 }
23438 }
23439 {
23440 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23441 result = (arg1)->GetFilterForType(arg2);
23442 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23443 }
23444 resultobj = SWIG_NewPointerObj((new lldb::SBTypeFilter(static_cast< const lldb::SBTypeFilter& >(result))), SWIGTYPE_p_lldb__SBTypeFilter, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeFilter(static_cast
< const lldb::SBTypeFilter& >(result))), swig_types
[70], 0x1 | 0)
;
23445 return resultobj;
23446fail:
23447 return NULL__null;
23448}
23449
23450
23451SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_GetSyntheticForType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23452 PyObject *resultobj = 0;
23453 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23454 lldb::SBTypeNameSpecifier arg2 ;
23455 void *argp1 = 0 ;
23456 int res1 = 0 ;
23457 void *argp2 ;
23458 int res2 = 0 ;
23459 PyObject * obj0 = 0 ;
23460 PyObject * obj1 = 0 ;
23461 lldb::SBTypeSynthetic result;
23462
23463 if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_GetSyntheticForType",&obj0,&obj1)) SWIG_failgoto fail;
23464 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23465 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23466 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_GetSyntheticForType" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_GetSyntheticForType"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
23467 }
23468 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23469 {
23470 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
23471 if (!SWIG_IsOK(res2)(res2 >= 0)) {
23472 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDebugger_GetSyntheticForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDebugger_GetSyntheticForType"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
23473 }
23474 if (!argp2) {
23475 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_GetSyntheticForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_GetSyntheticForType" "', argument "
"2"" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; }
while(0)
;
23476 } else {
23477 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
23478 arg2 = *temp;
23479 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
23480 }
23481 }
23482 {
23483 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23484 result = (arg1)->GetSyntheticForType(arg2);
23485 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23486 }
23487 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSynthetic(static_cast< const lldb::SBTypeSynthetic& >(result))), SWIGTYPE_p_lldb__SBTypeSynthetic, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSynthetic(
static_cast< const lldb::SBTypeSynthetic& >(result)
)), swig_types[78], 0x1 | 0)
;
23488 return resultobj;
23489fail:
23490 return NULL__null;
23491}
23492
23493
23494SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_RunCommandInterpreter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23495 PyObject *resultobj = 0;
23496 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23497 bool arg2 ;
23498 bool arg3 ;
23499 lldb::SBCommandInterpreterRunOptions *arg4 = 0 ;
23500 int *arg5 = 0 ;
23501 bool *arg6 = 0 ;
23502 bool *arg7 = 0 ;
23503 void *argp1 = 0 ;
23504 int res1 = 0 ;
23505 bool val2 ;
23506 int ecode2 = 0 ;
23507 bool val3 ;
23508 int ecode3 = 0 ;
23509 void *argp4 = 0 ;
23510 int res4 = 0 ;
23511 void *argp5 = 0 ;
23512 int res5 = 0 ;
23513 void *argp6 = 0 ;
23514 int res6 = 0 ;
23515 void *argp7 = 0 ;
23516 int res7 = 0 ;
23517 PyObject * obj0 = 0 ;
23518 PyObject * obj1 = 0 ;
23519 PyObject * obj2 = 0 ;
23520 PyObject * obj3 = 0 ;
23521 PyObject * obj4 = 0 ;
23522 PyObject * obj5 = 0 ;
23523 PyObject * obj6 = 0 ;
23524
23525 if (!PyArg_ParseTuple(args,(char *)"OOOOOOO:SBDebugger_RunCommandInterpreter",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_failgoto fail;
23526 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23527 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23528 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_RunCommandInterpreter" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_RunCommandInterpreter"
"', argument " "1"" of type '" "lldb::SBDebugger *""'"); goto
fail; } while(0)
;
23529 }
23530 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23531 ecode2 = SWIG_AsVal_bool(obj1, &val2);
23532 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
23533 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_RunCommandInterpreter" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_RunCommandInterpreter"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
23534 }
23535 arg2 = static_cast< bool >(val2);
23536 ecode3 = SWIG_AsVal_bool(obj2, &val3);
23537 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
23538 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBDebugger_RunCommandInterpreter" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBDebugger_RunCommandInterpreter"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
23539 }
23540 arg3 = static_cast< bool >(val3);
23541 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[18]
, 0, 0)
;
23542 if (!SWIG_IsOK(res4)(res4 >= 0)) {
23543 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBDebugger_RunCommandInterpreter" "', argument " "4"" of type '" "lldb::SBCommandInterpreterRunOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBDebugger_RunCommandInterpreter"
"', argument " "4"" of type '" "lldb::SBCommandInterpreterRunOptions &"
"'"); goto fail; } while(0)
;
23544 }
23545 if (!argp4) {
23546 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_RunCommandInterpreter" "', argument " "4"" of type '" "lldb::SBCommandInterpreterRunOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_RunCommandInterpreter" "', argument "
"4"" of type '" "lldb::SBCommandInterpreterRunOptions &"
"'"); goto fail; } while(0)
;
23547 }
23548 arg4 = reinterpret_cast< lldb::SBCommandInterpreterRunOptions * >(argp4);
23549 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_int, 0 )SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[6],
0, 0)
;
23550 if (!SWIG_IsOK(res5)(res5 >= 0)) {
23551 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBDebugger_RunCommandInterpreter" "', argument " "5"" of type '" "int &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBDebugger_RunCommandInterpreter"
"', argument " "5"" of type '" "int &""'"); goto fail; }
while(0)
;
23552 }
23553 if (!argp5) {
23554 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_RunCommandInterpreter" "', argument " "5"" of type '" "int &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_RunCommandInterpreter" "', argument "
"5"" of type '" "int &""'"); goto fail; } while(0)
;
23555 }
23556 arg5 = reinterpret_cast< int * >(argp5);
23557 res6 = SWIG_ConvertPtr(obj5, &argp6, SWIGTYPE_p_bool, 0 )SWIG_Python_ConvertPtrAndOwn(obj5, &argp6, swig_types[1],
0, 0)
;
23558 if (!SWIG_IsOK(res6)(res6 >= 0)) {
23559 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "SBDebugger_RunCommandInterpreter" "', argument " "6"" of type '" "bool &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res6 != (
-1)) ? res6 : -5)), "in method '" "SBDebugger_RunCommandInterpreter"
"', argument " "6"" of type '" "bool &""'"); goto fail; }
while(0)
;
23560 }
23561 if (!argp6) {
23562 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_RunCommandInterpreter" "', argument " "6"" of type '" "bool &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_RunCommandInterpreter" "', argument "
"6"" of type '" "bool &""'"); goto fail; } while(0)
;
23563 }
23564 arg6 = reinterpret_cast< bool * >(argp6);
23565 res7 = SWIG_ConvertPtr(obj6, &argp7, SWIGTYPE_p_bool, 0 )SWIG_Python_ConvertPtrAndOwn(obj6, &argp7, swig_types[1],
0, 0)
;
23566 if (!SWIG_IsOK(res7)(res7 >= 0)) {
23567 SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "SBDebugger_RunCommandInterpreter" "', argument " "7"" of type '" "bool &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res7 != (
-1)) ? res7 : -5)), "in method '" "SBDebugger_RunCommandInterpreter"
"', argument " "7"" of type '" "bool &""'"); goto fail; }
while(0)
;
23568 }
23569 if (!argp7) {
23570 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDebugger_RunCommandInterpreter" "', argument " "7"" of type '" "bool &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDebugger_RunCommandInterpreter" "', argument "
"7"" of type '" "bool &""'"); goto fail; } while(0)
;
23571 }
23572 arg7 = reinterpret_cast< bool * >(argp7);
23573 {
23574 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23575 (arg1)->RunCommandInterpreter(arg2,arg3,*arg4,*arg5,*arg6,*arg7);
23576 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23577 }
23578 resultobj = SWIG_Py_Void();
23579 return resultobj;
23580fail:
23581 return NULL__null;
23582}
23583
23584
23585SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger_RunREPL(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23586 PyObject *resultobj = 0;
23587 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23588 lldb::LanguageType arg2 ;
23589 char *arg3 = (char *) 0 ;
23590 void *argp1 = 0 ;
23591 int res1 = 0 ;
23592 int val2 ;
23593 int ecode2 = 0 ;
23594 int res3 ;
23595 char *buf3 = 0 ;
23596 int alloc3 = 0 ;
23597 PyObject * obj0 = 0 ;
23598 PyObject * obj1 = 0 ;
23599 PyObject * obj2 = 0 ;
23600 lldb::SBError result;
23601
23602 if (!PyArg_ParseTuple(args,(char *)"OOO:SBDebugger_RunREPL",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
23603 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23604 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23605 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger_RunREPL" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger_RunREPL" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
23606 }
23607 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23608 ecode2 = SWIG_AsVal_int(obj1, &val2);
23609 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
23610 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDebugger_RunREPL" "', argument " "2"" of type '" "lldb::LanguageType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDebugger_RunREPL" "', argument "
"2"" of type '" "lldb::LanguageType""'"); goto fail; } while
(0)
;
23611 }
23612 arg2 = static_cast< lldb::LanguageType >(val2);
23613 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
23614 if (!SWIG_IsOK(res3)(res3 >= 0)) {
23615 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBDebugger_RunREPL" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBDebugger_RunREPL" "', argument "
"3"" of type '" "char const *""'"); goto fail; } while(0)
;
23616 }
23617 arg3 = reinterpret_cast< char * >(buf3);
23618 {
23619 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23620 result = (arg1)->RunREPL(arg2,(char const *)arg3);
23621 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23622 }
23623 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
23624 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
23625 return resultobj;
23626fail:
23627 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
23628 return NULL__null;
23629}
23630
23631
23632SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDebugger___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23633 PyObject *resultobj = 0;
23634 lldb::SBDebugger *arg1 = (lldb::SBDebugger *) 0 ;
23635 void *argp1 = 0 ;
23636 int res1 = 0 ;
23637 PyObject * obj0 = 0 ;
23638 PyObject *result = 0 ;
23639
23640 if (!PyArg_ParseTuple(args,(char *)"O:SBDebugger___str__",&obj0)) SWIG_failgoto fail;
23641 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDebugger, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[23]
, 0 | 0, 0)
;
23642 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23643 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDebugger___str__" "', argument " "1"" of type '" "lldb::SBDebugger *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDebugger___str__" "', argument "
"1"" of type '" "lldb::SBDebugger *""'"); goto fail; } while
(0)
;
23644 }
23645 arg1 = reinterpret_cast< lldb::SBDebugger * >(argp1);
23646 result = (PyObject *)lldb_SBDebugger___str__(arg1);
23647 resultobj = result;
23648 return resultobj;
23649fail:
23650 return NULL__null;
23651}
23652
23653
23654SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBDebugger_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23655 PyObject *obj;
23656 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
23657 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBDebuggerswig_types[23], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
23658 return SWIG_Py_Void();
23659}
23660
23661SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBDeclaration__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23662 PyObject *resultobj = 0;
23663 lldb::SBDeclaration *result = 0 ;
23664
23665 if (!PyArg_ParseTuple(args,(char *)":new_SBDeclaration")) SWIG_failgoto fail;
23666 {
23667 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23668 result = (lldb::SBDeclaration *)new lldb::SBDeclaration();
23669 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23670 }
23671 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBDeclaration, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[24], (
(0x1 << 1) | 0x1) | 0)
;
23672 return resultobj;
23673fail:
23674 return NULL__null;
23675}
23676
23677
23678SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBDeclaration__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23679 PyObject *resultobj = 0;
23680 lldb::SBDeclaration *arg1 = 0 ;
23681 void *argp1 = 0 ;
23682 int res1 = 0 ;
23683 PyObject * obj0 = 0 ;
23684 lldb::SBDeclaration *result = 0 ;
23685
23686 if (!PyArg_ParseTuple(args,(char *)"O:new_SBDeclaration",&obj0)) SWIG_failgoto fail;
23687 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBDeclaration, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0 | 0, 0)
;
23688 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23689 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBDeclaration" "', argument " "1"" of type '" "lldb::SBDeclaration const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBDeclaration" "', argument "
"1"" of type '" "lldb::SBDeclaration const &""'"); goto fail
; } while(0)
;
23690 }
23691 if (!argp1) {
23692 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBDeclaration" "', argument " "1"" of type '" "lldb::SBDeclaration const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBDeclaration" "', argument " "1"" of type '"
"lldb::SBDeclaration const &""'"); goto fail; } while(0)
;
23693 }
23694 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
23695 {
23696 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23697 result = (lldb::SBDeclaration *)new lldb::SBDeclaration((lldb::SBDeclaration const &)*arg1);
23698 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23699 }
23700 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBDeclaration, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[24], (
(0x1 << 1) | 0x1) | 0)
;
23701 return resultobj;
23702fail:
23703 return NULL__null;
23704}
23705
23706
23707SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBDeclaration(PyObject *self, PyObject *args) {
23708 Py_ssize_t argc;
23709 PyObject *argv[2] = {
23710 0
23711 };
23712 Py_ssize_t ii;
23713
23714 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
23715 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
23716 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
23717 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
23718 }
23719 if (argc == 0) {
23720 return _wrap_new_SBDeclaration__SWIG_0(self, args);
23721 }
23722 if (argc == 1) {
23723 int _v;
23724 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBDeclaration, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[24], 0, 0
)
;
23725 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
23726 if (_v) {
23727 return _wrap_new_SBDeclaration__SWIG_1(self, args);
23728 }
23729 }
23730
23731fail:
23732 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBDeclaration'.\n"
23733 " Possible C/C++ prototypes are:\n"
23734 " lldb::SBDeclaration::SBDeclaration()\n"
23735 " lldb::SBDeclaration::SBDeclaration(lldb::SBDeclaration const &)\n");
23736 return 0;
23737}
23738
23739
23740SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBDeclaration(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23741 PyObject *resultobj = 0;
23742 lldb::SBDeclaration *arg1 = (lldb::SBDeclaration *) 0 ;
23743 void *argp1 = 0 ;
23744 int res1 = 0 ;
23745 PyObject * obj0 = 0 ;
23746
23747 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBDeclaration",&obj0)) SWIG_failgoto fail;
23748 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDeclaration, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0x1 | 0, 0)
;
23749 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23750 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBDeclaration" "', argument " "1"" of type '" "lldb::SBDeclaration *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBDeclaration" "', argument "
"1"" of type '" "lldb::SBDeclaration *""'"); goto fail; } while
(0)
;
23751 }
23752 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
23753 {
23754 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23755 delete arg1;
23756 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23757 }
23758 resultobj = SWIG_Py_Void();
23759 return resultobj;
23760fail:
23761 return NULL__null;
23762}
23763
23764
23765SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDeclaration_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23766 PyObject *resultobj = 0;
23767 lldb::SBDeclaration *arg1 = (lldb::SBDeclaration *) 0 ;
23768 void *argp1 = 0 ;
23769 int res1 = 0 ;
23770 PyObject * obj0 = 0 ;
23771 bool result;
23772
23773 if (!PyArg_ParseTuple(args,(char *)"O:SBDeclaration_IsValid",&obj0)) SWIG_failgoto fail;
23774 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDeclaration, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0 | 0, 0)
;
23775 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23776 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDeclaration_IsValid" "', argument " "1"" of type '" "lldb::SBDeclaration const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDeclaration_IsValid" "', argument "
"1"" of type '" "lldb::SBDeclaration const *""'"); goto fail
; } while(0)
;
23777 }
23778 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
23779 {
23780 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23781 result = (bool)((lldb::SBDeclaration const *)arg1)->IsValid();
23782 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23783 }
23784 resultobj = SWIG_From_bool(static_cast< bool >(result));
23785 return resultobj;
23786fail:
23787 return NULL__null;
23788}
23789
23790
23791SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDeclaration_GetFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23792 PyObject *resultobj = 0;
23793 lldb::SBDeclaration *arg1 = (lldb::SBDeclaration *) 0 ;
23794 void *argp1 = 0 ;
23795 int res1 = 0 ;
23796 PyObject * obj0 = 0 ;
23797 lldb::SBFileSpec result;
23798
23799 if (!PyArg_ParseTuple(args,(char *)"O:SBDeclaration_GetFileSpec",&obj0)) SWIG_failgoto fail;
23800 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDeclaration, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0 | 0, 0)
;
23801 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23802 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDeclaration_GetFileSpec" "', argument " "1"" of type '" "lldb::SBDeclaration const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDeclaration_GetFileSpec"
"', argument " "1"" of type '" "lldb::SBDeclaration const *"
"'"); goto fail; } while(0)
;
23803 }
23804 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
23805 {
23806 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23807 result = ((lldb::SBDeclaration const *)arg1)->GetFileSpec();
23808 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23809 }
23810 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
23811 return resultobj;
23812fail:
23813 return NULL__null;
23814}
23815
23816
23817SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDeclaration_GetLine(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23818 PyObject *resultobj = 0;
23819 lldb::SBDeclaration *arg1 = (lldb::SBDeclaration *) 0 ;
23820 void *argp1 = 0 ;
23821 int res1 = 0 ;
23822 PyObject * obj0 = 0 ;
23823 uint32_t result;
23824
23825 if (!PyArg_ParseTuple(args,(char *)"O:SBDeclaration_GetLine",&obj0)) SWIG_failgoto fail;
23826 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDeclaration, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0 | 0, 0)
;
23827 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23828 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDeclaration_GetLine" "', argument " "1"" of type '" "lldb::SBDeclaration const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDeclaration_GetLine" "', argument "
"1"" of type '" "lldb::SBDeclaration const *""'"); goto fail
; } while(0)
;
23829 }
23830 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
23831 {
23832 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23833 result = (uint32_t)((lldb::SBDeclaration const *)arg1)->GetLine();
23834 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23835 }
23836 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
23837 return resultobj;
23838fail:
23839 return NULL__null;
23840}
23841
23842
23843SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDeclaration_GetColumn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23844 PyObject *resultobj = 0;
23845 lldb::SBDeclaration *arg1 = (lldb::SBDeclaration *) 0 ;
23846 void *argp1 = 0 ;
23847 int res1 = 0 ;
23848 PyObject * obj0 = 0 ;
23849 uint32_t result;
23850
23851 if (!PyArg_ParseTuple(args,(char *)"O:SBDeclaration_GetColumn",&obj0)) SWIG_failgoto fail;
23852 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDeclaration, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0 | 0, 0)
;
23853 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23854 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDeclaration_GetColumn" "', argument " "1"" of type '" "lldb::SBDeclaration const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDeclaration_GetColumn" "', argument "
"1"" of type '" "lldb::SBDeclaration const *""'"); goto fail
; } while(0)
;
23855 }
23856 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
23857 {
23858 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23859 result = (uint32_t)((lldb::SBDeclaration const *)arg1)->GetColumn();
23860 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23861 }
23862 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
23863 return resultobj;
23864fail:
23865 return NULL__null;
23866}
23867
23868
23869SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDeclaration_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23870 PyObject *resultobj = 0;
23871 lldb::SBDeclaration *arg1 = (lldb::SBDeclaration *) 0 ;
23872 lldb::SBStream *arg2 = 0 ;
23873 void *argp1 = 0 ;
23874 int res1 = 0 ;
23875 void *argp2 = 0 ;
23876 int res2 = 0 ;
23877 PyObject * obj0 = 0 ;
23878 PyObject * obj1 = 0 ;
23879 bool result;
23880
23881 if (!PyArg_ParseTuple(args,(char *)"OO:SBDeclaration_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
23882 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDeclaration, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0 | 0, 0)
;
23883 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23884 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDeclaration_GetDescription" "', argument " "1"" of type '" "lldb::SBDeclaration *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDeclaration_GetDescription"
"', argument " "1"" of type '" "lldb::SBDeclaration *""'"); goto
fail; } while(0)
;
23885 }
23886 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
23887 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
23888 if (!SWIG_IsOK(res2)(res2 >= 0)) {
23889 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDeclaration_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDeclaration_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
23890 }
23891 if (!argp2) {
23892 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDeclaration_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDeclaration_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
23893 }
23894 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
23895 {
23896 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23897 result = (bool)(arg1)->GetDescription(*arg2);
23898 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23899 }
23900 resultobj = SWIG_From_bool(static_cast< bool >(result));
23901 return resultobj;
23902fail:
23903 return NULL__null;
23904}
23905
23906
23907SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDeclaration_SetFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23908 PyObject *resultobj = 0;
23909 lldb::SBDeclaration *arg1 = (lldb::SBDeclaration *) 0 ;
23910 lldb::SBFileSpec arg2 ;
23911 void *argp1 = 0 ;
23912 int res1 = 0 ;
23913 void *argp2 ;
23914 int res2 = 0 ;
23915 PyObject * obj0 = 0 ;
23916 PyObject * obj1 = 0 ;
23917
23918 if (!PyArg_ParseTuple(args,(char *)"OO:SBDeclaration_SetFileSpec",&obj0,&obj1)) SWIG_failgoto fail;
23919 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDeclaration, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0 | 0, 0)
;
23920 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23921 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDeclaration_SetFileSpec" "', argument " "1"" of type '" "lldb::SBDeclaration *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDeclaration_SetFileSpec"
"', argument " "1"" of type '" "lldb::SBDeclaration *""'"); goto
fail; } while(0)
;
23922 }
23923 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
23924 {
23925 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
23926 if (!SWIG_IsOK(res2)(res2 >= 0)) {
23927 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDeclaration_SetFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDeclaration_SetFileSpec"
"', argument " "2"" of type '" "lldb::SBFileSpec""'"); goto fail
; } while(0)
;
23928 }
23929 if (!argp2) {
23930 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDeclaration_SetFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDeclaration_SetFileSpec" "', argument " "2"
" of type '" "lldb::SBFileSpec""'"); goto fail; } while(0)
;
23931 } else {
23932 lldb::SBFileSpec * temp = reinterpret_cast< lldb::SBFileSpec * >(argp2);
23933 arg2 = *temp;
23934 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
23935 }
23936 }
23937 {
23938 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23939 (arg1)->SetFileSpec(arg2);
23940 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23941 }
23942 resultobj = SWIG_Py_Void();
23943 return resultobj;
23944fail:
23945 return NULL__null;
23946}
23947
23948
23949SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDeclaration_SetLine(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23950 PyObject *resultobj = 0;
23951 lldb::SBDeclaration *arg1 = (lldb::SBDeclaration *) 0 ;
23952 uint32_t arg2 ;
23953 void *argp1 = 0 ;
23954 int res1 = 0 ;
23955 unsigned int val2 ;
23956 int ecode2 = 0 ;
23957 PyObject * obj0 = 0 ;
23958 PyObject * obj1 = 0 ;
23959
23960 if (!PyArg_ParseTuple(args,(char *)"OO:SBDeclaration_SetLine",&obj0,&obj1)) SWIG_failgoto fail;
23961 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDeclaration, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0 | 0, 0)
;
23962 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23963 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDeclaration_SetLine" "', argument " "1"" of type '" "lldb::SBDeclaration *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDeclaration_SetLine" "', argument "
"1"" of type '" "lldb::SBDeclaration *""'"); goto fail; } while
(0)
;
23964 }
23965 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
23966 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
23967 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
23968 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDeclaration_SetLine" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDeclaration_SetLine"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
23969 }
23970 arg2 = static_cast< uint32_t >(val2);
23971 {
23972 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
23973 (arg1)->SetLine(arg2);
23974 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
23975 }
23976 resultobj = SWIG_Py_Void();
23977 return resultobj;
23978fail:
23979 return NULL__null;
23980}
23981
23982
23983SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDeclaration_SetColumn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
23984 PyObject *resultobj = 0;
23985 lldb::SBDeclaration *arg1 = (lldb::SBDeclaration *) 0 ;
23986 uint32_t arg2 ;
23987 void *argp1 = 0 ;
23988 int res1 = 0 ;
23989 unsigned int val2 ;
23990 int ecode2 = 0 ;
23991 PyObject * obj0 = 0 ;
23992 PyObject * obj1 = 0 ;
23993
23994 if (!PyArg_ParseTuple(args,(char *)"OO:SBDeclaration_SetColumn",&obj0,&obj1)) SWIG_failgoto fail;
23995 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDeclaration, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0 | 0, 0)
;
23996 if (!SWIG_IsOK(res1)(res1 >= 0)) {
23997 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDeclaration_SetColumn" "', argument " "1"" of type '" "lldb::SBDeclaration *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDeclaration_SetColumn" "', argument "
"1"" of type '" "lldb::SBDeclaration *""'"); goto fail; } while
(0)
;
23998 }
23999 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
24000 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
24001 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
24002 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBDeclaration_SetColumn" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBDeclaration_SetColumn"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
24003 }
24004 arg2 = static_cast< uint32_t >(val2);
24005 {
24006 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24007 (arg1)->SetColumn(arg2);
24008 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24009 }
24010 resultobj = SWIG_Py_Void();
24011 return resultobj;
24012fail:
24013 return NULL__null;
24014}
24015
24016
24017SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDeclaration___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24018 PyObject *resultobj = 0;
24019 lldb::SBDeclaration *arg1 = (lldb::SBDeclaration *) 0 ;
24020 lldb::SBDeclaration *arg2 = 0 ;
24021 void *argp1 = 0 ;
24022 int res1 = 0 ;
24023 void *argp2 = 0 ;
24024 int res2 = 0 ;
24025 PyObject * obj0 = 0 ;
24026 PyObject * obj1 = 0 ;
24027 bool result;
24028
24029 if (!PyArg_ParseTuple(args,(char *)"OO:SBDeclaration___eq__",&obj0,&obj1)) SWIG_failgoto fail;
24030 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDeclaration, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0 | 0, 0)
;
24031 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24032 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDeclaration___eq__" "', argument " "1"" of type '" "lldb::SBDeclaration const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDeclaration___eq__" "', argument "
"1"" of type '" "lldb::SBDeclaration const *""'"); goto fail
; } while(0)
;
24033 }
24034 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
24035 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBDeclaration, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[24]
, 0 | 0, 0)
;
24036 if (!SWIG_IsOK(res2)(res2 >= 0)) {
24037 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDeclaration___eq__" "', argument " "2"" of type '" "lldb::SBDeclaration const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDeclaration___eq__" "', argument "
"2"" of type '" "lldb::SBDeclaration const &""'"); goto fail
; } while(0)
;
24038 }
24039 if (!argp2) {
24040 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDeclaration___eq__" "', argument " "2"" of type '" "lldb::SBDeclaration const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDeclaration___eq__" "', argument " "2"" of type '"
"lldb::SBDeclaration const &""'"); goto fail; } while(0)
;
24041 }
24042 arg2 = reinterpret_cast< lldb::SBDeclaration * >(argp2);
24043 {
24044 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24045 result = (bool)((lldb::SBDeclaration const *)arg1)->operator ==((lldb::SBDeclaration const &)*arg2);
24046 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24047 }
24048 resultobj = SWIG_From_bool(static_cast< bool >(result));
24049 return resultobj;
24050fail:
24051 return NULL__null;
24052}
24053
24054
24055SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDeclaration___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24056 PyObject *resultobj = 0;
24057 lldb::SBDeclaration *arg1 = (lldb::SBDeclaration *) 0 ;
24058 lldb::SBDeclaration *arg2 = 0 ;
24059 void *argp1 = 0 ;
24060 int res1 = 0 ;
24061 void *argp2 = 0 ;
24062 int res2 = 0 ;
24063 PyObject * obj0 = 0 ;
24064 PyObject * obj1 = 0 ;
24065 bool result;
24066
24067 if (!PyArg_ParseTuple(args,(char *)"OO:SBDeclaration___ne__",&obj0,&obj1)) SWIG_failgoto fail;
24068 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDeclaration, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0 | 0, 0)
;
24069 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24070 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDeclaration___ne__" "', argument " "1"" of type '" "lldb::SBDeclaration const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDeclaration___ne__" "', argument "
"1"" of type '" "lldb::SBDeclaration const *""'"); goto fail
; } while(0)
;
24071 }
24072 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
24073 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBDeclaration, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[24]
, 0 | 0, 0)
;
24074 if (!SWIG_IsOK(res2)(res2 >= 0)) {
24075 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBDeclaration___ne__" "', argument " "2"" of type '" "lldb::SBDeclaration const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBDeclaration___ne__" "', argument "
"2"" of type '" "lldb::SBDeclaration const &""'"); goto fail
; } while(0)
;
24076 }
24077 if (!argp2) {
24078 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBDeclaration___ne__" "', argument " "2"" of type '" "lldb::SBDeclaration const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBDeclaration___ne__" "', argument " "2"" of type '"
"lldb::SBDeclaration const &""'"); goto fail; } while(0)
;
24079 }
24080 arg2 = reinterpret_cast< lldb::SBDeclaration * >(argp2);
24081 {
24082 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24083 result = (bool)((lldb::SBDeclaration const *)arg1)->operator !=((lldb::SBDeclaration const &)*arg2);
24084 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24085 }
24086 resultobj = SWIG_From_bool(static_cast< bool >(result));
24087 return resultobj;
24088fail:
24089 return NULL__null;
24090}
24091
24092
24093SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBDeclaration___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24094 PyObject *resultobj = 0;
24095 lldb::SBDeclaration *arg1 = (lldb::SBDeclaration *) 0 ;
24096 void *argp1 = 0 ;
24097 int res1 = 0 ;
24098 PyObject * obj0 = 0 ;
24099 PyObject *result = 0 ;
24100
24101 if (!PyArg_ParseTuple(args,(char *)"O:SBDeclaration___str__",&obj0)) SWIG_failgoto fail;
24102 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBDeclaration, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[24]
, 0 | 0, 0)
;
24103 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24104 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBDeclaration___str__" "', argument " "1"" of type '" "lldb::SBDeclaration *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBDeclaration___str__" "', argument "
"1"" of type '" "lldb::SBDeclaration *""'"); goto fail; } while
(0)
;
24105 }
24106 arg1 = reinterpret_cast< lldb::SBDeclaration * >(argp1);
24107 result = (PyObject *)lldb_SBDeclaration___str__(arg1);
24108 resultobj = result;
24109 return resultobj;
24110fail:
24111 return NULL__null;
24112}
24113
24114
24115SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBDeclaration_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24116 PyObject *obj;
24117 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
24118 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBDeclarationswig_types[24], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
24119 return SWIG_Py_Void();
24120}
24121
24122SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBError__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24123 PyObject *resultobj = 0;
24124 lldb::SBError *result = 0 ;
24125
24126 if (!PyArg_ParseTuple(args,(char *)":new_SBError")) SWIG_failgoto fail;
24127 {
24128 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24129 result = (lldb::SBError *)new lldb::SBError();
24130 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24131 }
24132 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[25], (
(0x1 << 1) | 0x1) | 0)
;
24133 return resultobj;
24134fail:
24135 return NULL__null;
24136}
24137
24138
24139SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBError__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24140 PyObject *resultobj = 0;
24141 lldb::SBError *arg1 = 0 ;
24142 void *argp1 = 0 ;
24143 int res1 = 0 ;
24144 PyObject * obj0 = 0 ;
24145 lldb::SBError *result = 0 ;
24146
24147 if (!PyArg_ParseTuple(args,(char *)"O:new_SBError",&obj0)) SWIG_failgoto fail;
24148 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBError, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24149 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24150 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBError" "', argument " "1"" of type '" "lldb::SBError const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBError" "', argument "
"1"" of type '" "lldb::SBError const &""'"); goto fail; }
while(0)
;
24151 }
24152 if (!argp1) {
24153 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBError" "', argument " "1"" of type '" "lldb::SBError const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBError" "', argument " "1"" of type '" "lldb::SBError const &"
"'"); goto fail; } while(0)
;
24154 }
24155 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24156 {
24157 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24158 result = (lldb::SBError *)new lldb::SBError((lldb::SBError const &)*arg1);
24159 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24160 }
24161 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[25], (
(0x1 << 1) | 0x1) | 0)
;
24162 return resultobj;
24163fail:
24164 return NULL__null;
24165}
24166
24167
24168SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBError(PyObject *self, PyObject *args) {
24169 Py_ssize_t argc;
24170 PyObject *argv[2] = {
24171 0
24172 };
24173 Py_ssize_t ii;
24174
24175 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
24176 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
24177 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
24178 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
24179 }
24180 if (argc == 0) {
24181 return _wrap_new_SBError__SWIG_0(self, args);
24182 }
24183 if (argc == 1) {
24184 int _v;
24185 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[25], 0, 0
)
;
24186 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24187 if (_v) {
24188 return _wrap_new_SBError__SWIG_1(self, args);
24189 }
24190 }
24191
24192fail:
24193 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBError'.\n"
24194 " Possible C/C++ prototypes are:\n"
24195 " lldb::SBError::SBError()\n"
24196 " lldb::SBError::SBError(lldb::SBError const &)\n");
24197 return 0;
24198}
24199
24200
24201SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24202 PyObject *resultobj = 0;
24203 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24204 void *argp1 = 0 ;
24205 int res1 = 0 ;
24206 PyObject * obj0 = 0 ;
24207
24208 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBError",&obj0)) SWIG_failgoto fail;
24209 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0x1 | 0, 0)
;
24210 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24211 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBError" "', argument " "1"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBError" "', argument "
"1"" of type '" "lldb::SBError *""'"); goto fail; } while(0)
;
24212 }
24213 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24214 {
24215 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24216 delete arg1;
24217 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24218 }
24219 resultobj = SWIG_Py_Void();
24220 return resultobj;
24221fail:
24222 return NULL__null;
24223}
24224
24225
24226SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_GetCString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24227 PyObject *resultobj = 0;
24228 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24229 void *argp1 = 0 ;
24230 int res1 = 0 ;
24231 PyObject * obj0 = 0 ;
24232 char *result = 0 ;
24233
24234 if (!PyArg_ParseTuple(args,(char *)"O:SBError_GetCString",&obj0)) SWIG_failgoto fail;
24235 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24236 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24237 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_GetCString" "', argument " "1"" of type '" "lldb::SBError const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_GetCString" "', argument "
"1"" of type '" "lldb::SBError const *""'"); goto fail; } while
(0)
;
24238 }
24239 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24240 {
24241 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24242 result = (char *)((lldb::SBError const *)arg1)->GetCString();
24243 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24244 }
24245 resultobj = SWIG_FromCharPtr((const char *)result);
24246 return resultobj;
24247fail:
24248 return NULL__null;
24249}
24250
24251
24252SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24253 PyObject *resultobj = 0;
24254 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24255 void *argp1 = 0 ;
24256 int res1 = 0 ;
24257 PyObject * obj0 = 0 ;
24258
24259 if (!PyArg_ParseTuple(args,(char *)"O:SBError_Clear",&obj0)) SWIG_failgoto fail;
24260 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24261 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24262 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_Clear" "', argument " "1"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_Clear" "', argument "
"1"" of type '" "lldb::SBError *""'"); goto fail; } while(0)
;
24263 }
24264 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24265 {
24266 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24267 (arg1)->Clear();
24268 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24269 }
24270 resultobj = SWIG_Py_Void();
24271 return resultobj;
24272fail:
24273 return NULL__null;
24274}
24275
24276
24277SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_Fail(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24278 PyObject *resultobj = 0;
24279 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24280 void *argp1 = 0 ;
24281 int res1 = 0 ;
24282 PyObject * obj0 = 0 ;
24283 bool result;
24284
24285 if (!PyArg_ParseTuple(args,(char *)"O:SBError_Fail",&obj0)) SWIG_failgoto fail;
24286 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24287 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24288 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_Fail" "', argument " "1"" of type '" "lldb::SBError const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_Fail" "', argument "
"1"" of type '" "lldb::SBError const *""'"); goto fail; } while
(0)
;
24289 }
24290 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24291 {
24292 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24293 result = (bool)((lldb::SBError const *)arg1)->Fail();
24294 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24295 }
24296 resultobj = SWIG_From_bool(static_cast< bool >(result));
24297 return resultobj;
24298fail:
24299 return NULL__null;
24300}
24301
24302
24303SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_Success(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24304 PyObject *resultobj = 0;
24305 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24306 void *argp1 = 0 ;
24307 int res1 = 0 ;
24308 PyObject * obj0 = 0 ;
24309 bool result;
24310
24311 if (!PyArg_ParseTuple(args,(char *)"O:SBError_Success",&obj0)) SWIG_failgoto fail;
24312 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24313 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24314 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_Success" "', argument " "1"" of type '" "lldb::SBError const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_Success" "', argument "
"1"" of type '" "lldb::SBError const *""'"); goto fail; } while
(0)
;
24315 }
24316 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24317 {
24318 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24319 result = (bool)((lldb::SBError const *)arg1)->Success();
24320 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24321 }
24322 resultobj = SWIG_From_bool(static_cast< bool >(result));
24323 return resultobj;
24324fail:
24325 return NULL__null;
24326}
24327
24328
24329SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_GetError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24330 PyObject *resultobj = 0;
24331 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24332 void *argp1 = 0 ;
24333 int res1 = 0 ;
24334 PyObject * obj0 = 0 ;
24335 uint32_t result;
24336
24337 if (!PyArg_ParseTuple(args,(char *)"O:SBError_GetError",&obj0)) SWIG_failgoto fail;
24338 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24339 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24340 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_GetError" "', argument " "1"" of type '" "lldb::SBError const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_GetError" "', argument "
"1"" of type '" "lldb::SBError const *""'"); goto fail; } while
(0)
;
24341 }
24342 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24343 {
24344 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24345 result = (uint32_t)((lldb::SBError const *)arg1)->GetError();
24346 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24347 }
24348 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
24349 return resultobj;
24350fail:
24351 return NULL__null;
24352}
24353
24354
24355SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_GetType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24356 PyObject *resultobj = 0;
24357 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24358 void *argp1 = 0 ;
24359 int res1 = 0 ;
24360 PyObject * obj0 = 0 ;
24361 lldb::ErrorType result;
24362
24363 if (!PyArg_ParseTuple(args,(char *)"O:SBError_GetType",&obj0)) SWIG_failgoto fail;
24364 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24365 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24366 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_GetType" "', argument " "1"" of type '" "lldb::SBError const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_GetType" "', argument "
"1"" of type '" "lldb::SBError const *""'"); goto fail; } while
(0)
;
24367 }
24368 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24369 {
24370 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24371 result = (lldb::ErrorType)((lldb::SBError const *)arg1)->GetType();
24372 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24373 }
24374 resultobj = SWIG_From_int(static_cast< int >(result));
24375 return resultobj;
24376fail:
24377 return NULL__null;
24378}
24379
24380
24381SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_SetError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24382 PyObject *resultobj = 0;
24383 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24384 uint32_t arg2 ;
24385 lldb::ErrorType arg3 ;
24386 void *argp1 = 0 ;
24387 int res1 = 0 ;
24388 unsigned int val2 ;
24389 int ecode2 = 0 ;
24390 int val3 ;
24391 int ecode3 = 0 ;
24392 PyObject * obj0 = 0 ;
24393 PyObject * obj1 = 0 ;
24394 PyObject * obj2 = 0 ;
24395
24396 if (!PyArg_ParseTuple(args,(char *)"OOO:SBError_SetError",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
24397 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24398 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24399 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_SetError" "', argument " "1"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_SetError" "', argument "
"1"" of type '" "lldb::SBError *""'"); goto fail; } while(0)
;
24400 }
24401 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24402 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
24403 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
24404 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBError_SetError" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBError_SetError" "', argument "
"2"" of type '" "uint32_t""'"); goto fail; } while(0)
;
24405 }
24406 arg2 = static_cast< uint32_t >(val2);
24407 ecode3 = SWIG_AsVal_int(obj2, &val3);
24408 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
24409 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBError_SetError" "', argument " "3"" of type '" "lldb::ErrorType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBError_SetError" "', argument "
"3"" of type '" "lldb::ErrorType""'"); goto fail; } while(0)
;
24410 }
24411 arg3 = static_cast< lldb::ErrorType >(val3);
24412 {
24413 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24414 (arg1)->SetError(arg2,arg3);
24415 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24416 }
24417 resultobj = SWIG_Py_Void();
24418 return resultobj;
24419fail:
24420 return NULL__null;
24421}
24422
24423
24424SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_SetErrorToErrno(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24425 PyObject *resultobj = 0;
24426 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24427 void *argp1 = 0 ;
24428 int res1 = 0 ;
24429 PyObject * obj0 = 0 ;
24430
24431 if (!PyArg_ParseTuple(args,(char *)"O:SBError_SetErrorToErrno",&obj0)) SWIG_failgoto fail;
24432 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24433 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24434 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_SetErrorToErrno" "', argument " "1"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_SetErrorToErrno" "', argument "
"1"" of type '" "lldb::SBError *""'"); goto fail; } while(0)
;
24435 }
24436 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24437 {
24438 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24439 (arg1)->SetErrorToErrno();
24440 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24441 }
24442 resultobj = SWIG_Py_Void();
24443 return resultobj;
24444fail:
24445 return NULL__null;
24446}
24447
24448
24449SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_SetErrorToGenericError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24450 PyObject *resultobj = 0;
24451 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24452 void *argp1 = 0 ;
24453 int res1 = 0 ;
24454 PyObject * obj0 = 0 ;
24455
24456 if (!PyArg_ParseTuple(args,(char *)"O:SBError_SetErrorToGenericError",&obj0)) SWIG_failgoto fail;
24457 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24458 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24459 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_SetErrorToGenericError" "', argument " "1"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_SetErrorToGenericError"
"', argument " "1"" of type '" "lldb::SBError *""'"); goto fail
; } while(0)
;
24460 }
24461 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24462 {
24463 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24464 (arg1)->SetErrorToGenericError();
24465 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24466 }
24467 resultobj = SWIG_Py_Void();
24468 return resultobj;
24469fail:
24470 return NULL__null;
24471}
24472
24473
24474SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_SetErrorString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24475 PyObject *resultobj = 0;
24476 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24477 char *arg2 = (char *) 0 ;
24478 void *argp1 = 0 ;
24479 int res1 = 0 ;
24480 int res2 ;
24481 char *buf2 = 0 ;
24482 int alloc2 = 0 ;
24483 PyObject * obj0 = 0 ;
24484 PyObject * obj1 = 0 ;
24485
24486 if (!PyArg_ParseTuple(args,(char *)"OO:SBError_SetErrorString",&obj0,&obj1)) SWIG_failgoto fail;
24487 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24488 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24489 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_SetErrorString" "', argument " "1"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_SetErrorString" "', argument "
"1"" of type '" "lldb::SBError *""'"); goto fail; } while(0)
;
24490 }
24491 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24492 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
24493 if (!SWIG_IsOK(res2)(res2 >= 0)) {
24494 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBError_SetErrorString" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBError_SetErrorString" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
24495 }
24496 arg2 = reinterpret_cast< char * >(buf2);
24497 {
24498 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24499 (arg1)->SetErrorString((char const *)arg2);
24500 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24501 }
24502 resultobj = SWIG_Py_Void();
24503 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
24504 return resultobj;
24505fail:
24506 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
24507 return NULL__null;
24508}
24509
24510
24511SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_SetErrorStringWithFormat__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24512 PyObject *resultobj = 0;
24513 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24514 char *arg2 = (char *) 0 ;
24515 char *arg3 = (char *) 0 ;
24516 char *arg4 = (char *) 0 ;
24517 char *arg5 = (char *) 0 ;
24518 void *argp1 = 0 ;
24519 int res1 = 0 ;
24520 int res2 ;
24521 char *buf2 = 0 ;
24522 int alloc2 = 0 ;
24523 int res3 ;
24524 char *buf3 = 0 ;
24525 int alloc3 = 0 ;
24526 int res4 ;
24527 char *buf4 = 0 ;
24528 int alloc4 = 0 ;
24529 int res5 ;
24530 char *buf5 = 0 ;
24531 int alloc5 = 0 ;
24532 PyObject * obj0 = 0 ;
24533 PyObject * obj1 = 0 ;
24534 PyObject * obj2 = 0 ;
24535 PyObject * obj3 = 0 ;
24536 PyObject * obj4 = 0 ;
24537 int result;
24538
24539 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBError_SetErrorStringWithFormat",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
24540 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24541 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24542 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "1"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "1"" of type '" "lldb::SBError *""'"); goto fail
; } while(0)
;
24543 }
24544 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24545 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
24546 if (!SWIG_IsOK(res2)(res2 >= 0)) {
24547 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
24548 }
24549 arg2 = reinterpret_cast< char * >(buf2);
24550 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
24551 if (!SWIG_IsOK(res3)(res3 >= 0)) {
24552 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "3"" of type '" "char *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "3"" of type '" "char *""'"); goto fail; } while
(0)
;
24553 }
24554 arg3 = reinterpret_cast< char * >(buf3);
24555 res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL__null, &alloc4);
24556 if (!SWIG_IsOK(res4)(res4 >= 0)) {
24557 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "4"" of type '" "char *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "4"" of type '" "char *""'"); goto fail; } while
(0)
;
24558 }
24559 arg4 = reinterpret_cast< char * >(buf4);
24560 res5 = SWIG_AsCharPtrAndSize(obj4, &buf5, NULL__null, &alloc5);
24561 if (!SWIG_IsOK(res5)(res5 >= 0)) {
24562 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "5"" of type '" "char *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "5"" of type '" "char *""'"); goto fail; } while
(0)
;
24563 }
24564 arg5 = reinterpret_cast< char * >(buf5);
24565 {
24566 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24567 result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2,arg3,arg4,arg5);
24568 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24569 }
24570 resultobj = SWIG_From_int(static_cast< int >(result));
24571 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
24572 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
24573 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
24574 if (alloc5 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf5;
24575 return resultobj;
24576fail:
24577 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
24578 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
24579 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
24580 if (alloc5 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf5;
24581 return NULL__null;
24582}
24583
24584
24585SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_SetErrorStringWithFormat__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24586 PyObject *resultobj = 0;
24587 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24588 char *arg2 = (char *) 0 ;
24589 char *arg3 = (char *) 0 ;
24590 char *arg4 = (char *) 0 ;
24591 void *argp1 = 0 ;
24592 int res1 = 0 ;
24593 int res2 ;
24594 char *buf2 = 0 ;
24595 int alloc2 = 0 ;
24596 int res3 ;
24597 char *buf3 = 0 ;
24598 int alloc3 = 0 ;
24599 int res4 ;
24600 char *buf4 = 0 ;
24601 int alloc4 = 0 ;
24602 PyObject * obj0 = 0 ;
24603 PyObject * obj1 = 0 ;
24604 PyObject * obj2 = 0 ;
24605 PyObject * obj3 = 0 ;
24606 int result;
24607
24608 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBError_SetErrorStringWithFormat",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
24609 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24610 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24611 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "1"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "1"" of type '" "lldb::SBError *""'"); goto fail
; } while(0)
;
24612 }
24613 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24614 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
24615 if (!SWIG_IsOK(res2)(res2 >= 0)) {
24616 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
24617 }
24618 arg2 = reinterpret_cast< char * >(buf2);
24619 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
24620 if (!SWIG_IsOK(res3)(res3 >= 0)) {
24621 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "3"" of type '" "char *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "3"" of type '" "char *""'"); goto fail; } while
(0)
;
24622 }
24623 arg3 = reinterpret_cast< char * >(buf3);
24624 res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL__null, &alloc4);
24625 if (!SWIG_IsOK(res4)(res4 >= 0)) {
24626 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "4"" of type '" "char *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "4"" of type '" "char *""'"); goto fail; } while
(0)
;
24627 }
24628 arg4 = reinterpret_cast< char * >(buf4);
24629 {
24630 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24631 result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2,arg3,arg4);
24632 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24633 }
24634 resultobj = SWIG_From_int(static_cast< int >(result));
24635 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
24636 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
24637 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
24638 return resultobj;
24639fail:
24640 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
24641 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
24642 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
24643 return NULL__null;
24644}
24645
24646
24647SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_SetErrorStringWithFormat__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24648 PyObject *resultobj = 0;
24649 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24650 char *arg2 = (char *) 0 ;
24651 char *arg3 = (char *) 0 ;
24652 void *argp1 = 0 ;
24653 int res1 = 0 ;
24654 int res2 ;
24655 char *buf2 = 0 ;
24656 int alloc2 = 0 ;
24657 int res3 ;
24658 char *buf3 = 0 ;
24659 int alloc3 = 0 ;
24660 PyObject * obj0 = 0 ;
24661 PyObject * obj1 = 0 ;
24662 PyObject * obj2 = 0 ;
24663 int result;
24664
24665 if (!PyArg_ParseTuple(args,(char *)"OOO:SBError_SetErrorStringWithFormat",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
24666 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24667 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24668 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "1"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "1"" of type '" "lldb::SBError *""'"); goto fail
; } while(0)
;
24669 }
24670 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24671 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
24672 if (!SWIG_IsOK(res2)(res2 >= 0)) {
24673 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
24674 }
24675 arg2 = reinterpret_cast< char * >(buf2);
24676 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
24677 if (!SWIG_IsOK(res3)(res3 >= 0)) {
24678 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "3"" of type '" "char *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "3"" of type '" "char *""'"); goto fail; } while
(0)
;
24679 }
24680 arg3 = reinterpret_cast< char * >(buf3);
24681 {
24682 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24683 result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2,arg3);
24684 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24685 }
24686 resultobj = SWIG_From_int(static_cast< int >(result));
24687 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
24688 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
24689 return resultobj;
24690fail:
24691 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
24692 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
24693 return NULL__null;
24694}
24695
24696
24697SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_SetErrorStringWithFormat__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24698 PyObject *resultobj = 0;
24699 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24700 char *arg2 = (char *) 0 ;
24701 void *argp1 = 0 ;
24702 int res1 = 0 ;
24703 int res2 ;
24704 char *buf2 = 0 ;
24705 int alloc2 = 0 ;
24706 PyObject * obj0 = 0 ;
24707 PyObject * obj1 = 0 ;
24708 int result;
24709
24710 if (!PyArg_ParseTuple(args,(char *)"OO:SBError_SetErrorStringWithFormat",&obj0,&obj1)) SWIG_failgoto fail;
24711 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24712 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24713 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "1"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "1"" of type '" "lldb::SBError *""'"); goto fail
; } while(0)
;
24714 }
24715 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24716 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
24717 if (!SWIG_IsOK(res2)(res2 >= 0)) {
24718 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBError_SetErrorStringWithFormat" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBError_SetErrorStringWithFormat"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
24719 }
24720 arg2 = reinterpret_cast< char * >(buf2);
24721 {
24722 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24723 result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2);
24724 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24725 }
24726 resultobj = SWIG_From_int(static_cast< int >(result));
24727 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
24728 return resultobj;
24729fail:
24730 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
24731 return NULL__null;
24732}
24733
24734
24735SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_SetErrorStringWithFormat(PyObject *self, PyObject *args) {
24736 Py_ssize_t argc;
24737 PyObject *argv[6] = {
24738 0
24739 };
24740 Py_ssize_t ii;
24741
24742 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
24743 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
24744 for (ii = 0; (ii < 5) && (ii < argc); ii++) {
24745 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
24746 }
24747 if (argc == 2) {
24748 int _v;
24749 void *vptr = 0;
24750 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[25
], 0, 0)
;
24751 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24752 if (_v) {
24753 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
24754 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24755 if (_v) {
24756 return _wrap_SBError_SetErrorStringWithFormat__SWIG_3(self, args);
24757 }
24758 }
24759 }
24760 if (argc == 3) {
24761 int _v;
24762 void *vptr = 0;
24763 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[25
], 0, 0)
;
24764 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24765 if (_v) {
24766 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
24767 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24768 if (_v) {
24769 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
24770 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24771 if (_v) {
24772 return _wrap_SBError_SetErrorStringWithFormat__SWIG_2(self, args);
24773 }
24774 }
24775 }
24776 }
24777 if (argc == 4) {
24778 int _v;
24779 void *vptr = 0;
24780 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[25
], 0, 0)
;
24781 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24782 if (_v) {
24783 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
24784 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24785 if (_v) {
24786 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
24787 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24788 if (_v) {
24789 int res = SWIG_AsCharPtrAndSize(argv[3], 0, NULL__null, 0);
24790 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24791 if (_v) {
24792 return _wrap_SBError_SetErrorStringWithFormat__SWIG_1(self, args);
24793 }
24794 }
24795 }
24796 }
24797 }
24798 if (argc == 5) {
24799 int _v;
24800 void *vptr = 0;
24801 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[25
], 0, 0)
;
24802 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24803 if (_v) {
24804 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
24805 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24806 if (_v) {
24807 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
24808 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24809 if (_v) {
24810 int res = SWIG_AsCharPtrAndSize(argv[3], 0, NULL__null, 0);
24811 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24812 if (_v) {
24813 int res = SWIG_AsCharPtrAndSize(argv[4], 0, NULL__null, 0);
24814 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
24815 if (_v) {
24816 return _wrap_SBError_SetErrorStringWithFormat__SWIG_0(self, args);
24817 }
24818 }
24819 }
24820 }
24821 }
24822 }
24823
24824fail:
24825 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBError_SetErrorStringWithFormat'.\n"
24826 " Possible C/C++ prototypes are:\n"
24827 " lldb::SBError::SetErrorStringWithFormat(char const *,char *,char *,char *)\n"
24828 " lldb::SBError::SetErrorStringWithFormat(char const *,char *,char *)\n"
24829 " lldb::SBError::SetErrorStringWithFormat(char const *,char *)\n"
24830 " lldb::SBError::SetErrorStringWithFormat(char const *)\n");
24831 return 0;
24832}
24833
24834
24835SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24836 PyObject *resultobj = 0;
24837 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24838 void *argp1 = 0 ;
24839 int res1 = 0 ;
24840 PyObject * obj0 = 0 ;
24841 bool result;
24842
24843 if (!PyArg_ParseTuple(args,(char *)"O:SBError_IsValid",&obj0)) SWIG_failgoto fail;
24844 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24845 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24846 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_IsValid" "', argument " "1"" of type '" "lldb::SBError const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_IsValid" "', argument "
"1"" of type '" "lldb::SBError const *""'"); goto fail; } while
(0)
;
24847 }
24848 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24849 {
24850 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24851 result = (bool)((lldb::SBError const *)arg1)->IsValid();
24852 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24853 }
24854 resultobj = SWIG_From_bool(static_cast< bool >(result));
24855 return resultobj;
24856fail:
24857 return NULL__null;
24858}
24859
24860
24861SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24862 PyObject *resultobj = 0;
24863 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24864 lldb::SBStream *arg2 = 0 ;
24865 void *argp1 = 0 ;
24866 int res1 = 0 ;
24867 void *argp2 = 0 ;
24868 int res2 = 0 ;
24869 PyObject * obj0 = 0 ;
24870 PyObject * obj1 = 0 ;
24871 bool result;
24872
24873 if (!PyArg_ParseTuple(args,(char *)"OO:SBError_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
24874 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24875 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24876 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_GetDescription" "', argument " "1"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError_GetDescription" "', argument "
"1"" of type '" "lldb::SBError *""'"); goto fail; } while(0)
;
24877 }
24878 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24879 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
24880 if (!SWIG_IsOK(res2)(res2 >= 0)) {
24881 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBError_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBError_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
24882 }
24883 if (!argp2) {
24884 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBError_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBError_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
24885 }
24886 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
24887 {
24888 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24889 result = (bool)(arg1)->GetDescription(*arg2);
24890 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24891 }
24892 resultobj = SWIG_From_bool(static_cast< bool >(result));
24893 return resultobj;
24894fail:
24895 return NULL__null;
24896}
24897
24898
24899SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBError___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24900 PyObject *resultobj = 0;
24901 lldb::SBError *arg1 = (lldb::SBError *) 0 ;
24902 void *argp1 = 0 ;
24903 int res1 = 0 ;
24904 PyObject * obj0 = 0 ;
24905 PyObject *result = 0 ;
24906
24907 if (!PyArg_ParseTuple(args,(char *)"O:SBError___str__",&obj0)) SWIG_failgoto fail;
24908 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[25]
, 0 | 0, 0)
;
24909 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24910 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError___str__" "', argument " "1"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBError___str__" "', argument "
"1"" of type '" "lldb::SBError *""'"); goto fail; } while(0)
;
24911 }
24912 arg1 = reinterpret_cast< lldb::SBError * >(argp1);
24913 result = (PyObject *)lldb_SBError___str__(arg1);
24914 resultobj = result;
24915 return resultobj;
24916fail:
24917 return NULL__null;
24918}
24919
24920
24921SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBError_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24922 PyObject *obj;
24923 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
24924 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBErrorswig_types[25], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
24925 return SWIG_Py_Void();
24926}
24927
24928SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBEvent__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24929 PyObject *resultobj = 0;
24930 lldb::SBEvent *result = 0 ;
24931
24932 if (!PyArg_ParseTuple(args,(char *)":new_SBEvent")) SWIG_failgoto fail;
24933 {
24934 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24935 result = (lldb::SBEvent *)new lldb::SBEvent();
24936 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24937 }
24938 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBEvent, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[26], (
(0x1 << 1) | 0x1) | 0)
;
24939 return resultobj;
24940fail:
24941 return NULL__null;
24942}
24943
24944
24945SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBEvent__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24946 PyObject *resultobj = 0;
24947 lldb::SBEvent *arg1 = 0 ;
24948 void *argp1 = 0 ;
24949 int res1 = 0 ;
24950 PyObject * obj0 = 0 ;
24951 lldb::SBEvent *result = 0 ;
24952
24953 if (!PyArg_ParseTuple(args,(char *)"O:new_SBEvent",&obj0)) SWIG_failgoto fail;
24954 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
24955 if (!SWIG_IsOK(res1)(res1 >= 0)) {
24956 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
24957 }
24958 if (!argp1) {
24959 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBEvent" "', argument " "1"" of type '" "lldb::SBEvent const &"
"'"); goto fail; } while(0)
;
24960 }
24961 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
24962 {
24963 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
24964 result = (lldb::SBEvent *)new lldb::SBEvent((lldb::SBEvent const &)*arg1);
24965 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
24966 }
24967 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBEvent, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[26], (
(0x1 << 1) | 0x1) | 0)
;
24968 return resultobj;
24969fail:
24970 return NULL__null;
24971}
24972
24973
24974SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBEvent__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
24975 PyObject *resultobj = 0;
24976 uint32_t arg1 ;
24977 char *arg2 = (char *) 0 ;
24978 uint32_t arg3 ;
24979 unsigned int val1 ;
24980 int ecode1 = 0 ;
24981 PyObject * obj0 = 0 ;
24982 PyObject * obj1 = 0 ;
24983 lldb::SBEvent *result = 0 ;
24984
24985 if (!PyArg_ParseTuple(args,(char *)"OO:new_SBEvent",&obj0,&obj1)) SWIG_failgoto fail;
24986 ecode1 = SWIG_AsVal_unsigned_SS_int(obj0, &val1);
24987 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
24988 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_SBEvent" "', argument " "1"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "new_SBEvent" "', argument "
"1"" of type '" "uint32_t""'"); goto fail; } while(0)
;
24989 }
24990 arg1 = static_cast< uint32_t >(val1);
24991 {
24992 using namespace lldb_private;
24993 if (PythonString::Check(obj1)) {
24994 PythonString str(PyRefType::Borrowed, obj1);
24995 arg2 = (char*)str.GetString().data();
24996 arg3 = str.GetSize();
24997 }
24998 else if(PythonByteArray::Check(obj1)) {
24999 PythonByteArray bytearray(PyRefType::Borrowed, obj1);
25000 arg2 = (char*)bytearray.GetBytes().data();
25001 arg3 = bytearray.GetSize();
25002 }
25003 else if (PythonBytes::Check(obj1)) {
25004 PythonBytes bytes(PyRefType::Borrowed, obj1);
25005 arg2 = (char*)bytes.GetBytes().data();
25006 arg3 = bytes.GetSize();
25007 }
25008 else {
25009 PyErr_SetString(PyExc_ValueError, "Expecting a string");
25010 return NULL__null;
25011 }
25012 }
25013 {
25014 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25015 result = (lldb::SBEvent *)new lldb::SBEvent(arg1,(char const *)arg2,arg3);
25016 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25017 }
25018 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBEvent, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[26], (
(0x1 << 1) | 0x1) | 0)
;
25019 return resultobj;
25020fail:
25021 return NULL__null;
25022}
25023
25024
25025SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBEvent(PyObject *self, PyObject *args) {
25026 Py_ssize_t argc;
25027 PyObject *argv[3] = {
25028 0
25029 };
25030 Py_ssize_t ii;
25031
25032 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
25033 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
25034 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
25035 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
25036 }
25037 if (argc == 0) {
25038 return _wrap_new_SBEvent__SWIG_0(self, args);
25039 }
25040 if (argc == 1) {
25041 int _v;
25042 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBEvent, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[26], 0, 0
)
;
25043 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25044 if (_v) {
25045 return _wrap_new_SBEvent__SWIG_1(self, args);
25046 }
25047 }
25048 if (argc == 2) {
25049 int _v;
25050 {
25051 int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL__null);
25052 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25053 }
25054 if (_v) {
25055 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
25056 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25057 if (_v) {
25058 if (argc <= 2) {
25059 return _wrap_new_SBEvent__SWIG_2(self, args);
25060 }
25061 {
25062 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
25063 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25064 }
25065 if (_v) {
25066 return _wrap_new_SBEvent__SWIG_2(self, args);
25067 }
25068 }
25069 }
25070 }
25071
25072fail:
25073 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBEvent'.\n"
25074 " Possible C/C++ prototypes are:\n"
25075 " lldb::SBEvent::SBEvent()\n"
25076 " lldb::SBEvent::SBEvent(lldb::SBEvent const &)\n"
25077 " lldb::SBEvent::SBEvent(uint32_t,char const *,uint32_t)\n");
25078 return 0;
25079}
25080
25081
25082SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25083 PyObject *resultobj = 0;
25084 lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25085 void *argp1 = 0 ;
25086 int res1 = 0 ;
25087 PyObject * obj0 = 0 ;
25088
25089 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBEvent",&obj0)) SWIG_failgoto fail;
25090 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBEvent, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0x1 | 0, 0)
;
25091 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25092 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBEvent" "', argument " "1"" of type '" "lldb::SBEvent *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBEvent" "', argument "
"1"" of type '" "lldb::SBEvent *""'"); goto fail; } while(0)
;
25093 }
25094 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
25095 {
25096 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25097 delete arg1;
25098 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25099 }
25100 resultobj = SWIG_Py_Void();
25101 return resultobj;
25102fail:
25103 return NULL__null;
25104}
25105
25106
25107SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBEvent_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25108 PyObject *resultobj = 0;
25109 lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25110 void *argp1 = 0 ;
25111 int res1 = 0 ;
25112 PyObject * obj0 = 0 ;
25113 bool result;
25114
25115 if (!PyArg_ParseTuple(args,(char *)"O:SBEvent_IsValid",&obj0)) SWIG_failgoto fail;
25116 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBEvent, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
25117 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25118 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBEvent_IsValid" "', argument " "1"" of type '" "lldb::SBEvent const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBEvent_IsValid" "', argument "
"1"" of type '" "lldb::SBEvent const *""'"); goto fail; } while
(0)
;
25119 }
25120 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
25121 {
25122 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25123 result = (bool)((lldb::SBEvent const *)arg1)->IsValid();
25124 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25125 }
25126 resultobj = SWIG_From_bool(static_cast< bool >(result));
25127 return resultobj;
25128fail:
25129 return NULL__null;
25130}
25131
25132
25133SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBEvent_GetDataFlavor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25134 PyObject *resultobj = 0;
25135 lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25136 void *argp1 = 0 ;
25137 int res1 = 0 ;
25138 PyObject * obj0 = 0 ;
25139 char *result = 0 ;
25140
25141 if (!PyArg_ParseTuple(args,(char *)"O:SBEvent_GetDataFlavor",&obj0)) SWIG_failgoto fail;
25142 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBEvent, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
25143 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25144 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBEvent_GetDataFlavor" "', argument " "1"" of type '" "lldb::SBEvent *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBEvent_GetDataFlavor" "', argument "
"1"" of type '" "lldb::SBEvent *""'"); goto fail; } while(0)
;
25145 }
25146 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
25147 {
25148 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25149 result = (char *)(arg1)->GetDataFlavor();
25150 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25151 }
25152 resultobj = SWIG_FromCharPtr((const char *)result);
25153 return resultobj;
25154fail:
25155 return NULL__null;
25156}
25157
25158
25159SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBEvent_GetType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25160 PyObject *resultobj = 0;
25161 lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25162 void *argp1 = 0 ;
25163 int res1 = 0 ;
25164 PyObject * obj0 = 0 ;
25165 uint32_t result;
25166
25167 if (!PyArg_ParseTuple(args,(char *)"O:SBEvent_GetType",&obj0)) SWIG_failgoto fail;
25168 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBEvent, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
25169 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25170 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBEvent_GetType" "', argument " "1"" of type '" "lldb::SBEvent const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBEvent_GetType" "', argument "
"1"" of type '" "lldb::SBEvent const *""'"); goto fail; } while
(0)
;
25171 }
25172 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
25173 {
25174 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25175 result = (uint32_t)((lldb::SBEvent const *)arg1)->GetType();
25176 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25177 }
25178 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
25179 return resultobj;
25180fail:
25181 return NULL__null;
25182}
25183
25184
25185SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBEvent_GetBroadcaster(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25186 PyObject *resultobj = 0;
25187 lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25188 void *argp1 = 0 ;
25189 int res1 = 0 ;
25190 PyObject * obj0 = 0 ;
25191 lldb::SBBroadcaster result;
25192
25193 if (!PyArg_ParseTuple(args,(char *)"O:SBEvent_GetBroadcaster",&obj0)) SWIG_failgoto fail;
25194 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBEvent, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
25195 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25196 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBEvent_GetBroadcaster" "', argument " "1"" of type '" "lldb::SBEvent const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBEvent_GetBroadcaster" "', argument "
"1"" of type '" "lldb::SBEvent const *""'"); goto fail; } while
(0)
;
25197 }
25198 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
25199 {
25200 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25201 result = ((lldb::SBEvent const *)arg1)->GetBroadcaster();
25202 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25203 }
25204 resultobj = SWIG_NewPointerObj((new lldb::SBBroadcaster(static_cast< const lldb::SBBroadcaster& >(result))), SWIGTYPE_p_lldb__SBBroadcaster, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBroadcaster(static_cast
< const lldb::SBBroadcaster& >(result))), swig_types
[16], 0x1 | 0)
;
25205 return resultobj;
25206fail:
25207 return NULL__null;
25208}
25209
25210
25211SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBEvent_GetBroadcasterClass(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25212 PyObject *resultobj = 0;
25213 lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25214 void *argp1 = 0 ;
25215 int res1 = 0 ;
25216 PyObject * obj0 = 0 ;
25217 char *result = 0 ;
25218
25219 if (!PyArg_ParseTuple(args,(char *)"O:SBEvent_GetBroadcasterClass",&obj0)) SWIG_failgoto fail;
25220 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBEvent, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
25221 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25222 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBEvent_GetBroadcasterClass" "', argument " "1"" of type '" "lldb::SBEvent const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBEvent_GetBroadcasterClass"
"', argument " "1"" of type '" "lldb::SBEvent const *""'"); goto
fail; } while(0)
;
25223 }
25224 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
25225 {
25226 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25227 result = (char *)((lldb::SBEvent const *)arg1)->GetBroadcasterClass();
25228 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25229 }
25230 resultobj = SWIG_FromCharPtr((const char *)result);
25231 return resultobj;
25232fail:
25233 return NULL__null;
25234}
25235
25236
25237SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBEvent_BroadcasterMatchesRef(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25238 PyObject *resultobj = 0;
25239 lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25240 lldb::SBBroadcaster *arg2 = 0 ;
25241 void *argp1 = 0 ;
25242 int res1 = 0 ;
25243 void *argp2 = 0 ;
25244 int res2 = 0 ;
25245 PyObject * obj0 = 0 ;
25246 PyObject * obj1 = 0 ;
25247 bool result;
25248
25249 if (!PyArg_ParseTuple(args,(char *)"OO:SBEvent_BroadcasterMatchesRef",&obj0,&obj1)) SWIG_failgoto fail;
25250 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBEvent, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
25251 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25252 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBEvent_BroadcasterMatchesRef" "', argument " "1"" of type '" "lldb::SBEvent *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBEvent_BroadcasterMatchesRef"
"', argument " "1"" of type '" "lldb::SBEvent *""'"); goto fail
; } while(0)
;
25253 }
25254 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
25255 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[16]
, 0 | 0, 0)
;
25256 if (!SWIG_IsOK(res2)(res2 >= 0)) {
25257 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBEvent_BroadcasterMatchesRef" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBEvent_BroadcasterMatchesRef"
"', argument " "2"" of type '" "lldb::SBBroadcaster const &"
"'"); goto fail; } while(0)
;
25258 }
25259 if (!argp2) {
25260 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBEvent_BroadcasterMatchesRef" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBEvent_BroadcasterMatchesRef" "', argument "
"2"" of type '" "lldb::SBBroadcaster const &""'"); goto fail
; } while(0)
;
25261 }
25262 arg2 = reinterpret_cast< lldb::SBBroadcaster * >(argp2);
25263 {
25264 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25265 result = (bool)(arg1)->BroadcasterMatchesRef((lldb::SBBroadcaster const &)*arg2);
25266 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25267 }
25268 resultobj = SWIG_From_bool(static_cast< bool >(result));
25269 return resultobj;
25270fail:
25271 return NULL__null;
25272}
25273
25274
25275SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBEvent_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25276 PyObject *resultobj = 0;
25277 lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25278 void *argp1 = 0 ;
25279 int res1 = 0 ;
25280 PyObject * obj0 = 0 ;
25281
25282 if (!PyArg_ParseTuple(args,(char *)"O:SBEvent_Clear",&obj0)) SWIG_failgoto fail;
25283 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBEvent, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
25284 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25285 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBEvent_Clear" "', argument " "1"" of type '" "lldb::SBEvent *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBEvent_Clear" "', argument "
"1"" of type '" "lldb::SBEvent *""'"); goto fail; } while(0)
;
25286 }
25287 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
25288 {
25289 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25290 (arg1)->Clear();
25291 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25292 }
25293 resultobj = SWIG_Py_Void();
25294 return resultobj;
25295fail:
25296 return NULL__null;
25297}
25298
25299
25300SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBEvent_GetCStringFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25301 PyObject *resultobj = 0;
25302 lldb::SBEvent *arg1 = 0 ;
25303 void *argp1 = 0 ;
25304 int res1 = 0 ;
25305 PyObject * obj0 = 0 ;
25306 char *result = 0 ;
25307
25308 if (!PyArg_ParseTuple(args,(char *)"O:SBEvent_GetCStringFromEvent",&obj0)) SWIG_failgoto fail;
25309 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
25310 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25311 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBEvent_GetCStringFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBEvent_GetCStringFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
25312 }
25313 if (!argp1) {
25314 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBEvent_GetCStringFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBEvent_GetCStringFromEvent" "', argument " "1"
" of type '" "lldb::SBEvent const &""'"); goto fail; } while
(0)
;
25315 }
25316 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
25317 {
25318 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25319 result = (char *)lldb::SBEvent::GetCStringFromEvent((lldb::SBEvent const &)*arg1);
25320 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25321 }
25322 resultobj = SWIG_FromCharPtr((const char *)result);
25323 return resultobj;
25324fail:
25325 return NULL__null;
25326}
25327
25328
25329SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBEvent_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25330 PyObject *resultobj = 0;
25331 lldb::SBEvent *arg1 = (lldb::SBEvent *) 0 ;
25332 lldb::SBStream *arg2 = 0 ;
25333 void *argp1 = 0 ;
25334 int res1 = 0 ;
25335 void *argp2 = 0 ;
25336 int res2 = 0 ;
25337 PyObject * obj0 = 0 ;
25338 PyObject * obj1 = 0 ;
25339 bool result;
25340
25341 if (!PyArg_ParseTuple(args,(char *)"OO:SBEvent_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
25342 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBEvent, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
25343 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25344 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBEvent_GetDescription" "', argument " "1"" of type '" "lldb::SBEvent const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBEvent_GetDescription" "', argument "
"1"" of type '" "lldb::SBEvent const *""'"); goto fail; } while
(0)
;
25345 }
25346 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
25347 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
25348 if (!SWIG_IsOK(res2)(res2 >= 0)) {
25349 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBEvent_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBEvent_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
25350 }
25351 if (!argp2) {
25352 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBEvent_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBEvent_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
25353 }
25354 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
25355 {
25356 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25357 result = (bool)((lldb::SBEvent const *)arg1)->GetDescription(*arg2);
25358 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25359 }
25360 resultobj = SWIG_From_bool(static_cast< bool >(result));
25361 return resultobj;
25362fail:
25363 return NULL__null;
25364}
25365
25366
25367SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBEvent_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25368 PyObject *obj;
25369 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
25370 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBEventswig_types[26], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
25371 return SWIG_Py_Void();
25372}
25373
25374SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBExecutionContext__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25375 PyObject *resultobj = 0;
25376 lldb::SBExecutionContext *result = 0 ;
25377
25378 if (!PyArg_ParseTuple(args,(char *)":new_SBExecutionContext")) SWIG_failgoto fail;
25379 {
25380 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25381 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext();
25382 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25383 }
25384 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBExecutionContext, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[27], (
(0x1 << 1) | 0x1) | 0)
;
25385 return resultobj;
25386fail:
25387 return NULL__null;
25388}
25389
25390
25391SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBExecutionContext__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25392 PyObject *resultobj = 0;
25393 lldb::SBExecutionContext *arg1 = 0 ;
25394 void *argp1 = 0 ;
25395 int res1 = 0 ;
25396 PyObject * obj0 = 0 ;
25397 lldb::SBExecutionContext *result = 0 ;
25398
25399 if (!PyArg_ParseTuple(args,(char *)"O:new_SBExecutionContext",&obj0)) SWIG_failgoto fail;
25400 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBExecutionContext, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[27]
, 0 | 0, 0)
;
25401 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25402 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBExecutionContext" "', argument " "1"" of type '" "lldb::SBExecutionContext const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBExecutionContext" "', argument "
"1"" of type '" "lldb::SBExecutionContext const &""'"); goto
fail; } while(0)
;
25403 }
25404 if (!argp1) {
25405 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBExecutionContext" "', argument " "1"" of type '" "lldb::SBExecutionContext const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBExecutionContext" "', argument " "1"" of type '"
"lldb::SBExecutionContext const &""'"); goto fail; } while
(0)
;
25406 }
25407 arg1 = reinterpret_cast< lldb::SBExecutionContext * >(argp1);
25408 {
25409 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25410 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext((lldb::SBExecutionContext const &)*arg1);
25411 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25412 }
25413 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBExecutionContext, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[27], (
(0x1 << 1) | 0x1) | 0)
;
25414 return resultobj;
25415fail:
25416 return NULL__null;
25417}
25418
25419
25420SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBExecutionContext__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25421 PyObject *resultobj = 0;
25422 lldb::SBTarget *arg1 = 0 ;
25423 void *argp1 = 0 ;
25424 int res1 = 0 ;
25425 PyObject * obj0 = 0 ;
25426 lldb::SBExecutionContext *result = 0 ;
25427
25428 if (!PyArg_ParseTuple(args,(char *)"O:new_SBExecutionContext",&obj0)) SWIG_failgoto fail;
25429 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
25430 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25431 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBExecutionContext" "', argument " "1"" of type '" "lldb::SBTarget const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBExecutionContext" "', argument "
"1"" of type '" "lldb::SBTarget const &""'"); goto fail;
} while(0)
;
25432 }
25433 if (!argp1) {
25434 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBExecutionContext" "', argument " "1"" of type '" "lldb::SBTarget const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBExecutionContext" "', argument " "1"" of type '"
"lldb::SBTarget const &""'"); goto fail; } while(0)
;
25435 }
25436 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
25437 {
25438 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25439 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext((lldb::SBTarget const &)*arg1);
25440 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25441 }
25442 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBExecutionContext, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[27], (
(0x1 << 1) | 0x1) | 0)
;
25443 return resultobj;
25444fail:
25445 return NULL__null;
25446}
25447
25448
25449SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBExecutionContext__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25450 PyObject *resultobj = 0;
25451 lldb::SBProcess *arg1 = 0 ;
25452 void *argp1 = 0 ;
25453 int res1 = 0 ;
25454 PyObject * obj0 = 0 ;
25455 lldb::SBExecutionContext *result = 0 ;
25456
25457 if (!PyArg_ParseTuple(args,(char *)"O:new_SBExecutionContext",&obj0)) SWIG_failgoto fail;
25458 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBProcess, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
25459 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25460 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBExecutionContext" "', argument " "1"" of type '" "lldb::SBProcess const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBExecutionContext" "', argument "
"1"" of type '" "lldb::SBProcess const &""'"); goto fail
; } while(0)
;
25461 }
25462 if (!argp1) {
25463 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBExecutionContext" "', argument " "1"" of type '" "lldb::SBProcess const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBExecutionContext" "', argument " "1"" of type '"
"lldb::SBProcess const &""'"); goto fail; } while(0)
;
25464 }
25465 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
25466 {
25467 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25468 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext((lldb::SBProcess const &)*arg1);
25469 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25470 }
25471 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBExecutionContext, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[27], (
(0x1 << 1) | 0x1) | 0)
;
25472 return resultobj;
25473fail:
25474 return NULL__null;
25475}
25476
25477
25478SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBExecutionContext__SWIG_4(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25479 PyObject *resultobj = 0;
25480 lldb::SBThread arg1 ;
25481 void *argp1 ;
25482 int res1 = 0 ;
25483 PyObject * obj0 = 0 ;
25484 lldb::SBExecutionContext *result = 0 ;
25485
25486 if (!PyArg_ParseTuple(args,(char *)"O:new_SBExecutionContext",&obj0)) SWIG_failgoto fail;
25487 {
25488 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBThread, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
25489 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25490 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBExecutionContext" "', argument " "1"" of type '" "lldb::SBThread""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBExecutionContext" "', argument "
"1"" of type '" "lldb::SBThread""'"); goto fail; } while(0)
;
25491 }
25492 if (!argp1) {
25493 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBExecutionContext" "', argument " "1"" of type '" "lldb::SBThread""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBExecutionContext" "', argument " "1"" of type '"
"lldb::SBThread""'"); goto fail; } while(0)
;
25494 } else {
25495 lldb::SBThread * temp = reinterpret_cast< lldb::SBThread * >(argp1);
25496 arg1 = *temp;
25497 if (SWIG_IsNewObj(res1)((res1 >= 0) && (res1 & ((1 << 8) <<
1)))
) delete temp;
25498 }
25499 }
25500 {
25501 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25502 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext(arg1);
25503 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25504 }
25505 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBExecutionContext, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[27], (
(0x1 << 1) | 0x1) | 0)
;
25506 return resultobj;
25507fail:
25508 return NULL__null;
25509}
25510
25511
25512SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBExecutionContext__SWIG_5(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25513 PyObject *resultobj = 0;
25514 lldb::SBFrame *arg1 = 0 ;
25515 void *argp1 = 0 ;
25516 int res1 = 0 ;
25517 PyObject * obj0 = 0 ;
25518 lldb::SBExecutionContext *result = 0 ;
25519
25520 if (!PyArg_ParseTuple(args,(char *)"O:new_SBExecutionContext",&obj0)) SWIG_failgoto fail;
25521 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBFrame, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
25522 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25523 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBExecutionContext" "', argument " "1"" of type '" "lldb::SBFrame const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBExecutionContext" "', argument "
"1"" of type '" "lldb::SBFrame const &""'"); goto fail; }
while(0)
;
25524 }
25525 if (!argp1) {
25526 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBExecutionContext" "', argument " "1"" of type '" "lldb::SBFrame const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBExecutionContext" "', argument " "1"" of type '"
"lldb::SBFrame const &""'"); goto fail; } while(0)
;
25527 }
25528 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
25529 {
25530 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25531 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext((lldb::SBFrame const &)*arg1);
25532 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25533 }
25534 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBExecutionContext, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[27], (
(0x1 << 1) | 0x1) | 0)
;
25535 return resultobj;
25536fail:
25537 return NULL__null;
25538}
25539
25540
25541SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBExecutionContext(PyObject *self, PyObject *args) {
25542 Py_ssize_t argc;
25543 PyObject *argv[2] = {
25544 0
25545 };
25546 Py_ssize_t ii;
25547
25548 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
25549 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
25550 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
25551 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
25552 }
25553 if (argc == 0) {
25554 return _wrap_new_SBExecutionContext__SWIG_0(self, args);
25555 }
25556 if (argc == 1) {
25557 int _v;
25558 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBExecutionContext, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[27], 0, 0
)
;
25559 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25560 if (_v) {
25561 return _wrap_new_SBExecutionContext__SWIG_1(self, args);
25562 }
25563 }
25564 if (argc == 1) {
25565 int _v;
25566 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[60], 0, 0
)
;
25567 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25568 if (_v) {
25569 return _wrap_new_SBExecutionContext__SWIG_2(self, args);
25570 }
25571 }
25572 if (argc == 1) {
25573 int _v;
25574 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBProcess, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[48], 0, 0
)
;
25575 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25576 if (_v) {
25577 return _wrap_new_SBExecutionContext__SWIG_3(self, args);
25578 }
25579 }
25580 if (argc == 1) {
25581 int _v;
25582 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[61], 0, 0
)
;
25583 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25584 if (_v) {
25585 return _wrap_new_SBExecutionContext__SWIG_4(self, args);
25586 }
25587 }
25588 if (argc == 1) {
25589 int _v;
25590 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[31], 0, 0
)
;
25591 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25592 if (_v) {
25593 return _wrap_new_SBExecutionContext__SWIG_5(self, args);
25594 }
25595 }
25596
25597fail:
25598 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBExecutionContext'.\n"
25599 " Possible C/C++ prototypes are:\n"
25600 " lldb::SBExecutionContext::SBExecutionContext()\n"
25601 " lldb::SBExecutionContext::SBExecutionContext(lldb::SBExecutionContext const &)\n"
25602 " lldb::SBExecutionContext::SBExecutionContext(lldb::SBTarget const &)\n"
25603 " lldb::SBExecutionContext::SBExecutionContext(lldb::SBProcess const &)\n"
25604 " lldb::SBExecutionContext::SBExecutionContext(lldb::SBThread)\n"
25605 " lldb::SBExecutionContext::SBExecutionContext(lldb::SBFrame const &)\n");
25606 return 0;
25607}
25608
25609
25610SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBExecutionContext(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25611 PyObject *resultobj = 0;
25612 lldb::SBExecutionContext *arg1 = (lldb::SBExecutionContext *) 0 ;
25613 void *argp1 = 0 ;
25614 int res1 = 0 ;
25615 PyObject * obj0 = 0 ;
25616
25617 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBExecutionContext",&obj0)) SWIG_failgoto fail;
25618 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExecutionContext, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[27]
, 0x1 | 0, 0)
;
25619 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25620 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBExecutionContext" "', argument " "1"" of type '" "lldb::SBExecutionContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBExecutionContext"
"', argument " "1"" of type '" "lldb::SBExecutionContext *""'"
); goto fail; } while(0)
;
25621 }
25622 arg1 = reinterpret_cast< lldb::SBExecutionContext * >(argp1);
25623 {
25624 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25625 delete arg1;
25626 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25627 }
25628 resultobj = SWIG_Py_Void();
25629 return resultobj;
25630fail:
25631 return NULL__null;
25632}
25633
25634
25635SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExecutionContext_GetTarget(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25636 PyObject *resultobj = 0;
25637 lldb::SBExecutionContext *arg1 = (lldb::SBExecutionContext *) 0 ;
25638 void *argp1 = 0 ;
25639 int res1 = 0 ;
25640 PyObject * obj0 = 0 ;
25641 lldb::SBTarget result;
25642
25643 if (!PyArg_ParseTuple(args,(char *)"O:SBExecutionContext_GetTarget",&obj0)) SWIG_failgoto fail;
25644 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExecutionContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[27]
, 0 | 0, 0)
;
25645 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25646 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExecutionContext_GetTarget" "', argument " "1"" of type '" "lldb::SBExecutionContext const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExecutionContext_GetTarget"
"', argument " "1"" of type '" "lldb::SBExecutionContext const *"
"'"); goto fail; } while(0)
;
25647 }
25648 arg1 = reinterpret_cast< lldb::SBExecutionContext * >(argp1);
25649 {
25650 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25651 result = ((lldb::SBExecutionContext const *)arg1)->GetTarget();
25652 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25653 }
25654 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
25655 return resultobj;
25656fail:
25657 return NULL__null;
25658}
25659
25660
25661SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExecutionContext_GetProcess(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25662 PyObject *resultobj = 0;
25663 lldb::SBExecutionContext *arg1 = (lldb::SBExecutionContext *) 0 ;
25664 void *argp1 = 0 ;
25665 int res1 = 0 ;
25666 PyObject * obj0 = 0 ;
25667 lldb::SBProcess result;
25668
25669 if (!PyArg_ParseTuple(args,(char *)"O:SBExecutionContext_GetProcess",&obj0)) SWIG_failgoto fail;
25670 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExecutionContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[27]
, 0 | 0, 0)
;
25671 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25672 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExecutionContext_GetProcess" "', argument " "1"" of type '" "lldb::SBExecutionContext const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExecutionContext_GetProcess"
"', argument " "1"" of type '" "lldb::SBExecutionContext const *"
"'"); goto fail; } while(0)
;
25673 }
25674 arg1 = reinterpret_cast< lldb::SBExecutionContext * >(argp1);
25675 {
25676 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25677 result = ((lldb::SBExecutionContext const *)arg1)->GetProcess();
25678 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25679 }
25680 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
25681 return resultobj;
25682fail:
25683 return NULL__null;
25684}
25685
25686
25687SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExecutionContext_GetThread(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25688 PyObject *resultobj = 0;
25689 lldb::SBExecutionContext *arg1 = (lldb::SBExecutionContext *) 0 ;
25690 void *argp1 = 0 ;
25691 int res1 = 0 ;
25692 PyObject * obj0 = 0 ;
25693 lldb::SBThread result;
25694
25695 if (!PyArg_ParseTuple(args,(char *)"O:SBExecutionContext_GetThread",&obj0)) SWIG_failgoto fail;
25696 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExecutionContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[27]
, 0 | 0, 0)
;
25697 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25698 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExecutionContext_GetThread" "', argument " "1"" of type '" "lldb::SBExecutionContext const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExecutionContext_GetThread"
"', argument " "1"" of type '" "lldb::SBExecutionContext const *"
"'"); goto fail; } while(0)
;
25699 }
25700 arg1 = reinterpret_cast< lldb::SBExecutionContext * >(argp1);
25701 {
25702 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25703 result = ((lldb::SBExecutionContext const *)arg1)->GetThread();
25704 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25705 }
25706 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
25707 return resultobj;
25708fail:
25709 return NULL__null;
25710}
25711
25712
25713SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExecutionContext_GetFrame(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25714 PyObject *resultobj = 0;
25715 lldb::SBExecutionContext *arg1 = (lldb::SBExecutionContext *) 0 ;
25716 void *argp1 = 0 ;
25717 int res1 = 0 ;
25718 PyObject * obj0 = 0 ;
25719 lldb::SBFrame result;
25720
25721 if (!PyArg_ParseTuple(args,(char *)"O:SBExecutionContext_GetFrame",&obj0)) SWIG_failgoto fail;
25722 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExecutionContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[27]
, 0 | 0, 0)
;
25723 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25724 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExecutionContext_GetFrame" "', argument " "1"" of type '" "lldb::SBExecutionContext const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExecutionContext_GetFrame"
"', argument " "1"" of type '" "lldb::SBExecutionContext const *"
"'"); goto fail; } while(0)
;
25725 }
25726 arg1 = reinterpret_cast< lldb::SBExecutionContext * >(argp1);
25727 {
25728 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25729 result = ((lldb::SBExecutionContext const *)arg1)->GetFrame();
25730 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25731 }
25732 resultobj = SWIG_NewPointerObj((new lldb::SBFrame(static_cast< const lldb::SBFrame& >(result))), SWIGTYPE_p_lldb__SBFrame, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFrame(static_cast
< const lldb::SBFrame& >(result))), swig_types[31],
0x1 | 0)
;
25733 return resultobj;
25734fail:
25735 return NULL__null;
25736}
25737
25738
25739SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBExecutionContext_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25740 PyObject *obj;
25741 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
25742 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBExecutionContextswig_types[27], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
25743 return SWIG_Py_Void();
25744}
25745
25746SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBExpressionOptions__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25747 PyObject *resultobj = 0;
25748 lldb::SBExpressionOptions *result = 0 ;
25749
25750 if (!PyArg_ParseTuple(args,(char *)":new_SBExpressionOptions")) SWIG_failgoto fail;
25751 {
25752 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25753 result = (lldb::SBExpressionOptions *)new lldb::SBExpressionOptions();
25754 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25755 }
25756 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBExpressionOptions, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[28], (
(0x1 << 1) | 0x1) | 0)
;
25757 return resultobj;
25758fail:
25759 return NULL__null;
25760}
25761
25762
25763SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBExpressionOptions__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25764 PyObject *resultobj = 0;
25765 lldb::SBExpressionOptions *arg1 = 0 ;
25766 void *argp1 = 0 ;
25767 int res1 = 0 ;
25768 PyObject * obj0 = 0 ;
25769 lldb::SBExpressionOptions *result = 0 ;
25770
25771 if (!PyArg_ParseTuple(args,(char *)"O:new_SBExpressionOptions",&obj0)) SWIG_failgoto fail;
25772 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
25773 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25774 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBExpressionOptions" "', argument " "1"" of type '" "lldb::SBExpressionOptions const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBExpressionOptions" "', argument "
"1"" of type '" "lldb::SBExpressionOptions const &""'");
goto fail; } while(0)
;
25775 }
25776 if (!argp1) {
25777 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBExpressionOptions" "', argument " "1"" of type '" "lldb::SBExpressionOptions const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBExpressionOptions" "', argument " "1"" of type '"
"lldb::SBExpressionOptions const &""'"); goto fail; } while
(0)
;
25778 }
25779 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
25780 {
25781 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25782 result = (lldb::SBExpressionOptions *)new lldb::SBExpressionOptions((lldb::SBExpressionOptions const &)*arg1);
25783 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25784 }
25785 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBExpressionOptions, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[28], (
(0x1 << 1) | 0x1) | 0)
;
25786 return resultobj;
25787fail:
25788 return NULL__null;
25789}
25790
25791
25792SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBExpressionOptions(PyObject *self, PyObject *args) {
25793 Py_ssize_t argc;
25794 PyObject *argv[2] = {
25795 0
25796 };
25797 Py_ssize_t ii;
25798
25799 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
25800 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
25801 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
25802 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
25803 }
25804 if (argc == 0) {
25805 return _wrap_new_SBExpressionOptions__SWIG_0(self, args);
25806 }
25807 if (argc == 1) {
25808 int _v;
25809 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[28], 0, 0
)
;
25810 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25811 if (_v) {
25812 return _wrap_new_SBExpressionOptions__SWIG_1(self, args);
25813 }
25814 }
25815
25816fail:
25817 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBExpressionOptions'.\n"
25818 " Possible C/C++ prototypes are:\n"
25819 " lldb::SBExpressionOptions::SBExpressionOptions()\n"
25820 " lldb::SBExpressionOptions::SBExpressionOptions(lldb::SBExpressionOptions const &)\n");
25821 return 0;
25822}
25823
25824
25825SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBExpressionOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25826 PyObject *resultobj = 0;
25827 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
25828 void *argp1 = 0 ;
25829 int res1 = 0 ;
25830 PyObject * obj0 = 0 ;
25831
25832 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBExpressionOptions",&obj0)) SWIG_failgoto fail;
25833 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0x1 | 0, 0)
;
25834 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25835 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBExpressionOptions" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBExpressionOptions"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
25836 }
25837 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
25838 {
25839 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25840 delete arg1;
25841 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25842 }
25843 resultobj = SWIG_Py_Void();
25844 return resultobj;
25845fail:
25846 return NULL__null;
25847}
25848
25849
25850SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetCoerceResultToId(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25851 PyObject *resultobj = 0;
25852 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
25853 void *argp1 = 0 ;
25854 int res1 = 0 ;
25855 PyObject * obj0 = 0 ;
25856 bool result;
25857
25858 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetCoerceResultToId",&obj0)) SWIG_failgoto fail;
25859 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
25860 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25861 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetCoerceResultToId" "', argument " "1"" of type '" "lldb::SBExpressionOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetCoerceResultToId"
"', argument " "1"" of type '" "lldb::SBExpressionOptions const *"
"'"); goto fail; } while(0)
;
25862 }
25863 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
25864 {
25865 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25866 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetCoerceResultToId();
25867 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25868 }
25869 resultobj = SWIG_From_bool(static_cast< bool >(result));
25870 return resultobj;
25871fail:
25872 return NULL__null;
25873}
25874
25875
25876SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetCoerceResultToId__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25877 PyObject *resultobj = 0;
25878 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
25879 bool arg2 ;
25880 void *argp1 = 0 ;
25881 int res1 = 0 ;
25882 bool val2 ;
25883 int ecode2 = 0 ;
25884 PyObject * obj0 = 0 ;
25885 PyObject * obj1 = 0 ;
25886
25887 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetCoerceResultToId",&obj0,&obj1)) SWIG_failgoto fail;
25888 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
25889 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25890 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetCoerceResultToId" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetCoerceResultToId"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
25891 }
25892 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
25893 ecode2 = SWIG_AsVal_bool(obj1, &val2);
25894 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
25895 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetCoerceResultToId" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetCoerceResultToId"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
25896 }
25897 arg2 = static_cast< bool >(val2);
25898 {
25899 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25900 (arg1)->SetCoerceResultToId(arg2);
25901 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25902 }
25903 resultobj = SWIG_Py_Void();
25904 return resultobj;
25905fail:
25906 return NULL__null;
25907}
25908
25909
25910SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetCoerceResultToId__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25911 PyObject *resultobj = 0;
25912 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
25913 void *argp1 = 0 ;
25914 int res1 = 0 ;
25915 PyObject * obj0 = 0 ;
25916
25917 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetCoerceResultToId",&obj0)) SWIG_failgoto fail;
25918 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
25919 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25920 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetCoerceResultToId" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetCoerceResultToId"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
25921 }
25922 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
25923 {
25924 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25925 (arg1)->SetCoerceResultToId();
25926 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25927 }
25928 resultobj = SWIG_Py_Void();
25929 return resultobj;
25930fail:
25931 return NULL__null;
25932}
25933
25934
25935SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetCoerceResultToId(PyObject *self, PyObject *args) {
25936 Py_ssize_t argc;
25937 PyObject *argv[3] = {
25938 0
25939 };
25940 Py_ssize_t ii;
25941
25942 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
25943 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
25944 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
25945 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
25946 }
25947 if (argc == 1) {
25948 int _v;
25949 void *vptr = 0;
25950 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
25951 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25952 if (_v) {
25953 return _wrap_SBExpressionOptions_SetCoerceResultToId__SWIG_1(self, args);
25954 }
25955 }
25956 if (argc == 2) {
25957 int _v;
25958 void *vptr = 0;
25959 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
25960 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25961 if (_v) {
25962 {
25963 int res = SWIG_AsVal_bool(argv[1], NULL__null);
25964 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
25965 }
25966 if (_v) {
25967 return _wrap_SBExpressionOptions_SetCoerceResultToId__SWIG_0(self, args);
25968 }
25969 }
25970 }
25971
25972fail:
25973 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetCoerceResultToId'.\n"
25974 " Possible C/C++ prototypes are:\n"
25975 " lldb::SBExpressionOptions::SetCoerceResultToId(bool)\n"
25976 " lldb::SBExpressionOptions::SetCoerceResultToId()\n");
25977 return 0;
25978}
25979
25980
25981SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetUnwindOnError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
25982 PyObject *resultobj = 0;
25983 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
25984 void *argp1 = 0 ;
25985 int res1 = 0 ;
25986 PyObject * obj0 = 0 ;
25987 bool result;
25988
25989 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetUnwindOnError",&obj0)) SWIG_failgoto fail;
25990 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
25991 if (!SWIG_IsOK(res1)(res1 >= 0)) {
25992 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetUnwindOnError" "', argument " "1"" of type '" "lldb::SBExpressionOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetUnwindOnError"
"', argument " "1"" of type '" "lldb::SBExpressionOptions const *"
"'"); goto fail; } while(0)
;
25993 }
25994 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
25995 {
25996 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
25997 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetUnwindOnError();
25998 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
25999 }
26000 resultobj = SWIG_From_bool(static_cast< bool >(result));
26001 return resultobj;
26002fail:
26003 return NULL__null;
26004}
26005
26006
26007SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetUnwindOnError__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26008 PyObject *resultobj = 0;
26009 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26010 bool arg2 ;
26011 void *argp1 = 0 ;
26012 int res1 = 0 ;
26013 bool val2 ;
26014 int ecode2 = 0 ;
26015 PyObject * obj0 = 0 ;
26016 PyObject * obj1 = 0 ;
26017
26018 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetUnwindOnError",&obj0,&obj1)) SWIG_failgoto fail;
26019 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26020 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26021 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetUnwindOnError" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetUnwindOnError"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26022 }
26023 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26024 ecode2 = SWIG_AsVal_bool(obj1, &val2);
26025 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
26026 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetUnwindOnError" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetUnwindOnError"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
26027 }
26028 arg2 = static_cast< bool >(val2);
26029 {
26030 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26031 (arg1)->SetUnwindOnError(arg2);
26032 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26033 }
26034 resultobj = SWIG_Py_Void();
26035 return resultobj;
26036fail:
26037 return NULL__null;
26038}
26039
26040
26041SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetUnwindOnError__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26042 PyObject *resultobj = 0;
26043 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26044 void *argp1 = 0 ;
26045 int res1 = 0 ;
26046 PyObject * obj0 = 0 ;
26047
26048 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetUnwindOnError",&obj0)) SWIG_failgoto fail;
26049 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26050 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26051 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetUnwindOnError" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetUnwindOnError"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26052 }
26053 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26054 {
26055 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26056 (arg1)->SetUnwindOnError();
26057 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26058 }
26059 resultobj = SWIG_Py_Void();
26060 return resultobj;
26061fail:
26062 return NULL__null;
26063}
26064
26065
26066SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetUnwindOnError(PyObject *self, PyObject *args) {
26067 Py_ssize_t argc;
26068 PyObject *argv[3] = {
26069 0
26070 };
26071 Py_ssize_t ii;
26072
26073 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
26074 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
26075 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
26076 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
26077 }
26078 if (argc == 1) {
26079 int _v;
26080 void *vptr = 0;
26081 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26082 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26083 if (_v) {
26084 return _wrap_SBExpressionOptions_SetUnwindOnError__SWIG_1(self, args);
26085 }
26086 }
26087 if (argc == 2) {
26088 int _v;
26089 void *vptr = 0;
26090 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26091 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26092 if (_v) {
26093 {
26094 int res = SWIG_AsVal_bool(argv[1], NULL__null);
26095 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26096 }
26097 if (_v) {
26098 return _wrap_SBExpressionOptions_SetUnwindOnError__SWIG_0(self, args);
26099 }
26100 }
26101 }
26102
26103fail:
26104 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetUnwindOnError'.\n"
26105 " Possible C/C++ prototypes are:\n"
26106 " lldb::SBExpressionOptions::SetUnwindOnError(bool)\n"
26107 " lldb::SBExpressionOptions::SetUnwindOnError()\n");
26108 return 0;
26109}
26110
26111
26112SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetIgnoreBreakpoints(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26113 PyObject *resultobj = 0;
26114 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26115 void *argp1 = 0 ;
26116 int res1 = 0 ;
26117 PyObject * obj0 = 0 ;
26118 bool result;
26119
26120 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetIgnoreBreakpoints",&obj0)) SWIG_failgoto fail;
26121 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26122 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26123 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetIgnoreBreakpoints" "', argument " "1"" of type '" "lldb::SBExpressionOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetIgnoreBreakpoints"
"', argument " "1"" of type '" "lldb::SBExpressionOptions const *"
"'"); goto fail; } while(0)
;
26124 }
26125 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26126 {
26127 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26128 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetIgnoreBreakpoints();
26129 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26130 }
26131 resultobj = SWIG_From_bool(static_cast< bool >(result));
26132 return resultobj;
26133fail:
26134 return NULL__null;
26135}
26136
26137
26138SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetIgnoreBreakpoints__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26139 PyObject *resultobj = 0;
26140 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26141 bool arg2 ;
26142 void *argp1 = 0 ;
26143 int res1 = 0 ;
26144 bool val2 ;
26145 int ecode2 = 0 ;
26146 PyObject * obj0 = 0 ;
26147 PyObject * obj1 = 0 ;
26148
26149 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetIgnoreBreakpoints",&obj0,&obj1)) SWIG_failgoto fail;
26150 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26151 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26152 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetIgnoreBreakpoints" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetIgnoreBreakpoints"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26153 }
26154 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26155 ecode2 = SWIG_AsVal_bool(obj1, &val2);
26156 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
26157 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetIgnoreBreakpoints" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetIgnoreBreakpoints"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
26158 }
26159 arg2 = static_cast< bool >(val2);
26160 {
26161 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26162 (arg1)->SetIgnoreBreakpoints(arg2);
26163 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26164 }
26165 resultobj = SWIG_Py_Void();
26166 return resultobj;
26167fail:
26168 return NULL__null;
26169}
26170
26171
26172SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetIgnoreBreakpoints__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26173 PyObject *resultobj = 0;
26174 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26175 void *argp1 = 0 ;
26176 int res1 = 0 ;
26177 PyObject * obj0 = 0 ;
26178
26179 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetIgnoreBreakpoints",&obj0)) SWIG_failgoto fail;
26180 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26181 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26182 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetIgnoreBreakpoints" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetIgnoreBreakpoints"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26183 }
26184 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26185 {
26186 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26187 (arg1)->SetIgnoreBreakpoints();
26188 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26189 }
26190 resultobj = SWIG_Py_Void();
26191 return resultobj;
26192fail:
26193 return NULL__null;
26194}
26195
26196
26197SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetIgnoreBreakpoints(PyObject *self, PyObject *args) {
26198 Py_ssize_t argc;
26199 PyObject *argv[3] = {
26200 0
26201 };
26202 Py_ssize_t ii;
26203
26204 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
26205 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
26206 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
26207 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
26208 }
26209 if (argc == 1) {
26210 int _v;
26211 void *vptr = 0;
26212 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26213 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26214 if (_v) {
26215 return _wrap_SBExpressionOptions_SetIgnoreBreakpoints__SWIG_1(self, args);
26216 }
26217 }
26218 if (argc == 2) {
26219 int _v;
26220 void *vptr = 0;
26221 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26222 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26223 if (_v) {
26224 {
26225 int res = SWIG_AsVal_bool(argv[1], NULL__null);
26226 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26227 }
26228 if (_v) {
26229 return _wrap_SBExpressionOptions_SetIgnoreBreakpoints__SWIG_0(self, args);
26230 }
26231 }
26232 }
26233
26234fail:
26235 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetIgnoreBreakpoints'.\n"
26236 " Possible C/C++ prototypes are:\n"
26237 " lldb::SBExpressionOptions::SetIgnoreBreakpoints(bool)\n"
26238 " lldb::SBExpressionOptions::SetIgnoreBreakpoints()\n");
26239 return 0;
26240}
26241
26242
26243SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetFetchDynamicValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26244 PyObject *resultobj = 0;
26245 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26246 void *argp1 = 0 ;
26247 int res1 = 0 ;
26248 PyObject * obj0 = 0 ;
26249 lldb::DynamicValueType result;
26250
26251 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetFetchDynamicValue",&obj0)) SWIG_failgoto fail;
26252 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26253 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26254 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetFetchDynamicValue" "', argument " "1"" of type '" "lldb::SBExpressionOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetFetchDynamicValue"
"', argument " "1"" of type '" "lldb::SBExpressionOptions const *"
"'"); goto fail; } while(0)
;
26255 }
26256 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26257 {
26258 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26259 result = (lldb::DynamicValueType)((lldb::SBExpressionOptions const *)arg1)->GetFetchDynamicValue();
26260 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26261 }
26262 resultobj = SWIG_From_int(static_cast< int >(result));
26263 return resultobj;
26264fail:
26265 return NULL__null;
26266}
26267
26268
26269SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetFetchDynamicValue__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26270 PyObject *resultobj = 0;
26271 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26272 lldb::DynamicValueType arg2 ;
26273 void *argp1 = 0 ;
26274 int res1 = 0 ;
26275 int val2 ;
26276 int ecode2 = 0 ;
26277 PyObject * obj0 = 0 ;
26278 PyObject * obj1 = 0 ;
26279
26280 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetFetchDynamicValue",&obj0,&obj1)) SWIG_failgoto fail;
26281 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26282 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26283 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetFetchDynamicValue" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetFetchDynamicValue"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26284 }
26285 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26286 ecode2 = SWIG_AsVal_int(obj1, &val2);
26287 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
26288 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetFetchDynamicValue" "', argument " "2"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetFetchDynamicValue"
"', argument " "2"" of type '" "lldb::DynamicValueType""'");
goto fail; } while(0)
;
26289 }
26290 arg2 = static_cast< lldb::DynamicValueType >(val2);
26291 {
26292 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26293 (arg1)->SetFetchDynamicValue(arg2);
26294 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26295 }
26296 resultobj = SWIG_Py_Void();
26297 return resultobj;
26298fail:
26299 return NULL__null;
26300}
26301
26302
26303SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetFetchDynamicValue__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26304 PyObject *resultobj = 0;
26305 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26306 void *argp1 = 0 ;
26307 int res1 = 0 ;
26308 PyObject * obj0 = 0 ;
26309
26310 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetFetchDynamicValue",&obj0)) SWIG_failgoto fail;
26311 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26312 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26313 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetFetchDynamicValue" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetFetchDynamicValue"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26314 }
26315 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26316 {
26317 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26318 (arg1)->SetFetchDynamicValue();
26319 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26320 }
26321 resultobj = SWIG_Py_Void();
26322 return resultobj;
26323fail:
26324 return NULL__null;
26325}
26326
26327
26328SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetFetchDynamicValue(PyObject *self, PyObject *args) {
26329 Py_ssize_t argc;
26330 PyObject *argv[3] = {
26331 0
26332 };
26333 Py_ssize_t ii;
26334
26335 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
26336 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
26337 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
26338 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
26339 }
26340 if (argc == 1) {
26341 int _v;
26342 void *vptr = 0;
26343 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26344 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26345 if (_v) {
26346 return _wrap_SBExpressionOptions_SetFetchDynamicValue__SWIG_1(self, args);
26347 }
26348 }
26349 if (argc == 2) {
26350 int _v;
26351 void *vptr = 0;
26352 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26353 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26354 if (_v) {
26355 {
26356 int res = SWIG_AsVal_int(argv[1], NULL__null);
26357 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26358 }
26359 if (_v) {
26360 return _wrap_SBExpressionOptions_SetFetchDynamicValue__SWIG_0(self, args);
26361 }
26362 }
26363 }
26364
26365fail:
26366 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetFetchDynamicValue'.\n"
26367 " Possible C/C++ prototypes are:\n"
26368 " lldb::SBExpressionOptions::SetFetchDynamicValue(lldb::DynamicValueType)\n"
26369 " lldb::SBExpressionOptions::SetFetchDynamicValue()\n");
26370 return 0;
26371}
26372
26373
26374SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetTimeoutInMicroSeconds(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26375 PyObject *resultobj = 0;
26376 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26377 void *argp1 = 0 ;
26378 int res1 = 0 ;
26379 PyObject * obj0 = 0 ;
26380 uint32_t result;
26381
26382 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetTimeoutInMicroSeconds",&obj0)) SWIG_failgoto fail;
26383 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26384 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26385 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetTimeoutInMicroSeconds" "', argument " "1"" of type '" "lldb::SBExpressionOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetTimeoutInMicroSeconds"
"', argument " "1"" of type '" "lldb::SBExpressionOptions const *"
"'"); goto fail; } while(0)
;
26386 }
26387 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26388 {
26389 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26390 result = (uint32_t)((lldb::SBExpressionOptions const *)arg1)->GetTimeoutInMicroSeconds();
26391 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26392 }
26393 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
26394 return resultobj;
26395fail:
26396 return NULL__null;
26397}
26398
26399
26400SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetTimeoutInMicroSeconds__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26401 PyObject *resultobj = 0;
26402 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26403 uint32_t arg2 ;
26404 void *argp1 = 0 ;
26405 int res1 = 0 ;
26406 unsigned int val2 ;
26407 int ecode2 = 0 ;
26408 PyObject * obj0 = 0 ;
26409 PyObject * obj1 = 0 ;
26410
26411 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetTimeoutInMicroSeconds",&obj0,&obj1)) SWIG_failgoto fail;
26412 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26413 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26414 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetTimeoutInMicroSeconds" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetTimeoutInMicroSeconds"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26415 }
26416 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26417 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
26418 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
26419 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetTimeoutInMicroSeconds" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetTimeoutInMicroSeconds"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
26420 }
26421 arg2 = static_cast< uint32_t >(val2);
26422 {
26423 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26424 (arg1)->SetTimeoutInMicroSeconds(arg2);
26425 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26426 }
26427 resultobj = SWIG_Py_Void();
26428 return resultobj;
26429fail:
26430 return NULL__null;
26431}
26432
26433
26434SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetTimeoutInMicroSeconds__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26435 PyObject *resultobj = 0;
26436 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26437 void *argp1 = 0 ;
26438 int res1 = 0 ;
26439 PyObject * obj0 = 0 ;
26440
26441 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetTimeoutInMicroSeconds",&obj0)) SWIG_failgoto fail;
26442 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26443 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26444 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetTimeoutInMicroSeconds" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetTimeoutInMicroSeconds"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26445 }
26446 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26447 {
26448 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26449 (arg1)->SetTimeoutInMicroSeconds();
26450 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26451 }
26452 resultobj = SWIG_Py_Void();
26453 return resultobj;
26454fail:
26455 return NULL__null;
26456}
26457
26458
26459SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetTimeoutInMicroSeconds(PyObject *self, PyObject *args) {
26460 Py_ssize_t argc;
26461 PyObject *argv[3] = {
26462 0
26463 };
26464 Py_ssize_t ii;
26465
26466 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
26467 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
26468 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
26469 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
26470 }
26471 if (argc == 1) {
26472 int _v;
26473 void *vptr = 0;
26474 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26475 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26476 if (_v) {
26477 return _wrap_SBExpressionOptions_SetTimeoutInMicroSeconds__SWIG_1(self, args);
26478 }
26479 }
26480 if (argc == 2) {
26481 int _v;
26482 void *vptr = 0;
26483 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26484 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26485 if (_v) {
26486 {
26487 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
26488 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26489 }
26490 if (_v) {
26491 return _wrap_SBExpressionOptions_SetTimeoutInMicroSeconds__SWIG_0(self, args);
26492 }
26493 }
26494 }
26495
26496fail:
26497 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetTimeoutInMicroSeconds'.\n"
26498 " Possible C/C++ prototypes are:\n"
26499 " lldb::SBExpressionOptions::SetTimeoutInMicroSeconds(uint32_t)\n"
26500 " lldb::SBExpressionOptions::SetTimeoutInMicroSeconds()\n");
26501 return 0;
26502}
26503
26504
26505SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetOneThreadTimeoutInMicroSeconds(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26506 PyObject *resultobj = 0;
26507 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26508 void *argp1 = 0 ;
26509 int res1 = 0 ;
26510 PyObject * obj0 = 0 ;
26511 uint32_t result;
26512
26513 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetOneThreadTimeoutInMicroSeconds",&obj0)) SWIG_failgoto fail;
26514 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26515 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26516 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetOneThreadTimeoutInMicroSeconds" "', argument " "1"" of type '" "lldb::SBExpressionOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetOneThreadTimeoutInMicroSeconds"
"', argument " "1"" of type '" "lldb::SBExpressionOptions const *"
"'"); goto fail; } while(0)
;
26517 }
26518 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26519 {
26520 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26521 result = (uint32_t)((lldb::SBExpressionOptions const *)arg1)->GetOneThreadTimeoutInMicroSeconds();
26522 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26523 }
26524 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
26525 return resultobj;
26526fail:
26527 return NULL__null;
26528}
26529
26530
26531SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26532 PyObject *resultobj = 0;
26533 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26534 uint32_t arg2 ;
26535 void *argp1 = 0 ;
26536 int res1 = 0 ;
26537 unsigned int val2 ;
26538 int ecode2 = 0 ;
26539 PyObject * obj0 = 0 ;
26540 PyObject * obj1 = 0 ;
26541
26542 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds",&obj0,&obj1)) SWIG_failgoto fail;
26543 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26544 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26545 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26546 }
26547 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26548 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
26549 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
26550 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
26551 }
26552 arg2 = static_cast< uint32_t >(val2);
26553 {
26554 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26555 (arg1)->SetOneThreadTimeoutInMicroSeconds(arg2);
26556 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26557 }
26558 resultobj = SWIG_Py_Void();
26559 return resultobj;
26560fail:
26561 return NULL__null;
26562}
26563
26564
26565SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26566 PyObject *resultobj = 0;
26567 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26568 void *argp1 = 0 ;
26569 int res1 = 0 ;
26570 PyObject * obj0 = 0 ;
26571
26572 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds",&obj0)) SWIG_failgoto fail;
26573 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26574 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26575 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26576 }
26577 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26578 {
26579 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26580 (arg1)->SetOneThreadTimeoutInMicroSeconds();
26581 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26582 }
26583 resultobj = SWIG_Py_Void();
26584 return resultobj;
26585fail:
26586 return NULL__null;
26587}
26588
26589
26590SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds(PyObject *self, PyObject *args) {
26591 Py_ssize_t argc;
26592 PyObject *argv[3] = {
26593 0
26594 };
26595 Py_ssize_t ii;
26596
26597 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
26598 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
26599 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
26600 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
26601 }
26602 if (argc == 1) {
26603 int _v;
26604 void *vptr = 0;
26605 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26606 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26607 if (_v) {
26608 return _wrap_SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds__SWIG_1(self, args);
26609 }
26610 }
26611 if (argc == 2) {
26612 int _v;
26613 void *vptr = 0;
26614 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26615 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26616 if (_v) {
26617 {
26618 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
26619 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26620 }
26621 if (_v) {
26622 return _wrap_SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds__SWIG_0(self, args);
26623 }
26624 }
26625 }
26626
26627fail:
26628 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds'.\n"
26629 " Possible C/C++ prototypes are:\n"
26630 " lldb::SBExpressionOptions::SetOneThreadTimeoutInMicroSeconds(uint32_t)\n"
26631 " lldb::SBExpressionOptions::SetOneThreadTimeoutInMicroSeconds()\n");
26632 return 0;
26633}
26634
26635
26636SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetTryAllThreads(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26637 PyObject *resultobj = 0;
26638 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26639 void *argp1 = 0 ;
26640 int res1 = 0 ;
26641 PyObject * obj0 = 0 ;
26642 bool result;
26643
26644 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetTryAllThreads",&obj0)) SWIG_failgoto fail;
26645 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26646 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26647 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetTryAllThreads" "', argument " "1"" of type '" "lldb::SBExpressionOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetTryAllThreads"
"', argument " "1"" of type '" "lldb::SBExpressionOptions const *"
"'"); goto fail; } while(0)
;
26648 }
26649 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26650 {
26651 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26652 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTryAllThreads();
26653 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26654 }
26655 resultobj = SWIG_From_bool(static_cast< bool >(result));
26656 return resultobj;
26657fail:
26658 return NULL__null;
26659}
26660
26661
26662SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetTryAllThreads__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26663 PyObject *resultobj = 0;
26664 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26665 bool arg2 ;
26666 void *argp1 = 0 ;
26667 int res1 = 0 ;
26668 bool val2 ;
26669 int ecode2 = 0 ;
26670 PyObject * obj0 = 0 ;
26671 PyObject * obj1 = 0 ;
26672
26673 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetTryAllThreads",&obj0,&obj1)) SWIG_failgoto fail;
26674 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26675 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26676 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetTryAllThreads" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetTryAllThreads"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26677 }
26678 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26679 ecode2 = SWIG_AsVal_bool(obj1, &val2);
26680 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
26681 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetTryAllThreads" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetTryAllThreads"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
26682 }
26683 arg2 = static_cast< bool >(val2);
26684 {
26685 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26686 (arg1)->SetTryAllThreads(arg2);
26687 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26688 }
26689 resultobj = SWIG_Py_Void();
26690 return resultobj;
26691fail:
26692 return NULL__null;
26693}
26694
26695
26696SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetTryAllThreads__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26697 PyObject *resultobj = 0;
26698 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26699 void *argp1 = 0 ;
26700 int res1 = 0 ;
26701 PyObject * obj0 = 0 ;
26702
26703 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetTryAllThreads",&obj0)) SWIG_failgoto fail;
26704 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26705 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26706 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetTryAllThreads" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetTryAllThreads"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26707 }
26708 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26709 {
26710 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26711 (arg1)->SetTryAllThreads();
26712 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26713 }
26714 resultobj = SWIG_Py_Void();
26715 return resultobj;
26716fail:
26717 return NULL__null;
26718}
26719
26720
26721SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetTryAllThreads(PyObject *self, PyObject *args) {
26722 Py_ssize_t argc;
26723 PyObject *argv[3] = {
26724 0
26725 };
26726 Py_ssize_t ii;
26727
26728 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
26729 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
26730 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
26731 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
26732 }
26733 if (argc == 1) {
26734 int _v;
26735 void *vptr = 0;
26736 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26737 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26738 if (_v) {
26739 return _wrap_SBExpressionOptions_SetTryAllThreads__SWIG_1(self, args);
26740 }
26741 }
26742 if (argc == 2) {
26743 int _v;
26744 void *vptr = 0;
26745 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26746 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26747 if (_v) {
26748 {
26749 int res = SWIG_AsVal_bool(argv[1], NULL__null);
26750 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26751 }
26752 if (_v) {
26753 return _wrap_SBExpressionOptions_SetTryAllThreads__SWIG_0(self, args);
26754 }
26755 }
26756 }
26757
26758fail:
26759 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetTryAllThreads'.\n"
26760 " Possible C/C++ prototypes are:\n"
26761 " lldb::SBExpressionOptions::SetTryAllThreads(bool)\n"
26762 " lldb::SBExpressionOptions::SetTryAllThreads()\n");
26763 return 0;
26764}
26765
26766
26767SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetStopOthers(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26768 PyObject *resultobj = 0;
26769 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26770 void *argp1 = 0 ;
26771 int res1 = 0 ;
26772 PyObject * obj0 = 0 ;
26773 bool result;
26774
26775 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetStopOthers",&obj0)) SWIG_failgoto fail;
26776 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26777 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26778 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetStopOthers" "', argument " "1"" of type '" "lldb::SBExpressionOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetStopOthers"
"', argument " "1"" of type '" "lldb::SBExpressionOptions const *"
"'"); goto fail; } while(0)
;
26779 }
26780 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26781 {
26782 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26783 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetStopOthers();
26784 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26785 }
26786 resultobj = SWIG_From_bool(static_cast< bool >(result));
26787 return resultobj;
26788fail:
26789 return NULL__null;
26790}
26791
26792
26793SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetStopOthers__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26794 PyObject *resultobj = 0;
26795 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26796 bool arg2 ;
26797 void *argp1 = 0 ;
26798 int res1 = 0 ;
26799 bool val2 ;
26800 int ecode2 = 0 ;
26801 PyObject * obj0 = 0 ;
26802 PyObject * obj1 = 0 ;
26803
26804 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetStopOthers",&obj0,&obj1)) SWIG_failgoto fail;
26805 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26806 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26807 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetStopOthers" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetStopOthers"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26808 }
26809 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26810 ecode2 = SWIG_AsVal_bool(obj1, &val2);
26811 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
26812 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetStopOthers" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetStopOthers"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
26813 }
26814 arg2 = static_cast< bool >(val2);
26815 {
26816 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26817 (arg1)->SetStopOthers(arg2);
26818 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26819 }
26820 resultobj = SWIG_Py_Void();
26821 return resultobj;
26822fail:
26823 return NULL__null;
26824}
26825
26826
26827SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetStopOthers__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26828 PyObject *resultobj = 0;
26829 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26830 void *argp1 = 0 ;
26831 int res1 = 0 ;
26832 PyObject * obj0 = 0 ;
26833
26834 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetStopOthers",&obj0)) SWIG_failgoto fail;
26835 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26836 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26837 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetStopOthers" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetStopOthers"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26838 }
26839 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26840 {
26841 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26842 (arg1)->SetStopOthers();
26843 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26844 }
26845 resultobj = SWIG_Py_Void();
26846 return resultobj;
26847fail:
26848 return NULL__null;
26849}
26850
26851
26852SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetStopOthers(PyObject *self, PyObject *args) {
26853 Py_ssize_t argc;
26854 PyObject *argv[3] = {
26855 0
26856 };
26857 Py_ssize_t ii;
26858
26859 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
26860 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
26861 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
26862 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
26863 }
26864 if (argc == 1) {
26865 int _v;
26866 void *vptr = 0;
26867 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26868 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26869 if (_v) {
26870 return _wrap_SBExpressionOptions_SetStopOthers__SWIG_1(self, args);
26871 }
26872 }
26873 if (argc == 2) {
26874 int _v;
26875 void *vptr = 0;
26876 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26877 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26878 if (_v) {
26879 {
26880 int res = SWIG_AsVal_bool(argv[1], NULL__null);
26881 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
26882 }
26883 if (_v) {
26884 return _wrap_SBExpressionOptions_SetStopOthers__SWIG_0(self, args);
26885 }
26886 }
26887 }
26888
26889fail:
26890 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetStopOthers'.\n"
26891 " Possible C/C++ prototypes are:\n"
26892 " lldb::SBExpressionOptions::SetStopOthers(bool)\n"
26893 " lldb::SBExpressionOptions::SetStopOthers()\n");
26894 return 0;
26895}
26896
26897
26898SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetTrapExceptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26899 PyObject *resultobj = 0;
26900 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26901 void *argp1 = 0 ;
26902 int res1 = 0 ;
26903 PyObject * obj0 = 0 ;
26904 bool result;
26905
26906 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetTrapExceptions",&obj0)) SWIG_failgoto fail;
26907 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26908 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26909 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetTrapExceptions" "', argument " "1"" of type '" "lldb::SBExpressionOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetTrapExceptions"
"', argument " "1"" of type '" "lldb::SBExpressionOptions const *"
"'"); goto fail; } while(0)
;
26910 }
26911 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26912 {
26913 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26914 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTrapExceptions();
26915 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26916 }
26917 resultobj = SWIG_From_bool(static_cast< bool >(result));
26918 return resultobj;
26919fail:
26920 return NULL__null;
26921}
26922
26923
26924SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetTrapExceptions__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26925 PyObject *resultobj = 0;
26926 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26927 bool arg2 ;
26928 void *argp1 = 0 ;
26929 int res1 = 0 ;
26930 bool val2 ;
26931 int ecode2 = 0 ;
26932 PyObject * obj0 = 0 ;
26933 PyObject * obj1 = 0 ;
26934
26935 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetTrapExceptions",&obj0,&obj1)) SWIG_failgoto fail;
26936 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26937 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26938 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetTrapExceptions" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetTrapExceptions"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26939 }
26940 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26941 ecode2 = SWIG_AsVal_bool(obj1, &val2);
26942 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
26943 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetTrapExceptions" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetTrapExceptions"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
26944 }
26945 arg2 = static_cast< bool >(val2);
26946 {
26947 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26948 (arg1)->SetTrapExceptions(arg2);
26949 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26950 }
26951 resultobj = SWIG_Py_Void();
26952 return resultobj;
26953fail:
26954 return NULL__null;
26955}
26956
26957
26958SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetTrapExceptions__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
26959 PyObject *resultobj = 0;
26960 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
26961 void *argp1 = 0 ;
26962 int res1 = 0 ;
26963 PyObject * obj0 = 0 ;
26964
26965 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetTrapExceptions",&obj0)) SWIG_failgoto fail;
26966 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
26967 if (!SWIG_IsOK(res1)(res1 >= 0)) {
26968 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetTrapExceptions" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetTrapExceptions"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
26969 }
26970 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
26971 {
26972 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
26973 (arg1)->SetTrapExceptions();
26974 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
26975 }
26976 resultobj = SWIG_Py_Void();
26977 return resultobj;
26978fail:
26979 return NULL__null;
26980}
26981
26982
26983SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetTrapExceptions(PyObject *self, PyObject *args) {
26984 Py_ssize_t argc;
26985 PyObject *argv[3] = {
26986 0
26987 };
26988 Py_ssize_t ii;
26989
26990 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
26991 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
26992 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
26993 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
26994 }
26995 if (argc == 1) {
26996 int _v;
26997 void *vptr = 0;
26998 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
26999 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27000 if (_v) {
27001 return _wrap_SBExpressionOptions_SetTrapExceptions__SWIG_1(self, args);
27002 }
27003 }
27004 if (argc == 2) {
27005 int _v;
27006 void *vptr = 0;
27007 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
27008 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27009 if (_v) {
27010 {
27011 int res = SWIG_AsVal_bool(argv[1], NULL__null);
27012 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27013 }
27014 if (_v) {
27015 return _wrap_SBExpressionOptions_SetTrapExceptions__SWIG_0(self, args);
27016 }
27017 }
27018 }
27019
27020fail:
27021 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetTrapExceptions'.\n"
27022 " Possible C/C++ prototypes are:\n"
27023 " lldb::SBExpressionOptions::SetTrapExceptions(bool)\n"
27024 " lldb::SBExpressionOptions::SetTrapExceptions()\n");
27025 return 0;
27026}
27027
27028
27029SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetLanguage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27030 PyObject *resultobj = 0;
27031 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27032 lldb::LanguageType arg2 ;
27033 void *argp1 = 0 ;
27034 int res1 = 0 ;
27035 int val2 ;
27036 int ecode2 = 0 ;
27037 PyObject * obj0 = 0 ;
27038 PyObject * obj1 = 0 ;
27039
27040 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetLanguage",&obj0,&obj1)) SWIG_failgoto fail;
27041 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27042 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27043 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetLanguage" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetLanguage"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27044 }
27045 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27046 ecode2 = SWIG_AsVal_int(obj1, &val2);
27047 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
27048 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetLanguage" "', argument " "2"" of type '" "lldb::LanguageType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetLanguage"
"', argument " "2"" of type '" "lldb::LanguageType""'"); goto
fail; } while(0)
;
27049 }
27050 arg2 = static_cast< lldb::LanguageType >(val2);
27051 {
27052 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27053 (arg1)->SetLanguage(arg2);
27054 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27055 }
27056 resultobj = SWIG_Py_Void();
27057 return resultobj;
27058fail:
27059 return NULL__null;
27060}
27061
27062
27063SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetGenerateDebugInfo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27064 PyObject *resultobj = 0;
27065 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27066 void *argp1 = 0 ;
27067 int res1 = 0 ;
27068 PyObject * obj0 = 0 ;
27069 bool result;
27070
27071 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetGenerateDebugInfo",&obj0)) SWIG_failgoto fail;
27072 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27073 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27074 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetGenerateDebugInfo" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetGenerateDebugInfo"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27075 }
27076 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27077 {
27078 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27079 result = (bool)(arg1)->GetGenerateDebugInfo();
27080 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27081 }
27082 resultobj = SWIG_From_bool(static_cast< bool >(result));
27083 return resultobj;
27084fail:
27085 return NULL__null;
27086}
27087
27088
27089SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetGenerateDebugInfo__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27090 PyObject *resultobj = 0;
27091 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27092 bool arg2 ;
27093 void *argp1 = 0 ;
27094 int res1 = 0 ;
27095 bool val2 ;
27096 int ecode2 = 0 ;
27097 PyObject * obj0 = 0 ;
27098 PyObject * obj1 = 0 ;
27099
27100 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetGenerateDebugInfo",&obj0,&obj1)) SWIG_failgoto fail;
27101 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27102 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27103 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetGenerateDebugInfo" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetGenerateDebugInfo"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27104 }
27105 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27106 ecode2 = SWIG_AsVal_bool(obj1, &val2);
27107 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
27108 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetGenerateDebugInfo" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetGenerateDebugInfo"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
27109 }
27110 arg2 = static_cast< bool >(val2);
27111 {
27112 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27113 (arg1)->SetGenerateDebugInfo(arg2);
27114 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27115 }
27116 resultobj = SWIG_Py_Void();
27117 return resultobj;
27118fail:
27119 return NULL__null;
27120}
27121
27122
27123SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetGenerateDebugInfo__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27124 PyObject *resultobj = 0;
27125 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27126 void *argp1 = 0 ;
27127 int res1 = 0 ;
27128 PyObject * obj0 = 0 ;
27129
27130 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetGenerateDebugInfo",&obj0)) SWIG_failgoto fail;
27131 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27132 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27133 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetGenerateDebugInfo" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetGenerateDebugInfo"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27134 }
27135 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27136 {
27137 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27138 (arg1)->SetGenerateDebugInfo();
27139 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27140 }
27141 resultobj = SWIG_Py_Void();
27142 return resultobj;
27143fail:
27144 return NULL__null;
27145}
27146
27147
27148SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetGenerateDebugInfo(PyObject *self, PyObject *args) {
27149 Py_ssize_t argc;
27150 PyObject *argv[3] = {
27151 0
27152 };
27153 Py_ssize_t ii;
27154
27155 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
27156 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
27157 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
27158 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
27159 }
27160 if (argc == 1) {
27161 int _v;
27162 void *vptr = 0;
27163 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
27164 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27165 if (_v) {
27166 return _wrap_SBExpressionOptions_SetGenerateDebugInfo__SWIG_1(self, args);
27167 }
27168 }
27169 if (argc == 2) {
27170 int _v;
27171 void *vptr = 0;
27172 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
27173 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27174 if (_v) {
27175 {
27176 int res = SWIG_AsVal_bool(argv[1], NULL__null);
27177 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27178 }
27179 if (_v) {
27180 return _wrap_SBExpressionOptions_SetGenerateDebugInfo__SWIG_0(self, args);
27181 }
27182 }
27183 }
27184
27185fail:
27186 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetGenerateDebugInfo'.\n"
27187 " Possible C/C++ prototypes are:\n"
27188 " lldb::SBExpressionOptions::SetGenerateDebugInfo(bool)\n"
27189 " lldb::SBExpressionOptions::SetGenerateDebugInfo()\n");
27190 return 0;
27191}
27192
27193
27194SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetSuppressPersistentResult(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27195 PyObject *resultobj = 0;
27196 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27197 void *argp1 = 0 ;
27198 int res1 = 0 ;
27199 PyObject * obj0 = 0 ;
27200 bool result;
27201
27202 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetSuppressPersistentResult",&obj0)) SWIG_failgoto fail;
27203 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27204 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27205 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetSuppressPersistentResult" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetSuppressPersistentResult"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27206 }
27207 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27208 {
27209 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27210 result = (bool)(arg1)->GetSuppressPersistentResult();
27211 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27212 }
27213 resultobj = SWIG_From_bool(static_cast< bool >(result));
27214 return resultobj;
27215fail:
27216 return NULL__null;
27217}
27218
27219
27220SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetSuppressPersistentResult__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27221 PyObject *resultobj = 0;
27222 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27223 bool arg2 ;
27224 void *argp1 = 0 ;
27225 int res1 = 0 ;
27226 bool val2 ;
27227 int ecode2 = 0 ;
27228 PyObject * obj0 = 0 ;
27229 PyObject * obj1 = 0 ;
27230
27231 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetSuppressPersistentResult",&obj0,&obj1)) SWIG_failgoto fail;
27232 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27233 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27234 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetSuppressPersistentResult" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetSuppressPersistentResult"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27235 }
27236 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27237 ecode2 = SWIG_AsVal_bool(obj1, &val2);
27238 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
27239 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetSuppressPersistentResult" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetSuppressPersistentResult"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
27240 }
27241 arg2 = static_cast< bool >(val2);
27242 {
27243 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27244 (arg1)->SetSuppressPersistentResult(arg2);
27245 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27246 }
27247 resultobj = SWIG_Py_Void();
27248 return resultobj;
27249fail:
27250 return NULL__null;
27251}
27252
27253
27254SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetSuppressPersistentResult__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27255 PyObject *resultobj = 0;
27256 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27257 void *argp1 = 0 ;
27258 int res1 = 0 ;
27259 PyObject * obj0 = 0 ;
27260
27261 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetSuppressPersistentResult",&obj0)) SWIG_failgoto fail;
27262 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27263 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27264 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetSuppressPersistentResult" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetSuppressPersistentResult"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27265 }
27266 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27267 {
27268 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27269 (arg1)->SetSuppressPersistentResult();
27270 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27271 }
27272 resultobj = SWIG_Py_Void();
27273 return resultobj;
27274fail:
27275 return NULL__null;
27276}
27277
27278
27279SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetSuppressPersistentResult(PyObject *self, PyObject *args) {
27280 Py_ssize_t argc;
27281 PyObject *argv[3] = {
27282 0
27283 };
27284 Py_ssize_t ii;
27285
27286 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
27287 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
27288 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
27289 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
27290 }
27291 if (argc == 1) {
27292 int _v;
27293 void *vptr = 0;
27294 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
27295 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27296 if (_v) {
27297 return _wrap_SBExpressionOptions_SetSuppressPersistentResult__SWIG_1(self, args);
27298 }
27299 }
27300 if (argc == 2) {
27301 int _v;
27302 void *vptr = 0;
27303 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
27304 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27305 if (_v) {
27306 {
27307 int res = SWIG_AsVal_bool(argv[1], NULL__null);
27308 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27309 }
27310 if (_v) {
27311 return _wrap_SBExpressionOptions_SetSuppressPersistentResult__SWIG_0(self, args);
27312 }
27313 }
27314 }
27315
27316fail:
27317 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetSuppressPersistentResult'.\n"
27318 " Possible C/C++ prototypes are:\n"
27319 " lldb::SBExpressionOptions::SetSuppressPersistentResult(bool)\n"
27320 " lldb::SBExpressionOptions::SetSuppressPersistentResult()\n");
27321 return 0;
27322}
27323
27324
27325SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetPrefix(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27326 PyObject *resultobj = 0;
27327 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27328 void *argp1 = 0 ;
27329 int res1 = 0 ;
27330 PyObject * obj0 = 0 ;
27331 char *result = 0 ;
27332
27333 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetPrefix",&obj0)) SWIG_failgoto fail;
27334 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27335 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27336 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetPrefix" "', argument " "1"" of type '" "lldb::SBExpressionOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetPrefix"
"', argument " "1"" of type '" "lldb::SBExpressionOptions const *"
"'"); goto fail; } while(0)
;
27337 }
27338 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27339 {
27340 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27341 result = (char *)((lldb::SBExpressionOptions const *)arg1)->GetPrefix();
27342 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27343 }
27344 resultobj = SWIG_FromCharPtr((const char *)result);
27345 return resultobj;
27346fail:
27347 return NULL__null;
27348}
27349
27350
27351SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetPrefix(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27352 PyObject *resultobj = 0;
27353 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27354 char *arg2 = (char *) 0 ;
27355 void *argp1 = 0 ;
27356 int res1 = 0 ;
27357 int res2 ;
27358 char *buf2 = 0 ;
27359 int alloc2 = 0 ;
27360 PyObject * obj0 = 0 ;
27361 PyObject * obj1 = 0 ;
27362
27363 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetPrefix",&obj0,&obj1)) SWIG_failgoto fail;
27364 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27365 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27366 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetPrefix" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetPrefix"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27367 }
27368 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27369 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
27370 if (!SWIG_IsOK(res2)(res2 >= 0)) {
27371 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBExpressionOptions_SetPrefix" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBExpressionOptions_SetPrefix"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
27372 }
27373 arg2 = reinterpret_cast< char * >(buf2);
27374 {
27375 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27376 (arg1)->SetPrefix((char const *)arg2);
27377 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27378 }
27379 resultobj = SWIG_Py_Void();
27380 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
27381 return resultobj;
27382fail:
27383 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
27384 return NULL__null;
27385}
27386
27387
27388SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetAutoApplyFixIts__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27389 PyObject *resultobj = 0;
27390 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27391 bool arg2 ;
27392 void *argp1 = 0 ;
27393 int res1 = 0 ;
27394 bool val2 ;
27395 int ecode2 = 0 ;
27396 PyObject * obj0 = 0 ;
27397 PyObject * obj1 = 0 ;
27398
27399 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetAutoApplyFixIts",&obj0,&obj1)) SWIG_failgoto fail;
27400 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27401 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27402 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetAutoApplyFixIts" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetAutoApplyFixIts"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27403 }
27404 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27405 ecode2 = SWIG_AsVal_bool(obj1, &val2);
27406 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
27407 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetAutoApplyFixIts" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetAutoApplyFixIts"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
27408 }
27409 arg2 = static_cast< bool >(val2);
27410 {
27411 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27412 (arg1)->SetAutoApplyFixIts(arg2);
27413 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27414 }
27415 resultobj = SWIG_Py_Void();
27416 return resultobj;
27417fail:
27418 return NULL__null;
27419}
27420
27421
27422SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetAutoApplyFixIts__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27423 PyObject *resultobj = 0;
27424 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27425 void *argp1 = 0 ;
27426 int res1 = 0 ;
27427 PyObject * obj0 = 0 ;
27428
27429 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetAutoApplyFixIts",&obj0)) SWIG_failgoto fail;
27430 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27431 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27432 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetAutoApplyFixIts" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetAutoApplyFixIts"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27433 }
27434 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27435 {
27436 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27437 (arg1)->SetAutoApplyFixIts();
27438 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27439 }
27440 resultobj = SWIG_Py_Void();
27441 return resultobj;
27442fail:
27443 return NULL__null;
27444}
27445
27446
27447SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetAutoApplyFixIts(PyObject *self, PyObject *args) {
27448 Py_ssize_t argc;
27449 PyObject *argv[3] = {
27450 0
27451 };
27452 Py_ssize_t ii;
27453
27454 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
27455 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
27456 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
27457 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
27458 }
27459 if (argc == 1) {
27460 int _v;
27461 void *vptr = 0;
27462 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
27463 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27464 if (_v) {
27465 return _wrap_SBExpressionOptions_SetAutoApplyFixIts__SWIG_1(self, args);
27466 }
27467 }
27468 if (argc == 2) {
27469 int _v;
27470 void *vptr = 0;
27471 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
27472 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27473 if (_v) {
27474 {
27475 int res = SWIG_AsVal_bool(argv[1], NULL__null);
27476 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27477 }
27478 if (_v) {
27479 return _wrap_SBExpressionOptions_SetAutoApplyFixIts__SWIG_0(self, args);
27480 }
27481 }
27482 }
27483
27484fail:
27485 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetAutoApplyFixIts'.\n"
27486 " Possible C/C++ prototypes are:\n"
27487 " lldb::SBExpressionOptions::SetAutoApplyFixIts(bool)\n"
27488 " lldb::SBExpressionOptions::SetAutoApplyFixIts()\n");
27489 return 0;
27490}
27491
27492
27493SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetAutoApplyFixIts(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27494 PyObject *resultobj = 0;
27495 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27496 void *argp1 = 0 ;
27497 int res1 = 0 ;
27498 PyObject * obj0 = 0 ;
27499 bool result;
27500
27501 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetAutoApplyFixIts",&obj0)) SWIG_failgoto fail;
27502 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27503 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27504 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetAutoApplyFixIts" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetAutoApplyFixIts"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27505 }
27506 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27507 {
27508 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27509 result = (bool)(arg1)->GetAutoApplyFixIts();
27510 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27511 }
27512 resultobj = SWIG_From_bool(static_cast< bool >(result));
27513 return resultobj;
27514fail:
27515 return NULL__null;
27516}
27517
27518
27519SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_GetTopLevel(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27520 PyObject *resultobj = 0;
27521 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27522 void *argp1 = 0 ;
27523 int res1 = 0 ;
27524 PyObject * obj0 = 0 ;
27525 bool result;
27526
27527 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_GetTopLevel",&obj0)) SWIG_failgoto fail;
27528 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27529 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27530 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_GetTopLevel" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_GetTopLevel"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27531 }
27532 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27533 {
27534 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27535 result = (bool)(arg1)->GetTopLevel();
27536 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27537 }
27538 resultobj = SWIG_From_bool(static_cast< bool >(result));
27539 return resultobj;
27540fail:
27541 return NULL__null;
27542}
27543
27544
27545SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetTopLevel__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27546 PyObject *resultobj = 0;
27547 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27548 bool arg2 ;
27549 void *argp1 = 0 ;
27550 int res1 = 0 ;
27551 bool val2 ;
27552 int ecode2 = 0 ;
27553 PyObject * obj0 = 0 ;
27554 PyObject * obj1 = 0 ;
27555
27556 if (!PyArg_ParseTuple(args,(char *)"OO:SBExpressionOptions_SetTopLevel",&obj0,&obj1)) SWIG_failgoto fail;
27557 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27558 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27559 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetTopLevel" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetTopLevel"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27560 }
27561 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27562 ecode2 = SWIG_AsVal_bool(obj1, &val2);
27563 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
27564 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBExpressionOptions_SetTopLevel" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBExpressionOptions_SetTopLevel"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
27565 }
27566 arg2 = static_cast< bool >(val2);
27567 {
27568 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27569 (arg1)->SetTopLevel(arg2);
27570 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27571 }
27572 resultobj = SWIG_Py_Void();
27573 return resultobj;
27574fail:
27575 return NULL__null;
27576}
27577
27578
27579SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetTopLevel__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27580 PyObject *resultobj = 0;
27581 lldb::SBExpressionOptions *arg1 = (lldb::SBExpressionOptions *) 0 ;
27582 void *argp1 = 0 ;
27583 int res1 = 0 ;
27584 PyObject * obj0 = 0 ;
27585
27586 if (!PyArg_ParseTuple(args,(char *)"O:SBExpressionOptions_SetTopLevel",&obj0)) SWIG_failgoto fail;
27587 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[28]
, 0 | 0, 0)
;
27588 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27589 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBExpressionOptions_SetTopLevel" "', argument " "1"" of type '" "lldb::SBExpressionOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBExpressionOptions_SetTopLevel"
"', argument " "1"" of type '" "lldb::SBExpressionOptions *"
"'"); goto fail; } while(0)
;
27590 }
27591 arg1 = reinterpret_cast< lldb::SBExpressionOptions * >(argp1);
27592 {
27593 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27594 (arg1)->SetTopLevel();
27595 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27596 }
27597 resultobj = SWIG_Py_Void();
27598 return resultobj;
27599fail:
27600 return NULL__null;
27601}
27602
27603
27604SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBExpressionOptions_SetTopLevel(PyObject *self, PyObject *args) {
27605 Py_ssize_t argc;
27606 PyObject *argv[3] = {
27607 0
27608 };
27609 Py_ssize_t ii;
27610
27611 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
27612 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
27613 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
27614 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
27615 }
27616 if (argc == 1) {
27617 int _v;
27618 void *vptr = 0;
27619 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
27620 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27621 if (_v) {
27622 return _wrap_SBExpressionOptions_SetTopLevel__SWIG_1(self, args);
27623 }
27624 }
27625 if (argc == 2) {
27626 int _v;
27627 void *vptr = 0;
27628 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[28
], 0, 0)
;
27629 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27630 if (_v) {
27631 {
27632 int res = SWIG_AsVal_bool(argv[1], NULL__null);
27633 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27634 }
27635 if (_v) {
27636 return _wrap_SBExpressionOptions_SetTopLevel__SWIG_0(self, args);
27637 }
27638 }
27639 }
27640
27641fail:
27642 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBExpressionOptions_SetTopLevel'.\n"
27643 " Possible C/C++ prototypes are:\n"
27644 " lldb::SBExpressionOptions::SetTopLevel(bool)\n"
27645 " lldb::SBExpressionOptions::SetTopLevel()\n");
27646 return 0;
27647}
27648
27649
27650SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBExpressionOptions_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27651 PyObject *obj;
27652 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
27653 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBExpressionOptionsswig_types[28], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
27654 return SWIG_Py_Void();
27655}
27656
27657SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFileSpec__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27658 PyObject *resultobj = 0;
27659 lldb::SBFileSpec *result = 0 ;
27660
27661 if (!PyArg_ParseTuple(args,(char *)":new_SBFileSpec")) SWIG_failgoto fail;
27662 {
27663 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27664 result = (lldb::SBFileSpec *)new lldb::SBFileSpec();
27665 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27666 }
27667 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[29], (
(0x1 << 1) | 0x1) | 0)
;
27668 return resultobj;
27669fail:
27670 return NULL__null;
27671}
27672
27673
27674SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFileSpec__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27675 PyObject *resultobj = 0;
27676 lldb::SBFileSpec *arg1 = 0 ;
27677 void *argp1 = 0 ;
27678 int res1 = 0 ;
27679 PyObject * obj0 = 0 ;
27680 lldb::SBFileSpec *result = 0 ;
27681
27682 if (!PyArg_ParseTuple(args,(char *)"O:new_SBFileSpec",&obj0)) SWIG_failgoto fail;
27683 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0 | 0, 0)
;
27684 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27685 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBFileSpec" "', argument " "1"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBFileSpec" "', argument "
"1"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
27686 }
27687 if (!argp1) {
27688 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBFileSpec" "', argument " "1"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBFileSpec" "', argument " "1"" of type '"
"lldb::SBFileSpec const &""'"); goto fail; } while(0)
;
27689 }
27690 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
27691 {
27692 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27693 result = (lldb::SBFileSpec *)new lldb::SBFileSpec((lldb::SBFileSpec const &)*arg1);
27694 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27695 }
27696 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[29], (
(0x1 << 1) | 0x1) | 0)
;
27697 return resultobj;
27698fail:
27699 return NULL__null;
27700}
27701
27702
27703SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFileSpec__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27704 PyObject *resultobj = 0;
27705 char *arg1 = (char *) 0 ;
27706 int res1 ;
27707 char *buf1 = 0 ;
27708 int alloc1 = 0 ;
27709 PyObject * obj0 = 0 ;
27710 lldb::SBFileSpec *result = 0 ;
27711
27712 if (!PyArg_ParseTuple(args,(char *)"O:new_SBFileSpec",&obj0)) SWIG_failgoto fail;
27713 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
27714 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27715 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBFileSpec" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBFileSpec" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
27716 }
27717 arg1 = reinterpret_cast< char * >(buf1);
27718 {
27719 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27720 result = (lldb::SBFileSpec *)new lldb::SBFileSpec((char const *)arg1);
27721 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27722 }
27723 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[29], (
(0x1 << 1) | 0x1) | 0)
;
27724 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
27725 return resultobj;
27726fail:
27727 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
27728 return NULL__null;
27729}
27730
27731
27732SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFileSpec__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27733 PyObject *resultobj = 0;
27734 char *arg1 = (char *) 0 ;
27735 bool arg2 ;
27736 int res1 ;
27737 char *buf1 = 0 ;
27738 int alloc1 = 0 ;
27739 bool val2 ;
27740 int ecode2 = 0 ;
27741 PyObject * obj0 = 0 ;
27742 PyObject * obj1 = 0 ;
27743 lldb::SBFileSpec *result = 0 ;
27744
27745 if (!PyArg_ParseTuple(args,(char *)"OO:new_SBFileSpec",&obj0,&obj1)) SWIG_failgoto fail;
27746 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
27747 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27748 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBFileSpec" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBFileSpec" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
27749 }
27750 arg1 = reinterpret_cast< char * >(buf1);
27751 ecode2 = SWIG_AsVal_bool(obj1, &val2);
27752 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
27753 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_SBFileSpec" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "new_SBFileSpec" "', argument "
"2"" of type '" "bool""'"); goto fail; } while(0)
;
27754 }
27755 arg2 = static_cast< bool >(val2);
27756 {
27757 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27758 result = (lldb::SBFileSpec *)new lldb::SBFileSpec((char const *)arg1,arg2);
27759 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27760 }
27761 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[29], (
(0x1 << 1) | 0x1) | 0)
;
27762 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
27763 return resultobj;
27764fail:
27765 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
27766 return NULL__null;
27767}
27768
27769
27770SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFileSpec(PyObject *self, PyObject *args) {
27771 Py_ssize_t argc;
27772 PyObject *argv[3] = {
27773 0
27774 };
27775 Py_ssize_t ii;
27776
27777 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
27778 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
27779 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
27780 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
27781 }
27782 if (argc == 0) {
27783 return _wrap_new_SBFileSpec__SWIG_0(self, args);
27784 }
27785 if (argc == 1) {
27786 int _v;
27787 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[29], 0, 0
)
;
27788 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27789 if (_v) {
27790 return _wrap_new_SBFileSpec__SWIG_1(self, args);
27791 }
27792 }
27793 if (argc == 1) {
27794 int _v;
27795 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
27796 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27797 if (_v) {
27798 return _wrap_new_SBFileSpec__SWIG_2(self, args);
27799 }
27800 }
27801 if (argc == 2) {
27802 int _v;
27803 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
27804 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27805 if (_v) {
27806 {
27807 int res = SWIG_AsVal_bool(argv[1], NULL__null);
27808 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
27809 }
27810 if (_v) {
27811 return _wrap_new_SBFileSpec__SWIG_3(self, args);
27812 }
27813 }
27814 }
27815
27816fail:
27817 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBFileSpec'.\n"
27818 " Possible C/C++ prototypes are:\n"
27819 " lldb::SBFileSpec::SBFileSpec()\n"
27820 " lldb::SBFileSpec::SBFileSpec(lldb::SBFileSpec const &)\n"
27821 " lldb::SBFileSpec::SBFileSpec(char const *)\n"
27822 " lldb::SBFileSpec::SBFileSpec(char const *,bool)\n");
27823 return 0;
27824}
27825
27826
27827SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27828 PyObject *resultobj = 0;
27829 lldb::SBFileSpec *arg1 = (lldb::SBFileSpec *) 0 ;
27830 void *argp1 = 0 ;
27831 int res1 = 0 ;
27832 PyObject * obj0 = 0 ;
27833
27834 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBFileSpec",&obj0)) SWIG_failgoto fail;
27835 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0x1 | 0, 0)
;
27836 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27837 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBFileSpec" "', argument " "1"" of type '" "lldb::SBFileSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBFileSpec" "', argument "
"1"" of type '" "lldb::SBFileSpec *""'"); goto fail; } while
(0)
;
27838 }
27839 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
27840 {
27841 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27842 delete arg1;
27843 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27844 }
27845 resultobj = SWIG_Py_Void();
27846 return resultobj;
27847fail:
27848 return NULL__null;
27849}
27850
27851
27852SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpec_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27853 PyObject *resultobj = 0;
27854 lldb::SBFileSpec *arg1 = (lldb::SBFileSpec *) 0 ;
27855 void *argp1 = 0 ;
27856 int res1 = 0 ;
27857 PyObject * obj0 = 0 ;
27858 bool result;
27859
27860 if (!PyArg_ParseTuple(args,(char *)"O:SBFileSpec_IsValid",&obj0)) SWIG_failgoto fail;
27861 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0 | 0, 0)
;
27862 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27863 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpec_IsValid" "', argument " "1"" of type '" "lldb::SBFileSpec const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpec_IsValid" "', argument "
"1"" of type '" "lldb::SBFileSpec const *""'"); goto fail; }
while(0)
;
27864 }
27865 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
27866 {
27867 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27868 result = (bool)((lldb::SBFileSpec const *)arg1)->IsValid();
27869 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27870 }
27871 resultobj = SWIG_From_bool(static_cast< bool >(result));
27872 return resultobj;
27873fail:
27874 return NULL__null;
27875}
27876
27877
27878SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpec_Exists(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27879 PyObject *resultobj = 0;
27880 lldb::SBFileSpec *arg1 = (lldb::SBFileSpec *) 0 ;
27881 void *argp1 = 0 ;
27882 int res1 = 0 ;
27883 PyObject * obj0 = 0 ;
27884 bool result;
27885
27886 if (!PyArg_ParseTuple(args,(char *)"O:SBFileSpec_Exists",&obj0)) SWIG_failgoto fail;
27887 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0 | 0, 0)
;
27888 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27889 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpec_Exists" "', argument " "1"" of type '" "lldb::SBFileSpec const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpec_Exists" "', argument "
"1"" of type '" "lldb::SBFileSpec const *""'"); goto fail; }
while(0)
;
27890 }
27891 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
27892 {
27893 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27894 result = (bool)((lldb::SBFileSpec const *)arg1)->Exists();
27895 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27896 }
27897 resultobj = SWIG_From_bool(static_cast< bool >(result));
27898 return resultobj;
27899fail:
27900 return NULL__null;
27901}
27902
27903
27904SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpec_ResolveExecutableLocation(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27905 PyObject *resultobj = 0;
27906 lldb::SBFileSpec *arg1 = (lldb::SBFileSpec *) 0 ;
27907 void *argp1 = 0 ;
27908 int res1 = 0 ;
27909 PyObject * obj0 = 0 ;
27910 bool result;
27911
27912 if (!PyArg_ParseTuple(args,(char *)"O:SBFileSpec_ResolveExecutableLocation",&obj0)) SWIG_failgoto fail;
27913 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0 | 0, 0)
;
27914 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27915 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpec_ResolveExecutableLocation" "', argument " "1"" of type '" "lldb::SBFileSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpec_ResolveExecutableLocation"
"', argument " "1"" of type '" "lldb::SBFileSpec *""'"); goto
fail; } while(0)
;
27916 }
27917 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
27918 {
27919 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27920 result = (bool)(arg1)->ResolveExecutableLocation();
27921 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27922 }
27923 resultobj = SWIG_From_bool(static_cast< bool >(result));
27924 return resultobj;
27925fail:
27926 return NULL__null;
27927}
27928
27929
27930SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpec_GetFilename(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27931 PyObject *resultobj = 0;
27932 lldb::SBFileSpec *arg1 = (lldb::SBFileSpec *) 0 ;
27933 void *argp1 = 0 ;
27934 int res1 = 0 ;
27935 PyObject * obj0 = 0 ;
27936 char *result = 0 ;
27937
27938 if (!PyArg_ParseTuple(args,(char *)"O:SBFileSpec_GetFilename",&obj0)) SWIG_failgoto fail;
27939 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0 | 0, 0)
;
27940 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27941 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpec_GetFilename" "', argument " "1"" of type '" "lldb::SBFileSpec const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpec_GetFilename" "', argument "
"1"" of type '" "lldb::SBFileSpec const *""'"); goto fail; }
while(0)
;
27942 }
27943 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
27944 {
27945 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27946 result = (char *)((lldb::SBFileSpec const *)arg1)->GetFilename();
27947 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27948 }
27949 resultobj = SWIG_FromCharPtr((const char *)result);
27950 return resultobj;
27951fail:
27952 return NULL__null;
27953}
27954
27955
27956SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpec_GetDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27957 PyObject *resultobj = 0;
27958 lldb::SBFileSpec *arg1 = (lldb::SBFileSpec *) 0 ;
27959 void *argp1 = 0 ;
27960 int res1 = 0 ;
27961 PyObject * obj0 = 0 ;
27962 char *result = 0 ;
27963
27964 if (!PyArg_ParseTuple(args,(char *)"O:SBFileSpec_GetDirectory",&obj0)) SWIG_failgoto fail;
27965 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0 | 0, 0)
;
27966 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27967 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpec_GetDirectory" "', argument " "1"" of type '" "lldb::SBFileSpec const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpec_GetDirectory" "', argument "
"1"" of type '" "lldb::SBFileSpec const *""'"); goto fail; }
while(0)
;
27968 }
27969 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
27970 {
27971 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
27972 result = (char *)((lldb::SBFileSpec const *)arg1)->GetDirectory();
27973 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
27974 }
27975 resultobj = SWIG_FromCharPtr((const char *)result);
27976 return resultobj;
27977fail:
27978 return NULL__null;
27979}
27980
27981
27982SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpec_SetFilename(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
27983 PyObject *resultobj = 0;
27984 lldb::SBFileSpec *arg1 = (lldb::SBFileSpec *) 0 ;
27985 char *arg2 = (char *) 0 ;
27986 void *argp1 = 0 ;
27987 int res1 = 0 ;
27988 int res2 ;
27989 char *buf2 = 0 ;
27990 int alloc2 = 0 ;
27991 PyObject * obj0 = 0 ;
27992 PyObject * obj1 = 0 ;
27993
27994 if (!PyArg_ParseTuple(args,(char *)"OO:SBFileSpec_SetFilename",&obj0,&obj1)) SWIG_failgoto fail;
27995 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0 | 0, 0)
;
27996 if (!SWIG_IsOK(res1)(res1 >= 0)) {
27997 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpec_SetFilename" "', argument " "1"" of type '" "lldb::SBFileSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpec_SetFilename" "', argument "
"1"" of type '" "lldb::SBFileSpec *""'"); goto fail; } while
(0)
;
27998 }
27999 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
28000 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
28001 if (!SWIG_IsOK(res2)(res2 >= 0)) {
28002 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFileSpec_SetFilename" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFileSpec_SetFilename" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
28003 }
28004 arg2 = reinterpret_cast< char * >(buf2);
28005 {
28006 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28007 (arg1)->SetFilename((char const *)arg2);
28008 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28009 }
28010 resultobj = SWIG_Py_Void();
28011 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
28012 return resultobj;
28013fail:
28014 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
28015 return NULL__null;
28016}
28017
28018
28019SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpec_SetDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28020 PyObject *resultobj = 0;
28021 lldb::SBFileSpec *arg1 = (lldb::SBFileSpec *) 0 ;
28022 char *arg2 = (char *) 0 ;
28023 void *argp1 = 0 ;
28024 int res1 = 0 ;
28025 int res2 ;
28026 char *buf2 = 0 ;
28027 int alloc2 = 0 ;
28028 PyObject * obj0 = 0 ;
28029 PyObject * obj1 = 0 ;
28030
28031 if (!PyArg_ParseTuple(args,(char *)"OO:SBFileSpec_SetDirectory",&obj0,&obj1)) SWIG_failgoto fail;
28032 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0 | 0, 0)
;
28033 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28034 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpec_SetDirectory" "', argument " "1"" of type '" "lldb::SBFileSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpec_SetDirectory" "', argument "
"1"" of type '" "lldb::SBFileSpec *""'"); goto fail; } while
(0)
;
28035 }
28036 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
28037 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
28038 if (!SWIG_IsOK(res2)(res2 >= 0)) {
28039 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFileSpec_SetDirectory" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFileSpec_SetDirectory" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
28040 }
28041 arg2 = reinterpret_cast< char * >(buf2);
28042 {
28043 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28044 (arg1)->SetDirectory((char const *)arg2);
28045 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28046 }
28047 resultobj = SWIG_Py_Void();
28048 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
28049 return resultobj;
28050fail:
28051 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
28052 return NULL__null;
28053}
28054
28055
28056SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpec_GetPath(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28057 PyObject *resultobj = 0;
28058 lldb::SBFileSpec *arg1 = (lldb::SBFileSpec *) 0 ;
28059 char *arg2 = (char *) 0 ;
28060 size_t arg3 ;
28061 void *argp1 = 0 ;
28062 int res1 = 0 ;
28063 int res2 ;
28064 char *buf2 = 0 ;
28065 int alloc2 = 0 ;
28066 size_t val3 ;
28067 int ecode3 = 0 ;
28068 PyObject * obj0 = 0 ;
28069 PyObject * obj1 = 0 ;
28070 PyObject * obj2 = 0 ;
28071 uint32_t result;
28072
28073 if (!PyArg_ParseTuple(args,(char *)"OOO:SBFileSpec_GetPath",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
28074 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0 | 0, 0)
;
28075 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28076 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpec_GetPath" "', argument " "1"" of type '" "lldb::SBFileSpec const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpec_GetPath" "', argument "
"1"" of type '" "lldb::SBFileSpec const *""'"); goto fail; }
while(0)
;
28077 }
28078 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
28079 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
28080 if (!SWIG_IsOK(res2)(res2 >= 0)) {
28081 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFileSpec_GetPath" "', argument " "2"" of type '" "char *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFileSpec_GetPath" "', argument "
"2"" of type '" "char *""'"); goto fail; } while(0)
;
28082 }
28083 arg2 = reinterpret_cast< char * >(buf2);
28084 ecode3 = SWIG_AsVal_size_t(obj2, &val3);
28085 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
28086 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBFileSpec_GetPath" "', argument " "3"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBFileSpec_GetPath" "', argument "
"3"" of type '" "size_t""'"); goto fail; } while(0)
;
28087 }
28088 arg3 = static_cast< size_t >(val3);
28089 {
28090 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28091 result = (uint32_t)((lldb::SBFileSpec const *)arg1)->GetPath(arg2,arg3);
28092 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28093 }
28094 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
28095 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
28096 return resultobj;
28097fail:
28098 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
28099 return NULL__null;
28100}
28101
28102
28103SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpec_ResolvePath(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28104 PyObject *resultobj = 0;
28105 char *arg1 = (char *) 0 ;
28106 char *arg2 = (char *) 0 ;
28107 size_t arg3 ;
28108 int res1 ;
28109 char *buf1 = 0 ;
28110 int alloc1 = 0 ;
28111 int res2 ;
28112 char *buf2 = 0 ;
28113 int alloc2 = 0 ;
28114 size_t val3 ;
28115 int ecode3 = 0 ;
28116 PyObject * obj0 = 0 ;
28117 PyObject * obj1 = 0 ;
28118 PyObject * obj2 = 0 ;
28119 int result;
28120
28121 if (!PyArg_ParseTuple(args,(char *)"OOO:SBFileSpec_ResolvePath",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
28122 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
28123 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28124 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpec_ResolvePath" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpec_ResolvePath" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
28125 }
28126 arg1 = reinterpret_cast< char * >(buf1);
28127 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
28128 if (!SWIG_IsOK(res2)(res2 >= 0)) {
28129 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFileSpec_ResolvePath" "', argument " "2"" of type '" "char *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFileSpec_ResolvePath" "', argument "
"2"" of type '" "char *""'"); goto fail; } while(0)
;
28130 }
28131 arg2 = reinterpret_cast< char * >(buf2);
28132 ecode3 = SWIG_AsVal_size_t(obj2, &val3);
28133 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
28134 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBFileSpec_ResolvePath" "', argument " "3"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBFileSpec_ResolvePath"
"', argument " "3"" of type '" "size_t""'"); goto fail; } while
(0)
;
28135 }
28136 arg3 = static_cast< size_t >(val3);
28137 {
28138 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28139 result = (int)lldb::SBFileSpec::ResolvePath((char const *)arg1,arg2,arg3);
28140 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28141 }
28142 resultobj = SWIG_From_int(static_cast< int >(result));
28143 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
28144 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
28145 return resultobj;
28146fail:
28147 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
28148 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
28149 return NULL__null;
28150}
28151
28152
28153SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpec_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28154 PyObject *resultobj = 0;
28155 lldb::SBFileSpec *arg1 = (lldb::SBFileSpec *) 0 ;
28156 lldb::SBStream *arg2 = 0 ;
28157 void *argp1 = 0 ;
28158 int res1 = 0 ;
28159 void *argp2 = 0 ;
28160 int res2 = 0 ;
28161 PyObject * obj0 = 0 ;
28162 PyObject * obj1 = 0 ;
28163 bool result;
28164
28165 if (!PyArg_ParseTuple(args,(char *)"OO:SBFileSpec_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
28166 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0 | 0, 0)
;
28167 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28168 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpec_GetDescription" "', argument " "1"" of type '" "lldb::SBFileSpec const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpec_GetDescription"
"', argument " "1"" of type '" "lldb::SBFileSpec const *""'"
); goto fail; } while(0)
;
28169 }
28170 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
28171 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
28172 if (!SWIG_IsOK(res2)(res2 >= 0)) {
28173 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFileSpec_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFileSpec_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
28174 }
28175 if (!argp2) {
28176 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFileSpec_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFileSpec_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
28177 }
28178 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
28179 {
28180 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28181 result = (bool)((lldb::SBFileSpec const *)arg1)->GetDescription(*arg2);
28182 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28183 }
28184 resultobj = SWIG_From_bool(static_cast< bool >(result));
28185 return resultobj;
28186fail:
28187 return NULL__null;
28188}
28189
28190
28191SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpec_AppendPathComponent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28192 PyObject *resultobj = 0;
28193 lldb::SBFileSpec *arg1 = (lldb::SBFileSpec *) 0 ;
28194 char *arg2 = (char *) 0 ;
28195 void *argp1 = 0 ;
28196 int res1 = 0 ;
28197 int res2 ;
28198 char *buf2 = 0 ;
28199 int alloc2 = 0 ;
28200 PyObject * obj0 = 0 ;
28201 PyObject * obj1 = 0 ;
28202
28203 if (!PyArg_ParseTuple(args,(char *)"OO:SBFileSpec_AppendPathComponent",&obj0,&obj1)) SWIG_failgoto fail;
28204 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0 | 0, 0)
;
28205 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28206 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpec_AppendPathComponent" "', argument " "1"" of type '" "lldb::SBFileSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpec_AppendPathComponent"
"', argument " "1"" of type '" "lldb::SBFileSpec *""'"); goto
fail; } while(0)
;
28207 }
28208 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
28209 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
28210 if (!SWIG_IsOK(res2)(res2 >= 0)) {
28211 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFileSpec_AppendPathComponent" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFileSpec_AppendPathComponent"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
28212 }
28213 arg2 = reinterpret_cast< char * >(buf2);
28214 {
28215 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28216 (arg1)->AppendPathComponent((char const *)arg2);
28217 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28218 }
28219 resultobj = SWIG_Py_Void();
28220 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
28221 return resultobj;
28222fail:
28223 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
28224 return NULL__null;
28225}
28226
28227
28228SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpec___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28229 PyObject *resultobj = 0;
28230 lldb::SBFileSpec *arg1 = (lldb::SBFileSpec *) 0 ;
28231 void *argp1 = 0 ;
28232 int res1 = 0 ;
28233 PyObject * obj0 = 0 ;
28234 PyObject *result = 0 ;
28235
28236 if (!PyArg_ParseTuple(args,(char *)"O:SBFileSpec___str__",&obj0)) SWIG_failgoto fail;
28237 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[29]
, 0 | 0, 0)
;
28238 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28239 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpec___str__" "', argument " "1"" of type '" "lldb::SBFileSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpec___str__" "', argument "
"1"" of type '" "lldb::SBFileSpec *""'"); goto fail; } while
(0)
;
28240 }
28241 arg1 = reinterpret_cast< lldb::SBFileSpec * >(argp1);
28242 result = (PyObject *)lldb_SBFileSpec___str__(arg1);
28243 resultobj = result;
28244 return resultobj;
28245fail:
28246 return NULL__null;
28247}
28248
28249
28250SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBFileSpec_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28251 PyObject *obj;
28252 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
28253 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBFileSpecswig_types[29], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
28254 return SWIG_Py_Void();
28255}
28256
28257SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFileSpecList__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28258 PyObject *resultobj = 0;
28259 lldb::SBFileSpecList *result = 0 ;
28260
28261 if (!PyArg_ParseTuple(args,(char *)":new_SBFileSpecList")) SWIG_failgoto fail;
28262 {
28263 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28264 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList();
28265 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28266 }
28267 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBFileSpecList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[30], (
(0x1 << 1) | 0x1) | 0)
;
28268 return resultobj;
28269fail:
28270 return NULL__null;
28271}
28272
28273
28274SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFileSpecList__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28275 PyObject *resultobj = 0;
28276 lldb::SBFileSpecList *arg1 = 0 ;
28277 void *argp1 = 0 ;
28278 int res1 = 0 ;
28279 PyObject * obj0 = 0 ;
28280 lldb::SBFileSpecList *result = 0 ;
28281
28282 if (!PyArg_ParseTuple(args,(char *)"O:new_SBFileSpecList",&obj0)) SWIG_failgoto fail;
28283 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[30]
, 0 | 0, 0)
;
28284 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28285 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBFileSpecList" "', argument " "1"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBFileSpecList" "', argument "
"1"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
28286 }
28287 if (!argp1) {
28288 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBFileSpecList" "', argument " "1"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBFileSpecList" "', argument " "1"" of type '"
"lldb::SBFileSpecList const &""'"); goto fail; } while(0
)
;
28289 }
28290 arg1 = reinterpret_cast< lldb::SBFileSpecList * >(argp1);
28291 {
28292 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28293 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList((lldb::SBFileSpecList const &)*arg1);
28294 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28295 }
28296 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBFileSpecList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[30], (
(0x1 << 1) | 0x1) | 0)
;
28297 return resultobj;
28298fail:
28299 return NULL__null;
28300}
28301
28302
28303SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFileSpecList(PyObject *self, PyObject *args) {
28304 Py_ssize_t argc;
28305 PyObject *argv[2] = {
28306 0
28307 };
28308 Py_ssize_t ii;
28309
28310 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
28311 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
28312 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
28313 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
28314 }
28315 if (argc == 0) {
28316 return _wrap_new_SBFileSpecList__SWIG_0(self, args);
28317 }
28318 if (argc == 1) {
28319 int _v;
28320 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[30], 0, 0
)
;
28321 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
28322 if (_v) {
28323 return _wrap_new_SBFileSpecList__SWIG_1(self, args);
28324 }
28325 }
28326
28327fail:
28328 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBFileSpecList'.\n"
28329 " Possible C/C++ prototypes are:\n"
28330 " lldb::SBFileSpecList::SBFileSpecList()\n"
28331 " lldb::SBFileSpecList::SBFileSpecList(lldb::SBFileSpecList const &)\n");
28332 return 0;
28333}
28334
28335
28336SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBFileSpecList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28337 PyObject *resultobj = 0;
28338 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
28339 void *argp1 = 0 ;
28340 int res1 = 0 ;
28341 PyObject * obj0 = 0 ;
28342
28343 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBFileSpecList",&obj0)) SWIG_failgoto fail;
28344 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpecList, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[30]
, 0x1 | 0, 0)
;
28345 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28346 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBFileSpecList" "', argument " "1"" of type '" "lldb::SBFileSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBFileSpecList" "', argument "
"1"" of type '" "lldb::SBFileSpecList *""'"); goto fail; } while
(0)
;
28347 }
28348 arg1 = reinterpret_cast< lldb::SBFileSpecList * >(argp1);
28349 {
28350 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28351 delete arg1;
28352 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28353 }
28354 resultobj = SWIG_Py_Void();
28355 return resultobj;
28356fail:
28357 return NULL__null;
28358}
28359
28360
28361SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpecList_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28362 PyObject *resultobj = 0;
28363 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
28364 void *argp1 = 0 ;
28365 int res1 = 0 ;
28366 PyObject * obj0 = 0 ;
28367 uint32_t result;
28368
28369 if (!PyArg_ParseTuple(args,(char *)"O:SBFileSpecList_GetSize",&obj0)) SWIG_failgoto fail;
28370 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[30]
, 0 | 0, 0)
;
28371 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28372 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpecList_GetSize" "', argument " "1"" of type '" "lldb::SBFileSpecList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpecList_GetSize" "', argument "
"1"" of type '" "lldb::SBFileSpecList const *""'"); goto fail
; } while(0)
;
28373 }
28374 arg1 = reinterpret_cast< lldb::SBFileSpecList * >(argp1);
28375 {
28376 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28377 result = (uint32_t)((lldb::SBFileSpecList const *)arg1)->GetSize();
28378 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28379 }
28380 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
28381 return resultobj;
28382fail:
28383 return NULL__null;
28384}
28385
28386
28387SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpecList_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28388 PyObject *resultobj = 0;
28389 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
28390 lldb::SBStream *arg2 = 0 ;
28391 void *argp1 = 0 ;
28392 int res1 = 0 ;
28393 void *argp2 = 0 ;
28394 int res2 = 0 ;
28395 PyObject * obj0 = 0 ;
28396 PyObject * obj1 = 0 ;
28397 bool result;
28398
28399 if (!PyArg_ParseTuple(args,(char *)"OO:SBFileSpecList_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
28400 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[30]
, 0 | 0, 0)
;
28401 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28402 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpecList_GetDescription" "', argument " "1"" of type '" "lldb::SBFileSpecList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpecList_GetDescription"
"', argument " "1"" of type '" "lldb::SBFileSpecList const *"
"'"); goto fail; } while(0)
;
28403 }
28404 arg1 = reinterpret_cast< lldb::SBFileSpecList * >(argp1);
28405 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
28406 if (!SWIG_IsOK(res2)(res2 >= 0)) {
28407 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFileSpecList_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFileSpecList_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
28408 }
28409 if (!argp2) {
28410 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFileSpecList_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFileSpecList_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
28411 }
28412 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
28413 {
28414 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28415 result = (bool)((lldb::SBFileSpecList const *)arg1)->GetDescription(*arg2);
28416 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28417 }
28418 resultobj = SWIG_From_bool(static_cast< bool >(result));
28419 return resultobj;
28420fail:
28421 return NULL__null;
28422}
28423
28424
28425SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpecList_Append(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28426 PyObject *resultobj = 0;
28427 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
28428 lldb::SBFileSpec *arg2 = 0 ;
28429 void *argp1 = 0 ;
28430 int res1 = 0 ;
28431 void *argp2 = 0 ;
28432 int res2 = 0 ;
28433 PyObject * obj0 = 0 ;
28434 PyObject * obj1 = 0 ;
28435
28436 if (!PyArg_ParseTuple(args,(char *)"OO:SBFileSpecList_Append",&obj0,&obj1)) SWIG_failgoto fail;
28437 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[30]
, 0 | 0, 0)
;
28438 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28439 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpecList_Append" "', argument " "1"" of type '" "lldb::SBFileSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpecList_Append" "', argument "
"1"" of type '" "lldb::SBFileSpecList *""'"); goto fail; } while
(0)
;
28440 }
28441 arg1 = reinterpret_cast< lldb::SBFileSpecList * >(argp1);
28442 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
28443 if (!SWIG_IsOK(res2)(res2 >= 0)) {
28444 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFileSpecList_Append" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFileSpecList_Append" "', argument "
"2"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
28445 }
28446 if (!argp2) {
28447 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFileSpecList_Append" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFileSpecList_Append" "', argument " "2"" of type '"
"lldb::SBFileSpec const &""'"); goto fail; } while(0)
;
28448 }
28449 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
28450 {
28451 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28452 (arg1)->Append((lldb::SBFileSpec const &)*arg2);
28453 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28454 }
28455 resultobj = SWIG_Py_Void();
28456 return resultobj;
28457fail:
28458 return NULL__null;
28459}
28460
28461
28462SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpecList_AppendIfUnique(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28463 PyObject *resultobj = 0;
28464 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
28465 lldb::SBFileSpec *arg2 = 0 ;
28466 void *argp1 = 0 ;
28467 int res1 = 0 ;
28468 void *argp2 = 0 ;
28469 int res2 = 0 ;
28470 PyObject * obj0 = 0 ;
28471 PyObject * obj1 = 0 ;
28472 bool result;
28473
28474 if (!PyArg_ParseTuple(args,(char *)"OO:SBFileSpecList_AppendIfUnique",&obj0,&obj1)) SWIG_failgoto fail;
28475 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[30]
, 0 | 0, 0)
;
28476 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28477 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpecList_AppendIfUnique" "', argument " "1"" of type '" "lldb::SBFileSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpecList_AppendIfUnique"
"', argument " "1"" of type '" "lldb::SBFileSpecList *""'");
goto fail; } while(0)
;
28478 }
28479 arg1 = reinterpret_cast< lldb::SBFileSpecList * >(argp1);
28480 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
28481 if (!SWIG_IsOK(res2)(res2 >= 0)) {
28482 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFileSpecList_AppendIfUnique" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFileSpecList_AppendIfUnique"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
28483 }
28484 if (!argp2) {
28485 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFileSpecList_AppendIfUnique" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFileSpecList_AppendIfUnique" "', argument "
"2"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
28486 }
28487 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
28488 {
28489 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28490 result = (bool)(arg1)->AppendIfUnique((lldb::SBFileSpec const &)*arg2);
28491 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28492 }
28493 resultobj = SWIG_From_bool(static_cast< bool >(result));
28494 return resultobj;
28495fail:
28496 return NULL__null;
28497}
28498
28499
28500SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpecList_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28501 PyObject *resultobj = 0;
28502 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
28503 void *argp1 = 0 ;
28504 int res1 = 0 ;
28505 PyObject * obj0 = 0 ;
28506
28507 if (!PyArg_ParseTuple(args,(char *)"O:SBFileSpecList_Clear",&obj0)) SWIG_failgoto fail;
28508 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[30]
, 0 | 0, 0)
;
28509 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28510 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpecList_Clear" "', argument " "1"" of type '" "lldb::SBFileSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpecList_Clear" "', argument "
"1"" of type '" "lldb::SBFileSpecList *""'"); goto fail; } while
(0)
;
28511 }
28512 arg1 = reinterpret_cast< lldb::SBFileSpecList * >(argp1);
28513 {
28514 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28515 (arg1)->Clear();
28516 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28517 }
28518 resultobj = SWIG_Py_Void();
28519 return resultobj;
28520fail:
28521 return NULL__null;
28522}
28523
28524
28525SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpecList_FindFileIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28526 PyObject *resultobj = 0;
28527 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
28528 uint32_t arg2 ;
28529 lldb::SBFileSpec *arg3 = 0 ;
28530 bool arg4 ;
28531 void *argp1 = 0 ;
28532 int res1 = 0 ;
28533 unsigned int val2 ;
28534 int ecode2 = 0 ;
28535 void *argp3 = 0 ;
28536 int res3 = 0 ;
28537 bool val4 ;
28538 int ecode4 = 0 ;
28539 PyObject * obj0 = 0 ;
28540 PyObject * obj1 = 0 ;
28541 PyObject * obj2 = 0 ;
28542 PyObject * obj3 = 0 ;
28543 uint32_t result;
28544
28545 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBFileSpecList_FindFileIndex",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
28546 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[30]
, 0 | 0, 0)
;
28547 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28548 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpecList_FindFileIndex" "', argument " "1"" of type '" "lldb::SBFileSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpecList_FindFileIndex"
"', argument " "1"" of type '" "lldb::SBFileSpecList *""'");
goto fail; } while(0)
;
28549 }
28550 arg1 = reinterpret_cast< lldb::SBFileSpecList * >(argp1);
28551 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
28552 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
28553 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBFileSpecList_FindFileIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBFileSpecList_FindFileIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
28554 }
28555 arg2 = static_cast< uint32_t >(val2);
28556 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[29]
, 0 | 0, 0)
;
28557 if (!SWIG_IsOK(res3)(res3 >= 0)) {
28558 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBFileSpecList_FindFileIndex" "', argument " "3"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBFileSpecList_FindFileIndex"
"', argument " "3"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
28559 }
28560 if (!argp3) {
28561 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFileSpecList_FindFileIndex" "', argument " "3"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFileSpecList_FindFileIndex" "', argument " "3"
" of type '" "lldb::SBFileSpec const &""'"); goto fail; }
while(0)
;
28562 }
28563 arg3 = reinterpret_cast< lldb::SBFileSpec * >(argp3);
28564 ecode4 = SWIG_AsVal_bool(obj3, &val4);
28565 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
28566 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBFileSpecList_FindFileIndex" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBFileSpecList_FindFileIndex"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
28567 }
28568 arg4 = static_cast< bool >(val4);
28569 {
28570 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28571 result = (uint32_t)(arg1)->FindFileIndex(arg2,(lldb::SBFileSpec const &)*arg3,arg4);
28572 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28573 }
28574 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
28575 return resultobj;
28576fail:
28577 return NULL__null;
28578}
28579
28580
28581SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFileSpecList_GetFileSpecAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28582 PyObject *resultobj = 0;
28583 lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
28584 uint32_t arg2 ;
28585 void *argp1 = 0 ;
28586 int res1 = 0 ;
28587 unsigned int val2 ;
28588 int ecode2 = 0 ;
28589 PyObject * obj0 = 0 ;
28590 PyObject * obj1 = 0 ;
28591 lldb::SBFileSpec result;
28592
28593 if (!PyArg_ParseTuple(args,(char *)"OO:SBFileSpecList_GetFileSpecAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
28594 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[30]
, 0 | 0, 0)
;
28595 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28596 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFileSpecList_GetFileSpecAtIndex" "', argument " "1"" of type '" "lldb::SBFileSpecList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFileSpecList_GetFileSpecAtIndex"
"', argument " "1"" of type '" "lldb::SBFileSpecList const *"
"'"); goto fail; } while(0)
;
28597 }
28598 arg1 = reinterpret_cast< lldb::SBFileSpecList * >(argp1);
28599 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
28600 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
28601 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBFileSpecList_GetFileSpecAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBFileSpecList_GetFileSpecAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
28602 }
28603 arg2 = static_cast< uint32_t >(val2);
28604 {
28605 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28606 result = ((lldb::SBFileSpecList const *)arg1)->GetFileSpecAtIndex(arg2);
28607 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28608 }
28609 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
28610 return resultobj;
28611fail:
28612 return NULL__null;
28613}
28614
28615
28616SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBFileSpecList_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28617 PyObject *obj;
28618 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
28619 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBFileSpecListswig_types[30], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
28620 return SWIG_Py_Void();
28621}
28622
28623SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFrame__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28624 PyObject *resultobj = 0;
28625 lldb::SBFrame *result = 0 ;
28626
28627 if (!PyArg_ParseTuple(args,(char *)":new_SBFrame")) SWIG_failgoto fail;
28628 {
28629 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28630 result = (lldb::SBFrame *)new lldb::SBFrame();
28631 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28632 }
28633 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBFrame, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[31], (
(0x1 << 1) | 0x1) | 0)
;
28634 return resultobj;
28635fail:
28636 return NULL__null;
28637}
28638
28639
28640SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFrame__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28641 PyObject *resultobj = 0;
28642 lldb::SBFrame *arg1 = 0 ;
28643 void *argp1 = 0 ;
28644 int res1 = 0 ;
28645 PyObject * obj0 = 0 ;
28646 lldb::SBFrame *result = 0 ;
28647
28648 if (!PyArg_ParseTuple(args,(char *)"O:new_SBFrame",&obj0)) SWIG_failgoto fail;
28649 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBFrame, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
28650 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28651 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBFrame" "', argument " "1"" of type '" "lldb::SBFrame const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBFrame" "', argument "
"1"" of type '" "lldb::SBFrame const &""'"); goto fail; }
while(0)
;
28652 }
28653 if (!argp1) {
28654 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBFrame" "', argument " "1"" of type '" "lldb::SBFrame const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBFrame" "', argument " "1"" of type '" "lldb::SBFrame const &"
"'"); goto fail; } while(0)
;
28655 }
28656 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
28657 {
28658 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28659 result = (lldb::SBFrame *)new lldb::SBFrame((lldb::SBFrame const &)*arg1);
28660 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28661 }
28662 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBFrame, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[31], (
(0x1 << 1) | 0x1) | 0)
;
28663 return resultobj;
28664fail:
28665 return NULL__null;
28666}
28667
28668
28669SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFrame(PyObject *self, PyObject *args) {
28670 Py_ssize_t argc;
28671 PyObject *argv[2] = {
28672 0
28673 };
28674 Py_ssize_t ii;
28675
28676 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
28677 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
28678 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
28679 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
28680 }
28681 if (argc == 0) {
28682 return _wrap_new_SBFrame__SWIG_0(self, args);
28683 }
28684 if (argc == 1) {
28685 int _v;
28686 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[31], 0, 0
)
;
28687 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
28688 if (_v) {
28689 return _wrap_new_SBFrame__SWIG_1(self, args);
28690 }
28691 }
28692
28693fail:
28694 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBFrame'.\n"
28695 " Possible C/C++ prototypes are:\n"
28696 " lldb::SBFrame::SBFrame()\n"
28697 " lldb::SBFrame::SBFrame(lldb::SBFrame const &)\n");
28698 return 0;
28699}
28700
28701
28702SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBFrame(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28703 PyObject *resultobj = 0;
28704 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
28705 void *argp1 = 0 ;
28706 int res1 = 0 ;
28707 PyObject * obj0 = 0 ;
28708
28709 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBFrame",&obj0)) SWIG_failgoto fail;
28710 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0x1 | 0, 0)
;
28711 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28712 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBFrame" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBFrame" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
28713 }
28714 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
28715 {
28716 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28717 delete arg1;
28718 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28719 }
28720 resultobj = SWIG_Py_Void();
28721 return resultobj;
28722fail:
28723 return NULL__null;
28724}
28725
28726
28727SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_IsEqual(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28728 PyObject *resultobj = 0;
28729 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
28730 lldb::SBFrame *arg2 = 0 ;
28731 void *argp1 = 0 ;
28732 int res1 = 0 ;
28733 void *argp2 = 0 ;
28734 int res2 = 0 ;
28735 PyObject * obj0 = 0 ;
28736 PyObject * obj1 = 0 ;
28737 bool result;
28738
28739 if (!PyArg_ParseTuple(args,(char *)"OO:SBFrame_IsEqual",&obj0,&obj1)) SWIG_failgoto fail;
28740 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
28741 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28742 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_IsEqual" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_IsEqual" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
28743 }
28744 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
28745 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFrame, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[31]
, 0 | 0, 0)
;
28746 if (!SWIG_IsOK(res2)(res2 >= 0)) {
28747 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_IsEqual" "', argument " "2"" of type '" "lldb::SBFrame const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_IsEqual" "', argument "
"2"" of type '" "lldb::SBFrame const &""'"); goto fail; }
while(0)
;
28748 }
28749 if (!argp2) {
28750 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFrame_IsEqual" "', argument " "2"" of type '" "lldb::SBFrame const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFrame_IsEqual" "', argument " "2"" of type '"
"lldb::SBFrame const &""'"); goto fail; } while(0)
;
28751 }
28752 arg2 = reinterpret_cast< lldb::SBFrame * >(argp2);
28753 {
28754 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28755 result = (bool)((lldb::SBFrame const *)arg1)->IsEqual((lldb::SBFrame const &)*arg2);
28756 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28757 }
28758 resultobj = SWIG_From_bool(static_cast< bool >(result));
28759 return resultobj;
28760fail:
28761 return NULL__null;
28762}
28763
28764
28765SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28766 PyObject *resultobj = 0;
28767 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
28768 void *argp1 = 0 ;
28769 int res1 = 0 ;
28770 PyObject * obj0 = 0 ;
28771 bool result;
28772
28773 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_IsValid",&obj0)) SWIG_failgoto fail;
28774 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
28775 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28776 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_IsValid" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_IsValid" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
28777 }
28778 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
28779 {
28780 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28781 result = (bool)((lldb::SBFrame const *)arg1)->IsValid();
28782 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28783 }
28784 resultobj = SWIG_From_bool(static_cast< bool >(result));
28785 return resultobj;
28786fail:
28787 return NULL__null;
28788}
28789
28790
28791SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetFrameID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28792 PyObject *resultobj = 0;
28793 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
28794 void *argp1 = 0 ;
28795 int res1 = 0 ;
28796 PyObject * obj0 = 0 ;
28797 uint32_t result;
28798
28799 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetFrameID",&obj0)) SWIG_failgoto fail;
28800 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
28801 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28802 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetFrameID" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetFrameID" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
28803 }
28804 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
28805 {
28806 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28807 result = (uint32_t)((lldb::SBFrame const *)arg1)->GetFrameID();
28808 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28809 }
28810 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
28811 return resultobj;
28812fail:
28813 return NULL__null;
28814}
28815
28816
28817SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetCFA(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28818 PyObject *resultobj = 0;
28819 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
28820 void *argp1 = 0 ;
28821 int res1 = 0 ;
28822 PyObject * obj0 = 0 ;
28823 lldb::addr_t result;
28824
28825 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetCFA",&obj0)) SWIG_failgoto fail;
28826 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
28827 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28828 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetCFA" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetCFA" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
28829 }
28830 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
28831 {
28832 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28833 result = (lldb::addr_t)((lldb::SBFrame const *)arg1)->GetCFA();
28834 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28835 }
28836 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
28837 return resultobj;
28838fail:
28839 return NULL__null;
28840}
28841
28842
28843SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetPC(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28844 PyObject *resultobj = 0;
28845 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
28846 void *argp1 = 0 ;
28847 int res1 = 0 ;
28848 PyObject * obj0 = 0 ;
28849 lldb::addr_t result;
28850
28851 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetPC",&obj0)) SWIG_failgoto fail;
28852 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
28853 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28854 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetPC" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetPC" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
28855 }
28856 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
28857 {
28858 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28859 result = (lldb::addr_t)((lldb::SBFrame const *)arg1)->GetPC();
28860 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28861 }
28862 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
28863 return resultobj;
28864fail:
28865 return NULL__null;
28866}
28867
28868
28869SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_SetPC(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28870 PyObject *resultobj = 0;
28871 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
28872 lldb::addr_t arg2 ;
28873 void *argp1 = 0 ;
28874 int res1 = 0 ;
28875 unsigned long long val2 ;
28876 int ecode2 = 0 ;
28877 PyObject * obj0 = 0 ;
28878 PyObject * obj1 = 0 ;
28879 bool result;
28880
28881 if (!PyArg_ParseTuple(args,(char *)"OO:SBFrame_SetPC",&obj0,&obj1)) SWIG_failgoto fail;
28882 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
28883 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28884 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_SetPC" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_SetPC" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
28885 }
28886 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
28887 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
28888 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
28889 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBFrame_SetPC" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBFrame_SetPC" "', argument "
"2"" of type '" "lldb::addr_t""'"); goto fail; } while(0)
;
28890 }
28891 arg2 = static_cast< lldb::addr_t >(val2);
28892 {
28893 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28894 result = (bool)(arg1)->SetPC(arg2);
28895 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28896 }
28897 resultobj = SWIG_From_bool(static_cast< bool >(result));
28898 return resultobj;
28899fail:
28900 return NULL__null;
28901}
28902
28903
28904SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetSP(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28905 PyObject *resultobj = 0;
28906 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
28907 void *argp1 = 0 ;
28908 int res1 = 0 ;
28909 PyObject * obj0 = 0 ;
28910 lldb::addr_t result;
28911
28912 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetSP",&obj0)) SWIG_failgoto fail;
28913 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
28914 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28915 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetSP" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetSP" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
28916 }
28917 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
28918 {
28919 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28920 result = (lldb::addr_t)((lldb::SBFrame const *)arg1)->GetSP();
28921 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28922 }
28923 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
28924 return resultobj;
28925fail:
28926 return NULL__null;
28927}
28928
28929
28930SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetFP(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28931 PyObject *resultobj = 0;
28932 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
28933 void *argp1 = 0 ;
28934 int res1 = 0 ;
28935 PyObject * obj0 = 0 ;
28936 lldb::addr_t result;
28937
28938 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetFP",&obj0)) SWIG_failgoto fail;
28939 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
28940 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28941 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetFP" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetFP" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
28942 }
28943 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
28944 {
28945 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28946 result = (lldb::addr_t)((lldb::SBFrame const *)arg1)->GetFP();
28947 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28948 }
28949 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
28950 return resultobj;
28951fail:
28952 return NULL__null;
28953}
28954
28955
28956SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetPCAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28957 PyObject *resultobj = 0;
28958 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
28959 void *argp1 = 0 ;
28960 int res1 = 0 ;
28961 PyObject * obj0 = 0 ;
28962 lldb::SBAddress result;
28963
28964 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetPCAddress",&obj0)) SWIG_failgoto fail;
28965 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
28966 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28967 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetPCAddress" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetPCAddress" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
28968 }
28969 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
28970 {
28971 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
28972 result = ((lldb::SBFrame const *)arg1)->GetPCAddress();
28973 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
28974 }
28975 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
28976 return resultobj;
28977fail:
28978 return NULL__null;
28979}
28980
28981
28982SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetSymbolContext(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
28983 PyObject *resultobj = 0;
28984 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
28985 uint32_t arg2 ;
28986 void *argp1 = 0 ;
28987 int res1 = 0 ;
28988 unsigned int val2 ;
28989 int ecode2 = 0 ;
28990 PyObject * obj0 = 0 ;
28991 PyObject * obj1 = 0 ;
28992 lldb::SBSymbolContext result;
28993
28994 if (!PyArg_ParseTuple(args,(char *)"OO:SBFrame_GetSymbolContext",&obj0,&obj1)) SWIG_failgoto fail;
28995 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
28996 if (!SWIG_IsOK(res1)(res1 >= 0)) {
28997 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetSymbolContext" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetSymbolContext" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
28998 }
28999 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29000 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
29001 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
29002 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBFrame_GetSymbolContext" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBFrame_GetSymbolContext"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
29003 }
29004 arg2 = static_cast< uint32_t >(val2);
29005 {
29006 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29007 result = ((lldb::SBFrame const *)arg1)->GetSymbolContext(arg2);
29008 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29009 }
29010 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContext(static_cast< const lldb::SBSymbolContext& >(result))), SWIGTYPE_p_lldb__SBSymbolContext, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContext(
static_cast< const lldb::SBSymbolContext& >(result)
)), swig_types[58], 0x1 | 0)
;
29011 return resultobj;
29012fail:
29013 return NULL__null;
29014}
29015
29016
29017SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetModule(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29018 PyObject *resultobj = 0;
29019 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29020 void *argp1 = 0 ;
29021 int res1 = 0 ;
29022 PyObject * obj0 = 0 ;
29023 lldb::SBModule result;
29024
29025 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetModule",&obj0)) SWIG_failgoto fail;
29026 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29027 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29028 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetModule" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetModule" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29029 }
29030 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29031 {
29032 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29033 result = ((lldb::SBFrame const *)arg1)->GetModule();
29034 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29035 }
29036 resultobj = SWIG_NewPointerObj((new lldb::SBModule(static_cast< const lldb::SBModule& >(result))), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModule(static_cast
< const lldb::SBModule& >(result))), swig_types[42]
, 0x1 | 0)
;
29037 return resultobj;
29038fail:
29039 return NULL__null;
29040}
29041
29042
29043SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetCompileUnit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29044 PyObject *resultobj = 0;
29045 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29046 void *argp1 = 0 ;
29047 int res1 = 0 ;
29048 PyObject * obj0 = 0 ;
29049 lldb::SBCompileUnit result;
29050
29051 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetCompileUnit",&obj0)) SWIG_failgoto fail;
29052 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29053 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29054 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetCompileUnit" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetCompileUnit" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29055 }
29056 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29057 {
29058 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29059 result = ((lldb::SBFrame const *)arg1)->GetCompileUnit();
29060 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29061 }
29062 resultobj = SWIG_NewPointerObj((new lldb::SBCompileUnit(static_cast< const lldb::SBCompileUnit& >(result))), SWIGTYPE_p_lldb__SBCompileUnit, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBCompileUnit(static_cast
< const lldb::SBCompileUnit& >(result))), swig_types
[21], 0x1 | 0)
;
29063 return resultobj;
29064fail:
29065 return NULL__null;
29066}
29067
29068
29069SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetFunction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29070 PyObject *resultobj = 0;
29071 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29072 void *argp1 = 0 ;
29073 int res1 = 0 ;
29074 PyObject * obj0 = 0 ;
29075 lldb::SBFunction result;
29076
29077 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetFunction",&obj0)) SWIG_failgoto fail;
29078 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29079 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29080 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetFunction" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetFunction" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29081 }
29082 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29083 {
29084 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29085 result = ((lldb::SBFrame const *)arg1)->GetFunction();
29086 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29087 }
29088 resultobj = SWIG_NewPointerObj((new lldb::SBFunction(static_cast< const lldb::SBFunction& >(result))), SWIGTYPE_p_lldb__SBFunction, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFunction(static_cast
< const lldb::SBFunction& >(result))), swig_types[32
], 0x1 | 0)
;
29089 return resultobj;
29090fail:
29091 return NULL__null;
29092}
29093
29094
29095SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetSymbol(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29096 PyObject *resultobj = 0;
29097 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29098 void *argp1 = 0 ;
29099 int res1 = 0 ;
29100 PyObject * obj0 = 0 ;
29101 lldb::SBSymbol result;
29102
29103 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetSymbol",&obj0)) SWIG_failgoto fail;
29104 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29105 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29106 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetSymbol" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetSymbol" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29107 }
29108 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29109 {
29110 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29111 result = ((lldb::SBFrame const *)arg1)->GetSymbol();
29112 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29113 }
29114 resultobj = SWIG_NewPointerObj((new lldb::SBSymbol(static_cast< const lldb::SBSymbol& >(result))), SWIGTYPE_p_lldb__SBSymbol, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbol(static_cast
< const lldb::SBSymbol& >(result))), swig_types[57]
, 0x1 | 0)
;
29115 return resultobj;
29116fail:
29117 return NULL__null;
29118}
29119
29120
29121SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetBlock(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29122 PyObject *resultobj = 0;
29123 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29124 void *argp1 = 0 ;
29125 int res1 = 0 ;
29126 PyObject * obj0 = 0 ;
29127 lldb::SBBlock result;
29128
29129 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetBlock",&obj0)) SWIG_failgoto fail;
29130 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29131 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29132 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetBlock" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetBlock" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29133 }
29134 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29135 {
29136 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29137 result = ((lldb::SBFrame const *)arg1)->GetBlock();
29138 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29139 }
29140 resultobj = SWIG_NewPointerObj((new lldb::SBBlock(static_cast< const lldb::SBBlock& >(result))), SWIGTYPE_p_lldb__SBBlock, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBlock(static_cast
< const lldb::SBBlock& >(result))), swig_types[11],
0x1 | 0)
;
29141 return resultobj;
29142fail:
29143 return NULL__null;
29144}
29145
29146
29147SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetFunctionName__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29148 PyObject *resultobj = 0;
29149 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29150 void *argp1 = 0 ;
29151 int res1 = 0 ;
29152 PyObject * obj0 = 0 ;
29153 char *result = 0 ;
29154
29155 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetFunctionName",&obj0)) SWIG_failgoto fail;
29156 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29157 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29158 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetFunctionName" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetFunctionName" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
29159 }
29160 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29161 {
29162 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29163 result = (char *)(arg1)->GetFunctionName();
29164 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29165 }
29166 resultobj = SWIG_FromCharPtr((const char *)result);
29167 return resultobj;
29168fail:
29169 return NULL__null;
29170}
29171
29172
29173SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetDisplayFunctionName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29174 PyObject *resultobj = 0;
29175 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29176 void *argp1 = 0 ;
29177 int res1 = 0 ;
29178 PyObject * obj0 = 0 ;
29179 char *result = 0 ;
29180
29181 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetDisplayFunctionName",&obj0)) SWIG_failgoto fail;
29182 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29183 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29184 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetDisplayFunctionName" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetDisplayFunctionName"
"', argument " "1"" of type '" "lldb::SBFrame *""'"); goto fail
; } while(0)
;
29185 }
29186 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29187 {
29188 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29189 result = (char *)(arg1)->GetDisplayFunctionName();
29190 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29191 }
29192 resultobj = SWIG_FromCharPtr((const char *)result);
29193 return resultobj;
29194fail:
29195 return NULL__null;
29196}
29197
29198
29199SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetFunctionName__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29200 PyObject *resultobj = 0;
29201 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29202 void *argp1 = 0 ;
29203 int res1 = 0 ;
29204 PyObject * obj0 = 0 ;
29205 char *result = 0 ;
29206
29207 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetFunctionName",&obj0)) SWIG_failgoto fail;
29208 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29209 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29210 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetFunctionName" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetFunctionName" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29211 }
29212 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29213 {
29214 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29215 result = (char *)((lldb::SBFrame const *)arg1)->GetFunctionName();
29216 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29217 }
29218 resultobj = SWIG_FromCharPtr((const char *)result);
29219 return resultobj;
29220fail:
29221 return NULL__null;
29222}
29223
29224
29225SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetFunctionName(PyObject *self, PyObject *args) {
29226 Py_ssize_t argc;
29227 PyObject *argv[2] = {
29228 0
29229 };
29230 Py_ssize_t ii;
29231
29232 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
29233 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
29234 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
29235 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
29236 }
29237 if (argc == 1) {
29238 int _v;
29239 void *vptr = 0;
29240 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
29241 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29242 if (_v) {
29243 return _wrap_SBFrame_GetFunctionName__SWIG_0(self, args);
29244 }
29245 }
29246 if (argc == 1) {
29247 int _v;
29248 void *vptr = 0;
29249 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
29250 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29251 if (_v) {
29252 return _wrap_SBFrame_GetFunctionName__SWIG_1(self, args);
29253 }
29254 }
29255
29256fail:
29257 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBFrame_GetFunctionName'.\n"
29258 " Possible C/C++ prototypes are:\n"
29259 " lldb::SBFrame::GetFunctionName()\n"
29260 " lldb::SBFrame::GetFunctionName() const\n");
29261 return 0;
29262}
29263
29264
29265SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GuessLanguage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29266 PyObject *resultobj = 0;
29267 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29268 void *argp1 = 0 ;
29269 int res1 = 0 ;
29270 PyObject * obj0 = 0 ;
29271 lldb::LanguageType result;
29272
29273 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GuessLanguage",&obj0)) SWIG_failgoto fail;
29274 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29275 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29276 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GuessLanguage" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GuessLanguage" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29277 }
29278 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29279 {
29280 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29281 result = (lldb::LanguageType)((lldb::SBFrame const *)arg1)->GuessLanguage();
29282 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29283 }
29284 resultobj = SWIG_From_int(static_cast< int >(result));
29285 return resultobj;
29286fail:
29287 return NULL__null;
29288}
29289
29290
29291SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_IsInlined__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29292 PyObject *resultobj = 0;
29293 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29294 void *argp1 = 0 ;
29295 int res1 = 0 ;
29296 PyObject * obj0 = 0 ;
29297 bool result;
29298
29299 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_IsInlined",&obj0)) SWIG_failgoto fail;
29300 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29301 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29302 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_IsInlined" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_IsInlined" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
29303 }
29304 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29305 {
29306 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29307 result = (bool)(arg1)->IsInlined();
29308 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29309 }
29310 resultobj = SWIG_From_bool(static_cast< bool >(result));
29311 return resultobj;
29312fail:
29313 return NULL__null;
29314}
29315
29316
29317SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_IsInlined__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29318 PyObject *resultobj = 0;
29319 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29320 void *argp1 = 0 ;
29321 int res1 = 0 ;
29322 PyObject * obj0 = 0 ;
29323 bool result;
29324
29325 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_IsInlined",&obj0)) SWIG_failgoto fail;
29326 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29327 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29328 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_IsInlined" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_IsInlined" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29329 }
29330 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29331 {
29332 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29333 result = (bool)((lldb::SBFrame const *)arg1)->IsInlined();
29334 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29335 }
29336 resultobj = SWIG_From_bool(static_cast< bool >(result));
29337 return resultobj;
29338fail:
29339 return NULL__null;
29340}
29341
29342
29343SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_IsInlined(PyObject *self, PyObject *args) {
29344 Py_ssize_t argc;
29345 PyObject *argv[2] = {
29346 0
29347 };
29348 Py_ssize_t ii;
29349
29350 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
29351 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
29352 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
29353 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
29354 }
29355 if (argc == 1) {
29356 int _v;
29357 void *vptr = 0;
29358 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
29359 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29360 if (_v) {
29361 return _wrap_SBFrame_IsInlined__SWIG_0(self, args);
29362 }
29363 }
29364 if (argc == 1) {
29365 int _v;
29366 void *vptr = 0;
29367 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
29368 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29369 if (_v) {
29370 return _wrap_SBFrame_IsInlined__SWIG_1(self, args);
29371 }
29372 }
29373
29374fail:
29375 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBFrame_IsInlined'.\n"
29376 " Possible C/C++ prototypes are:\n"
29377 " lldb::SBFrame::IsInlined()\n"
29378 " lldb::SBFrame::IsInlined() const\n");
29379 return 0;
29380}
29381
29382
29383SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_IsArtificial__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29384 PyObject *resultobj = 0;
29385 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29386 void *argp1 = 0 ;
29387 int res1 = 0 ;
29388 PyObject * obj0 = 0 ;
29389 bool result;
29390
29391 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_IsArtificial",&obj0)) SWIG_failgoto fail;
29392 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29393 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29394 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_IsArtificial" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_IsArtificial" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
29395 }
29396 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29397 {
29398 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29399 result = (bool)(arg1)->IsArtificial();
29400 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29401 }
29402 resultobj = SWIG_From_bool(static_cast< bool >(result));
29403 return resultobj;
29404fail:
29405 return NULL__null;
29406}
29407
29408
29409SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_IsArtificial__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29410 PyObject *resultobj = 0;
29411 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29412 void *argp1 = 0 ;
29413 int res1 = 0 ;
29414 PyObject * obj0 = 0 ;
29415 bool result;
29416
29417 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_IsArtificial",&obj0)) SWIG_failgoto fail;
29418 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29419 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29420 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_IsArtificial" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_IsArtificial" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29421 }
29422 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29423 {
29424 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29425 result = (bool)((lldb::SBFrame const *)arg1)->IsArtificial();
29426 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29427 }
29428 resultobj = SWIG_From_bool(static_cast< bool >(result));
29429 return resultobj;
29430fail:
29431 return NULL__null;
29432}
29433
29434
29435SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_IsArtificial(PyObject *self, PyObject *args) {
29436 Py_ssize_t argc;
29437 PyObject *argv[2] = {
29438 0
29439 };
29440 Py_ssize_t ii;
29441
29442 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
29443 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
29444 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
29445 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
29446 }
29447 if (argc == 1) {
29448 int _v;
29449 void *vptr = 0;
29450 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
29451 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29452 if (_v) {
29453 return _wrap_SBFrame_IsArtificial__SWIG_0(self, args);
29454 }
29455 }
29456 if (argc == 1) {
29457 int _v;
29458 void *vptr = 0;
29459 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
29460 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29461 if (_v) {
29462 return _wrap_SBFrame_IsArtificial__SWIG_1(self, args);
29463 }
29464 }
29465
29466fail:
29467 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBFrame_IsArtificial'.\n"
29468 " Possible C/C++ prototypes are:\n"
29469 " lldb::SBFrame::IsArtificial()\n"
29470 " lldb::SBFrame::IsArtificial() const\n");
29471 return 0;
29472}
29473
29474
29475SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_EvaluateExpression__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29476 PyObject *resultobj = 0;
29477 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29478 char *arg2 = (char *) 0 ;
29479 void *argp1 = 0 ;
29480 int res1 = 0 ;
29481 int res2 ;
29482 char *buf2 = 0 ;
29483 int alloc2 = 0 ;
29484 PyObject * obj0 = 0 ;
29485 PyObject * obj1 = 0 ;
29486 lldb::SBValue result;
29487
29488 if (!PyArg_ParseTuple(args,(char *)"OO:SBFrame_EvaluateExpression",&obj0,&obj1)) SWIG_failgoto fail;
29489 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29490 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29491 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_EvaluateExpression" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_EvaluateExpression"
"', argument " "1"" of type '" "lldb::SBFrame *""'"); goto fail
; } while(0)
;
29492 }
29493 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29494 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
29495 if (!SWIG_IsOK(res2)(res2 >= 0)) {
29496 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_EvaluateExpression" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_EvaluateExpression"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
29497 }
29498 arg2 = reinterpret_cast< char * >(buf2);
29499 {
29500 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29501 result = (arg1)->EvaluateExpression((char const *)arg2);
29502 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29503 }
29504 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
29505 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
29506 return resultobj;
29507fail:
29508 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
29509 return NULL__null;
29510}
29511
29512
29513SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_EvaluateExpression__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29514 PyObject *resultobj = 0;
29515 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29516 char *arg2 = (char *) 0 ;
29517 lldb::DynamicValueType arg3 ;
29518 void *argp1 = 0 ;
29519 int res1 = 0 ;
29520 int res2 ;
29521 char *buf2 = 0 ;
29522 int alloc2 = 0 ;
29523 int val3 ;
29524 int ecode3 = 0 ;
29525 PyObject * obj0 = 0 ;
29526 PyObject * obj1 = 0 ;
29527 PyObject * obj2 = 0 ;
29528 lldb::SBValue result;
29529
29530 if (!PyArg_ParseTuple(args,(char *)"OOO:SBFrame_EvaluateExpression",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
29531 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29532 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29533 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_EvaluateExpression" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_EvaluateExpression"
"', argument " "1"" of type '" "lldb::SBFrame *""'"); goto fail
; } while(0)
;
29534 }
29535 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29536 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
29537 if (!SWIG_IsOK(res2)(res2 >= 0)) {
29538 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_EvaluateExpression" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_EvaluateExpression"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
29539 }
29540 arg2 = reinterpret_cast< char * >(buf2);
29541 ecode3 = SWIG_AsVal_int(obj2, &val3);
29542 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
29543 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBFrame_EvaluateExpression" "', argument " "3"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBFrame_EvaluateExpression"
"', argument " "3"" of type '" "lldb::DynamicValueType""'");
goto fail; } while(0)
;
29544 }
29545 arg3 = static_cast< lldb::DynamicValueType >(val3);
29546 {
29547 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29548 result = (arg1)->EvaluateExpression((char const *)arg2,arg3);
29549 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29550 }
29551 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
29552 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
29553 return resultobj;
29554fail:
29555 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
29556 return NULL__null;
29557}
29558
29559
29560SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_EvaluateExpression__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29561 PyObject *resultobj = 0;
29562 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29563 char *arg2 = (char *) 0 ;
29564 lldb::DynamicValueType arg3 ;
29565 bool arg4 ;
29566 void *argp1 = 0 ;
29567 int res1 = 0 ;
29568 int res2 ;
29569 char *buf2 = 0 ;
29570 int alloc2 = 0 ;
29571 int val3 ;
29572 int ecode3 = 0 ;
29573 bool val4 ;
29574 int ecode4 = 0 ;
29575 PyObject * obj0 = 0 ;
29576 PyObject * obj1 = 0 ;
29577 PyObject * obj2 = 0 ;
29578 PyObject * obj3 = 0 ;
29579 lldb::SBValue result;
29580
29581 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBFrame_EvaluateExpression",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
29582 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29583 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29584 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_EvaluateExpression" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_EvaluateExpression"
"', argument " "1"" of type '" "lldb::SBFrame *""'"); goto fail
; } while(0)
;
29585 }
29586 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29587 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
29588 if (!SWIG_IsOK(res2)(res2 >= 0)) {
29589 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_EvaluateExpression" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_EvaluateExpression"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
29590 }
29591 arg2 = reinterpret_cast< char * >(buf2);
29592 ecode3 = SWIG_AsVal_int(obj2, &val3);
29593 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
29594 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBFrame_EvaluateExpression" "', argument " "3"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBFrame_EvaluateExpression"
"', argument " "3"" of type '" "lldb::DynamicValueType""'");
goto fail; } while(0)
;
29595 }
29596 arg3 = static_cast< lldb::DynamicValueType >(val3);
29597 ecode4 = SWIG_AsVal_bool(obj3, &val4);
29598 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
29599 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBFrame_EvaluateExpression" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBFrame_EvaluateExpression"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
29600 }
29601 arg4 = static_cast< bool >(val4);
29602 {
29603 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29604 result = (arg1)->EvaluateExpression((char const *)arg2,arg3,arg4);
29605 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29606 }
29607 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
29608 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
29609 return resultobj;
29610fail:
29611 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
29612 return NULL__null;
29613}
29614
29615
29616SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_EvaluateExpression__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29617 PyObject *resultobj = 0;
29618 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29619 char *arg2 = (char *) 0 ;
29620 lldb::SBExpressionOptions *arg3 = 0 ;
29621 void *argp1 = 0 ;
29622 int res1 = 0 ;
29623 int res2 ;
29624 char *buf2 = 0 ;
29625 int alloc2 = 0 ;
29626 void *argp3 = 0 ;
29627 int res3 = 0 ;
29628 PyObject * obj0 = 0 ;
29629 PyObject * obj1 = 0 ;
29630 PyObject * obj2 = 0 ;
29631 lldb::SBValue result;
29632
29633 if (!PyArg_ParseTuple(args,(char *)"OOO:SBFrame_EvaluateExpression",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
29634 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29635 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29636 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_EvaluateExpression" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_EvaluateExpression"
"', argument " "1"" of type '" "lldb::SBFrame *""'"); goto fail
; } while(0)
;
29637 }
29638 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29639 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
29640 if (!SWIG_IsOK(res2)(res2 >= 0)) {
29641 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_EvaluateExpression" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_EvaluateExpression"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
29642 }
29643 arg2 = reinterpret_cast< char * >(buf2);
29644 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBExpressionOptions, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[28]
, 0, 0)
;
29645 if (!SWIG_IsOK(res3)(res3 >= 0)) {
29646 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBFrame_EvaluateExpression" "', argument " "3"" of type '" "lldb::SBExpressionOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBFrame_EvaluateExpression"
"', argument " "3"" of type '" "lldb::SBExpressionOptions &"
"'"); goto fail; } while(0)
;
29647 }
29648 if (!argp3) {
29649 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFrame_EvaluateExpression" "', argument " "3"" of type '" "lldb::SBExpressionOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFrame_EvaluateExpression" "', argument " "3"
" of type '" "lldb::SBExpressionOptions &""'"); goto fail
; } while(0)
;
29650 }
29651 arg3 = reinterpret_cast< lldb::SBExpressionOptions * >(argp3);
29652 {
29653 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29654 result = (arg1)->EvaluateExpression((char const *)arg2,*arg3);
29655 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29656 }
29657 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
29658 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
29659 return resultobj;
29660fail:
29661 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
29662 return NULL__null;
29663}
29664
29665
29666SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_EvaluateExpression(PyObject *self, PyObject *args) {
29667 Py_ssize_t argc;
29668 PyObject *argv[5] = {
29669 0
29670 };
29671 Py_ssize_t ii;
29672
29673 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
29674 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
29675 for (ii = 0; (ii < 4) && (ii < argc); ii++) {
29676 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
29677 }
29678 if (argc == 2) {
29679 int _v;
29680 void *vptr = 0;
29681 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
29682 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29683 if (_v) {
29684 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
29685 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29686 if (_v) {
29687 return _wrap_SBFrame_EvaluateExpression__SWIG_0(self, args);
29688 }
29689 }
29690 }
29691 if (argc == 3) {
29692 int _v;
29693 void *vptr = 0;
29694 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
29695 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29696 if (_v) {
29697 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
29698 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29699 if (_v) {
29700 void *vptr = 0;
29701 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[28
], 0, 0)
;
29702 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29703 if (_v) {
29704 return _wrap_SBFrame_EvaluateExpression__SWIG_3(self, args);
29705 }
29706 }
29707 }
29708 }
29709 if (argc == 3) {
29710 int _v;
29711 void *vptr = 0;
29712 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
29713 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29714 if (_v) {
29715 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
29716 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29717 if (_v) {
29718 {
29719 int res = SWIG_AsVal_int(argv[2], NULL__null);
29720 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29721 }
29722 if (_v) {
29723 return _wrap_SBFrame_EvaluateExpression__SWIG_1(self, args);
29724 }
29725 }
29726 }
29727 }
29728 if (argc == 4) {
29729 int _v;
29730 void *vptr = 0;
29731 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
29732 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29733 if (_v) {
29734 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
29735 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29736 if (_v) {
29737 {
29738 int res = SWIG_AsVal_int(argv[2], NULL__null);
29739 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29740 }
29741 if (_v) {
29742 {
29743 int res = SWIG_AsVal_bool(argv[3], NULL__null);
29744 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
29745 }
29746 if (_v) {
29747 return _wrap_SBFrame_EvaluateExpression__SWIG_2(self, args);
29748 }
29749 }
29750 }
29751 }
29752 }
29753
29754fail:
29755 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBFrame_EvaluateExpression'.\n"
29756 " Possible C/C++ prototypes are:\n"
29757 " lldb::SBFrame::EvaluateExpression(char const *)\n"
29758 " lldb::SBFrame::EvaluateExpression(char const *,lldb::DynamicValueType)\n"
29759 " lldb::SBFrame::EvaluateExpression(char const *,lldb::DynamicValueType,bool)\n"
29760 " lldb::SBFrame::EvaluateExpression(char const *,lldb::SBExpressionOptions &)\n");
29761 return 0;
29762}
29763
29764
29765SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetFrameBlock(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29766 PyObject *resultobj = 0;
29767 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29768 void *argp1 = 0 ;
29769 int res1 = 0 ;
29770 PyObject * obj0 = 0 ;
29771 lldb::SBBlock result;
29772
29773 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetFrameBlock",&obj0)) SWIG_failgoto fail;
29774 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29775 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29776 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetFrameBlock" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetFrameBlock" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29777 }
29778 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29779 {
29780 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29781 result = ((lldb::SBFrame const *)arg1)->GetFrameBlock();
29782 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29783 }
29784 resultobj = SWIG_NewPointerObj((new lldb::SBBlock(static_cast< const lldb::SBBlock& >(result))), SWIGTYPE_p_lldb__SBBlock, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBlock(static_cast
< const lldb::SBBlock& >(result))), swig_types[11],
0x1 | 0)
;
29785 return resultobj;
29786fail:
29787 return NULL__null;
29788}
29789
29790
29791SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetLineEntry(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29792 PyObject *resultobj = 0;
29793 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29794 void *argp1 = 0 ;
29795 int res1 = 0 ;
29796 PyObject * obj0 = 0 ;
29797 lldb::SBLineEntry result;
29798
29799 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetLineEntry",&obj0)) SWIG_failgoto fail;
29800 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29801 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29802 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetLineEntry" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetLineEntry" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29803 }
29804 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29805 {
29806 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29807 result = ((lldb::SBFrame const *)arg1)->GetLineEntry();
29808 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29809 }
29810 resultobj = SWIG_NewPointerObj((new lldb::SBLineEntry(static_cast< const lldb::SBLineEntry& >(result))), SWIGTYPE_p_lldb__SBLineEntry, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBLineEntry(static_cast
< const lldb::SBLineEntry& >(result))), swig_types[
38], 0x1 | 0)
;
29811 return resultobj;
29812fail:
29813 return NULL__null;
29814}
29815
29816
29817SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetThread(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29818 PyObject *resultobj = 0;
29819 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29820 void *argp1 = 0 ;
29821 int res1 = 0 ;
29822 PyObject * obj0 = 0 ;
29823 lldb::SBThread result;
29824
29825 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetThread",&obj0)) SWIG_failgoto fail;
29826 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29827 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29828 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetThread" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetThread" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29829 }
29830 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29831 {
29832 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29833 result = ((lldb::SBFrame const *)arg1)->GetThread();
29834 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29835 }
29836 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
29837 return resultobj;
29838fail:
29839 return NULL__null;
29840}
29841
29842
29843SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_Disassemble(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29844 PyObject *resultobj = 0;
29845 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29846 void *argp1 = 0 ;
29847 int res1 = 0 ;
29848 PyObject * obj0 = 0 ;
29849 char *result = 0 ;
29850
29851 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_Disassemble",&obj0)) SWIG_failgoto fail;
29852 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29853 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29854 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_Disassemble" "', argument " "1"" of type '" "lldb::SBFrame const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_Disassemble" "', argument "
"1"" of type '" "lldb::SBFrame const *""'"); goto fail; } while
(0)
;
29855 }
29856 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29857 {
29858 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29859 result = (char *)((lldb::SBFrame const *)arg1)->Disassemble();
29860 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29861 }
29862 resultobj = SWIG_FromCharPtr((const char *)result);
29863 return resultobj;
29864fail:
29865 return NULL__null;
29866}
29867
29868
29869SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29870 PyObject *resultobj = 0;
29871 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29872 void *argp1 = 0 ;
29873 int res1 = 0 ;
29874 PyObject * obj0 = 0 ;
29875
29876 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_Clear",&obj0)) SWIG_failgoto fail;
29877 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29878 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29879 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_Clear" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_Clear" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
29880 }
29881 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29882 {
29883 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29884 (arg1)->Clear();
29885 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29886 }
29887 resultobj = SWIG_Py_Void();
29888 return resultobj;
29889fail:
29890 return NULL__null;
29891}
29892
29893
29894SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetVariables__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29895 PyObject *resultobj = 0;
29896 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29897 bool arg2 ;
29898 bool arg3 ;
29899 bool arg4 ;
29900 bool arg5 ;
29901 void *argp1 = 0 ;
29902 int res1 = 0 ;
29903 bool val2 ;
29904 int ecode2 = 0 ;
29905 bool val3 ;
29906 int ecode3 = 0 ;
29907 bool val4 ;
29908 int ecode4 = 0 ;
29909 bool val5 ;
29910 int ecode5 = 0 ;
29911 PyObject * obj0 = 0 ;
29912 PyObject * obj1 = 0 ;
29913 PyObject * obj2 = 0 ;
29914 PyObject * obj3 = 0 ;
29915 PyObject * obj4 = 0 ;
29916 lldb::SBValueList result;
29917
29918 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBFrame_GetVariables",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
29919 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29920 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29921 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetVariables" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
29922 }
29923 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29924 ecode2 = SWIG_AsVal_bool(obj1, &val2);
29925 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
29926 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBFrame_GetVariables" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"2"" of type '" "bool""'"); goto fail; } while(0)
;
29927 }
29928 arg2 = static_cast< bool >(val2);
29929 ecode3 = SWIG_AsVal_bool(obj2, &val3);
29930 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
29931 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBFrame_GetVariables" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"3"" of type '" "bool""'"); goto fail; } while(0)
;
29932 }
29933 arg3 = static_cast< bool >(val3);
29934 ecode4 = SWIG_AsVal_bool(obj3, &val4);
29935 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
29936 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBFrame_GetVariables" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"4"" of type '" "bool""'"); goto fail; } while(0)
;
29937 }
29938 arg4 = static_cast< bool >(val4);
29939 ecode5 = SWIG_AsVal_bool(obj4, &val5);
29940 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
29941 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBFrame_GetVariables" "', argument " "5"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"5"" of type '" "bool""'"); goto fail; } while(0)
;
29942 }
29943 arg5 = static_cast< bool >(val5);
29944 {
29945 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
29946 result = (arg1)->GetVariables(arg2,arg3,arg4,arg5);
29947 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
29948 }
29949 resultobj = SWIG_NewPointerObj((new lldb::SBValueList(static_cast< const lldb::SBValueList& >(result))), SWIGTYPE_p_lldb__SBValueList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValueList(static_cast
< const lldb::SBValueList& >(result))), swig_types[
81], 0x1 | 0)
;
29950 return resultobj;
29951fail:
29952 return NULL__null;
29953}
29954
29955
29956SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetVariables__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
29957 PyObject *resultobj = 0;
29958 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
29959 bool arg2 ;
29960 bool arg3 ;
29961 bool arg4 ;
29962 bool arg5 ;
29963 lldb::DynamicValueType arg6 ;
29964 void *argp1 = 0 ;
29965 int res1 = 0 ;
29966 bool val2 ;
29967 int ecode2 = 0 ;
29968 bool val3 ;
29969 int ecode3 = 0 ;
29970 bool val4 ;
29971 int ecode4 = 0 ;
29972 bool val5 ;
29973 int ecode5 = 0 ;
29974 int val6 ;
29975 int ecode6 = 0 ;
29976 PyObject * obj0 = 0 ;
29977 PyObject * obj1 = 0 ;
29978 PyObject * obj2 = 0 ;
29979 PyObject * obj3 = 0 ;
29980 PyObject * obj4 = 0 ;
29981 PyObject * obj5 = 0 ;
29982 lldb::SBValueList result;
29983
29984 if (!PyArg_ParseTuple(args,(char *)"OOOOOO:SBFrame_GetVariables",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) SWIG_failgoto fail;
29985 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
29986 if (!SWIG_IsOK(res1)(res1 >= 0)) {
29987 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetVariables" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
29988 }
29989 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
29990 ecode2 = SWIG_AsVal_bool(obj1, &val2);
29991 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
29992 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBFrame_GetVariables" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"2"" of type '" "bool""'"); goto fail; } while(0)
;
29993 }
29994 arg2 = static_cast< bool >(val2);
29995 ecode3 = SWIG_AsVal_bool(obj2, &val3);
29996 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
29997 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBFrame_GetVariables" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"3"" of type '" "bool""'"); goto fail; } while(0)
;
29998 }
29999 arg3 = static_cast< bool >(val3);
30000 ecode4 = SWIG_AsVal_bool(obj3, &val4);
30001 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
30002 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBFrame_GetVariables" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"4"" of type '" "bool""'"); goto fail; } while(0)
;
30003 }
30004 arg4 = static_cast< bool >(val4);
30005 ecode5 = SWIG_AsVal_bool(obj4, &val5);
30006 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
30007 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBFrame_GetVariables" "', argument " "5"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"5"" of type '" "bool""'"); goto fail; } while(0)
;
30008 }
30009 arg5 = static_cast< bool >(val5);
30010 ecode6 = SWIG_AsVal_int(obj5, &val6);
30011 if (!SWIG_IsOK(ecode6)(ecode6 >= 0)) {
30012 SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "SBFrame_GetVariables" "', argument " "6"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode6 !=
(-1)) ? ecode6 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"6"" of type '" "lldb::DynamicValueType""'"); goto fail; } while
(0)
;
30013 }
30014 arg6 = static_cast< lldb::DynamicValueType >(val6);
30015 {
30016 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30017 result = (arg1)->GetVariables(arg2,arg3,arg4,arg5,arg6);
30018 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30019 }
30020 resultobj = SWIG_NewPointerObj((new lldb::SBValueList(static_cast< const lldb::SBValueList& >(result))), SWIGTYPE_p_lldb__SBValueList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValueList(static_cast
< const lldb::SBValueList& >(result))), swig_types[
81], 0x1 | 0)
;
30021 return resultobj;
30022fail:
30023 return NULL__null;
30024}
30025
30026
30027SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetVariables__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30028 PyObject *resultobj = 0;
30029 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
30030 lldb::SBVariablesOptions *arg2 = 0 ;
30031 void *argp1 = 0 ;
30032 int res1 = 0 ;
30033 void *argp2 = 0 ;
30034 int res2 = 0 ;
30035 PyObject * obj0 = 0 ;
30036 PyObject * obj1 = 0 ;
30037 lldb::SBValueList result;
30038
30039 if (!PyArg_ParseTuple(args,(char *)"OO:SBFrame_GetVariables",&obj0,&obj1)) SWIG_failgoto fail;
30040 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
30041 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30042 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetVariables" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
30043 }
30044 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
30045 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[82]
, 0 | 0, 0)
;
30046 if (!SWIG_IsOK(res2)(res2 >= 0)) {
30047 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_GetVariables" "', argument " "2"" of type '" "lldb::SBVariablesOptions const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_GetVariables" "', argument "
"2"" of type '" "lldb::SBVariablesOptions const &""'"); goto
fail; } while(0)
;
30048 }
30049 if (!argp2) {
30050 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFrame_GetVariables" "', argument " "2"" of type '" "lldb::SBVariablesOptions const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFrame_GetVariables" "', argument " "2"" of type '"
"lldb::SBVariablesOptions const &""'"); goto fail; } while
(0)
;
30051 }
30052 arg2 = reinterpret_cast< lldb::SBVariablesOptions * >(argp2);
30053 {
30054 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30055 result = (arg1)->GetVariables((lldb::SBVariablesOptions const &)*arg2);
30056 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30057 }
30058 resultobj = SWIG_NewPointerObj((new lldb::SBValueList(static_cast< const lldb::SBValueList& >(result))), SWIGTYPE_p_lldb__SBValueList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValueList(static_cast
< const lldb::SBValueList& >(result))), swig_types[
81], 0x1 | 0)
;
30059 return resultobj;
30060fail:
30061 return NULL__null;
30062}
30063
30064
30065SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetVariables(PyObject *self, PyObject *args) {
30066 Py_ssize_t argc;
30067 PyObject *argv[7] = {
30068 0
30069 };
30070 Py_ssize_t ii;
30071
30072 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
30073 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
30074 for (ii = 0; (ii < 6) && (ii < argc); ii++) {
30075 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
30076 }
30077 if (argc == 2) {
30078 int _v;
30079 void *vptr = 0;
30080 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
30081 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30082 if (_v) {
30083 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBVariablesOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[82], 0, 0
)
;
30084 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30085 if (_v) {
30086 return _wrap_SBFrame_GetVariables__SWIG_2(self, args);
30087 }
30088 }
30089 }
30090 if (argc == 5) {
30091 int _v;
30092 void *vptr = 0;
30093 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
30094 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30095 if (_v) {
30096 {
30097 int res = SWIG_AsVal_bool(argv[1], NULL__null);
30098 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30099 }
30100 if (_v) {
30101 {
30102 int res = SWIG_AsVal_bool(argv[2], NULL__null);
30103 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30104 }
30105 if (_v) {
30106 {
30107 int res = SWIG_AsVal_bool(argv[3], NULL__null);
30108 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30109 }
30110 if (_v) {
30111 {
30112 int res = SWIG_AsVal_bool(argv[4], NULL__null);
30113 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30114 }
30115 if (_v) {
30116 return _wrap_SBFrame_GetVariables__SWIG_0(self, args);
30117 }
30118 }
30119 }
30120 }
30121 }
30122 }
30123 if (argc == 6) {
30124 int _v;
30125 void *vptr = 0;
30126 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
30127 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30128 if (_v) {
30129 {
30130 int res = SWIG_AsVal_bool(argv[1], NULL__null);
30131 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30132 }
30133 if (_v) {
30134 {
30135 int res = SWIG_AsVal_bool(argv[2], NULL__null);
30136 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30137 }
30138 if (_v) {
30139 {
30140 int res = SWIG_AsVal_bool(argv[3], NULL__null);
30141 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30142 }
30143 if (_v) {
30144 {
30145 int res = SWIG_AsVal_bool(argv[4], NULL__null);
30146 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30147 }
30148 if (_v) {
30149 {
30150 int res = SWIG_AsVal_int(argv[5], NULL__null);
30151 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30152 }
30153 if (_v) {
30154 return _wrap_SBFrame_GetVariables__SWIG_1(self, args);
30155 }
30156 }
30157 }
30158 }
30159 }
30160 }
30161 }
30162
30163fail:
30164 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBFrame_GetVariables'.\n"
30165 " Possible C/C++ prototypes are:\n"
30166 " lldb::SBFrame::GetVariables(bool,bool,bool,bool)\n"
30167 " lldb::SBFrame::GetVariables(bool,bool,bool,bool,lldb::DynamicValueType)\n"
30168 " lldb::SBFrame::GetVariables(lldb::SBVariablesOptions const &)\n");
30169 return 0;
30170}
30171
30172
30173SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetRegisters(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30174 PyObject *resultobj = 0;
30175 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
30176 void *argp1 = 0 ;
30177 int res1 = 0 ;
30178 PyObject * obj0 = 0 ;
30179 lldb::SBValueList result;
30180
30181 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame_GetRegisters",&obj0)) SWIG_failgoto fail;
30182 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
30183 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30184 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetRegisters" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetRegisters" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
30185 }
30186 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
30187 {
30188 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30189 result = (arg1)->GetRegisters();
30190 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30191 }
30192 resultobj = SWIG_NewPointerObj((new lldb::SBValueList(static_cast< const lldb::SBValueList& >(result))), SWIGTYPE_p_lldb__SBValueList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValueList(static_cast
< const lldb::SBValueList& >(result))), swig_types[
81], 0x1 | 0)
;
30193 return resultobj;
30194fail:
30195 return NULL__null;
30196}
30197
30198
30199SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_FindVariable__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30200 PyObject *resultobj = 0;
30201 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
30202 char *arg2 = (char *) 0 ;
30203 void *argp1 = 0 ;
30204 int res1 = 0 ;
30205 int res2 ;
30206 char *buf2 = 0 ;
30207 int alloc2 = 0 ;
30208 PyObject * obj0 = 0 ;
30209 PyObject * obj1 = 0 ;
30210 lldb::SBValue result;
30211
30212 if (!PyArg_ParseTuple(args,(char *)"OO:SBFrame_FindVariable",&obj0,&obj1)) SWIG_failgoto fail;
30213 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
30214 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30215 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_FindVariable" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_FindVariable" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
30216 }
30217 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
30218 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
30219 if (!SWIG_IsOK(res2)(res2 >= 0)) {
30220 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_FindVariable" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_FindVariable" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
30221 }
30222 arg2 = reinterpret_cast< char * >(buf2);
30223 {
30224 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30225 result = (arg1)->FindVariable((char const *)arg2);
30226 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30227 }
30228 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
30229 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30230 return resultobj;
30231fail:
30232 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30233 return NULL__null;
30234}
30235
30236
30237SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_FindVariable__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30238 PyObject *resultobj = 0;
30239 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
30240 char *arg2 = (char *) 0 ;
30241 lldb::DynamicValueType arg3 ;
30242 void *argp1 = 0 ;
30243 int res1 = 0 ;
30244 int res2 ;
30245 char *buf2 = 0 ;
30246 int alloc2 = 0 ;
30247 int val3 ;
30248 int ecode3 = 0 ;
30249 PyObject * obj0 = 0 ;
30250 PyObject * obj1 = 0 ;
30251 PyObject * obj2 = 0 ;
30252 lldb::SBValue result;
30253
30254 if (!PyArg_ParseTuple(args,(char *)"OOO:SBFrame_FindVariable",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
30255 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
30256 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30257 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_FindVariable" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_FindVariable" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
30258 }
30259 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
30260 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
30261 if (!SWIG_IsOK(res2)(res2 >= 0)) {
30262 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_FindVariable" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_FindVariable" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
30263 }
30264 arg2 = reinterpret_cast< char * >(buf2);
30265 ecode3 = SWIG_AsVal_int(obj2, &val3);
30266 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
30267 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBFrame_FindVariable" "', argument " "3"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBFrame_FindVariable" "', argument "
"3"" of type '" "lldb::DynamicValueType""'"); goto fail; } while
(0)
;
30268 }
30269 arg3 = static_cast< lldb::DynamicValueType >(val3);
30270 {
30271 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30272 result = (arg1)->FindVariable((char const *)arg2,arg3);
30273 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30274 }
30275 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
30276 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30277 return resultobj;
30278fail:
30279 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30280 return NULL__null;
30281}
30282
30283
30284SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_FindVariable(PyObject *self, PyObject *args) {
30285 Py_ssize_t argc;
30286 PyObject *argv[4] = {
30287 0
30288 };
30289 Py_ssize_t ii;
30290
30291 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
30292 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
30293 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
30294 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
30295 }
30296 if (argc == 2) {
30297 int _v;
30298 void *vptr = 0;
30299 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
30300 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30301 if (_v) {
30302 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
30303 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30304 if (_v) {
30305 return _wrap_SBFrame_FindVariable__SWIG_0(self, args);
30306 }
30307 }
30308 }
30309 if (argc == 3) {
30310 int _v;
30311 void *vptr = 0;
30312 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
30313 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30314 if (_v) {
30315 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
30316 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30317 if (_v) {
30318 {
30319 int res = SWIG_AsVal_int(argv[2], NULL__null);
30320 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30321 }
30322 if (_v) {
30323 return _wrap_SBFrame_FindVariable__SWIG_1(self, args);
30324 }
30325 }
30326 }
30327 }
30328
30329fail:
30330 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBFrame_FindVariable'.\n"
30331 " Possible C/C++ prototypes are:\n"
30332 " lldb::SBFrame::FindVariable(char const *)\n"
30333 " lldb::SBFrame::FindVariable(char const *,lldb::DynamicValueType)\n");
30334 return 0;
30335}
30336
30337
30338SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_FindRegister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30339 PyObject *resultobj = 0;
30340 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
30341 char *arg2 = (char *) 0 ;
30342 void *argp1 = 0 ;
30343 int res1 = 0 ;
30344 int res2 ;
30345 char *buf2 = 0 ;
30346 int alloc2 = 0 ;
30347 PyObject * obj0 = 0 ;
30348 PyObject * obj1 = 0 ;
30349 lldb::SBValue result;
30350
30351 if (!PyArg_ParseTuple(args,(char *)"OO:SBFrame_FindRegister",&obj0,&obj1)) SWIG_failgoto fail;
30352 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
30353 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30354 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_FindRegister" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_FindRegister" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
30355 }
30356 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
30357 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
30358 if (!SWIG_IsOK(res2)(res2 >= 0)) {
30359 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_FindRegister" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_FindRegister" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
30360 }
30361 arg2 = reinterpret_cast< char * >(buf2);
30362 {
30363 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30364 result = (arg1)->FindRegister((char const *)arg2);
30365 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30366 }
30367 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
30368 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30369 return resultobj;
30370fail:
30371 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30372 return NULL__null;
30373}
30374
30375
30376SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetValueForVariablePath__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30377 PyObject *resultobj = 0;
30378 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
30379 char *arg2 = (char *) 0 ;
30380 void *argp1 = 0 ;
30381 int res1 = 0 ;
30382 int res2 ;
30383 char *buf2 = 0 ;
30384 int alloc2 = 0 ;
30385 PyObject * obj0 = 0 ;
30386 PyObject * obj1 = 0 ;
30387 lldb::SBValue result;
30388
30389 if (!PyArg_ParseTuple(args,(char *)"OO:SBFrame_GetValueForVariablePath",&obj0,&obj1)) SWIG_failgoto fail;
30390 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
30391 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30392 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetValueForVariablePath" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetValueForVariablePath"
"', argument " "1"" of type '" "lldb::SBFrame *""'"); goto fail
; } while(0)
;
30393 }
30394 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
30395 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
30396 if (!SWIG_IsOK(res2)(res2 >= 0)) {
30397 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_GetValueForVariablePath" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_GetValueForVariablePath"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
30398 }
30399 arg2 = reinterpret_cast< char * >(buf2);
30400 {
30401 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30402 result = (arg1)->GetValueForVariablePath((char const *)arg2);
30403 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30404 }
30405 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
30406 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30407 return resultobj;
30408fail:
30409 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30410 return NULL__null;
30411}
30412
30413
30414SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetValueForVariablePath__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30415 PyObject *resultobj = 0;
30416 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
30417 char *arg2 = (char *) 0 ;
30418 lldb::DynamicValueType arg3 ;
30419 void *argp1 = 0 ;
30420 int res1 = 0 ;
30421 int res2 ;
30422 char *buf2 = 0 ;
30423 int alloc2 = 0 ;
30424 int val3 ;
30425 int ecode3 = 0 ;
30426 PyObject * obj0 = 0 ;
30427 PyObject * obj1 = 0 ;
30428 PyObject * obj2 = 0 ;
30429 lldb::SBValue result;
30430
30431 if (!PyArg_ParseTuple(args,(char *)"OOO:SBFrame_GetValueForVariablePath",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
30432 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
30433 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30434 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetValueForVariablePath" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetValueForVariablePath"
"', argument " "1"" of type '" "lldb::SBFrame *""'"); goto fail
; } while(0)
;
30435 }
30436 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
30437 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
30438 if (!SWIG_IsOK(res2)(res2 >= 0)) {
30439 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_GetValueForVariablePath" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_GetValueForVariablePath"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
30440 }
30441 arg2 = reinterpret_cast< char * >(buf2);
30442 ecode3 = SWIG_AsVal_int(obj2, &val3);
30443 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
30444 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBFrame_GetValueForVariablePath" "', argument " "3"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBFrame_GetValueForVariablePath"
"', argument " "3"" of type '" "lldb::DynamicValueType""'");
goto fail; } while(0)
;
30445 }
30446 arg3 = static_cast< lldb::DynamicValueType >(val3);
30447 {
30448 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30449 result = (arg1)->GetValueForVariablePath((char const *)arg2,arg3);
30450 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30451 }
30452 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
30453 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30454 return resultobj;
30455fail:
30456 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30457 return NULL__null;
30458}
30459
30460
30461SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetValueForVariablePath(PyObject *self, PyObject *args) {
30462 Py_ssize_t argc;
30463 PyObject *argv[4] = {
30464 0
30465 };
30466 Py_ssize_t ii;
30467
30468 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
30469 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
30470 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
30471 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
30472 }
30473 if (argc == 2) {
30474 int _v;
30475 void *vptr = 0;
30476 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
30477 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30478 if (_v) {
30479 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
30480 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30481 if (_v) {
30482 return _wrap_SBFrame_GetValueForVariablePath__SWIG_0(self, args);
30483 }
30484 }
30485 }
30486 if (argc == 3) {
30487 int _v;
30488 void *vptr = 0;
30489 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
30490 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30491 if (_v) {
30492 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
30493 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30494 if (_v) {
30495 {
30496 int res = SWIG_AsVal_int(argv[2], NULL__null);
30497 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30498 }
30499 if (_v) {
30500 return _wrap_SBFrame_GetValueForVariablePath__SWIG_1(self, args);
30501 }
30502 }
30503 }
30504 }
30505
30506fail:
30507 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBFrame_GetValueForVariablePath'.\n"
30508 " Possible C/C++ prototypes are:\n"
30509 " lldb::SBFrame::GetValueForVariablePath(char const *)\n"
30510 " lldb::SBFrame::GetValueForVariablePath(char const *,lldb::DynamicValueType)\n");
30511 return 0;
30512}
30513
30514
30515SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_FindValue__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30516 PyObject *resultobj = 0;
30517 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
30518 char *arg2 = (char *) 0 ;
30519 lldb::ValueType arg3 ;
30520 void *argp1 = 0 ;
30521 int res1 = 0 ;
30522 int res2 ;
30523 char *buf2 = 0 ;
30524 int alloc2 = 0 ;
30525 int val3 ;
30526 int ecode3 = 0 ;
30527 PyObject * obj0 = 0 ;
30528 PyObject * obj1 = 0 ;
30529 PyObject * obj2 = 0 ;
30530 lldb::SBValue result;
30531
30532 if (!PyArg_ParseTuple(args,(char *)"OOO:SBFrame_FindValue",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
30533 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
30534 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30535 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_FindValue" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_FindValue" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
30536 }
30537 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
30538 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
30539 if (!SWIG_IsOK(res2)(res2 >= 0)) {
30540 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_FindValue" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_FindValue" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
30541 }
30542 arg2 = reinterpret_cast< char * >(buf2);
30543 ecode3 = SWIG_AsVal_int(obj2, &val3);
30544 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
30545 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBFrame_FindValue" "', argument " "3"" of type '" "lldb::ValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBFrame_FindValue" "', argument "
"3"" of type '" "lldb::ValueType""'"); goto fail; } while(0)
;
30546 }
30547 arg3 = static_cast< lldb::ValueType >(val3);
30548 {
30549 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30550 result = (arg1)->FindValue((char const *)arg2,arg3);
30551 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30552 }
30553 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
30554 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30555 return resultobj;
30556fail:
30557 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30558 return NULL__null;
30559}
30560
30561
30562SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_FindValue__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30563 PyObject *resultobj = 0;
30564 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
30565 char *arg2 = (char *) 0 ;
30566 lldb::ValueType arg3 ;
30567 lldb::DynamicValueType arg4 ;
30568 void *argp1 = 0 ;
30569 int res1 = 0 ;
30570 int res2 ;
30571 char *buf2 = 0 ;
30572 int alloc2 = 0 ;
30573 int val3 ;
30574 int ecode3 = 0 ;
30575 int val4 ;
30576 int ecode4 = 0 ;
30577 PyObject * obj0 = 0 ;
30578 PyObject * obj1 = 0 ;
30579 PyObject * obj2 = 0 ;
30580 PyObject * obj3 = 0 ;
30581 lldb::SBValue result;
30582
30583 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBFrame_FindValue",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
30584 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
30585 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30586 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_FindValue" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_FindValue" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
30587 }
30588 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
30589 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
30590 if (!SWIG_IsOK(res2)(res2 >= 0)) {
30591 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_FindValue" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_FindValue" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
30592 }
30593 arg2 = reinterpret_cast< char * >(buf2);
30594 ecode3 = SWIG_AsVal_int(obj2, &val3);
30595 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
30596 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBFrame_FindValue" "', argument " "3"" of type '" "lldb::ValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBFrame_FindValue" "', argument "
"3"" of type '" "lldb::ValueType""'"); goto fail; } while(0)
;
30597 }
30598 arg3 = static_cast< lldb::ValueType >(val3);
30599 ecode4 = SWIG_AsVal_int(obj3, &val4);
30600 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
30601 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBFrame_FindValue" "', argument " "4"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBFrame_FindValue" "', argument "
"4"" of type '" "lldb::DynamicValueType""'"); goto fail; } while
(0)
;
30602 }
30603 arg4 = static_cast< lldb::DynamicValueType >(val4);
30604 {
30605 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30606 result = (arg1)->FindValue((char const *)arg2,arg3,arg4);
30607 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30608 }
30609 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
30610 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30611 return resultobj;
30612fail:
30613 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
30614 return NULL__null;
30615}
30616
30617
30618SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_FindValue(PyObject *self, PyObject *args) {
30619 Py_ssize_t argc;
30620 PyObject *argv[5] = {
30621 0
30622 };
30623 Py_ssize_t ii;
30624
30625 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
30626 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
30627 for (ii = 0; (ii < 4) && (ii < argc); ii++) {
30628 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
30629 }
30630 if (argc == 3) {
30631 int _v;
30632 void *vptr = 0;
30633 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
30634 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30635 if (_v) {
30636 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
30637 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30638 if (_v) {
30639 {
30640 int res = SWIG_AsVal_int(argv[2], NULL__null);
30641 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30642 }
30643 if (_v) {
30644 return _wrap_SBFrame_FindValue__SWIG_0(self, args);
30645 }
30646 }
30647 }
30648 }
30649 if (argc == 4) {
30650 int _v;
30651 void *vptr = 0;
30652 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[31
], 0, 0)
;
30653 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30654 if (_v) {
30655 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
30656 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30657 if (_v) {
30658 {
30659 int res = SWIG_AsVal_int(argv[2], NULL__null);
30660 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30661 }
30662 if (_v) {
30663 {
30664 int res = SWIG_AsVal_int(argv[3], NULL__null);
30665 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30666 }
30667 if (_v) {
30668 return _wrap_SBFrame_FindValue__SWIG_1(self, args);
30669 }
30670 }
30671 }
30672 }
30673 }
30674
30675fail:
30676 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBFrame_FindValue'.\n"
30677 " Possible C/C++ prototypes are:\n"
30678 " lldb::SBFrame::FindValue(char const *,lldb::ValueType)\n"
30679 " lldb::SBFrame::FindValue(char const *,lldb::ValueType,lldb::DynamicValueType)\n");
30680 return 0;
30681}
30682
30683
30684SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30685 PyObject *resultobj = 0;
30686 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
30687 lldb::SBStream *arg2 = 0 ;
30688 void *argp1 = 0 ;
30689 int res1 = 0 ;
30690 void *argp2 = 0 ;
30691 int res2 = 0 ;
30692 PyObject * obj0 = 0 ;
30693 PyObject * obj1 = 0 ;
30694 bool result;
30695
30696 if (!PyArg_ParseTuple(args,(char *)"OO:SBFrame_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
30697 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
30698 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30699 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetDescription" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame_GetDescription" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
30700 }
30701 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
30702 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
30703 if (!SWIG_IsOK(res2)(res2 >= 0)) {
30704 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFrame_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFrame_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
30705 }
30706 if (!argp2) {
30707 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFrame_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFrame_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
30708 }
30709 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
30710 {
30711 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30712 result = (bool)(arg1)->GetDescription(*arg2);
30713 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30714 }
30715 resultobj = SWIG_From_bool(static_cast< bool >(result));
30716 return resultobj;
30717fail:
30718 return NULL__null;
30719}
30720
30721
30722SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFrame___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30723 PyObject *resultobj = 0;
30724 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
30725 void *argp1 = 0 ;
30726 int res1 = 0 ;
30727 PyObject * obj0 = 0 ;
30728 PyObject *result = 0 ;
30729
30730 if (!PyArg_ParseTuple(args,(char *)"O:SBFrame___str__",&obj0)) SWIG_failgoto fail;
30731 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[31]
, 0 | 0, 0)
;
30732 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30733 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame___str__" "', argument " "1"" of type '" "lldb::SBFrame *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFrame___str__" "', argument "
"1"" of type '" "lldb::SBFrame *""'"); goto fail; } while(0)
;
30734 }
30735 arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
30736 result = (PyObject *)lldb_SBFrame___str__(arg1);
30737 resultobj = result;
30738 return resultobj;
30739fail:
30740 return NULL__null;
30741}
30742
30743
30744SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBFrame_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30745 PyObject *obj;
30746 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
30747 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBFrameswig_types[31], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
30748 return SWIG_Py_Void();
30749}
30750
30751SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFunction__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30752 PyObject *resultobj = 0;
30753 lldb::SBFunction *result = 0 ;
30754
30755 if (!PyArg_ParseTuple(args,(char *)":new_SBFunction")) SWIG_failgoto fail;
30756 {
30757 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30758 result = (lldb::SBFunction *)new lldb::SBFunction();
30759 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30760 }
30761 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBFunction, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[32], (
(0x1 << 1) | 0x1) | 0)
;
30762 return resultobj;
30763fail:
30764 return NULL__null;
30765}
30766
30767
30768SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFunction__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30769 PyObject *resultobj = 0;
30770 lldb::SBFunction *arg1 = 0 ;
30771 void *argp1 = 0 ;
30772 int res1 = 0 ;
30773 PyObject * obj0 = 0 ;
30774 lldb::SBFunction *result = 0 ;
30775
30776 if (!PyArg_ParseTuple(args,(char *)"O:new_SBFunction",&obj0)) SWIG_failgoto fail;
30777 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBFunction, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
30778 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30779 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBFunction" "', argument " "1"" of type '" "lldb::SBFunction const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBFunction" "', argument "
"1"" of type '" "lldb::SBFunction const &""'"); goto fail
; } while(0)
;
30780 }
30781 if (!argp1) {
30782 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBFunction" "', argument " "1"" of type '" "lldb::SBFunction const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBFunction" "', argument " "1"" of type '"
"lldb::SBFunction const &""'"); goto fail; } while(0)
;
30783 }
30784 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
30785 {
30786 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30787 result = (lldb::SBFunction *)new lldb::SBFunction((lldb::SBFunction const &)*arg1);
30788 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30789 }
30790 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBFunction, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[32], (
(0x1 << 1) | 0x1) | 0)
;
30791 return resultobj;
30792fail:
30793 return NULL__null;
30794}
30795
30796
30797SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBFunction(PyObject *self, PyObject *args) {
30798 Py_ssize_t argc;
30799 PyObject *argv[2] = {
30800 0
30801 };
30802 Py_ssize_t ii;
30803
30804 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
30805 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
30806 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
30807 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
30808 }
30809 if (argc == 0) {
30810 return _wrap_new_SBFunction__SWIG_0(self, args);
30811 }
30812 if (argc == 1) {
30813 int _v;
30814 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBFunction, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[32], 0, 0
)
;
30815 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
30816 if (_v) {
30817 return _wrap_new_SBFunction__SWIG_1(self, args);
30818 }
30819 }
30820
30821fail:
30822 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBFunction'.\n"
30823 " Possible C/C++ prototypes are:\n"
30824 " lldb::SBFunction::SBFunction()\n"
30825 " lldb::SBFunction::SBFunction(lldb::SBFunction const &)\n");
30826 return 0;
30827}
30828
30829
30830SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBFunction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30831 PyObject *resultobj = 0;
30832 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
30833 void *argp1 = 0 ;
30834 int res1 = 0 ;
30835 PyObject * obj0 = 0 ;
30836
30837 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBFunction",&obj0)) SWIG_failgoto fail;
30838 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0x1 | 0, 0)
;
30839 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30840 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBFunction" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBFunction" "', argument "
"1"" of type '" "lldb::SBFunction *""'"); goto fail; } while
(0)
;
30841 }
30842 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
30843 {
30844 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30845 delete arg1;
30846 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30847 }
30848 resultobj = SWIG_Py_Void();
30849 return resultobj;
30850fail:
30851 return NULL__null;
30852}
30853
30854
30855SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30856 PyObject *resultobj = 0;
30857 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
30858 void *argp1 = 0 ;
30859 int res1 = 0 ;
30860 PyObject * obj0 = 0 ;
30861 bool result;
30862
30863 if (!PyArg_ParseTuple(args,(char *)"O:SBFunction_IsValid",&obj0)) SWIG_failgoto fail;
30864 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
30865 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30866 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_IsValid" "', argument " "1"" of type '" "lldb::SBFunction const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_IsValid" "', argument "
"1"" of type '" "lldb::SBFunction const *""'"); goto fail; }
while(0)
;
30867 }
30868 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
30869 {
30870 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30871 result = (bool)((lldb::SBFunction const *)arg1)->IsValid();
30872 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30873 }
30874 resultobj = SWIG_From_bool(static_cast< bool >(result));
30875 return resultobj;
30876fail:
30877 return NULL__null;
30878}
30879
30880
30881SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30882 PyObject *resultobj = 0;
30883 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
30884 void *argp1 = 0 ;
30885 int res1 = 0 ;
30886 PyObject * obj0 = 0 ;
30887 char *result = 0 ;
30888
30889 if (!PyArg_ParseTuple(args,(char *)"O:SBFunction_GetName",&obj0)) SWIG_failgoto fail;
30890 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
30891 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30892 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetName" "', argument " "1"" of type '" "lldb::SBFunction const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetName" "', argument "
"1"" of type '" "lldb::SBFunction const *""'"); goto fail; }
while(0)
;
30893 }
30894 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
30895 {
30896 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30897 result = (char *)((lldb::SBFunction const *)arg1)->GetName();
30898 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30899 }
30900 resultobj = SWIG_FromCharPtr((const char *)result);
30901 return resultobj;
30902fail:
30903 return NULL__null;
30904}
30905
30906
30907SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetDisplayName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30908 PyObject *resultobj = 0;
30909 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
30910 void *argp1 = 0 ;
30911 int res1 = 0 ;
30912 PyObject * obj0 = 0 ;
30913 char *result = 0 ;
30914
30915 if (!PyArg_ParseTuple(args,(char *)"O:SBFunction_GetDisplayName",&obj0)) SWIG_failgoto fail;
30916 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
30917 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30918 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetDisplayName" "', argument " "1"" of type '" "lldb::SBFunction const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetDisplayName"
"', argument " "1"" of type '" "lldb::SBFunction const *""'"
); goto fail; } while(0)
;
30919 }
30920 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
30921 {
30922 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30923 result = (char *)((lldb::SBFunction const *)arg1)->GetDisplayName();
30924 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30925 }
30926 resultobj = SWIG_FromCharPtr((const char *)result);
30927 return resultobj;
30928fail:
30929 return NULL__null;
30930}
30931
30932
30933SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetMangledName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30934 PyObject *resultobj = 0;
30935 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
30936 void *argp1 = 0 ;
30937 int res1 = 0 ;
30938 PyObject * obj0 = 0 ;
30939 char *result = 0 ;
30940
30941 if (!PyArg_ParseTuple(args,(char *)"O:SBFunction_GetMangledName",&obj0)) SWIG_failgoto fail;
30942 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
30943 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30944 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetMangledName" "', argument " "1"" of type '" "lldb::SBFunction const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetMangledName"
"', argument " "1"" of type '" "lldb::SBFunction const *""'"
); goto fail; } while(0)
;
30945 }
30946 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
30947 {
30948 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30949 result = (char *)((lldb::SBFunction const *)arg1)->GetMangledName();
30950 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30951 }
30952 resultobj = SWIG_FromCharPtr((const char *)result);
30953 return resultobj;
30954fail:
30955 return NULL__null;
30956}
30957
30958
30959SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetInstructions__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
30960 PyObject *resultobj = 0;
30961 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
30962 lldb::SBTarget arg2 ;
30963 void *argp1 = 0 ;
30964 int res1 = 0 ;
30965 void *argp2 ;
30966 int res2 = 0 ;
30967 PyObject * obj0 = 0 ;
30968 PyObject * obj1 = 0 ;
30969 lldb::SBInstructionList result;
30970
30971 if (!PyArg_ParseTuple(args,(char *)"OO:SBFunction_GetInstructions",&obj0,&obj1)) SWIG_failgoto fail;
30972 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
30973 if (!SWIG_IsOK(res1)(res1 >= 0)) {
30974 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetInstructions" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetInstructions"
"', argument " "1"" of type '" "lldb::SBFunction *""'"); goto
fail; } while(0)
;
30975 }
30976 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
30977 {
30978 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0 | 0, 0)
;
30979 if (!SWIG_IsOK(res2)(res2 >= 0)) {
30980 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFunction_GetInstructions" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFunction_GetInstructions"
"', argument " "2"" of type '" "lldb::SBTarget""'"); goto fail
; } while(0)
;
30981 }
30982 if (!argp2) {
30983 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFunction_GetInstructions" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFunction_GetInstructions" "', argument " "2"
" of type '" "lldb::SBTarget""'"); goto fail; } while(0)
;
30984 } else {
30985 lldb::SBTarget * temp = reinterpret_cast< lldb::SBTarget * >(argp2);
30986 arg2 = *temp;
30987 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
30988 }
30989 }
30990 {
30991 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
30992 result = (arg1)->GetInstructions(arg2);
30993 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
30994 }
30995 resultobj = SWIG_NewPointerObj((new lldb::SBInstructionList(static_cast< const lldb::SBInstructionList& >(result))), SWIGTYPE_p_lldb__SBInstructionList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBInstructionList
(static_cast< const lldb::SBInstructionList& >(result
))), swig_types[35], 0x1 | 0)
;
30996 return resultobj;
30997fail:
30998 return NULL__null;
30999}
31000
31001
31002SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetInstructions__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31003 PyObject *resultobj = 0;
31004 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31005 lldb::SBTarget arg2 ;
31006 char *arg3 = (char *) 0 ;
31007 void *argp1 = 0 ;
31008 int res1 = 0 ;
31009 void *argp2 ;
31010 int res2 = 0 ;
31011 int res3 ;
31012 char *buf3 = 0 ;
31013 int alloc3 = 0 ;
31014 PyObject * obj0 = 0 ;
31015 PyObject * obj1 = 0 ;
31016 PyObject * obj2 = 0 ;
31017 lldb::SBInstructionList result;
31018
31019 if (!PyArg_ParseTuple(args,(char *)"OOO:SBFunction_GetInstructions",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
31020 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31021 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31022 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetInstructions" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetInstructions"
"', argument " "1"" of type '" "lldb::SBFunction *""'"); goto
fail; } while(0)
;
31023 }
31024 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31025 {
31026 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0 | 0, 0)
;
31027 if (!SWIG_IsOK(res2)(res2 >= 0)) {
31028 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFunction_GetInstructions" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFunction_GetInstructions"
"', argument " "2"" of type '" "lldb::SBTarget""'"); goto fail
; } while(0)
;
31029 }
31030 if (!argp2) {
31031 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFunction_GetInstructions" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFunction_GetInstructions" "', argument " "2"
" of type '" "lldb::SBTarget""'"); goto fail; } while(0)
;
31032 } else {
31033 lldb::SBTarget * temp = reinterpret_cast< lldb::SBTarget * >(argp2);
31034 arg2 = *temp;
31035 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
31036 }
31037 }
31038 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
31039 if (!SWIG_IsOK(res3)(res3 >= 0)) {
31040 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBFunction_GetInstructions" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBFunction_GetInstructions"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
31041 }
31042 arg3 = reinterpret_cast< char * >(buf3);
31043 {
31044 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31045 result = (arg1)->GetInstructions(arg2,(char const *)arg3);
31046 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31047 }
31048 resultobj = SWIG_NewPointerObj((new lldb::SBInstructionList(static_cast< const lldb::SBInstructionList& >(result))), SWIGTYPE_p_lldb__SBInstructionList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBInstructionList
(static_cast< const lldb::SBInstructionList& >(result
))), swig_types[35], 0x1 | 0)
;
31049 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
31050 return resultobj;
31051fail:
31052 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
31053 return NULL__null;
31054}
31055
31056
31057SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetInstructions(PyObject *self, PyObject *args) {
31058 Py_ssize_t argc;
31059 PyObject *argv[4] = {
31060 0
31061 };
31062 Py_ssize_t ii;
31063
31064 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
31065 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
31066 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
31067 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
31068 }
31069 if (argc == 2) {
31070 int _v;
31071 void *vptr = 0;
31072 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFunction, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[32
], 0, 0)
;
31073 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
31074 if (_v) {
31075 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[60], 0, 0
)
;
31076 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
31077 if (_v) {
31078 return _wrap_SBFunction_GetInstructions__SWIG_0(self, args);
31079 }
31080 }
31081 }
31082 if (argc == 3) {
31083 int _v;
31084 void *vptr = 0;
31085 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBFunction, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[32
], 0, 0)
;
31086 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
31087 if (_v) {
31088 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[60], 0, 0
)
;
31089 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
31090 if (_v) {
31091 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
31092 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
31093 if (_v) {
31094 return _wrap_SBFunction_GetInstructions__SWIG_1(self, args);
31095 }
31096 }
31097 }
31098 }
31099
31100fail:
31101 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBFunction_GetInstructions'.\n"
31102 " Possible C/C++ prototypes are:\n"
31103 " lldb::SBFunction::GetInstructions(lldb::SBTarget)\n"
31104 " lldb::SBFunction::GetInstructions(lldb::SBTarget,char const *)\n");
31105 return 0;
31106}
31107
31108
31109SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetStartAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31110 PyObject *resultobj = 0;
31111 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31112 void *argp1 = 0 ;
31113 int res1 = 0 ;
31114 PyObject * obj0 = 0 ;
31115 lldb::SBAddress result;
31116
31117 if (!PyArg_ParseTuple(args,(char *)"O:SBFunction_GetStartAddress",&obj0)) SWIG_failgoto fail;
31118 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31119 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31120 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetStartAddress" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetStartAddress"
"', argument " "1"" of type '" "lldb::SBFunction *""'"); goto
fail; } while(0)
;
31121 }
31122 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31123 {
31124 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31125 result = (arg1)->GetStartAddress();
31126 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31127 }
31128 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
31129 return resultobj;
31130fail:
31131 return NULL__null;
31132}
31133
31134
31135SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetEndAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31136 PyObject *resultobj = 0;
31137 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31138 void *argp1 = 0 ;
31139 int res1 = 0 ;
31140 PyObject * obj0 = 0 ;
31141 lldb::SBAddress result;
31142
31143 if (!PyArg_ParseTuple(args,(char *)"O:SBFunction_GetEndAddress",&obj0)) SWIG_failgoto fail;
31144 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31145 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31146 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetEndAddress" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetEndAddress" "', argument "
"1"" of type '" "lldb::SBFunction *""'"); goto fail; } while
(0)
;
31147 }
31148 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31149 {
31150 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31151 result = (arg1)->GetEndAddress();
31152 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31153 }
31154 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
31155 return resultobj;
31156fail:
31157 return NULL__null;
31158}
31159
31160
31161SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetArgumentName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31162 PyObject *resultobj = 0;
31163 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31164 uint32_t arg2 ;
31165 void *argp1 = 0 ;
31166 int res1 = 0 ;
31167 unsigned int val2 ;
31168 int ecode2 = 0 ;
31169 PyObject * obj0 = 0 ;
31170 PyObject * obj1 = 0 ;
31171 char *result = 0 ;
31172
31173 if (!PyArg_ParseTuple(args,(char *)"OO:SBFunction_GetArgumentName",&obj0,&obj1)) SWIG_failgoto fail;
31174 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31175 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31176 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetArgumentName" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetArgumentName"
"', argument " "1"" of type '" "lldb::SBFunction *""'"); goto
fail; } while(0)
;
31177 }
31178 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31179 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
31180 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
31181 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBFunction_GetArgumentName" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBFunction_GetArgumentName"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
31182 }
31183 arg2 = static_cast< uint32_t >(val2);
31184 {
31185 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31186 result = (char *)(arg1)->GetArgumentName(arg2);
31187 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31188 }
31189 resultobj = SWIG_FromCharPtr((const char *)result);
31190 return resultobj;
31191fail:
31192 return NULL__null;
31193}
31194
31195
31196SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetPrologueByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31197 PyObject *resultobj = 0;
31198 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31199 void *argp1 = 0 ;
31200 int res1 = 0 ;
31201 PyObject * obj0 = 0 ;
31202 uint32_t result;
31203
31204 if (!PyArg_ParseTuple(args,(char *)"O:SBFunction_GetPrologueByteSize",&obj0)) SWIG_failgoto fail;
31205 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31206 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31207 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetPrologueByteSize" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetPrologueByteSize"
"', argument " "1"" of type '" "lldb::SBFunction *""'"); goto
fail; } while(0)
;
31208 }
31209 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31210 {
31211 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31212 result = (uint32_t)(arg1)->GetPrologueByteSize();
31213 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31214 }
31215 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
31216 return resultobj;
31217fail:
31218 return NULL__null;
31219}
31220
31221
31222SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31223 PyObject *resultobj = 0;
31224 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31225 void *argp1 = 0 ;
31226 int res1 = 0 ;
31227 PyObject * obj0 = 0 ;
31228 lldb::SBType result;
31229
31230 if (!PyArg_ParseTuple(args,(char *)"O:SBFunction_GetType",&obj0)) SWIG_failgoto fail;
31231 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31232 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31233 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetType" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetType" "', argument "
"1"" of type '" "lldb::SBFunction *""'"); goto fail; } while
(0)
;
31234 }
31235 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31236 {
31237 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31238 result = (arg1)->GetType();
31239 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31240 }
31241 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
31242 return resultobj;
31243fail:
31244 return NULL__null;
31245}
31246
31247
31248SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetBlock(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31249 PyObject *resultobj = 0;
31250 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31251 void *argp1 = 0 ;
31252 int res1 = 0 ;
31253 PyObject * obj0 = 0 ;
31254 lldb::SBBlock result;
31255
31256 if (!PyArg_ParseTuple(args,(char *)"O:SBFunction_GetBlock",&obj0)) SWIG_failgoto fail;
31257 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31258 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31259 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetBlock" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetBlock" "', argument "
"1"" of type '" "lldb::SBFunction *""'"); goto fail; } while
(0)
;
31260 }
31261 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31262 {
31263 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31264 result = (arg1)->GetBlock();
31265 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31266 }
31267 resultobj = SWIG_NewPointerObj((new lldb::SBBlock(static_cast< const lldb::SBBlock& >(result))), SWIGTYPE_p_lldb__SBBlock, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBlock(static_cast
< const lldb::SBBlock& >(result))), swig_types[11],
0x1 | 0)
;
31268 return resultobj;
31269fail:
31270 return NULL__null;
31271}
31272
31273
31274SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetLanguage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31275 PyObject *resultobj = 0;
31276 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31277 void *argp1 = 0 ;
31278 int res1 = 0 ;
31279 PyObject * obj0 = 0 ;
31280 lldb::LanguageType result;
31281
31282 if (!PyArg_ParseTuple(args,(char *)"O:SBFunction_GetLanguage",&obj0)) SWIG_failgoto fail;
31283 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31284 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31285 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetLanguage" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetLanguage" "', argument "
"1"" of type '" "lldb::SBFunction *""'"); goto fail; } while
(0)
;
31286 }
31287 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31288 {
31289 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31290 result = (lldb::LanguageType)(arg1)->GetLanguage();
31291 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31292 }
31293 resultobj = SWIG_From_int(static_cast< int >(result));
31294 return resultobj;
31295fail:
31296 return NULL__null;
31297}
31298
31299
31300SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetIsOptimized(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31301 PyObject *resultobj = 0;
31302 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31303 void *argp1 = 0 ;
31304 int res1 = 0 ;
31305 PyObject * obj0 = 0 ;
31306 bool result;
31307
31308 if (!PyArg_ParseTuple(args,(char *)"O:SBFunction_GetIsOptimized",&obj0)) SWIG_failgoto fail;
31309 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31310 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31311 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetIsOptimized" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetIsOptimized"
"', argument " "1"" of type '" "lldb::SBFunction *""'"); goto
fail; } while(0)
;
31312 }
31313 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31314 {
31315 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31316 result = (bool)(arg1)->GetIsOptimized();
31317 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31318 }
31319 resultobj = SWIG_From_bool(static_cast< bool >(result));
31320 return resultobj;
31321fail:
31322 return NULL__null;
31323}
31324
31325
31326SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31327 PyObject *resultobj = 0;
31328 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31329 lldb::SBStream *arg2 = 0 ;
31330 void *argp1 = 0 ;
31331 int res1 = 0 ;
31332 void *argp2 = 0 ;
31333 int res2 = 0 ;
31334 PyObject * obj0 = 0 ;
31335 PyObject * obj1 = 0 ;
31336 bool result;
31337
31338 if (!PyArg_ParseTuple(args,(char *)"OO:SBFunction_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
31339 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31340 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31341 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction_GetDescription" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction_GetDescription"
"', argument " "1"" of type '" "lldb::SBFunction *""'"); goto
fail; } while(0)
;
31342 }
31343 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31344 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
31345 if (!SWIG_IsOK(res2)(res2 >= 0)) {
31346 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFunction_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFunction_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
31347 }
31348 if (!argp2) {
31349 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFunction_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFunction_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
31350 }
31351 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
31352 {
31353 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31354 result = (bool)(arg1)->GetDescription(*arg2);
31355 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31356 }
31357 resultobj = SWIG_From_bool(static_cast< bool >(result));
31358 return resultobj;
31359fail:
31360 return NULL__null;
31361}
31362
31363
31364SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31365 PyObject *resultobj = 0;
31366 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31367 lldb::SBFunction *arg2 = 0 ;
31368 void *argp1 = 0 ;
31369 int res1 = 0 ;
31370 void *argp2 = 0 ;
31371 int res2 = 0 ;
31372 PyObject * obj0 = 0 ;
31373 PyObject * obj1 = 0 ;
31374 bool result;
31375
31376 if (!PyArg_ParseTuple(args,(char *)"OO:SBFunction___eq__",&obj0,&obj1)) SWIG_failgoto fail;
31377 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31378 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31379 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction___eq__" "', argument " "1"" of type '" "lldb::SBFunction const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction___eq__" "', argument "
"1"" of type '" "lldb::SBFunction const *""'"); goto fail; }
while(0)
;
31380 }
31381 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31382 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFunction, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[32]
, 0 | 0, 0)
;
31383 if (!SWIG_IsOK(res2)(res2 >= 0)) {
31384 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFunction___eq__" "', argument " "2"" of type '" "lldb::SBFunction const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFunction___eq__" "', argument "
"2"" of type '" "lldb::SBFunction const &""'"); goto fail
; } while(0)
;
31385 }
31386 if (!argp2) {
31387 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFunction___eq__" "', argument " "2"" of type '" "lldb::SBFunction const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFunction___eq__" "', argument " "2"" of type '"
"lldb::SBFunction const &""'"); goto fail; } while(0)
;
31388 }
31389 arg2 = reinterpret_cast< lldb::SBFunction * >(argp2);
31390 {
31391 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31392 result = (bool)((lldb::SBFunction const *)arg1)->operator ==((lldb::SBFunction const &)*arg2);
31393 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31394 }
31395 resultobj = SWIG_From_bool(static_cast< bool >(result));
31396 return resultobj;
31397fail:
31398 return NULL__null;
31399}
31400
31401
31402SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31403 PyObject *resultobj = 0;
31404 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31405 lldb::SBFunction *arg2 = 0 ;
31406 void *argp1 = 0 ;
31407 int res1 = 0 ;
31408 void *argp2 = 0 ;
31409 int res2 = 0 ;
31410 PyObject * obj0 = 0 ;
31411 PyObject * obj1 = 0 ;
31412 bool result;
31413
31414 if (!PyArg_ParseTuple(args,(char *)"OO:SBFunction___ne__",&obj0,&obj1)) SWIG_failgoto fail;
31415 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31416 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31417 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction___ne__" "', argument " "1"" of type '" "lldb::SBFunction const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction___ne__" "', argument "
"1"" of type '" "lldb::SBFunction const *""'"); goto fail; }
while(0)
;
31418 }
31419 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31420 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFunction, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[32]
, 0 | 0, 0)
;
31421 if (!SWIG_IsOK(res2)(res2 >= 0)) {
31422 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBFunction___ne__" "', argument " "2"" of type '" "lldb::SBFunction const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBFunction___ne__" "', argument "
"2"" of type '" "lldb::SBFunction const &""'"); goto fail
; } while(0)
;
31423 }
31424 if (!argp2) {
31425 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBFunction___ne__" "', argument " "2"" of type '" "lldb::SBFunction const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBFunction___ne__" "', argument " "2"" of type '"
"lldb::SBFunction const &""'"); goto fail; } while(0)
;
31426 }
31427 arg2 = reinterpret_cast< lldb::SBFunction * >(argp2);
31428 {
31429 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31430 result = (bool)((lldb::SBFunction const *)arg1)->operator !=((lldb::SBFunction const &)*arg2);
31431 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31432 }
31433 resultobj = SWIG_From_bool(static_cast< bool >(result));
31434 return resultobj;
31435fail:
31436 return NULL__null;
31437}
31438
31439
31440SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBFunction___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31441 PyObject *resultobj = 0;
31442 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ;
31443 void *argp1 = 0 ;
31444 int res1 = 0 ;
31445 PyObject * obj0 = 0 ;
31446 PyObject *result = 0 ;
31447
31448 if (!PyArg_ParseTuple(args,(char *)"O:SBFunction___str__",&obj0)) SWIG_failgoto fail;
31449 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[32]
, 0 | 0, 0)
;
31450 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31451 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFunction___str__" "', argument " "1"" of type '" "lldb::SBFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBFunction___str__" "', argument "
"1"" of type '" "lldb::SBFunction *""'"); goto fail; } while
(0)
;
31452 }
31453 arg1 = reinterpret_cast< lldb::SBFunction * >(argp1);
31454 result = (PyObject *)lldb_SBFunction___str__(arg1);
31455 resultobj = result;
31456 return resultobj;
31457fail:
31458 return NULL__null;
31459}
31460
31461
31462SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBFunction_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31463 PyObject *obj;
31464 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
31465 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBFunctionswig_types[32], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
31466 return SWIG_Py_Void();
31467}
31468
31469SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBHostOS_GetProgramFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31470 PyObject *resultobj = 0;
31471 lldb::SBFileSpec result;
31472
31473 if (!PyArg_ParseTuple(args,(char *)":SBHostOS_GetProgramFileSpec")) SWIG_failgoto fail;
31474 {
31475 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31476 result = lldb::SBHostOS::GetProgramFileSpec();
31477 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31478 }
31479 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
31480 return resultobj;
31481fail:
31482 return NULL__null;
31483}
31484
31485
31486SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBHostOS_GetLLDBPythonPath(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31487 PyObject *resultobj = 0;
31488 lldb::SBFileSpec result;
31489
31490 if (!PyArg_ParseTuple(args,(char *)":SBHostOS_GetLLDBPythonPath")) SWIG_failgoto fail;
31491 {
31492 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31493 result = lldb::SBHostOS::GetLLDBPythonPath();
31494 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31495 }
31496 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
31497 return resultobj;
31498fail:
31499 return NULL__null;
31500}
31501
31502
31503SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBHostOS_GetLLDBPath(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31504 PyObject *resultobj = 0;
31505 lldb::PathType arg1 ;
31506 int val1 ;
31507 int ecode1 = 0 ;
31508 PyObject * obj0 = 0 ;
31509 lldb::SBFileSpec result;
31510
31511 if (!PyArg_ParseTuple(args,(char *)"O:SBHostOS_GetLLDBPath",&obj0)) SWIG_failgoto fail;
31512 ecode1 = SWIG_AsVal_int(obj0, &val1);
31513 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
31514 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBHostOS_GetLLDBPath" "', argument " "1"" of type '" "lldb::PathType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBHostOS_GetLLDBPath" "', argument "
"1"" of type '" "lldb::PathType""'"); goto fail; } while(0)
;
31515 }
31516 arg1 = static_cast< lldb::PathType >(val1);
31517 {
31518 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31519 result = lldb::SBHostOS::GetLLDBPath(arg1);
31520 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31521 }
31522 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
31523 return resultobj;
31524fail:
31525 return NULL__null;
31526}
31527
31528
31529SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBHostOS_GetUserHomeDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31530 PyObject *resultobj = 0;
31531 lldb::SBFileSpec result;
31532
31533 if (!PyArg_ParseTuple(args,(char *)":SBHostOS_GetUserHomeDirectory")) SWIG_failgoto fail;
31534 {
31535 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31536 result = lldb::SBHostOS::GetUserHomeDirectory();
31537 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31538 }
31539 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
31540 return resultobj;
31541fail:
31542 return NULL__null;
31543}
31544
31545
31546SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBHostOS_ThreadCreated(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31547 PyObject *resultobj = 0;
31548 char *arg1 = (char *) 0 ;
31549 int res1 ;
31550 char *buf1 = 0 ;
31551 int alloc1 = 0 ;
31552 PyObject * obj0 = 0 ;
31553
31554 if (!PyArg_ParseTuple(args,(char *)"O:SBHostOS_ThreadCreated",&obj0)) SWIG_failgoto fail;
31555 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
31556 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31557 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBHostOS_ThreadCreated" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBHostOS_ThreadCreated" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
31558 }
31559 arg1 = reinterpret_cast< char * >(buf1);
31560 {
31561 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31562 lldb::SBHostOS::ThreadCreated((char const *)arg1);
31563 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31564 }
31565 resultobj = SWIG_Py_Void();
31566 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
31567 return resultobj;
31568fail:
31569 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
31570 return NULL__null;
31571}
31572
31573
31574SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBHostOS_ThreadCreate(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31575 PyObject *resultobj = 0;
31576 char *arg1 = (char *) 0 ;
31577 lldb::thread_func_t arg2 = (lldb::thread_func_t) 0 ;
31578 void *arg3 = (void *) 0 ;
31579 lldb::SBError *arg4 = (lldb::SBError *) 0 ;
31580 int res1 ;
31581 char *buf1 = 0 ;
31582 int alloc1 = 0 ;
31583 int res3 ;
31584 void *argp4 = 0 ;
31585 int res4 = 0 ;
31586 PyObject * obj0 = 0 ;
31587 PyObject * obj1 = 0 ;
31588 PyObject * obj2 = 0 ;
31589 PyObject * obj3 = 0 ;
31590 lldb::thread_t result;
31591
31592 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBHostOS_ThreadCreate",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
31593 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
31594 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31595 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBHostOS_ThreadCreate" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBHostOS_ThreadCreate" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
31596 }
31597 arg1 = reinterpret_cast< char * >(buf1);
31598 {
31599 int res = SWIG_ConvertFunctionPtr(obj1, (void**)(&arg2), SWIGTYPE_p_f_p_void__p_void)SWIG_Python_ConvertFunctionPtr(obj1, (void**)(&arg2), swig_types
[4])
;
31600 if (!SWIG_IsOK(res)(res >= 0)) {
31601 SWIG_exception_fail(SWIG_ArgError(res), "in method '" "SBHostOS_ThreadCreate" "', argument " "2"" of type '" "lldb::thread_func_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res != (
-1)) ? res : -5)), "in method '" "SBHostOS_ThreadCreate" "', argument "
"2"" of type '" "lldb::thread_func_t""'"); goto fail; } while
(0)
;
31602 }
31603 }
31604 res3 = SWIG_ConvertPtr(obj2,SWIG_as_voidptrptr(&arg3), 0, 0)SWIG_Python_ConvertPtrAndOwn(obj2, ((void)const_cast< void
* >(static_cast< const void * >(*&arg3)),reinterpret_cast
< void** >(&arg3)), 0, 0, 0)
;
31605 if (!SWIG_IsOK(res3)(res3 >= 0)) {
31606 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBHostOS_ThreadCreate" "', argument " "3"" of type '" "void *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBHostOS_ThreadCreate" "', argument "
"3"" of type '" "void *""'"); goto fail; } while(0)
;
31607 }
31608 res4 = SWIG_ConvertPtr(obj3, &argp4,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[25]
, 0 | 0, 0)
;
31609 if (!SWIG_IsOK(res4)(res4 >= 0)) {
31610 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBHostOS_ThreadCreate" "', argument " "4"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBHostOS_ThreadCreate" "', argument "
"4"" of type '" "lldb::SBError *""'"); goto fail; } while(0)
;
31611 }
31612 arg4 = reinterpret_cast< lldb::SBError * >(argp4);
31613 {
31614 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31615 result = lldb::SBHostOS::ThreadCreate((char const *)arg1,arg2,arg3,arg4);
31616 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31617 }
31618 resultobj = SWIG_NewPointerObj((new lldb::thread_t(static_cast< const lldb::thread_t& >(result))), SWIGTYPE_p_pthread_t, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::thread_t(static_cast
< const lldb::thread_t& >(result))), swig_types[91]
, 0x1 | 0)
;
31619 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
31620 return resultobj;
31621fail:
31622 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
31623 return NULL__null;
31624}
31625
31626
31627SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBHostOS_ThreadCancel(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31628 PyObject *resultobj = 0;
31629 lldb::thread_t arg1 ;
31630 lldb::SBError *arg2 = (lldb::SBError *) 0 ;
31631 void *argp1 ;
31632 int res1 = 0 ;
31633 void *argp2 = 0 ;
31634 int res2 = 0 ;
31635 PyObject * obj0 = 0 ;
31636 PyObject * obj1 = 0 ;
31637 bool result;
31638
31639 if (!PyArg_ParseTuple(args,(char *)"OO:SBHostOS_ThreadCancel",&obj0,&obj1)) SWIG_failgoto fail;
31640 {
31641 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_pthread_t, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[91]
, 0 | 0, 0)
;
31642 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31643 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBHostOS_ThreadCancel" "', argument " "1"" of type '" "lldb::thread_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBHostOS_ThreadCancel" "', argument "
"1"" of type '" "lldb::thread_t""'"); goto fail; } while(0)
;
31644 }
31645 if (!argp1) {
31646 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBHostOS_ThreadCancel" "', argument " "1"" of type '" "lldb::thread_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBHostOS_ThreadCancel" "', argument " "1"" of type '"
"lldb::thread_t""'"); goto fail; } while(0)
;
31647 } else {
31648 lldb::thread_t * temp = reinterpret_cast< lldb::thread_t * >(argp1);
31649 arg1 = *temp;
31650 if (SWIG_IsNewObj(res1)((res1 >= 0) && (res1 & ((1 << 8) <<
1)))
) delete temp;
31651 }
31652 }
31653 res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0 | 0, 0)
;
31654 if (!SWIG_IsOK(res2)(res2 >= 0)) {
31655 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBHostOS_ThreadCancel" "', argument " "2"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBHostOS_ThreadCancel" "', argument "
"2"" of type '" "lldb::SBError *""'"); goto fail; } while(0)
;
31656 }
31657 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
31658 {
31659 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31660 result = (bool)lldb::SBHostOS::ThreadCancel(arg1,arg2);
31661 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31662 }
31663 resultobj = SWIG_From_bool(static_cast< bool >(result));
31664 return resultobj;
31665fail:
31666 return NULL__null;
31667}
31668
31669
31670SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBHostOS_ThreadDetach(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31671 PyObject *resultobj = 0;
31672 lldb::thread_t arg1 ;
31673 lldb::SBError *arg2 = (lldb::SBError *) 0 ;
31674 void *argp1 ;
31675 int res1 = 0 ;
31676 void *argp2 = 0 ;
31677 int res2 = 0 ;
31678 PyObject * obj0 = 0 ;
31679 PyObject * obj1 = 0 ;
31680 bool result;
31681
31682 if (!PyArg_ParseTuple(args,(char *)"OO:SBHostOS_ThreadDetach",&obj0,&obj1)) SWIG_failgoto fail;
31683 {
31684 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_pthread_t, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[91]
, 0 | 0, 0)
;
31685 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31686 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBHostOS_ThreadDetach" "', argument " "1"" of type '" "lldb::thread_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBHostOS_ThreadDetach" "', argument "
"1"" of type '" "lldb::thread_t""'"); goto fail; } while(0)
;
31687 }
31688 if (!argp1) {
31689 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBHostOS_ThreadDetach" "', argument " "1"" of type '" "lldb::thread_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBHostOS_ThreadDetach" "', argument " "1"" of type '"
"lldb::thread_t""'"); goto fail; } while(0)
;
31690 } else {
31691 lldb::thread_t * temp = reinterpret_cast< lldb::thread_t * >(argp1);
31692 arg1 = *temp;
31693 if (SWIG_IsNewObj(res1)((res1 >= 0) && (res1 & ((1 << 8) <<
1)))
) delete temp;
31694 }
31695 }
31696 res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0 | 0, 0)
;
31697 if (!SWIG_IsOK(res2)(res2 >= 0)) {
31698 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBHostOS_ThreadDetach" "', argument " "2"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBHostOS_ThreadDetach" "', argument "
"2"" of type '" "lldb::SBError *""'"); goto fail; } while(0)
;
31699 }
31700 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
31701 {
31702 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31703 result = (bool)lldb::SBHostOS::ThreadDetach(arg1,arg2);
31704 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31705 }
31706 resultobj = SWIG_From_bool(static_cast< bool >(result));
31707 return resultobj;
31708fail:
31709 return NULL__null;
31710}
31711
31712
31713SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBHostOS_ThreadJoin(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31714 PyObject *resultobj = 0;
31715 lldb::thread_t arg1 ;
31716 lldb::thread_result_t *arg2 = (lldb::thread_result_t *) 0 ;
31717 lldb::SBError *arg3 = (lldb::SBError *) 0 ;
31718 void *argp1 ;
31719 int res1 = 0 ;
31720 void *argp2 = 0 ;
31721 int res2 = 0 ;
31722 void *argp3 = 0 ;
31723 int res3 = 0 ;
31724 PyObject * obj0 = 0 ;
31725 PyObject * obj1 = 0 ;
31726 PyObject * obj2 = 0 ;
31727 bool result;
31728
31729 if (!PyArg_ParseTuple(args,(char *)"OOO:SBHostOS_ThreadJoin",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
31730 {
31731 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_pthread_t, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[91]
, 0 | 0, 0)
;
31732 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31733 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBHostOS_ThreadJoin" "', argument " "1"" of type '" "lldb::thread_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBHostOS_ThreadJoin" "', argument "
"1"" of type '" "lldb::thread_t""'"); goto fail; } while(0)
;
31734 }
31735 if (!argp1) {
31736 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBHostOS_ThreadJoin" "', argument " "1"" of type '" "lldb::thread_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBHostOS_ThreadJoin" "', argument " "1"" of type '"
"lldb::thread_t""'"); goto fail; } while(0)
;
31737 } else {
31738 lldb::thread_t * temp = reinterpret_cast< lldb::thread_t * >(argp1);
31739 arg1 = *temp;
31740 if (SWIG_IsNewObj(res1)((res1 >= 0) && (res1 & ((1 << 8) <<
1)))
) delete temp;
31741 }
31742 }
31743 res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_p_void, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[89]
, 0 | 0, 0)
;
31744 if (!SWIG_IsOK(res2)(res2 >= 0)) {
31745 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBHostOS_ThreadJoin" "', argument " "2"" of type '" "lldb::thread_result_t *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBHostOS_ThreadJoin" "', argument "
"2"" of type '" "lldb::thread_result_t *""'"); goto fail; } while
(0)
;
31746 }
31747 arg2 = reinterpret_cast< lldb::thread_result_t * >(argp2);
31748 res3 = SWIG_ConvertPtr(obj2, &argp3,SWIGTYPE_p_lldb__SBError, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0 | 0, 0)
;
31749 if (!SWIG_IsOK(res3)(res3 >= 0)) {
31750 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBHostOS_ThreadJoin" "', argument " "3"" of type '" "lldb::SBError *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBHostOS_ThreadJoin" "', argument "
"3"" of type '" "lldb::SBError *""'"); goto fail; } while(0)
;
31751 }
31752 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
31753 {
31754 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31755 result = (bool)lldb::SBHostOS::ThreadJoin(arg1,arg2,arg3);
31756 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31757 }
31758 resultobj = SWIG_From_bool(static_cast< bool >(result));
31759 return resultobj;
31760fail:
31761 return NULL__null;
31762}
31763
31764
31765SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBHostOS(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31766 PyObject *resultobj = 0;
31767 lldb::SBHostOS *result = 0 ;
31768
31769 if (!PyArg_ParseTuple(args,(char *)":new_SBHostOS")) SWIG_failgoto fail;
31770 {
31771 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31772 result = (lldb::SBHostOS *)new lldb::SBHostOS();
31773 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31774 }
31775 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBHostOS, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[33], (
(0x1 << 1) | 0x1) | 0)
;
31776 return resultobj;
31777fail:
31778 return NULL__null;
31779}
31780
31781
31782SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBHostOS(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31783 PyObject *resultobj = 0;
31784 lldb::SBHostOS *arg1 = (lldb::SBHostOS *) 0 ;
31785 void *argp1 = 0 ;
31786 int res1 = 0 ;
31787 PyObject * obj0 = 0 ;
31788
31789 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBHostOS",&obj0)) SWIG_failgoto fail;
31790 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBHostOS, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[33]
, 0x1 | 0, 0)
;
31791 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31792 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBHostOS" "', argument " "1"" of type '" "lldb::SBHostOS *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBHostOS" "', argument "
"1"" of type '" "lldb::SBHostOS *""'"); goto fail; } while(0
)
;
31793 }
31794 arg1 = reinterpret_cast< lldb::SBHostOS * >(argp1);
31795 {
31796 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31797 delete arg1;
31798 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31799 }
31800 resultobj = SWIG_Py_Void();
31801 return resultobj;
31802fail:
31803 return NULL__null;
31804}
31805
31806
31807SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBHostOS_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31808 PyObject *obj;
31809 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
31810 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBHostOSswig_types[33], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
31811 return SWIG_Py_Void();
31812}
31813
31814SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBInstruction__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31815 PyObject *resultobj = 0;
31816 lldb::SBInstruction *result = 0 ;
31817
31818 if (!PyArg_ParseTuple(args,(char *)":new_SBInstruction")) SWIG_failgoto fail;
31819 {
31820 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31821 result = (lldb::SBInstruction *)new lldb::SBInstruction();
31822 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31823 }
31824 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBInstruction, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[34], (
(0x1 << 1) | 0x1) | 0)
;
31825 return resultobj;
31826fail:
31827 return NULL__null;
31828}
31829
31830
31831SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBInstruction__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31832 PyObject *resultobj = 0;
31833 lldb::SBInstruction *arg1 = 0 ;
31834 void *argp1 = 0 ;
31835 int res1 = 0 ;
31836 PyObject * obj0 = 0 ;
31837 lldb::SBInstruction *result = 0 ;
31838
31839 if (!PyArg_ParseTuple(args,(char *)"O:new_SBInstruction",&obj0)) SWIG_failgoto fail;
31840 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBInstruction, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
31841 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31842 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBInstruction" "', argument " "1"" of type '" "lldb::SBInstruction const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBInstruction" "', argument "
"1"" of type '" "lldb::SBInstruction const &""'"); goto fail
; } while(0)
;
31843 }
31844 if (!argp1) {
31845 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBInstruction" "', argument " "1"" of type '" "lldb::SBInstruction const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBInstruction" "', argument " "1"" of type '"
"lldb::SBInstruction const &""'"); goto fail; } while(0)
;
31846 }
31847 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
31848 {
31849 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31850 result = (lldb::SBInstruction *)new lldb::SBInstruction((lldb::SBInstruction const &)*arg1);
31851 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31852 }
31853 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBInstruction, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[34], (
(0x1 << 1) | 0x1) | 0)
;
31854 return resultobj;
31855fail:
31856 return NULL__null;
31857}
31858
31859
31860SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBInstruction(PyObject *self, PyObject *args) {
31861 Py_ssize_t argc;
31862 PyObject *argv[2] = {
31863 0
31864 };
31865 Py_ssize_t ii;
31866
31867 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
31868 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
31869 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
31870 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
31871 }
31872 if (argc == 0) {
31873 return _wrap_new_SBInstruction__SWIG_0(self, args);
31874 }
31875 if (argc == 1) {
31876 int _v;
31877 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBInstruction, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[34], 0, 0
)
;
31878 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
31879 if (_v) {
31880 return _wrap_new_SBInstruction__SWIG_1(self, args);
31881 }
31882 }
31883
31884fail:
31885 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBInstruction'.\n"
31886 " Possible C/C++ prototypes are:\n"
31887 " lldb::SBInstruction::SBInstruction()\n"
31888 " lldb::SBInstruction::SBInstruction(lldb::SBInstruction const &)\n");
31889 return 0;
31890}
31891
31892
31893SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBInstruction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31894 PyObject *resultobj = 0;
31895 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
31896 void *argp1 = 0 ;
31897 int res1 = 0 ;
31898 PyObject * obj0 = 0 ;
31899
31900 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBInstruction",&obj0)) SWIG_failgoto fail;
31901 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0x1 | 0, 0)
;
31902 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31903 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBInstruction" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBInstruction" "', argument "
"1"" of type '" "lldb::SBInstruction *""'"); goto fail; } while
(0)
;
31904 }
31905 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
31906 {
31907 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31908 delete arg1;
31909 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31910 }
31911 resultobj = SWIG_Py_Void();
31912 return resultobj;
31913fail:
31914 return NULL__null;
31915}
31916
31917
31918SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31919 PyObject *resultobj = 0;
31920 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
31921 void *argp1 = 0 ;
31922 int res1 = 0 ;
31923 PyObject * obj0 = 0 ;
31924 bool result;
31925
31926 if (!PyArg_ParseTuple(args,(char *)"O:SBInstruction_IsValid",&obj0)) SWIG_failgoto fail;
31927 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
31928 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31929 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_IsValid" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_IsValid" "', argument "
"1"" of type '" "lldb::SBInstruction *""'"); goto fail; } while
(0)
;
31930 }
31931 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
31932 {
31933 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31934 result = (bool)(arg1)->IsValid();
31935 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31936 }
31937 resultobj = SWIG_From_bool(static_cast< bool >(result));
31938 return resultobj;
31939fail:
31940 return NULL__null;
31941}
31942
31943
31944SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_GetAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31945 PyObject *resultobj = 0;
31946 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
31947 void *argp1 = 0 ;
31948 int res1 = 0 ;
31949 PyObject * obj0 = 0 ;
31950 lldb::SBAddress result;
31951
31952 if (!PyArg_ParseTuple(args,(char *)"O:SBInstruction_GetAddress",&obj0)) SWIG_failgoto fail;
31953 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
31954 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31955 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_GetAddress" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_GetAddress" "', argument "
"1"" of type '" "lldb::SBInstruction *""'"); goto fail; } while
(0)
;
31956 }
31957 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
31958 {
31959 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
31960 result = (arg1)->GetAddress();
31961 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
31962 }
31963 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
31964 return resultobj;
31965fail:
31966 return NULL__null;
31967}
31968
31969
31970SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_GetMnemonic(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
31971 PyObject *resultobj = 0;
31972 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
31973 lldb::SBTarget arg2 ;
31974 void *argp1 = 0 ;
31975 int res1 = 0 ;
31976 void *argp2 ;
31977 int res2 = 0 ;
31978 PyObject * obj0 = 0 ;
31979 PyObject * obj1 = 0 ;
31980 char *result = 0 ;
31981
31982 if (!PyArg_ParseTuple(args,(char *)"OO:SBInstruction_GetMnemonic",&obj0,&obj1)) SWIG_failgoto fail;
31983 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
31984 if (!SWIG_IsOK(res1)(res1 >= 0)) {
31985 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_GetMnemonic" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_GetMnemonic"
"', argument " "1"" of type '" "lldb::SBInstruction *""'"); goto
fail; } while(0)
;
31986 }
31987 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
31988 {
31989 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0 | 0, 0)
;
31990 if (!SWIG_IsOK(res2)(res2 >= 0)) {
31991 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBInstruction_GetMnemonic" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBInstruction_GetMnemonic"
"', argument " "2"" of type '" "lldb::SBTarget""'"); goto fail
; } while(0)
;
31992 }
31993 if (!argp2) {
31994 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBInstruction_GetMnemonic" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBInstruction_GetMnemonic" "', argument " "2"
" of type '" "lldb::SBTarget""'"); goto fail; } while(0)
;
31995 } else {
31996 lldb::SBTarget * temp = reinterpret_cast< lldb::SBTarget * >(argp2);
31997 arg2 = *temp;
31998 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
31999 }
32000 }
32001 {
32002 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32003 result = (char *)(arg1)->GetMnemonic(arg2);
32004 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32005 }
32006 resultobj = SWIG_FromCharPtr((const char *)result);
32007 return resultobj;
32008fail:
32009 return NULL__null;
32010}
32011
32012
32013SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_GetOperands(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32014 PyObject *resultobj = 0;
32015 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32016 lldb::SBTarget arg2 ;
32017 void *argp1 = 0 ;
32018 int res1 = 0 ;
32019 void *argp2 ;
32020 int res2 = 0 ;
32021 PyObject * obj0 = 0 ;
32022 PyObject * obj1 = 0 ;
32023 char *result = 0 ;
32024
32025 if (!PyArg_ParseTuple(args,(char *)"OO:SBInstruction_GetOperands",&obj0,&obj1)) SWIG_failgoto fail;
32026 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32027 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32028 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_GetOperands" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_GetOperands"
"', argument " "1"" of type '" "lldb::SBInstruction *""'"); goto
fail; } while(0)
;
32029 }
32030 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32031 {
32032 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0 | 0, 0)
;
32033 if (!SWIG_IsOK(res2)(res2 >= 0)) {
32034 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBInstruction_GetOperands" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBInstruction_GetOperands"
"', argument " "2"" of type '" "lldb::SBTarget""'"); goto fail
; } while(0)
;
32035 }
32036 if (!argp2) {
32037 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBInstruction_GetOperands" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBInstruction_GetOperands" "', argument " "2"
" of type '" "lldb::SBTarget""'"); goto fail; } while(0)
;
32038 } else {
32039 lldb::SBTarget * temp = reinterpret_cast< lldb::SBTarget * >(argp2);
32040 arg2 = *temp;
32041 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
32042 }
32043 }
32044 {
32045 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32046 result = (char *)(arg1)->GetOperands(arg2);
32047 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32048 }
32049 resultobj = SWIG_FromCharPtr((const char *)result);
32050 return resultobj;
32051fail:
32052 return NULL__null;
32053}
32054
32055
32056SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_GetComment(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32057 PyObject *resultobj = 0;
32058 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32059 lldb::SBTarget arg2 ;
32060 void *argp1 = 0 ;
32061 int res1 = 0 ;
32062 void *argp2 ;
32063 int res2 = 0 ;
32064 PyObject * obj0 = 0 ;
32065 PyObject * obj1 = 0 ;
32066 char *result = 0 ;
32067
32068 if (!PyArg_ParseTuple(args,(char *)"OO:SBInstruction_GetComment",&obj0,&obj1)) SWIG_failgoto fail;
32069 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32070 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32071 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_GetComment" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_GetComment" "', argument "
"1"" of type '" "lldb::SBInstruction *""'"); goto fail; } while
(0)
;
32072 }
32073 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32074 {
32075 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0 | 0, 0)
;
32076 if (!SWIG_IsOK(res2)(res2 >= 0)) {
32077 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBInstruction_GetComment" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBInstruction_GetComment" "', argument "
"2"" of type '" "lldb::SBTarget""'"); goto fail; } while(0)
;
32078 }
32079 if (!argp2) {
32080 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBInstruction_GetComment" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBInstruction_GetComment" "', argument " "2"" of type '"
"lldb::SBTarget""'"); goto fail; } while(0)
;
32081 } else {
32082 lldb::SBTarget * temp = reinterpret_cast< lldb::SBTarget * >(argp2);
32083 arg2 = *temp;
32084 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
32085 }
32086 }
32087 {
32088 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32089 result = (char *)(arg1)->GetComment(arg2);
32090 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32091 }
32092 resultobj = SWIG_FromCharPtr((const char *)result);
32093 return resultobj;
32094fail:
32095 return NULL__null;
32096}
32097
32098
32099SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_GetData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32100 PyObject *resultobj = 0;
32101 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32102 lldb::SBTarget arg2 ;
32103 void *argp1 = 0 ;
32104 int res1 = 0 ;
32105 void *argp2 ;
32106 int res2 = 0 ;
32107 PyObject * obj0 = 0 ;
32108 PyObject * obj1 = 0 ;
32109 lldb::SBData result;
32110
32111 if (!PyArg_ParseTuple(args,(char *)"OO:SBInstruction_GetData",&obj0,&obj1)) SWIG_failgoto fail;
32112 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32113 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32114 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_GetData" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_GetData" "', argument "
"1"" of type '" "lldb::SBInstruction *""'"); goto fail; } while
(0)
;
32115 }
32116 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32117 {
32118 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0 | 0, 0)
;
32119 if (!SWIG_IsOK(res2)(res2 >= 0)) {
32120 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBInstruction_GetData" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBInstruction_GetData" "', argument "
"2"" of type '" "lldb::SBTarget""'"); goto fail; } while(0)
;
32121 }
32122 if (!argp2) {
32123 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBInstruction_GetData" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBInstruction_GetData" "', argument " "2"" of type '"
"lldb::SBTarget""'"); goto fail; } while(0)
;
32124 } else {
32125 lldb::SBTarget * temp = reinterpret_cast< lldb::SBTarget * >(argp2);
32126 arg2 = *temp;
32127 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
32128 }
32129 }
32130 {
32131 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32132 result = (arg1)->GetData(arg2);
32133 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32134 }
32135 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
32136 return resultobj;
32137fail:
32138 return NULL__null;
32139}
32140
32141
32142SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_GetByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32143 PyObject *resultobj = 0;
32144 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32145 void *argp1 = 0 ;
32146 int res1 = 0 ;
32147 PyObject * obj0 = 0 ;
32148 size_t result;
32149
32150 if (!PyArg_ParseTuple(args,(char *)"O:SBInstruction_GetByteSize",&obj0)) SWIG_failgoto fail;
32151 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32152 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32153 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_GetByteSize" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_GetByteSize"
"', argument " "1"" of type '" "lldb::SBInstruction *""'"); goto
fail; } while(0)
;
32154 }
32155 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32156 {
32157 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32158 result = (arg1)->GetByteSize();
32159 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32160 }
32161 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
32162 return resultobj;
32163fail:
32164 return NULL__null;
32165}
32166
32167
32168SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_DoesBranch(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32169 PyObject *resultobj = 0;
32170 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32171 void *argp1 = 0 ;
32172 int res1 = 0 ;
32173 PyObject * obj0 = 0 ;
32174 bool result;
32175
32176 if (!PyArg_ParseTuple(args,(char *)"O:SBInstruction_DoesBranch",&obj0)) SWIG_failgoto fail;
32177 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32178 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32179 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_DoesBranch" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_DoesBranch" "', argument "
"1"" of type '" "lldb::SBInstruction *""'"); goto fail; } while
(0)
;
32180 }
32181 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32182 {
32183 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32184 result = (bool)(arg1)->DoesBranch();
32185 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32186 }
32187 resultobj = SWIG_From_bool(static_cast< bool >(result));
32188 return resultobj;
32189fail:
32190 return NULL__null;
32191}
32192
32193
32194SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_HasDelaySlot(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32195 PyObject *resultobj = 0;
32196 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32197 void *argp1 = 0 ;
32198 int res1 = 0 ;
32199 PyObject * obj0 = 0 ;
32200 bool result;
32201
32202 if (!PyArg_ParseTuple(args,(char *)"O:SBInstruction_HasDelaySlot",&obj0)) SWIG_failgoto fail;
32203 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32204 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32205 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_HasDelaySlot" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_HasDelaySlot"
"', argument " "1"" of type '" "lldb::SBInstruction *""'"); goto
fail; } while(0)
;
32206 }
32207 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32208 {
32209 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32210 result = (bool)(arg1)->HasDelaySlot();
32211 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32212 }
32213 resultobj = SWIG_From_bool(static_cast< bool >(result));
32214 return resultobj;
32215fail:
32216 return NULL__null;
32217}
32218
32219
32220SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_CanSetBreakpoint(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32221 PyObject *resultobj = 0;
32222 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32223 void *argp1 = 0 ;
32224 int res1 = 0 ;
32225 PyObject * obj0 = 0 ;
32226 bool result;
32227
32228 if (!PyArg_ParseTuple(args,(char *)"O:SBInstruction_CanSetBreakpoint",&obj0)) SWIG_failgoto fail;
32229 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32230 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32231 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_CanSetBreakpoint" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_CanSetBreakpoint"
"', argument " "1"" of type '" "lldb::SBInstruction *""'"); goto
fail; } while(0)
;
32232 }
32233 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32234 {
32235 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32236 result = (bool)(arg1)->CanSetBreakpoint();
32237 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32238 }
32239 resultobj = SWIG_From_bool(static_cast< bool >(result));
32240 return resultobj;
32241fail:
32242 return NULL__null;
32243}
32244
32245
32246SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_Print(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32247 PyObject *resultobj = 0;
32248 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32249 FILE *arg2 = (FILE *) 0 ;
32250 void *argp1 = 0 ;
32251 int res1 = 0 ;
32252 PyObject * obj0 = 0 ;
32253 PyObject * obj1 = 0 ;
32254
32255 if (!PyArg_ParseTuple(args,(char *)"OO:SBInstruction_Print",&obj0,&obj1)) SWIG_failgoto fail;
32256 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32257 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32258 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_Print" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_Print" "', argument "
"1"" of type '" "lldb::SBInstruction *""'"); goto fail; } while
(0)
;
32259 }
32260 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32261 {
32262 using namespace lldb_private;
32263 if (obj1 == Py_None(&_Py_NoneStruct))
32264 arg2 = nullptr;
32265 else if (!lldb_private::PythonFile::Check(obj1)) {
32266 int fd = PyObject_AsFileDescriptor(obj1);
32267 PythonObject py_input(PyRefType::Borrowed, obj1);
32268 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
32269
32270 if (-1 != fd && py_mode.IsValid()) {
32271 FILE *f;
32272 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
32273 arg2 = f;
32274 else
32275 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
32276 } else {
32277 PyErr_SetString(PyExc_TypeError,"not a file-like object");
32278 return nullptr;
32279 }
32280 }
32281 else
32282 {
32283 PythonFile py_file(PyRefType::Borrowed, obj1);
32284 File file;
32285 if (!py_file.GetUnderlyingFile(file))
32286 return nullptr;
32287
32288 arg2 = file.GetStream();
32289 if (arg2)
32290 file.Clear();
32291 }
32292 }
32293 {
32294 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32295 (arg1)->Print(arg2);
32296 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32297 }
32298 resultobj = SWIG_Py_Void();
32299 return resultobj;
32300fail:
32301 return NULL__null;
32302}
32303
32304
32305SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32306 PyObject *resultobj = 0;
32307 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32308 lldb::SBStream *arg2 = 0 ;
32309 void *argp1 = 0 ;
32310 int res1 = 0 ;
32311 void *argp2 = 0 ;
32312 int res2 = 0 ;
32313 PyObject * obj0 = 0 ;
32314 PyObject * obj1 = 0 ;
32315 bool result;
32316
32317 if (!PyArg_ParseTuple(args,(char *)"OO:SBInstruction_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
32318 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32319 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32320 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_GetDescription" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_GetDescription"
"', argument " "1"" of type '" "lldb::SBInstruction *""'"); goto
fail; } while(0)
;
32321 }
32322 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32323 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
32324 if (!SWIG_IsOK(res2)(res2 >= 0)) {
32325 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBInstruction_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBInstruction_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
32326 }
32327 if (!argp2) {
32328 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBInstruction_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBInstruction_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
32329 }
32330 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
32331 {
32332 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32333 result = (bool)(arg1)->GetDescription(*arg2);
32334 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32335 }
32336 resultobj = SWIG_From_bool(static_cast< bool >(result));
32337 return resultobj;
32338fail:
32339 return NULL__null;
32340}
32341
32342
32343SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_EmulateWithFrame(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32344 PyObject *resultobj = 0;
32345 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32346 lldb::SBFrame *arg2 = 0 ;
32347 uint32_t arg3 ;
32348 void *argp1 = 0 ;
32349 int res1 = 0 ;
32350 void *argp2 = 0 ;
32351 int res2 = 0 ;
32352 unsigned int val3 ;
32353 int ecode3 = 0 ;
32354 PyObject * obj0 = 0 ;
32355 PyObject * obj1 = 0 ;
32356 PyObject * obj2 = 0 ;
32357 bool result;
32358
32359 if (!PyArg_ParseTuple(args,(char *)"OOO:SBInstruction_EmulateWithFrame",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
32360 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32361 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32362 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_EmulateWithFrame" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_EmulateWithFrame"
"', argument " "1"" of type '" "lldb::SBInstruction *""'"); goto
fail; } while(0)
;
32363 }
32364 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32365 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFrame, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[31]
, 0, 0)
;
32366 if (!SWIG_IsOK(res2)(res2 >= 0)) {
32367 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBInstruction_EmulateWithFrame" "', argument " "2"" of type '" "lldb::SBFrame &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBInstruction_EmulateWithFrame"
"', argument " "2"" of type '" "lldb::SBFrame &""'"); goto
fail; } while(0)
;
32368 }
32369 if (!argp2) {
32370 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBInstruction_EmulateWithFrame" "', argument " "2"" of type '" "lldb::SBFrame &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBInstruction_EmulateWithFrame" "', argument "
"2"" of type '" "lldb::SBFrame &""'"); goto fail; } while
(0)
;
32371 }
32372 arg2 = reinterpret_cast< lldb::SBFrame * >(argp2);
32373 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
32374 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
32375 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBInstruction_EmulateWithFrame" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBInstruction_EmulateWithFrame"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
32376 }
32377 arg3 = static_cast< uint32_t >(val3);
32378 {
32379 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32380 result = (bool)(arg1)->EmulateWithFrame(*arg2,arg3);
32381 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32382 }
32383 resultobj = SWIG_From_bool(static_cast< bool >(result));
32384 return resultobj;
32385fail:
32386 return NULL__null;
32387}
32388
32389
32390SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_DumpEmulation(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32391 PyObject *resultobj = 0;
32392 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32393 char *arg2 = (char *) 0 ;
32394 void *argp1 = 0 ;
32395 int res1 = 0 ;
32396 int res2 ;
32397 char *buf2 = 0 ;
32398 int alloc2 = 0 ;
32399 PyObject * obj0 = 0 ;
32400 PyObject * obj1 = 0 ;
32401 bool result;
32402
32403 if (!PyArg_ParseTuple(args,(char *)"OO:SBInstruction_DumpEmulation",&obj0,&obj1)) SWIG_failgoto fail;
32404 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32405 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32406 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_DumpEmulation" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_DumpEmulation"
"', argument " "1"" of type '" "lldb::SBInstruction *""'"); goto
fail; } while(0)
;
32407 }
32408 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32409 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
32410 if (!SWIG_IsOK(res2)(res2 >= 0)) {
32411 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBInstruction_DumpEmulation" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBInstruction_DumpEmulation"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
32412 }
32413 arg2 = reinterpret_cast< char * >(buf2);
32414 {
32415 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32416 result = (bool)(arg1)->DumpEmulation((char const *)arg2);
32417 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32418 }
32419 resultobj = SWIG_From_bool(static_cast< bool >(result));
32420 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
32421 return resultobj;
32422fail:
32423 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
32424 return NULL__null;
32425}
32426
32427
32428SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction_TestEmulation(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32429 PyObject *resultobj = 0;
32430 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32431 lldb::SBStream *arg2 = 0 ;
32432 char *arg3 = (char *) 0 ;
32433 void *argp1 = 0 ;
32434 int res1 = 0 ;
32435 void *argp2 = 0 ;
32436 int res2 = 0 ;
32437 int res3 ;
32438 char *buf3 = 0 ;
32439 int alloc3 = 0 ;
32440 PyObject * obj0 = 0 ;
32441 PyObject * obj1 = 0 ;
32442 PyObject * obj2 = 0 ;
32443 bool result;
32444
32445 if (!PyArg_ParseTuple(args,(char *)"OOO:SBInstruction_TestEmulation",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
32446 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32447 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32448 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction_TestEmulation" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction_TestEmulation"
"', argument " "1"" of type '" "lldb::SBInstruction *""'"); goto
fail; } while(0)
;
32449 }
32450 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32451 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
32452 if (!SWIG_IsOK(res2)(res2 >= 0)) {
32453 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBInstruction_TestEmulation" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBInstruction_TestEmulation"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
32454 }
32455 if (!argp2) {
32456 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBInstruction_TestEmulation" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBInstruction_TestEmulation" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
32457 }
32458 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
32459 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
32460 if (!SWIG_IsOK(res3)(res3 >= 0)) {
32461 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBInstruction_TestEmulation" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBInstruction_TestEmulation"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
32462 }
32463 arg3 = reinterpret_cast< char * >(buf3);
32464 {
32465 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32466 result = (bool)(arg1)->TestEmulation(*arg2,(char const *)arg3);
32467 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32468 }
32469 resultobj = SWIG_From_bool(static_cast< bool >(result));
32470 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
32471 return resultobj;
32472fail:
32473 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
32474 return NULL__null;
32475}
32476
32477
32478SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstruction___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32479 PyObject *resultobj = 0;
32480 lldb::SBInstruction *arg1 = (lldb::SBInstruction *) 0 ;
32481 void *argp1 = 0 ;
32482 int res1 = 0 ;
32483 PyObject * obj0 = 0 ;
32484 PyObject *result = 0 ;
32485
32486 if (!PyArg_ParseTuple(args,(char *)"O:SBInstruction___str__",&obj0)) SWIG_failgoto fail;
32487 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstruction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[34]
, 0 | 0, 0)
;
32488 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32489 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstruction___str__" "', argument " "1"" of type '" "lldb::SBInstruction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstruction___str__" "', argument "
"1"" of type '" "lldb::SBInstruction *""'"); goto fail; } while
(0)
;
32490 }
32491 arg1 = reinterpret_cast< lldb::SBInstruction * >(argp1);
32492 result = (PyObject *)lldb_SBInstruction___str__(arg1);
32493 resultobj = result;
32494 return resultobj;
32495fail:
32496 return NULL__null;
32497}
32498
32499
32500SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBInstruction_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32501 PyObject *obj;
32502 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
32503 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBInstructionswig_types[34], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
32504 return SWIG_Py_Void();
32505}
32506
32507SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBInstructionList__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32508 PyObject *resultobj = 0;
32509 lldb::SBInstructionList *result = 0 ;
32510
32511 if (!PyArg_ParseTuple(args,(char *)":new_SBInstructionList")) SWIG_failgoto fail;
32512 {
32513 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32514 result = (lldb::SBInstructionList *)new lldb::SBInstructionList();
32515 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32516 }
32517 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBInstructionList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[35], (
(0x1 << 1) | 0x1) | 0)
;
32518 return resultobj;
32519fail:
32520 return NULL__null;
32521}
32522
32523
32524SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBInstructionList__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32525 PyObject *resultobj = 0;
32526 lldb::SBInstructionList *arg1 = 0 ;
32527 void *argp1 = 0 ;
32528 int res1 = 0 ;
32529 PyObject * obj0 = 0 ;
32530 lldb::SBInstructionList *result = 0 ;
32531
32532 if (!PyArg_ParseTuple(args,(char *)"O:new_SBInstructionList",&obj0)) SWIG_failgoto fail;
32533 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBInstructionList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[35]
, 0 | 0, 0)
;
32534 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32535 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBInstructionList" "', argument " "1"" of type '" "lldb::SBInstructionList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBInstructionList" "', argument "
"1"" of type '" "lldb::SBInstructionList const &""'"); goto
fail; } while(0)
;
32536 }
32537 if (!argp1) {
32538 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBInstructionList" "', argument " "1"" of type '" "lldb::SBInstructionList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBInstructionList" "', argument " "1"" of type '"
"lldb::SBInstructionList const &""'"); goto fail; } while
(0)
;
32539 }
32540 arg1 = reinterpret_cast< lldb::SBInstructionList * >(argp1);
32541 {
32542 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32543 result = (lldb::SBInstructionList *)new lldb::SBInstructionList((lldb::SBInstructionList const &)*arg1);
32544 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32545 }
32546 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBInstructionList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[35], (
(0x1 << 1) | 0x1) | 0)
;
32547 return resultobj;
32548fail:
32549 return NULL__null;
32550}
32551
32552
32553SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBInstructionList(PyObject *self, PyObject *args) {
32554 Py_ssize_t argc;
32555 PyObject *argv[2] = {
32556 0
32557 };
32558 Py_ssize_t ii;
32559
32560 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
32561 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
32562 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
32563 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
32564 }
32565 if (argc == 0) {
32566 return _wrap_new_SBInstructionList__SWIG_0(self, args);
32567 }
32568 if (argc == 1) {
32569 int _v;
32570 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBInstructionList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[35], 0, 0
)
;
32571 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
32572 if (_v) {
32573 return _wrap_new_SBInstructionList__SWIG_1(self, args);
32574 }
32575 }
32576
32577fail:
32578 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBInstructionList'.\n"
32579 " Possible C/C++ prototypes are:\n"
32580 " lldb::SBInstructionList::SBInstructionList()\n"
32581 " lldb::SBInstructionList::SBInstructionList(lldb::SBInstructionList const &)\n");
32582 return 0;
32583}
32584
32585
32586SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBInstructionList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32587 PyObject *resultobj = 0;
32588 lldb::SBInstructionList *arg1 = (lldb::SBInstructionList *) 0 ;
32589 void *argp1 = 0 ;
32590 int res1 = 0 ;
32591 PyObject * obj0 = 0 ;
32592
32593 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBInstructionList",&obj0)) SWIG_failgoto fail;
32594 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstructionList, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[35]
, 0x1 | 0, 0)
;
32595 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32596 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBInstructionList" "', argument " "1"" of type '" "lldb::SBInstructionList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBInstructionList" "', argument "
"1"" of type '" "lldb::SBInstructionList *""'"); goto fail; }
while(0)
;
32597 }
32598 arg1 = reinterpret_cast< lldb::SBInstructionList * >(argp1);
32599 {
32600 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32601 delete arg1;
32602 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32603 }
32604 resultobj = SWIG_Py_Void();
32605 return resultobj;
32606fail:
32607 return NULL__null;
32608}
32609
32610
32611SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstructionList_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32612 PyObject *resultobj = 0;
32613 lldb::SBInstructionList *arg1 = (lldb::SBInstructionList *) 0 ;
32614 void *argp1 = 0 ;
32615 int res1 = 0 ;
32616 PyObject * obj0 = 0 ;
32617 bool result;
32618
32619 if (!PyArg_ParseTuple(args,(char *)"O:SBInstructionList_IsValid",&obj0)) SWIG_failgoto fail;
32620 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstructionList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[35]
, 0 | 0, 0)
;
32621 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32622 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstructionList_IsValid" "', argument " "1"" of type '" "lldb::SBInstructionList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstructionList_IsValid"
"', argument " "1"" of type '" "lldb::SBInstructionList const *"
"'"); goto fail; } while(0)
;
32623 }
32624 arg1 = reinterpret_cast< lldb::SBInstructionList * >(argp1);
32625 {
32626 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32627 result = (bool)((lldb::SBInstructionList const *)arg1)->IsValid();
32628 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32629 }
32630 resultobj = SWIG_From_bool(static_cast< bool >(result));
32631 return resultobj;
32632fail:
32633 return NULL__null;
32634}
32635
32636
32637SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstructionList_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32638 PyObject *resultobj = 0;
32639 lldb::SBInstructionList *arg1 = (lldb::SBInstructionList *) 0 ;
32640 void *argp1 = 0 ;
32641 int res1 = 0 ;
32642 PyObject * obj0 = 0 ;
32643 size_t result;
32644
32645 if (!PyArg_ParseTuple(args,(char *)"O:SBInstructionList_GetSize",&obj0)) SWIG_failgoto fail;
32646 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstructionList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[35]
, 0 | 0, 0)
;
32647 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32648 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstructionList_GetSize" "', argument " "1"" of type '" "lldb::SBInstructionList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstructionList_GetSize"
"', argument " "1"" of type '" "lldb::SBInstructionList *""'"
); goto fail; } while(0)
;
32649 }
32650 arg1 = reinterpret_cast< lldb::SBInstructionList * >(argp1);
32651 {
32652 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32653 result = (arg1)->GetSize();
32654 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32655 }
32656 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
32657 return resultobj;
32658fail:
32659 return NULL__null;
32660}
32661
32662
32663SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstructionList_GetInstructionAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32664 PyObject *resultobj = 0;
32665 lldb::SBInstructionList *arg1 = (lldb::SBInstructionList *) 0 ;
32666 uint32_t arg2 ;
32667 void *argp1 = 0 ;
32668 int res1 = 0 ;
32669 unsigned int val2 ;
32670 int ecode2 = 0 ;
32671 PyObject * obj0 = 0 ;
32672 PyObject * obj1 = 0 ;
32673 lldb::SBInstruction result;
32674
32675 if (!PyArg_ParseTuple(args,(char *)"OO:SBInstructionList_GetInstructionAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
32676 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstructionList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[35]
, 0 | 0, 0)
;
32677 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32678 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstructionList_GetInstructionAtIndex" "', argument " "1"" of type '" "lldb::SBInstructionList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstructionList_GetInstructionAtIndex"
"', argument " "1"" of type '" "lldb::SBInstructionList *""'"
); goto fail; } while(0)
;
32679 }
32680 arg1 = reinterpret_cast< lldb::SBInstructionList * >(argp1);
32681 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
32682 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
32683 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBInstructionList_GetInstructionAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBInstructionList_GetInstructionAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
32684 }
32685 arg2 = static_cast< uint32_t >(val2);
32686 {
32687 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32688 result = (arg1)->GetInstructionAtIndex(arg2);
32689 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32690 }
32691 resultobj = SWIG_NewPointerObj((new lldb::SBInstruction(static_cast< const lldb::SBInstruction& >(result))), SWIGTYPE_p_lldb__SBInstruction, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBInstruction(static_cast
< const lldb::SBInstruction& >(result))), swig_types
[34], 0x1 | 0)
;
32692 return resultobj;
32693fail:
32694 return NULL__null;
32695}
32696
32697
32698SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstructionList_GetInstructionsCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32699 PyObject *resultobj = 0;
32700 lldb::SBInstructionList *arg1 = (lldb::SBInstructionList *) 0 ;
32701 lldb::SBAddress *arg2 = 0 ;
32702 lldb::SBAddress *arg3 = 0 ;
32703 bool arg4 ;
32704 void *argp1 = 0 ;
32705 int res1 = 0 ;
32706 void *argp2 = 0 ;
32707 int res2 = 0 ;
32708 void *argp3 = 0 ;
32709 int res3 = 0 ;
32710 bool val4 ;
32711 int ecode4 = 0 ;
32712 PyObject * obj0 = 0 ;
32713 PyObject * obj1 = 0 ;
32714 PyObject * obj2 = 0 ;
32715 PyObject * obj3 = 0 ;
32716 size_t result;
32717
32718 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBInstructionList_GetInstructionsCount",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
32719 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstructionList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[35]
, 0 | 0, 0)
;
32720 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32721 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstructionList_GetInstructionsCount" "', argument " "1"" of type '" "lldb::SBInstructionList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstructionList_GetInstructionsCount"
"', argument " "1"" of type '" "lldb::SBInstructionList *""'"
); goto fail; } while(0)
;
32722 }
32723 arg1 = reinterpret_cast< lldb::SBInstructionList * >(argp1);
32724 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0 | 0, 0)
;
32725 if (!SWIG_IsOK(res2)(res2 >= 0)) {
32726 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBInstructionList_GetInstructionsCount" "', argument " "2"" of type '" "lldb::SBAddress const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBInstructionList_GetInstructionsCount"
"', argument " "2"" of type '" "lldb::SBAddress const &"
"'"); goto fail; } while(0)
;
32727 }
32728 if (!argp2) {
32729 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBInstructionList_GetInstructionsCount" "', argument " "2"" of type '" "lldb::SBAddress const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBInstructionList_GetInstructionsCount" "', argument "
"2"" of type '" "lldb::SBAddress const &""'"); goto fail
; } while(0)
;
32730 }
32731 arg2 = reinterpret_cast< lldb::SBAddress * >(argp2);
32732 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[9],
0 | 0, 0)
;
32733 if (!SWIG_IsOK(res3)(res3 >= 0)) {
32734 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBInstructionList_GetInstructionsCount" "', argument " "3"" of type '" "lldb::SBAddress const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBInstructionList_GetInstructionsCount"
"', argument " "3"" of type '" "lldb::SBAddress const &"
"'"); goto fail; } while(0)
;
32735 }
32736 if (!argp3) {
32737 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBInstructionList_GetInstructionsCount" "', argument " "3"" of type '" "lldb::SBAddress const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBInstructionList_GetInstructionsCount" "', argument "
"3"" of type '" "lldb::SBAddress const &""'"); goto fail
; } while(0)
;
32738 }
32739 arg3 = reinterpret_cast< lldb::SBAddress * >(argp3);
32740 ecode4 = SWIG_AsVal_bool(obj3, &val4);
32741 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
32742 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBInstructionList_GetInstructionsCount" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBInstructionList_GetInstructionsCount"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
32743 }
32744 arg4 = static_cast< bool >(val4);
32745 {
32746 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32747 result = (arg1)->GetInstructionsCount((lldb::SBAddress const &)*arg2,(lldb::SBAddress const &)*arg3,arg4);
32748 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32749 }
32750 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
32751 return resultobj;
32752fail:
32753 return NULL__null;
32754}
32755
32756
32757SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstructionList_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32758 PyObject *resultobj = 0;
32759 lldb::SBInstructionList *arg1 = (lldb::SBInstructionList *) 0 ;
32760 void *argp1 = 0 ;
32761 int res1 = 0 ;
32762 PyObject * obj0 = 0 ;
32763
32764 if (!PyArg_ParseTuple(args,(char *)"O:SBInstructionList_Clear",&obj0)) SWIG_failgoto fail;
32765 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstructionList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[35]
, 0 | 0, 0)
;
32766 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32767 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstructionList_Clear" "', argument " "1"" of type '" "lldb::SBInstructionList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstructionList_Clear" "', argument "
"1"" of type '" "lldb::SBInstructionList *""'"); goto fail; }
while(0)
;
32768 }
32769 arg1 = reinterpret_cast< lldb::SBInstructionList * >(argp1);
32770 {
32771 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32772 (arg1)->Clear();
32773 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32774 }
32775 resultobj = SWIG_Py_Void();
32776 return resultobj;
32777fail:
32778 return NULL__null;
32779}
32780
32781
32782SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstructionList_AppendInstruction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32783 PyObject *resultobj = 0;
32784 lldb::SBInstructionList *arg1 = (lldb::SBInstructionList *) 0 ;
32785 lldb::SBInstruction arg2 ;
32786 void *argp1 = 0 ;
32787 int res1 = 0 ;
32788 void *argp2 ;
32789 int res2 = 0 ;
32790 PyObject * obj0 = 0 ;
32791 PyObject * obj1 = 0 ;
32792
32793 if (!PyArg_ParseTuple(args,(char *)"OO:SBInstructionList_AppendInstruction",&obj0,&obj1)) SWIG_failgoto fail;
32794 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstructionList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[35]
, 0 | 0, 0)
;
32795 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32796 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstructionList_AppendInstruction" "', argument " "1"" of type '" "lldb::SBInstructionList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstructionList_AppendInstruction"
"', argument " "1"" of type '" "lldb::SBInstructionList *""'"
); goto fail; } while(0)
;
32797 }
32798 arg1 = reinterpret_cast< lldb::SBInstructionList * >(argp1);
32799 {
32800 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBInstruction, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[34]
, 0 | 0, 0)
;
32801 if (!SWIG_IsOK(res2)(res2 >= 0)) {
32802 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBInstructionList_AppendInstruction" "', argument " "2"" of type '" "lldb::SBInstruction""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBInstructionList_AppendInstruction"
"', argument " "2"" of type '" "lldb::SBInstruction""'"); goto
fail; } while(0)
;
32803 }
32804 if (!argp2) {
32805 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBInstructionList_AppendInstruction" "', argument " "2"" of type '" "lldb::SBInstruction""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBInstructionList_AppendInstruction" "', argument "
"2"" of type '" "lldb::SBInstruction""'"); goto fail; } while
(0)
;
32806 } else {
32807 lldb::SBInstruction * temp = reinterpret_cast< lldb::SBInstruction * >(argp2);
32808 arg2 = *temp;
32809 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
32810 }
32811 }
32812 {
32813 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32814 (arg1)->AppendInstruction(arg2);
32815 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32816 }
32817 resultobj = SWIG_Py_Void();
32818 return resultobj;
32819fail:
32820 return NULL__null;
32821}
32822
32823
32824SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstructionList_Print(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32825 PyObject *resultobj = 0;
32826 lldb::SBInstructionList *arg1 = (lldb::SBInstructionList *) 0 ;
32827 FILE *arg2 = (FILE *) 0 ;
32828 void *argp1 = 0 ;
32829 int res1 = 0 ;
32830 PyObject * obj0 = 0 ;
32831 PyObject * obj1 = 0 ;
32832
32833 if (!PyArg_ParseTuple(args,(char *)"OO:SBInstructionList_Print",&obj0,&obj1)) SWIG_failgoto fail;
32834 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstructionList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[35]
, 0 | 0, 0)
;
32835 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32836 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstructionList_Print" "', argument " "1"" of type '" "lldb::SBInstructionList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstructionList_Print" "', argument "
"1"" of type '" "lldb::SBInstructionList *""'"); goto fail; }
while(0)
;
32837 }
32838 arg1 = reinterpret_cast< lldb::SBInstructionList * >(argp1);
32839 {
32840 using namespace lldb_private;
32841 if (obj1 == Py_None(&_Py_NoneStruct))
32842 arg2 = nullptr;
32843 else if (!lldb_private::PythonFile::Check(obj1)) {
32844 int fd = PyObject_AsFileDescriptor(obj1);
32845 PythonObject py_input(PyRefType::Borrowed, obj1);
32846 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
32847
32848 if (-1 != fd && py_mode.IsValid()) {
32849 FILE *f;
32850 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
32851 arg2 = f;
32852 else
32853 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
32854 } else {
32855 PyErr_SetString(PyExc_TypeError,"not a file-like object");
32856 return nullptr;
32857 }
32858 }
32859 else
32860 {
32861 PythonFile py_file(PyRefType::Borrowed, obj1);
32862 File file;
32863 if (!py_file.GetUnderlyingFile(file))
32864 return nullptr;
32865
32866 arg2 = file.GetStream();
32867 if (arg2)
32868 file.Clear();
32869 }
32870 }
32871 {
32872 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32873 (arg1)->Print(arg2);
32874 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32875 }
32876 resultobj = SWIG_Py_Void();
32877 return resultobj;
32878fail:
32879 return NULL__null;
32880}
32881
32882
32883SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstructionList_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32884 PyObject *resultobj = 0;
32885 lldb::SBInstructionList *arg1 = (lldb::SBInstructionList *) 0 ;
32886 lldb::SBStream *arg2 = 0 ;
32887 void *argp1 = 0 ;
32888 int res1 = 0 ;
32889 void *argp2 = 0 ;
32890 int res2 = 0 ;
32891 PyObject * obj0 = 0 ;
32892 PyObject * obj1 = 0 ;
32893 bool result;
32894
32895 if (!PyArg_ParseTuple(args,(char *)"OO:SBInstructionList_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
32896 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstructionList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[35]
, 0 | 0, 0)
;
32897 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32898 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstructionList_GetDescription" "', argument " "1"" of type '" "lldb::SBInstructionList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstructionList_GetDescription"
"', argument " "1"" of type '" "lldb::SBInstructionList *""'"
); goto fail; } while(0)
;
32899 }
32900 arg1 = reinterpret_cast< lldb::SBInstructionList * >(argp1);
32901 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
32902 if (!SWIG_IsOK(res2)(res2 >= 0)) {
32903 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBInstructionList_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBInstructionList_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
32904 }
32905 if (!argp2) {
32906 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBInstructionList_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBInstructionList_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
32907 }
32908 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
32909 {
32910 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32911 result = (bool)(arg1)->GetDescription(*arg2);
32912 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32913 }
32914 resultobj = SWIG_From_bool(static_cast< bool >(result));
32915 return resultobj;
32916fail:
32917 return NULL__null;
32918}
32919
32920
32921SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstructionList_DumpEmulationForAllInstructions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32922 PyObject *resultobj = 0;
32923 lldb::SBInstructionList *arg1 = (lldb::SBInstructionList *) 0 ;
32924 char *arg2 = (char *) 0 ;
32925 void *argp1 = 0 ;
32926 int res1 = 0 ;
32927 int res2 ;
32928 char *buf2 = 0 ;
32929 int alloc2 = 0 ;
32930 PyObject * obj0 = 0 ;
32931 PyObject * obj1 = 0 ;
32932 bool result;
32933
32934 if (!PyArg_ParseTuple(args,(char *)"OO:SBInstructionList_DumpEmulationForAllInstructions",&obj0,&obj1)) SWIG_failgoto fail;
32935 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstructionList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[35]
, 0 | 0, 0)
;
32936 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32937 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstructionList_DumpEmulationForAllInstructions" "', argument " "1"" of type '" "lldb::SBInstructionList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstructionList_DumpEmulationForAllInstructions"
"', argument " "1"" of type '" "lldb::SBInstructionList *""'"
); goto fail; } while(0)
;
32938 }
32939 arg1 = reinterpret_cast< lldb::SBInstructionList * >(argp1);
32940 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
32941 if (!SWIG_IsOK(res2)(res2 >= 0)) {
32942 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBInstructionList_DumpEmulationForAllInstructions" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBInstructionList_DumpEmulationForAllInstructions"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
32943 }
32944 arg2 = reinterpret_cast< char * >(buf2);
32945 {
32946 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
32947 result = (bool)(arg1)->DumpEmulationForAllInstructions((char const *)arg2);
32948 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
32949 }
32950 resultobj = SWIG_From_bool(static_cast< bool >(result));
32951 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
32952 return resultobj;
32953fail:
32954 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
32955 return NULL__null;
32956}
32957
32958
32959SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBInstructionList___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32960 PyObject *resultobj = 0;
32961 lldb::SBInstructionList *arg1 = (lldb::SBInstructionList *) 0 ;
32962 void *argp1 = 0 ;
32963 int res1 = 0 ;
32964 PyObject * obj0 = 0 ;
32965 PyObject *result = 0 ;
32966
32967 if (!PyArg_ParseTuple(args,(char *)"O:SBInstructionList___str__",&obj0)) SWIG_failgoto fail;
32968 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBInstructionList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[35]
, 0 | 0, 0)
;
32969 if (!SWIG_IsOK(res1)(res1 >= 0)) {
32970 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBInstructionList___str__" "', argument " "1"" of type '" "lldb::SBInstructionList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBInstructionList___str__"
"', argument " "1"" of type '" "lldb::SBInstructionList *""'"
); goto fail; } while(0)
;
32971 }
32972 arg1 = reinterpret_cast< lldb::SBInstructionList * >(argp1);
32973 result = (PyObject *)lldb_SBInstructionList___str__(arg1);
32974 resultobj = result;
32975 return resultobj;
32976fail:
32977 return NULL__null;
32978}
32979
32980
32981SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBInstructionList_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32982 PyObject *obj;
32983 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
32984 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBInstructionListswig_types[35], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
32985 return SWIG_Py_Void();
32986}
32987
32988SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLanguageRuntime_GetLanguageTypeFromString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32989 PyObject *resultobj = 0;
32990 char *arg1 = (char *) 0 ;
32991 int res1 ;
32992 char *buf1 = 0 ;
32993 int alloc1 = 0 ;
32994 PyObject * obj0 = 0 ;
32995 lldb::LanguageType result;
32996
32997 if (!PyArg_ParseTuple(args,(char *)"O:SBLanguageRuntime_GetLanguageTypeFromString",&obj0)) SWIG_failgoto fail;
32998 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
32999 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33000 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLanguageRuntime_GetLanguageTypeFromString" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLanguageRuntime_GetLanguageTypeFromString"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
33001 }
33002 arg1 = reinterpret_cast< char * >(buf1);
33003 {
33004 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33005 result = (lldb::LanguageType)lldb::SBLanguageRuntime::GetLanguageTypeFromString((char const *)arg1);
33006 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33007 }
33008 resultobj = SWIG_From_int(static_cast< int >(result));
33009 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
33010 return resultobj;
33011fail:
33012 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
33013 return NULL__null;
33014}
33015
33016
33017SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLanguageRuntime_GetNameForLanguageType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33018 PyObject *resultobj = 0;
33019 lldb::LanguageType arg1 ;
33020 int val1 ;
33021 int ecode1 = 0 ;
33022 PyObject * obj0 = 0 ;
33023 char *result = 0 ;
33024
33025 if (!PyArg_ParseTuple(args,(char *)"O:SBLanguageRuntime_GetNameForLanguageType",&obj0)) SWIG_failgoto fail;
33026 ecode1 = SWIG_AsVal_int(obj0, &val1);
33027 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
33028 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBLanguageRuntime_GetNameForLanguageType" "', argument " "1"" of type '" "lldb::LanguageType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBLanguageRuntime_GetNameForLanguageType"
"', argument " "1"" of type '" "lldb::LanguageType""'"); goto
fail; } while(0)
;
33029 }
33030 arg1 = static_cast< lldb::LanguageType >(val1);
33031 {
33032 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33033 result = (char *)lldb::SBLanguageRuntime::GetNameForLanguageType(arg1);
33034 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33035 }
33036 resultobj = SWIG_FromCharPtr((const char *)result);
33037 return resultobj;
33038fail:
33039 return NULL__null;
33040}
33041
33042
33043SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBLanguageRuntime(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33044 PyObject *resultobj = 0;
33045 lldb::SBLanguageRuntime *result = 0 ;
33046
33047 if (!PyArg_ParseTuple(args,(char *)":new_SBLanguageRuntime")) SWIG_failgoto fail;
33048 {
33049 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33050 result = (lldb::SBLanguageRuntime *)new lldb::SBLanguageRuntime();
33051 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33052 }
33053 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBLanguageRuntime, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[36], (
(0x1 << 1) | 0x1) | 0)
;
33054 return resultobj;
33055fail:
33056 return NULL__null;
33057}
33058
33059
33060SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBLanguageRuntime(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33061 PyObject *resultobj = 0;
33062 lldb::SBLanguageRuntime *arg1 = (lldb::SBLanguageRuntime *) 0 ;
33063 void *argp1 = 0 ;
33064 int res1 = 0 ;
33065 PyObject * obj0 = 0 ;
33066
33067 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBLanguageRuntime",&obj0)) SWIG_failgoto fail;
33068 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLanguageRuntime, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[36]
, 0x1 | 0, 0)
;
33069 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33070 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBLanguageRuntime" "', argument " "1"" of type '" "lldb::SBLanguageRuntime *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBLanguageRuntime" "', argument "
"1"" of type '" "lldb::SBLanguageRuntime *""'"); goto fail; }
while(0)
;
33071 }
33072 arg1 = reinterpret_cast< lldb::SBLanguageRuntime * >(argp1);
33073 {
33074 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33075 delete arg1;
33076 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33077 }
33078 resultobj = SWIG_Py_Void();
33079 return resultobj;
33080fail:
33081 return NULL__null;
33082}
33083
33084
33085SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBLanguageRuntime_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33086 PyObject *obj;
33087 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
33088 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBLanguageRuntimeswig_types[36], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
33089 return SWIG_Py_Void();
33090}
33091
33092SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBLaunchInfo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33093 PyObject *resultobj = 0;
33094 char **arg1 = (char **) 0 ;
33095 PyObject * obj0 = 0 ;
33096 lldb::SBLaunchInfo *result = 0 ;
33097
33098 if (!PyArg_ParseTuple(args,(char *)"O:new_SBLaunchInfo",&obj0)) SWIG_failgoto fail;
33099 {
33100 using namespace lldb_private;
33101 /* Check if is a list */
33102 if (PythonList::Check(obj0)) {
33103 PythonList list(PyRefType::Borrowed, obj0);
33104 int size = list.GetSize();
33105 int i = 0;
33106 arg1 = (char**)malloc((size+1)*sizeof(char*));
33107 for (i = 0; i < size; i++) {
33108 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
33109 if (!py_str.IsAllocated()) {
33110 PyErr_SetString(PyExc_TypeError,"list must contain strings");
33111 free(arg1);
33112 return nullptr;
33113 }
33114
33115 arg1[i] = const_cast<char*>(py_str.GetString().data());
33116 }
33117 arg1[i] = 0;
33118 } else if (obj0 == Py_None(&_Py_NoneStruct)) {
33119 arg1 = NULL__null;
33120 } else {
33121 PyErr_SetString(PyExc_TypeError,"not a list");
33122 return NULL__null;
33123 }
33124 }
33125 {
33126 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33127 result = (lldb::SBLaunchInfo *)new lldb::SBLaunchInfo((char const **)arg1);
33128 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33129 }
33130 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBLaunchInfo, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[37], (
(0x1 << 1) | 0x1) | 0)
;
33131 {
33132 free((char *) arg1);
33133 }
33134 return resultobj;
33135fail:
33136 {
33137 free((char *) arg1);
33138 }
33139 return NULL__null;
33140}
33141
33142
33143SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetProcessID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33144 PyObject *resultobj = 0;
33145 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33146 void *argp1 = 0 ;
33147 int res1 = 0 ;
33148 PyObject * obj0 = 0 ;
33149 lldb::pid_t result;
33150
33151 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetProcessID",&obj0)) SWIG_failgoto fail;
33152 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33153 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33154 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetProcessID" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetProcessID"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33155 }
33156 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33157 {
33158 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33159 result = (lldb::pid_t)(arg1)->GetProcessID();
33160 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33161 }
33162 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
33163 return resultobj;
33164fail:
33165 return NULL__null;
33166}
33167
33168
33169SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetUserID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33170 PyObject *resultobj = 0;
33171 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33172 void *argp1 = 0 ;
33173 int res1 = 0 ;
33174 PyObject * obj0 = 0 ;
33175 uint32_t result;
33176
33177 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetUserID",&obj0)) SWIG_failgoto fail;
33178 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33179 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33180 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetUserID" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetUserID" "', argument "
"1"" of type '" "lldb::SBLaunchInfo *""'"); goto fail; } while
(0)
;
33181 }
33182 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33183 {
33184 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33185 result = (uint32_t)(arg1)->GetUserID();
33186 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33187 }
33188 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
33189 return resultobj;
33190fail:
33191 return NULL__null;
33192}
33193
33194
33195SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetGroupID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33196 PyObject *resultobj = 0;
33197 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33198 void *argp1 = 0 ;
33199 int res1 = 0 ;
33200 PyObject * obj0 = 0 ;
33201 uint32_t result;
33202
33203 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetGroupID",&obj0)) SWIG_failgoto fail;
33204 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33205 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33206 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetGroupID" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetGroupID" "', argument "
"1"" of type '" "lldb::SBLaunchInfo *""'"); goto fail; } while
(0)
;
33207 }
33208 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33209 {
33210 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33211 result = (uint32_t)(arg1)->GetGroupID();
33212 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33213 }
33214 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
33215 return resultobj;
33216fail:
33217 return NULL__null;
33218}
33219
33220
33221SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_UserIDIsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33222 PyObject *resultobj = 0;
33223 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33224 void *argp1 = 0 ;
33225 int res1 = 0 ;
33226 PyObject * obj0 = 0 ;
33227 bool result;
33228
33229 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_UserIDIsValid",&obj0)) SWIG_failgoto fail;
33230 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33231 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33232 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_UserIDIsValid" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_UserIDIsValid"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33233 }
33234 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33235 {
33236 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33237 result = (bool)(arg1)->UserIDIsValid();
33238 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33239 }
33240 resultobj = SWIG_From_bool(static_cast< bool >(result));
33241 return resultobj;
33242fail:
33243 return NULL__null;
33244}
33245
33246
33247SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GroupIDIsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33248 PyObject *resultobj = 0;
33249 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33250 void *argp1 = 0 ;
33251 int res1 = 0 ;
33252 PyObject * obj0 = 0 ;
33253 bool result;
33254
33255 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GroupIDIsValid",&obj0)) SWIG_failgoto fail;
33256 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33257 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33258 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GroupIDIsValid" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GroupIDIsValid"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33259 }
33260 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33261 {
33262 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33263 result = (bool)(arg1)->GroupIDIsValid();
33264 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33265 }
33266 resultobj = SWIG_From_bool(static_cast< bool >(result));
33267 return resultobj;
33268fail:
33269 return NULL__null;
33270}
33271
33272
33273SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetUserID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33274 PyObject *resultobj = 0;
33275 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33276 uint32_t arg2 ;
33277 void *argp1 = 0 ;
33278 int res1 = 0 ;
33279 unsigned int val2 ;
33280 int ecode2 = 0 ;
33281 PyObject * obj0 = 0 ;
33282 PyObject * obj1 = 0 ;
33283
33284 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_SetUserID",&obj0,&obj1)) SWIG_failgoto fail;
33285 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33286 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33287 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetUserID" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetUserID" "', argument "
"1"" of type '" "lldb::SBLaunchInfo *""'"); goto fail; } while
(0)
;
33288 }
33289 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33290 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
33291 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
33292 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLaunchInfo_SetUserID" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLaunchInfo_SetUserID"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
33293 }
33294 arg2 = static_cast< uint32_t >(val2);
33295 {
33296 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33297 (arg1)->SetUserID(arg2);
33298 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33299 }
33300 resultobj = SWIG_Py_Void();
33301 return resultobj;
33302fail:
33303 return NULL__null;
33304}
33305
33306
33307SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetGroupID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33308 PyObject *resultobj = 0;
33309 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33310 uint32_t arg2 ;
33311 void *argp1 = 0 ;
33312 int res1 = 0 ;
33313 unsigned int val2 ;
33314 int ecode2 = 0 ;
33315 PyObject * obj0 = 0 ;
33316 PyObject * obj1 = 0 ;
33317
33318 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_SetGroupID",&obj0,&obj1)) SWIG_failgoto fail;
33319 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33320 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33321 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetGroupID" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetGroupID" "', argument "
"1"" of type '" "lldb::SBLaunchInfo *""'"); goto fail; } while
(0)
;
33322 }
33323 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33324 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
33325 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
33326 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLaunchInfo_SetGroupID" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLaunchInfo_SetGroupID"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
33327 }
33328 arg2 = static_cast< uint32_t >(val2);
33329 {
33330 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33331 (arg1)->SetGroupID(arg2);
33332 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33333 }
33334 resultobj = SWIG_Py_Void();
33335 return resultobj;
33336fail:
33337 return NULL__null;
33338}
33339
33340
33341SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetExecutableFile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33342 PyObject *resultobj = 0;
33343 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33344 void *argp1 = 0 ;
33345 int res1 = 0 ;
33346 PyObject * obj0 = 0 ;
33347 lldb::SBFileSpec result;
33348
33349 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetExecutableFile",&obj0)) SWIG_failgoto fail;
33350 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33351 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33352 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetExecutableFile" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetExecutableFile"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33353 }
33354 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33355 {
33356 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33357 result = (arg1)->GetExecutableFile();
33358 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33359 }
33360 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
33361 return resultobj;
33362fail:
33363 return NULL__null;
33364}
33365
33366
33367SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetExecutableFile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33368 PyObject *resultobj = 0;
33369 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33370 lldb::SBFileSpec arg2 ;
33371 bool arg3 ;
33372 void *argp1 = 0 ;
33373 int res1 = 0 ;
33374 void *argp2 ;
33375 int res2 = 0 ;
33376 bool val3 ;
33377 int ecode3 = 0 ;
33378 PyObject * obj0 = 0 ;
33379 PyObject * obj1 = 0 ;
33380 PyObject * obj2 = 0 ;
33381
33382 if (!PyArg_ParseTuple(args,(char *)"OOO:SBLaunchInfo_SetExecutableFile",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
33383 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33384 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33385 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetExecutableFile" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetExecutableFile"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33386 }
33387 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33388 {
33389 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
33390 if (!SWIG_IsOK(res2)(res2 >= 0)) {
33391 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBLaunchInfo_SetExecutableFile" "', argument " "2"" of type '" "lldb::SBFileSpec""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBLaunchInfo_SetExecutableFile"
"', argument " "2"" of type '" "lldb::SBFileSpec""'"); goto fail
; } while(0)
;
33392 }
33393 if (!argp2) {
33394 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBLaunchInfo_SetExecutableFile" "', argument " "2"" of type '" "lldb::SBFileSpec""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBLaunchInfo_SetExecutableFile" "', argument "
"2"" of type '" "lldb::SBFileSpec""'"); goto fail; } while(0
)
;
33395 } else {
33396 lldb::SBFileSpec * temp = reinterpret_cast< lldb::SBFileSpec * >(argp2);
33397 arg2 = *temp;
33398 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
33399 }
33400 }
33401 ecode3 = SWIG_AsVal_bool(obj2, &val3);
33402 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
33403 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBLaunchInfo_SetExecutableFile" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBLaunchInfo_SetExecutableFile"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
33404 }
33405 arg3 = static_cast< bool >(val3);
33406 {
33407 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33408 (arg1)->SetExecutableFile(arg2,arg3);
33409 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33410 }
33411 resultobj = SWIG_Py_Void();
33412 return resultobj;
33413fail:
33414 return NULL__null;
33415}
33416
33417
33418SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetListener(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33419 PyObject *resultobj = 0;
33420 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33421 void *argp1 = 0 ;
33422 int res1 = 0 ;
33423 PyObject * obj0 = 0 ;
33424 lldb::SBListener result;
33425
33426 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetListener",&obj0)) SWIG_failgoto fail;
33427 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33428 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33429 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetListener" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetListener" "', argument "
"1"" of type '" "lldb::SBLaunchInfo *""'"); goto fail; } while
(0)
;
33430 }
33431 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33432 {
33433 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33434 result = (arg1)->GetListener();
33435 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33436 }
33437 resultobj = SWIG_NewPointerObj((new lldb::SBListener(static_cast< const lldb::SBListener& >(result))), SWIGTYPE_p_lldb__SBListener, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBListener(static_cast
< const lldb::SBListener& >(result))), swig_types[39
], 0x1 | 0)
;
33438 return resultobj;
33439fail:
33440 return NULL__null;
33441}
33442
33443
33444SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetListener(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33445 PyObject *resultobj = 0;
33446 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33447 lldb::SBListener *arg2 = 0 ;
33448 void *argp1 = 0 ;
33449 int res1 = 0 ;
33450 void *argp2 = 0 ;
33451 int res2 = 0 ;
33452 PyObject * obj0 = 0 ;
33453 PyObject * obj1 = 0 ;
33454
33455 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_SetListener",&obj0,&obj1)) SWIG_failgoto fail;
33456 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33457 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33458 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetListener" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetListener" "', argument "
"1"" of type '" "lldb::SBLaunchInfo *""'"); goto fail; } while
(0)
;
33459 }
33460 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33461 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBListener, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[39]
, 0, 0)
;
33462 if (!SWIG_IsOK(res2)(res2 >= 0)) {
33463 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBLaunchInfo_SetListener" "', argument " "2"" of type '" "lldb::SBListener &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBLaunchInfo_SetListener" "', argument "
"2"" of type '" "lldb::SBListener &""'"); goto fail; } while
(0)
;
33464 }
33465 if (!argp2) {
33466 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBLaunchInfo_SetListener" "', argument " "2"" of type '" "lldb::SBListener &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBLaunchInfo_SetListener" "', argument " "2"" of type '"
"lldb::SBListener &""'"); goto fail; } while(0)
;
33467 }
33468 arg2 = reinterpret_cast< lldb::SBListener * >(argp2);
33469 {
33470 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33471 (arg1)->SetListener(*arg2);
33472 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33473 }
33474 resultobj = SWIG_Py_Void();
33475 return resultobj;
33476fail:
33477 return NULL__null;
33478}
33479
33480
33481SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetNumArguments(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33482 PyObject *resultobj = 0;
33483 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33484 void *argp1 = 0 ;
33485 int res1 = 0 ;
33486 PyObject * obj0 = 0 ;
33487 uint32_t result;
33488
33489 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetNumArguments",&obj0)) SWIG_failgoto fail;
33490 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33491 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33492 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetNumArguments" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetNumArguments"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33493 }
33494 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33495 {
33496 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33497 result = (uint32_t)(arg1)->GetNumArguments();
33498 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33499 }
33500 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
33501 return resultobj;
33502fail:
33503 return NULL__null;
33504}
33505
33506
33507SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetArgumentAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33508 PyObject *resultobj = 0;
33509 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33510 uint32_t arg2 ;
33511 void *argp1 = 0 ;
33512 int res1 = 0 ;
33513 unsigned int val2 ;
33514 int ecode2 = 0 ;
33515 PyObject * obj0 = 0 ;
33516 PyObject * obj1 = 0 ;
33517 char *result = 0 ;
33518
33519 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_GetArgumentAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
33520 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33521 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33522 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetArgumentAtIndex" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetArgumentAtIndex"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33523 }
33524 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33525 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
33526 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
33527 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLaunchInfo_GetArgumentAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLaunchInfo_GetArgumentAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
33528 }
33529 arg2 = static_cast< uint32_t >(val2);
33530 {
33531 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33532 result = (char *)(arg1)->GetArgumentAtIndex(arg2);
33533 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33534 }
33535 resultobj = SWIG_FromCharPtr((const char *)result);
33536 return resultobj;
33537fail:
33538 return NULL__null;
33539}
33540
33541
33542SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetArguments(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33543 PyObject *resultobj = 0;
33544 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33545 char **arg2 = (char **) 0 ;
33546 bool arg3 ;
33547 void *argp1 = 0 ;
33548 int res1 = 0 ;
33549 bool val3 ;
33550 int ecode3 = 0 ;
33551 PyObject * obj0 = 0 ;
33552 PyObject * obj1 = 0 ;
33553 PyObject * obj2 = 0 ;
33554
33555 if (!PyArg_ParseTuple(args,(char *)"OOO:SBLaunchInfo_SetArguments",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
33556 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33557 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33558 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetArguments" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetArguments"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33559 }
33560 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33561 {
33562 using namespace lldb_private;
33563 /* Check if is a list */
33564 if (PythonList::Check(obj1)) {
33565 PythonList list(PyRefType::Borrowed, obj1);
33566 int size = list.GetSize();
33567 int i = 0;
33568 arg2 = (char**)malloc((size+1)*sizeof(char*));
33569 for (i = 0; i < size; i++) {
33570 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
33571 if (!py_str.IsAllocated()) {
33572 PyErr_SetString(PyExc_TypeError,"list must contain strings");
33573 free(arg2);
33574 return nullptr;
33575 }
33576
33577 arg2[i] = const_cast<char*>(py_str.GetString().data());
33578 }
33579 arg2[i] = 0;
33580 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
33581 arg2 = NULL__null;
33582 } else {
33583 PyErr_SetString(PyExc_TypeError,"not a list");
33584 return NULL__null;
33585 }
33586 }
33587 ecode3 = SWIG_AsVal_bool(obj2, &val3);
33588 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
33589 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBLaunchInfo_SetArguments" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBLaunchInfo_SetArguments"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
33590 }
33591 arg3 = static_cast< bool >(val3);
33592 {
33593 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33594 (arg1)->SetArguments((char const **)arg2,arg3);
33595 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33596 }
33597 resultobj = SWIG_Py_Void();
33598 {
33599 free((char *) arg2);
33600 }
33601 return resultobj;
33602fail:
33603 {
33604 free((char *) arg2);
33605 }
33606 return NULL__null;
33607}
33608
33609
33610SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetNumEnvironmentEntries(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33611 PyObject *resultobj = 0;
33612 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33613 void *argp1 = 0 ;
33614 int res1 = 0 ;
33615 PyObject * obj0 = 0 ;
33616 uint32_t result;
33617
33618 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetNumEnvironmentEntries",&obj0)) SWIG_failgoto fail;
33619 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33620 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33621 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetNumEnvironmentEntries" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetNumEnvironmentEntries"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33622 }
33623 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33624 {
33625 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33626 result = (uint32_t)(arg1)->GetNumEnvironmentEntries();
33627 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33628 }
33629 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
33630 return resultobj;
33631fail:
33632 return NULL__null;
33633}
33634
33635
33636SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetEnvironmentEntryAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33637 PyObject *resultobj = 0;
33638 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33639 uint32_t arg2 ;
33640 void *argp1 = 0 ;
33641 int res1 = 0 ;
33642 unsigned int val2 ;
33643 int ecode2 = 0 ;
33644 PyObject * obj0 = 0 ;
33645 PyObject * obj1 = 0 ;
33646 char *result = 0 ;
33647
33648 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_GetEnvironmentEntryAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
33649 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33650 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33651 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetEnvironmentEntryAtIndex" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetEnvironmentEntryAtIndex"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33652 }
33653 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33654 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
33655 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
33656 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLaunchInfo_GetEnvironmentEntryAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLaunchInfo_GetEnvironmentEntryAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
33657 }
33658 arg2 = static_cast< uint32_t >(val2);
33659 {
33660 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33661 result = (char *)(arg1)->GetEnvironmentEntryAtIndex(arg2);
33662 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33663 }
33664 resultobj = SWIG_FromCharPtr((const char *)result);
33665 return resultobj;
33666fail:
33667 return NULL__null;
33668}
33669
33670
33671SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetEnvironmentEntries(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33672 PyObject *resultobj = 0;
33673 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33674 char **arg2 = (char **) 0 ;
33675 bool arg3 ;
33676 void *argp1 = 0 ;
33677 int res1 = 0 ;
33678 bool val3 ;
33679 int ecode3 = 0 ;
33680 PyObject * obj0 = 0 ;
33681 PyObject * obj1 = 0 ;
33682 PyObject * obj2 = 0 ;
33683
33684 if (!PyArg_ParseTuple(args,(char *)"OOO:SBLaunchInfo_SetEnvironmentEntries",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
33685 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33686 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33687 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetEnvironmentEntries" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetEnvironmentEntries"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33688 }
33689 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33690 {
33691 using namespace lldb_private;
33692 /* Check if is a list */
33693 if (PythonList::Check(obj1)) {
33694 PythonList list(PyRefType::Borrowed, obj1);
33695 int size = list.GetSize();
33696 int i = 0;
33697 arg2 = (char**)malloc((size+1)*sizeof(char*));
33698 for (i = 0; i < size; i++) {
33699 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
33700 if (!py_str.IsAllocated()) {
33701 PyErr_SetString(PyExc_TypeError,"list must contain strings");
33702 free(arg2);
33703 return nullptr;
33704 }
33705
33706 arg2[i] = const_cast<char*>(py_str.GetString().data());
33707 }
33708 arg2[i] = 0;
33709 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
33710 arg2 = NULL__null;
33711 } else {
33712 PyErr_SetString(PyExc_TypeError,"not a list");
33713 return NULL__null;
33714 }
33715 }
33716 ecode3 = SWIG_AsVal_bool(obj2, &val3);
33717 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
33718 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBLaunchInfo_SetEnvironmentEntries" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBLaunchInfo_SetEnvironmentEntries"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
33719 }
33720 arg3 = static_cast< bool >(val3);
33721 {
33722 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33723 (arg1)->SetEnvironmentEntries((char const **)arg2,arg3);
33724 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33725 }
33726 resultobj = SWIG_Py_Void();
33727 {
33728 free((char *) arg2);
33729 }
33730 return resultobj;
33731fail:
33732 {
33733 free((char *) arg2);
33734 }
33735 return NULL__null;
33736}
33737
33738
33739SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33740 PyObject *resultobj = 0;
33741 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33742 void *argp1 = 0 ;
33743 int res1 = 0 ;
33744 PyObject * obj0 = 0 ;
33745
33746 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_Clear",&obj0)) SWIG_failgoto fail;
33747 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33748 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33749 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_Clear" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_Clear" "', argument "
"1"" of type '" "lldb::SBLaunchInfo *""'"); goto fail; } while
(0)
;
33750 }
33751 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33752 {
33753 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33754 (arg1)->Clear();
33755 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33756 }
33757 resultobj = SWIG_Py_Void();
33758 return resultobj;
33759fail:
33760 return NULL__null;
33761}
33762
33763
33764SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetWorkingDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33765 PyObject *resultobj = 0;
33766 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33767 void *argp1 = 0 ;
33768 int res1 = 0 ;
33769 PyObject * obj0 = 0 ;
33770 char *result = 0 ;
33771
33772 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetWorkingDirectory",&obj0)) SWIG_failgoto fail;
33773 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33774 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33775 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetWorkingDirectory" "', argument " "1"" of type '" "lldb::SBLaunchInfo const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetWorkingDirectory"
"', argument " "1"" of type '" "lldb::SBLaunchInfo const *""'"
); goto fail; } while(0)
;
33776 }
33777 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33778 {
33779 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33780 result = (char *)((lldb::SBLaunchInfo const *)arg1)->GetWorkingDirectory();
33781 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33782 }
33783 resultobj = SWIG_FromCharPtr((const char *)result);
33784 return resultobj;
33785fail:
33786 return NULL__null;
33787}
33788
33789
33790SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetWorkingDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33791 PyObject *resultobj = 0;
33792 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33793 char *arg2 = (char *) 0 ;
33794 void *argp1 = 0 ;
33795 int res1 = 0 ;
33796 int res2 ;
33797 char *buf2 = 0 ;
33798 int alloc2 = 0 ;
33799 PyObject * obj0 = 0 ;
33800 PyObject * obj1 = 0 ;
33801
33802 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_SetWorkingDirectory",&obj0,&obj1)) SWIG_failgoto fail;
33803 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33804 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33805 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetWorkingDirectory" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetWorkingDirectory"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33806 }
33807 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33808 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
33809 if (!SWIG_IsOK(res2)(res2 >= 0)) {
33810 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBLaunchInfo_SetWorkingDirectory" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBLaunchInfo_SetWorkingDirectory"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
33811 }
33812 arg2 = reinterpret_cast< char * >(buf2);
33813 {
33814 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33815 (arg1)->SetWorkingDirectory((char const *)arg2);
33816 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33817 }
33818 resultobj = SWIG_Py_Void();
33819 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
33820 return resultobj;
33821fail:
33822 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
33823 return NULL__null;
33824}
33825
33826
33827SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetLaunchFlags(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33828 PyObject *resultobj = 0;
33829 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33830 void *argp1 = 0 ;
33831 int res1 = 0 ;
33832 PyObject * obj0 = 0 ;
33833 uint32_t result;
33834
33835 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetLaunchFlags",&obj0)) SWIG_failgoto fail;
33836 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33837 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33838 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetLaunchFlags" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetLaunchFlags"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33839 }
33840 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33841 {
33842 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33843 result = (uint32_t)(arg1)->GetLaunchFlags();
33844 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33845 }
33846 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
33847 return resultobj;
33848fail:
33849 return NULL__null;
33850}
33851
33852
33853SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetLaunchFlags(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33854 PyObject *resultobj = 0;
33855 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33856 uint32_t arg2 ;
33857 void *argp1 = 0 ;
33858 int res1 = 0 ;
33859 unsigned int val2 ;
33860 int ecode2 = 0 ;
33861 PyObject * obj0 = 0 ;
33862 PyObject * obj1 = 0 ;
33863
33864 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_SetLaunchFlags",&obj0,&obj1)) SWIG_failgoto fail;
33865 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33866 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33867 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetLaunchFlags" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetLaunchFlags"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33868 }
33869 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33870 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
33871 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
33872 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLaunchInfo_SetLaunchFlags" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLaunchInfo_SetLaunchFlags"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
33873 }
33874 arg2 = static_cast< uint32_t >(val2);
33875 {
33876 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33877 (arg1)->SetLaunchFlags(arg2);
33878 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33879 }
33880 resultobj = SWIG_Py_Void();
33881 return resultobj;
33882fail:
33883 return NULL__null;
33884}
33885
33886
33887SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetProcessPluginName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33888 PyObject *resultobj = 0;
33889 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33890 void *argp1 = 0 ;
33891 int res1 = 0 ;
33892 PyObject * obj0 = 0 ;
33893 char *result = 0 ;
33894
33895 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetProcessPluginName",&obj0)) SWIG_failgoto fail;
33896 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33897 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33898 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetProcessPluginName" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetProcessPluginName"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33899 }
33900 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33901 {
33902 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33903 result = (char *)(arg1)->GetProcessPluginName();
33904 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33905 }
33906 resultobj = SWIG_FromCharPtr((const char *)result);
33907 return resultobj;
33908fail:
33909 return NULL__null;
33910}
33911
33912
33913SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetProcessPluginName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33914 PyObject *resultobj = 0;
33915 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33916 char *arg2 = (char *) 0 ;
33917 void *argp1 = 0 ;
33918 int res1 = 0 ;
33919 int res2 ;
33920 char *buf2 = 0 ;
33921 int alloc2 = 0 ;
33922 PyObject * obj0 = 0 ;
33923 PyObject * obj1 = 0 ;
33924
33925 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_SetProcessPluginName",&obj0,&obj1)) SWIG_failgoto fail;
33926 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33927 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33928 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetProcessPluginName" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetProcessPluginName"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
33929 }
33930 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33931 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
33932 if (!SWIG_IsOK(res2)(res2 >= 0)) {
33933 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBLaunchInfo_SetProcessPluginName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBLaunchInfo_SetProcessPluginName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
33934 }
33935 arg2 = reinterpret_cast< char * >(buf2);
33936 {
33937 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33938 (arg1)->SetProcessPluginName((char const *)arg2);
33939 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33940 }
33941 resultobj = SWIG_Py_Void();
33942 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
33943 return resultobj;
33944fail:
33945 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
33946 return NULL__null;
33947}
33948
33949
33950SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetShell(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33951 PyObject *resultobj = 0;
33952 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33953 void *argp1 = 0 ;
33954 int res1 = 0 ;
33955 PyObject * obj0 = 0 ;
33956 char *result = 0 ;
33957
33958 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetShell",&obj0)) SWIG_failgoto fail;
33959 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33960 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33961 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetShell" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetShell" "', argument "
"1"" of type '" "lldb::SBLaunchInfo *""'"); goto fail; } while
(0)
;
33962 }
33963 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33964 {
33965 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
33966 result = (char *)(arg1)->GetShell();
33967 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
33968 }
33969 resultobj = SWIG_FromCharPtr((const char *)result);
33970 return resultobj;
33971fail:
33972 return NULL__null;
33973}
33974
33975
33976SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetShell(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
33977 PyObject *resultobj = 0;
33978 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
33979 char *arg2 = (char *) 0 ;
33980 void *argp1 = 0 ;
33981 int res1 = 0 ;
33982 int res2 ;
33983 char *buf2 = 0 ;
33984 int alloc2 = 0 ;
33985 PyObject * obj0 = 0 ;
33986 PyObject * obj1 = 0 ;
33987
33988 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_SetShell",&obj0,&obj1)) SWIG_failgoto fail;
33989 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
33990 if (!SWIG_IsOK(res1)(res1 >= 0)) {
33991 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetShell" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetShell" "', argument "
"1"" of type '" "lldb::SBLaunchInfo *""'"); goto fail; } while
(0)
;
33992 }
33993 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
33994 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
33995 if (!SWIG_IsOK(res2)(res2 >= 0)) {
33996 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBLaunchInfo_SetShell" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBLaunchInfo_SetShell" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
33997 }
33998 arg2 = reinterpret_cast< char * >(buf2);
33999 {
34000 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34001 (arg1)->SetShell((char const *)arg2);
34002 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34003 }
34004 resultobj = SWIG_Py_Void();
34005 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
34006 return resultobj;
34007fail:
34008 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
34009 return NULL__null;
34010}
34011
34012
34013SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetShellExpandArguments(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34014 PyObject *resultobj = 0;
34015 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34016 void *argp1 = 0 ;
34017 int res1 = 0 ;
34018 PyObject * obj0 = 0 ;
34019 bool result;
34020
34021 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetShellExpandArguments",&obj0)) SWIG_failgoto fail;
34022 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
34023 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34024 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetShellExpandArguments" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetShellExpandArguments"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
34025 }
34026 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34027 {
34028 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34029 result = (bool)(arg1)->GetShellExpandArguments();
34030 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34031 }
34032 resultobj = SWIG_From_bool(static_cast< bool >(result));
34033 return resultobj;
34034fail:
34035 return NULL__null;
34036}
34037
34038
34039SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetShellExpandArguments(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34040 PyObject *resultobj = 0;
34041 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34042 bool arg2 ;
34043 void *argp1 = 0 ;
34044 int res1 = 0 ;
34045 bool val2 ;
34046 int ecode2 = 0 ;
34047 PyObject * obj0 = 0 ;
34048 PyObject * obj1 = 0 ;
34049
34050 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_SetShellExpandArguments",&obj0,&obj1)) SWIG_failgoto fail;
34051 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
34052 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34053 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetShellExpandArguments" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetShellExpandArguments"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
34054 }
34055 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34056 ecode2 = SWIG_AsVal_bool(obj1, &val2);
34057 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
34058 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLaunchInfo_SetShellExpandArguments" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLaunchInfo_SetShellExpandArguments"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
34059 }
34060 arg2 = static_cast< bool >(val2);
34061 {
34062 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34063 (arg1)->SetShellExpandArguments(arg2);
34064 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34065 }
34066 resultobj = SWIG_Py_Void();
34067 return resultobj;
34068fail:
34069 return NULL__null;
34070}
34071
34072
34073SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetResumeCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34074 PyObject *resultobj = 0;
34075 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34076 void *argp1 = 0 ;
34077 int res1 = 0 ;
34078 PyObject * obj0 = 0 ;
34079 uint32_t result;
34080
34081 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetResumeCount",&obj0)) SWIG_failgoto fail;
34082 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
34083 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34084 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetResumeCount" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetResumeCount"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
34085 }
34086 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34087 {
34088 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34089 result = (uint32_t)(arg1)->GetResumeCount();
34090 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34091 }
34092 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
34093 return resultobj;
34094fail:
34095 return NULL__null;
34096}
34097
34098
34099SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetResumeCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34100 PyObject *resultobj = 0;
34101 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34102 uint32_t arg2 ;
34103 void *argp1 = 0 ;
34104 int res1 = 0 ;
34105 unsigned int val2 ;
34106 int ecode2 = 0 ;
34107 PyObject * obj0 = 0 ;
34108 PyObject * obj1 = 0 ;
34109
34110 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_SetResumeCount",&obj0,&obj1)) SWIG_failgoto fail;
34111 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
34112 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34113 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetResumeCount" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetResumeCount"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
34114 }
34115 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34116 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
34117 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
34118 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLaunchInfo_SetResumeCount" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLaunchInfo_SetResumeCount"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
34119 }
34120 arg2 = static_cast< uint32_t >(val2);
34121 {
34122 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34123 (arg1)->SetResumeCount(arg2);
34124 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34125 }
34126 resultobj = SWIG_Py_Void();
34127 return resultobj;
34128fail:
34129 return NULL__null;
34130}
34131
34132
34133SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_AddCloseFileAction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34134 PyObject *resultobj = 0;
34135 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34136 int arg2 ;
34137 void *argp1 = 0 ;
34138 int res1 = 0 ;
34139 int val2 ;
34140 int ecode2 = 0 ;
34141 PyObject * obj0 = 0 ;
34142 PyObject * obj1 = 0 ;
34143 bool result;
34144
34145 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_AddCloseFileAction",&obj0,&obj1)) SWIG_failgoto fail;
34146 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
34147 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34148 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_AddCloseFileAction" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_AddCloseFileAction"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
34149 }
34150 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34151 ecode2 = SWIG_AsVal_int(obj1, &val2);
34152 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
34153 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLaunchInfo_AddCloseFileAction" "', argument " "2"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLaunchInfo_AddCloseFileAction"
"', argument " "2"" of type '" "int""'"); goto fail; } while
(0)
;
34154 }
34155 arg2 = static_cast< int >(val2);
34156 {
34157 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34158 result = (bool)(arg1)->AddCloseFileAction(arg2);
34159 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34160 }
34161 resultobj = SWIG_From_bool(static_cast< bool >(result));
34162 return resultobj;
34163fail:
34164 return NULL__null;
34165}
34166
34167
34168SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_AddDuplicateFileAction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34169 PyObject *resultobj = 0;
34170 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34171 int arg2 ;
34172 int arg3 ;
34173 void *argp1 = 0 ;
34174 int res1 = 0 ;
34175 int val2 ;
34176 int ecode2 = 0 ;
34177 int val3 ;
34178 int ecode3 = 0 ;
34179 PyObject * obj0 = 0 ;
34180 PyObject * obj1 = 0 ;
34181 PyObject * obj2 = 0 ;
34182 bool result;
34183
34184 if (!PyArg_ParseTuple(args,(char *)"OOO:SBLaunchInfo_AddDuplicateFileAction",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
34185 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
34186 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34187 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_AddDuplicateFileAction" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_AddDuplicateFileAction"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
34188 }
34189 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34190 ecode2 = SWIG_AsVal_int(obj1, &val2);
34191 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
34192 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLaunchInfo_AddDuplicateFileAction" "', argument " "2"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLaunchInfo_AddDuplicateFileAction"
"', argument " "2"" of type '" "int""'"); goto fail; } while
(0)
;
34193 }
34194 arg2 = static_cast< int >(val2);
34195 ecode3 = SWIG_AsVal_int(obj2, &val3);
34196 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
34197 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBLaunchInfo_AddDuplicateFileAction" "', argument " "3"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBLaunchInfo_AddDuplicateFileAction"
"', argument " "3"" of type '" "int""'"); goto fail; } while
(0)
;
34198 }
34199 arg3 = static_cast< int >(val3);
34200 {
34201 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34202 result = (bool)(arg1)->AddDuplicateFileAction(arg2,arg3);
34203 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34204 }
34205 resultobj = SWIG_From_bool(static_cast< bool >(result));
34206 return resultobj;
34207fail:
34208 return NULL__null;
34209}
34210
34211
34212SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_AddOpenFileAction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34213 PyObject *resultobj = 0;
34214 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34215 int arg2 ;
34216 char *arg3 = (char *) 0 ;
34217 bool arg4 ;
34218 bool arg5 ;
34219 void *argp1 = 0 ;
34220 int res1 = 0 ;
34221 int val2 ;
34222 int ecode2 = 0 ;
34223 int res3 ;
34224 char *buf3 = 0 ;
34225 int alloc3 = 0 ;
34226 bool val4 ;
34227 int ecode4 = 0 ;
34228 bool val5 ;
34229 int ecode5 = 0 ;
34230 PyObject * obj0 = 0 ;
34231 PyObject * obj1 = 0 ;
34232 PyObject * obj2 = 0 ;
34233 PyObject * obj3 = 0 ;
34234 PyObject * obj4 = 0 ;
34235 bool result;
34236
34237 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBLaunchInfo_AddOpenFileAction",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
34238 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
34239 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34240 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_AddOpenFileAction" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_AddOpenFileAction"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
34241 }
34242 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34243 ecode2 = SWIG_AsVal_int(obj1, &val2);
34244 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
34245 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLaunchInfo_AddOpenFileAction" "', argument " "2"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLaunchInfo_AddOpenFileAction"
"', argument " "2"" of type '" "int""'"); goto fail; } while
(0)
;
34246 }
34247 arg2 = static_cast< int >(val2);
34248 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
34249 if (!SWIG_IsOK(res3)(res3 >= 0)) {
34250 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBLaunchInfo_AddOpenFileAction" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBLaunchInfo_AddOpenFileAction"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
34251 }
34252 arg3 = reinterpret_cast< char * >(buf3);
34253 ecode4 = SWIG_AsVal_bool(obj3, &val4);
34254 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
34255 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBLaunchInfo_AddOpenFileAction" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBLaunchInfo_AddOpenFileAction"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
34256 }
34257 arg4 = static_cast< bool >(val4);
34258 ecode5 = SWIG_AsVal_bool(obj4, &val5);
34259 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
34260 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBLaunchInfo_AddOpenFileAction" "', argument " "5"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBLaunchInfo_AddOpenFileAction"
"', argument " "5"" of type '" "bool""'"); goto fail; } while
(0)
;
34261 }
34262 arg5 = static_cast< bool >(val5);
34263 {
34264 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34265 result = (bool)(arg1)->AddOpenFileAction(arg2,(char const *)arg3,arg4,arg5);
34266 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34267 }
34268 resultobj = SWIG_From_bool(static_cast< bool >(result));
34269 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
34270 return resultobj;
34271fail:
34272 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
34273 return NULL__null;
34274}
34275
34276
34277SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_AddSuppressFileAction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34278 PyObject *resultobj = 0;
34279 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34280 int arg2 ;
34281 bool arg3 ;
34282 bool arg4 ;
34283 void *argp1 = 0 ;
34284 int res1 = 0 ;
34285 int val2 ;
34286 int ecode2 = 0 ;
34287 bool val3 ;
34288 int ecode3 = 0 ;
34289 bool val4 ;
34290 int ecode4 = 0 ;
34291 PyObject * obj0 = 0 ;
34292 PyObject * obj1 = 0 ;
34293 PyObject * obj2 = 0 ;
34294 PyObject * obj3 = 0 ;
34295 bool result;
34296
34297 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBLaunchInfo_AddSuppressFileAction",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
34298 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
34299 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34300 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_AddSuppressFileAction" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_AddSuppressFileAction"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
34301 }
34302 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34303 ecode2 = SWIG_AsVal_int(obj1, &val2);
34304 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
34305 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLaunchInfo_AddSuppressFileAction" "', argument " "2"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLaunchInfo_AddSuppressFileAction"
"', argument " "2"" of type '" "int""'"); goto fail; } while
(0)
;
34306 }
34307 arg2 = static_cast< int >(val2);
34308 ecode3 = SWIG_AsVal_bool(obj2, &val3);
34309 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
34310 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBLaunchInfo_AddSuppressFileAction" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBLaunchInfo_AddSuppressFileAction"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
34311 }
34312 arg3 = static_cast< bool >(val3);
34313 ecode4 = SWIG_AsVal_bool(obj3, &val4);
34314 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
34315 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBLaunchInfo_AddSuppressFileAction" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBLaunchInfo_AddSuppressFileAction"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
34316 }
34317 arg4 = static_cast< bool >(val4);
34318 {
34319 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34320 result = (bool)(arg1)->AddSuppressFileAction(arg2,arg3,arg4);
34321 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34322 }
34323 resultobj = SWIG_From_bool(static_cast< bool >(result));
34324 return resultobj;
34325fail:
34326 return NULL__null;
34327}
34328
34329
34330SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetLaunchEventData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34331 PyObject *resultobj = 0;
34332 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34333 char *arg2 = (char *) 0 ;
34334 void *argp1 = 0 ;
34335 int res1 = 0 ;
34336 int res2 ;
34337 char *buf2 = 0 ;
34338 int alloc2 = 0 ;
34339 PyObject * obj0 = 0 ;
34340 PyObject * obj1 = 0 ;
34341
34342 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_SetLaunchEventData",&obj0,&obj1)) SWIG_failgoto fail;
34343 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
34344 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34345 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetLaunchEventData" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetLaunchEventData"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
34346 }
34347 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34348 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
34349 if (!SWIG_IsOK(res2)(res2 >= 0)) {
34350 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBLaunchInfo_SetLaunchEventData" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBLaunchInfo_SetLaunchEventData"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
34351 }
34352 arg2 = reinterpret_cast< char * >(buf2);
34353 {
34354 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34355 (arg1)->SetLaunchEventData((char const *)arg2);
34356 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34357 }
34358 resultobj = SWIG_Py_Void();
34359 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
34360 return resultobj;
34361fail:
34362 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
34363 return NULL__null;
34364}
34365
34366
34367SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetLaunchEventData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34368 PyObject *resultobj = 0;
34369 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34370 void *argp1 = 0 ;
34371 int res1 = 0 ;
34372 PyObject * obj0 = 0 ;
34373 char *result = 0 ;
34374
34375 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetLaunchEventData",&obj0)) SWIG_failgoto fail;
34376 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
34377 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34378 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetLaunchEventData" "', argument " "1"" of type '" "lldb::SBLaunchInfo const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetLaunchEventData"
"', argument " "1"" of type '" "lldb::SBLaunchInfo const *""'"
); goto fail; } while(0)
;
34379 }
34380 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34381 {
34382 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34383 result = (char *)((lldb::SBLaunchInfo const *)arg1)->GetLaunchEventData();
34384 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34385 }
34386 resultobj = SWIG_FromCharPtr((const char *)result);
34387 return resultobj;
34388fail:
34389 return NULL__null;
34390}
34391
34392
34393SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_GetDetachOnError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34394 PyObject *resultobj = 0;
34395 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34396 void *argp1 = 0 ;
34397 int res1 = 0 ;
34398 PyObject * obj0 = 0 ;
34399 bool result;
34400
34401 if (!PyArg_ParseTuple(args,(char *)"O:SBLaunchInfo_GetDetachOnError",&obj0)) SWIG_failgoto fail;
34402 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
34403 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34404 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_GetDetachOnError" "', argument " "1"" of type '" "lldb::SBLaunchInfo const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_GetDetachOnError"
"', argument " "1"" of type '" "lldb::SBLaunchInfo const *""'"
); goto fail; } while(0)
;
34405 }
34406 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34407 {
34408 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34409 result = (bool)((lldb::SBLaunchInfo const *)arg1)->GetDetachOnError();
34410 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34411 }
34412 resultobj = SWIG_From_bool(static_cast< bool >(result));
34413 return resultobj;
34414fail:
34415 return NULL__null;
34416}
34417
34418
34419SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLaunchInfo_SetDetachOnError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34420 PyObject *resultobj = 0;
34421 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34422 bool arg2 ;
34423 void *argp1 = 0 ;
34424 int res1 = 0 ;
34425 bool val2 ;
34426 int ecode2 = 0 ;
34427 PyObject * obj0 = 0 ;
34428 PyObject * obj1 = 0 ;
34429
34430 if (!PyArg_ParseTuple(args,(char *)"OO:SBLaunchInfo_SetDetachOnError",&obj0,&obj1)) SWIG_failgoto fail;
34431 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0 | 0, 0)
;
34432 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34433 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLaunchInfo_SetDetachOnError" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLaunchInfo_SetDetachOnError"
"', argument " "1"" of type '" "lldb::SBLaunchInfo *""'"); goto
fail; } while(0)
;
34434 }
34435 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34436 ecode2 = SWIG_AsVal_bool(obj1, &val2);
34437 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
34438 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLaunchInfo_SetDetachOnError" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLaunchInfo_SetDetachOnError"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
34439 }
34440 arg2 = static_cast< bool >(val2);
34441 {
34442 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34443 (arg1)->SetDetachOnError(arg2);
34444 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34445 }
34446 resultobj = SWIG_Py_Void();
34447 return resultobj;
34448fail:
34449 return NULL__null;
34450}
34451
34452
34453SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBLaunchInfo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34454 PyObject *resultobj = 0;
34455 lldb::SBLaunchInfo *arg1 = (lldb::SBLaunchInfo *) 0 ;
34456 void *argp1 = 0 ;
34457 int res1 = 0 ;
34458 PyObject * obj0 = 0 ;
34459
34460 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBLaunchInfo",&obj0)) SWIG_failgoto fail;
34461 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLaunchInfo, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[37]
, 0x1 | 0, 0)
;
34462 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34463 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBLaunchInfo" "', argument " "1"" of type '" "lldb::SBLaunchInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBLaunchInfo" "', argument "
"1"" of type '" "lldb::SBLaunchInfo *""'"); goto fail; } while
(0)
;
34464 }
34465 arg1 = reinterpret_cast< lldb::SBLaunchInfo * >(argp1);
34466 {
34467 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34468 delete arg1;
34469 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34470 }
34471 resultobj = SWIG_Py_Void();
34472 return resultobj;
34473fail:
34474 return NULL__null;
34475}
34476
34477
34478SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBLaunchInfo_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34479 PyObject *obj;
34480 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
34481 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBLaunchInfoswig_types[37], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
34482 return SWIG_Py_Void();
34483}
34484
34485SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBLineEntry__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34486 PyObject *resultobj = 0;
34487 lldb::SBLineEntry *result = 0 ;
34488
34489 if (!PyArg_ParseTuple(args,(char *)":new_SBLineEntry")) SWIG_failgoto fail;
34490 {
34491 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34492 result = (lldb::SBLineEntry *)new lldb::SBLineEntry();
34493 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34494 }
34495 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBLineEntry, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[38], (
(0x1 << 1) | 0x1) | 0)
;
34496 return resultobj;
34497fail:
34498 return NULL__null;
34499}
34500
34501
34502SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBLineEntry__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34503 PyObject *resultobj = 0;
34504 lldb::SBLineEntry *arg1 = 0 ;
34505 void *argp1 = 0 ;
34506 int res1 = 0 ;
34507 PyObject * obj0 = 0 ;
34508 lldb::SBLineEntry *result = 0 ;
34509
34510 if (!PyArg_ParseTuple(args,(char *)"O:new_SBLineEntry",&obj0)) SWIG_failgoto fail;
34511 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBLineEntry, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34512 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34513 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBLineEntry" "', argument " "1"" of type '" "lldb::SBLineEntry const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBLineEntry" "', argument "
"1"" of type '" "lldb::SBLineEntry const &""'"); goto fail
; } while(0)
;
34514 }
34515 if (!argp1) {
34516 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBLineEntry" "', argument " "1"" of type '" "lldb::SBLineEntry const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBLineEntry" "', argument " "1"" of type '"
"lldb::SBLineEntry const &""'"); goto fail; } while(0)
;
34517 }
34518 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34519 {
34520 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34521 result = (lldb::SBLineEntry *)new lldb::SBLineEntry((lldb::SBLineEntry const &)*arg1);
34522 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34523 }
34524 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBLineEntry, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[38], (
(0x1 << 1) | 0x1) | 0)
;
34525 return resultobj;
34526fail:
34527 return NULL__null;
34528}
34529
34530
34531SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBLineEntry(PyObject *self, PyObject *args) {
34532 Py_ssize_t argc;
34533 PyObject *argv[2] = {
34534 0
34535 };
34536 Py_ssize_t ii;
34537
34538 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
34539 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
34540 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
34541 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
34542 }
34543 if (argc == 0) {
34544 return _wrap_new_SBLineEntry__SWIG_0(self, args);
34545 }
34546 if (argc == 1) {
34547 int _v;
34548 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBLineEntry, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[38], 0, 0
)
;
34549 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
34550 if (_v) {
34551 return _wrap_new_SBLineEntry__SWIG_1(self, args);
34552 }
34553 }
34554
34555fail:
34556 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBLineEntry'.\n"
34557 " Possible C/C++ prototypes are:\n"
34558 " lldb::SBLineEntry::SBLineEntry()\n"
34559 " lldb::SBLineEntry::SBLineEntry(lldb::SBLineEntry const &)\n");
34560 return 0;
34561}
34562
34563
34564SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBLineEntry(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34565 PyObject *resultobj = 0;
34566 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34567 void *argp1 = 0 ;
34568 int res1 = 0 ;
34569 PyObject * obj0 = 0 ;
34570
34571 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBLineEntry",&obj0)) SWIG_failgoto fail;
34572 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0x1 | 0, 0)
;
34573 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34574 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBLineEntry" "', argument " "1"" of type '" "lldb::SBLineEntry *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBLineEntry" "', argument "
"1"" of type '" "lldb::SBLineEntry *""'"); goto fail; } while
(0)
;
34575 }
34576 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34577 {
34578 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34579 delete arg1;
34580 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34581 }
34582 resultobj = SWIG_Py_Void();
34583 return resultobj;
34584fail:
34585 return NULL__null;
34586}
34587
34588
34589SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry_GetStartAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34590 PyObject *resultobj = 0;
34591 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34592 void *argp1 = 0 ;
34593 int res1 = 0 ;
34594 PyObject * obj0 = 0 ;
34595 lldb::SBAddress result;
34596
34597 if (!PyArg_ParseTuple(args,(char *)"O:SBLineEntry_GetStartAddress",&obj0)) SWIG_failgoto fail;
34598 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34599 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34600 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry_GetStartAddress" "', argument " "1"" of type '" "lldb::SBLineEntry const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry_GetStartAddress"
"', argument " "1"" of type '" "lldb::SBLineEntry const *""'"
); goto fail; } while(0)
;
34601 }
34602 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34603 {
34604 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34605 result = ((lldb::SBLineEntry const *)arg1)->GetStartAddress();
34606 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34607 }
34608 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
34609 return resultobj;
34610fail:
34611 return NULL__null;
34612}
34613
34614
34615SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry_GetEndAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34616 PyObject *resultobj = 0;
34617 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34618 void *argp1 = 0 ;
34619 int res1 = 0 ;
34620 PyObject * obj0 = 0 ;
34621 lldb::SBAddress result;
34622
34623 if (!PyArg_ParseTuple(args,(char *)"O:SBLineEntry_GetEndAddress",&obj0)) SWIG_failgoto fail;
34624 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34625 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34626 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry_GetEndAddress" "', argument " "1"" of type '" "lldb::SBLineEntry const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry_GetEndAddress"
"', argument " "1"" of type '" "lldb::SBLineEntry const *""'"
); goto fail; } while(0)
;
34627 }
34628 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34629 {
34630 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34631 result = ((lldb::SBLineEntry const *)arg1)->GetEndAddress();
34632 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34633 }
34634 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
34635 return resultobj;
34636fail:
34637 return NULL__null;
34638}
34639
34640
34641SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34642 PyObject *resultobj = 0;
34643 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34644 void *argp1 = 0 ;
34645 int res1 = 0 ;
34646 PyObject * obj0 = 0 ;
34647 bool result;
34648
34649 if (!PyArg_ParseTuple(args,(char *)"O:SBLineEntry_IsValid",&obj0)) SWIG_failgoto fail;
34650 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34651 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34652 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry_IsValid" "', argument " "1"" of type '" "lldb::SBLineEntry const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry_IsValid" "', argument "
"1"" of type '" "lldb::SBLineEntry const *""'"); goto fail; }
while(0)
;
34653 }
34654 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34655 {
34656 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34657 result = (bool)((lldb::SBLineEntry const *)arg1)->IsValid();
34658 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34659 }
34660 resultobj = SWIG_From_bool(static_cast< bool >(result));
34661 return resultobj;
34662fail:
34663 return NULL__null;
34664}
34665
34666
34667SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry_GetFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34668 PyObject *resultobj = 0;
34669 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34670 void *argp1 = 0 ;
34671 int res1 = 0 ;
34672 PyObject * obj0 = 0 ;
34673 lldb::SBFileSpec result;
34674
34675 if (!PyArg_ParseTuple(args,(char *)"O:SBLineEntry_GetFileSpec",&obj0)) SWIG_failgoto fail;
34676 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34677 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34678 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry_GetFileSpec" "', argument " "1"" of type '" "lldb::SBLineEntry const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry_GetFileSpec" "', argument "
"1"" of type '" "lldb::SBLineEntry const *""'"); goto fail; }
while(0)
;
34679 }
34680 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34681 {
34682 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34683 result = ((lldb::SBLineEntry const *)arg1)->GetFileSpec();
34684 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34685 }
34686 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
34687 return resultobj;
34688fail:
34689 return NULL__null;
34690}
34691
34692
34693SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry_GetLine(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34694 PyObject *resultobj = 0;
34695 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34696 void *argp1 = 0 ;
34697 int res1 = 0 ;
34698 PyObject * obj0 = 0 ;
34699 uint32_t result;
34700
34701 if (!PyArg_ParseTuple(args,(char *)"O:SBLineEntry_GetLine",&obj0)) SWIG_failgoto fail;
34702 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34703 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34704 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry_GetLine" "', argument " "1"" of type '" "lldb::SBLineEntry const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry_GetLine" "', argument "
"1"" of type '" "lldb::SBLineEntry const *""'"); goto fail; }
while(0)
;
34705 }
34706 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34707 {
34708 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34709 result = (uint32_t)((lldb::SBLineEntry const *)arg1)->GetLine();
34710 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34711 }
34712 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
34713 return resultobj;
34714fail:
34715 return NULL__null;
34716}
34717
34718
34719SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry_GetColumn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34720 PyObject *resultobj = 0;
34721 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34722 void *argp1 = 0 ;
34723 int res1 = 0 ;
34724 PyObject * obj0 = 0 ;
34725 uint32_t result;
34726
34727 if (!PyArg_ParseTuple(args,(char *)"O:SBLineEntry_GetColumn",&obj0)) SWIG_failgoto fail;
34728 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34729 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34730 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry_GetColumn" "', argument " "1"" of type '" "lldb::SBLineEntry const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry_GetColumn" "', argument "
"1"" of type '" "lldb::SBLineEntry const *""'"); goto fail; }
while(0)
;
34731 }
34732 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34733 {
34734 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34735 result = (uint32_t)((lldb::SBLineEntry const *)arg1)->GetColumn();
34736 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34737 }
34738 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
34739 return resultobj;
34740fail:
34741 return NULL__null;
34742}
34743
34744
34745SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34746 PyObject *resultobj = 0;
34747 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34748 lldb::SBStream *arg2 = 0 ;
34749 void *argp1 = 0 ;
34750 int res1 = 0 ;
34751 void *argp2 = 0 ;
34752 int res2 = 0 ;
34753 PyObject * obj0 = 0 ;
34754 PyObject * obj1 = 0 ;
34755 bool result;
34756
34757 if (!PyArg_ParseTuple(args,(char *)"OO:SBLineEntry_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
34758 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34759 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34760 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry_GetDescription" "', argument " "1"" of type '" "lldb::SBLineEntry *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry_GetDescription"
"', argument " "1"" of type '" "lldb::SBLineEntry *""'"); goto
fail; } while(0)
;
34761 }
34762 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34763 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
34764 if (!SWIG_IsOK(res2)(res2 >= 0)) {
34765 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBLineEntry_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBLineEntry_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
34766 }
34767 if (!argp2) {
34768 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBLineEntry_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBLineEntry_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
34769 }
34770 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
34771 {
34772 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34773 result = (bool)(arg1)->GetDescription(*arg2);
34774 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34775 }
34776 resultobj = SWIG_From_bool(static_cast< bool >(result));
34777 return resultobj;
34778fail:
34779 return NULL__null;
34780}
34781
34782
34783SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry_SetFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34784 PyObject *resultobj = 0;
34785 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34786 lldb::SBFileSpec arg2 ;
34787 void *argp1 = 0 ;
34788 int res1 = 0 ;
34789 void *argp2 ;
34790 int res2 = 0 ;
34791 PyObject * obj0 = 0 ;
34792 PyObject * obj1 = 0 ;
34793
34794 if (!PyArg_ParseTuple(args,(char *)"OO:SBLineEntry_SetFileSpec",&obj0,&obj1)) SWIG_failgoto fail;
34795 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34796 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34797 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry_SetFileSpec" "', argument " "1"" of type '" "lldb::SBLineEntry *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry_SetFileSpec" "', argument "
"1"" of type '" "lldb::SBLineEntry *""'"); goto fail; } while
(0)
;
34798 }
34799 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34800 {
34801 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
34802 if (!SWIG_IsOK(res2)(res2 >= 0)) {
34803 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBLineEntry_SetFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBLineEntry_SetFileSpec" "', argument "
"2"" of type '" "lldb::SBFileSpec""'"); goto fail; } while(0
)
;
34804 }
34805 if (!argp2) {
34806 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBLineEntry_SetFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBLineEntry_SetFileSpec" "', argument " "2"" of type '"
"lldb::SBFileSpec""'"); goto fail; } while(0)
;
34807 } else {
34808 lldb::SBFileSpec * temp = reinterpret_cast< lldb::SBFileSpec * >(argp2);
34809 arg2 = *temp;
34810 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
34811 }
34812 }
34813 {
34814 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34815 (arg1)->SetFileSpec(arg2);
34816 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34817 }
34818 resultobj = SWIG_Py_Void();
34819 return resultobj;
34820fail:
34821 return NULL__null;
34822}
34823
34824
34825SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry_SetLine(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34826 PyObject *resultobj = 0;
34827 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34828 uint32_t arg2 ;
34829 void *argp1 = 0 ;
34830 int res1 = 0 ;
34831 unsigned int val2 ;
34832 int ecode2 = 0 ;
34833 PyObject * obj0 = 0 ;
34834 PyObject * obj1 = 0 ;
34835
34836 if (!PyArg_ParseTuple(args,(char *)"OO:SBLineEntry_SetLine",&obj0,&obj1)) SWIG_failgoto fail;
34837 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34838 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34839 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry_SetLine" "', argument " "1"" of type '" "lldb::SBLineEntry *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry_SetLine" "', argument "
"1"" of type '" "lldb::SBLineEntry *""'"); goto fail; } while
(0)
;
34840 }
34841 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34842 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
34843 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
34844 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLineEntry_SetLine" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLineEntry_SetLine" "', argument "
"2"" of type '" "uint32_t""'"); goto fail; } while(0)
;
34845 }
34846 arg2 = static_cast< uint32_t >(val2);
34847 {
34848 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34849 (arg1)->SetLine(arg2);
34850 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34851 }
34852 resultobj = SWIG_Py_Void();
34853 return resultobj;
34854fail:
34855 return NULL__null;
34856}
34857
34858
34859SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry_SetColumn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34860 PyObject *resultobj = 0;
34861 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34862 uint32_t arg2 ;
34863 void *argp1 = 0 ;
34864 int res1 = 0 ;
34865 unsigned int val2 ;
34866 int ecode2 = 0 ;
34867 PyObject * obj0 = 0 ;
34868 PyObject * obj1 = 0 ;
34869
34870 if (!PyArg_ParseTuple(args,(char *)"OO:SBLineEntry_SetColumn",&obj0,&obj1)) SWIG_failgoto fail;
34871 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34872 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34873 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry_SetColumn" "', argument " "1"" of type '" "lldb::SBLineEntry *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry_SetColumn" "', argument "
"1"" of type '" "lldb::SBLineEntry *""'"); goto fail; } while
(0)
;
34874 }
34875 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34876 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
34877 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
34878 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBLineEntry_SetColumn" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBLineEntry_SetColumn"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
34879 }
34880 arg2 = static_cast< uint32_t >(val2);
34881 {
34882 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34883 (arg1)->SetColumn(arg2);
34884 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34885 }
34886 resultobj = SWIG_Py_Void();
34887 return resultobj;
34888fail:
34889 return NULL__null;
34890}
34891
34892
34893SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34894 PyObject *resultobj = 0;
34895 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34896 lldb::SBLineEntry *arg2 = 0 ;
34897 void *argp1 = 0 ;
34898 int res1 = 0 ;
34899 void *argp2 = 0 ;
34900 int res2 = 0 ;
34901 PyObject * obj0 = 0 ;
34902 PyObject * obj1 = 0 ;
34903 bool result;
34904
34905 if (!PyArg_ParseTuple(args,(char *)"OO:SBLineEntry___eq__",&obj0,&obj1)) SWIG_failgoto fail;
34906 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34907 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34908 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry___eq__" "', argument " "1"" of type '" "lldb::SBLineEntry const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry___eq__" "', argument "
"1"" of type '" "lldb::SBLineEntry const *""'"); goto fail; }
while(0)
;
34909 }
34910 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34911 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBLineEntry, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[38]
, 0 | 0, 0)
;
34912 if (!SWIG_IsOK(res2)(res2 >= 0)) {
34913 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBLineEntry___eq__" "', argument " "2"" of type '" "lldb::SBLineEntry const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBLineEntry___eq__" "', argument "
"2"" of type '" "lldb::SBLineEntry const &""'"); goto fail
; } while(0)
;
34914 }
34915 if (!argp2) {
34916 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBLineEntry___eq__" "', argument " "2"" of type '" "lldb::SBLineEntry const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBLineEntry___eq__" "', argument " "2"" of type '"
"lldb::SBLineEntry const &""'"); goto fail; } while(0)
;
34917 }
34918 arg2 = reinterpret_cast< lldb::SBLineEntry * >(argp2);
34919 {
34920 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34921 result = (bool)((lldb::SBLineEntry const *)arg1)->operator ==((lldb::SBLineEntry const &)*arg2);
34922 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34923 }
34924 resultobj = SWIG_From_bool(static_cast< bool >(result));
34925 return resultobj;
34926fail:
34927 return NULL__null;
34928}
34929
34930
34931SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34932 PyObject *resultobj = 0;
34933 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34934 lldb::SBLineEntry *arg2 = 0 ;
34935 void *argp1 = 0 ;
34936 int res1 = 0 ;
34937 void *argp2 = 0 ;
34938 int res2 = 0 ;
34939 PyObject * obj0 = 0 ;
34940 PyObject * obj1 = 0 ;
34941 bool result;
34942
34943 if (!PyArg_ParseTuple(args,(char *)"OO:SBLineEntry___ne__",&obj0,&obj1)) SWIG_failgoto fail;
34944 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34945 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34946 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry___ne__" "', argument " "1"" of type '" "lldb::SBLineEntry const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry___ne__" "', argument "
"1"" of type '" "lldb::SBLineEntry const *""'"); goto fail; }
while(0)
;
34947 }
34948 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34949 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBLineEntry, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[38]
, 0 | 0, 0)
;
34950 if (!SWIG_IsOK(res2)(res2 >= 0)) {
34951 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBLineEntry___ne__" "', argument " "2"" of type '" "lldb::SBLineEntry const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBLineEntry___ne__" "', argument "
"2"" of type '" "lldb::SBLineEntry const &""'"); goto fail
; } while(0)
;
34952 }
34953 if (!argp2) {
34954 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBLineEntry___ne__" "', argument " "2"" of type '" "lldb::SBLineEntry const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBLineEntry___ne__" "', argument " "2"" of type '"
"lldb::SBLineEntry const &""'"); goto fail; } while(0)
;
34955 }
34956 arg2 = reinterpret_cast< lldb::SBLineEntry * >(argp2);
34957 {
34958 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
34959 result = (bool)((lldb::SBLineEntry const *)arg1)->operator !=((lldb::SBLineEntry const &)*arg2);
34960 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
34961 }
34962 resultobj = SWIG_From_bool(static_cast< bool >(result));
34963 return resultobj;
34964fail:
34965 return NULL__null;
34966}
34967
34968
34969SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBLineEntry___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34970 PyObject *resultobj = 0;
34971 lldb::SBLineEntry *arg1 = (lldb::SBLineEntry *) 0 ;
34972 void *argp1 = 0 ;
34973 int res1 = 0 ;
34974 PyObject * obj0 = 0 ;
34975 PyObject *result = 0 ;
34976
34977 if (!PyArg_ParseTuple(args,(char *)"O:SBLineEntry___str__",&obj0)) SWIG_failgoto fail;
34978 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBLineEntry, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[38]
, 0 | 0, 0)
;
34979 if (!SWIG_IsOK(res1)(res1 >= 0)) {
34980 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBLineEntry___str__" "', argument " "1"" of type '" "lldb::SBLineEntry *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBLineEntry___str__" "', argument "
"1"" of type '" "lldb::SBLineEntry *""'"); goto fail; } while
(0)
;
34981 }
34982 arg1 = reinterpret_cast< lldb::SBLineEntry * >(argp1);
34983 result = (PyObject *)lldb_SBLineEntry___str__(arg1);
34984 resultobj = result;
34985 return resultobj;
34986fail:
34987 return NULL__null;
34988}
34989
34990
34991SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBLineEntry_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34992 PyObject *obj;
34993 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
34994 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBLineEntryswig_types[38], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
34995 return SWIG_Py_Void();
34996}
34997
34998SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBListener__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
34999 PyObject *resultobj = 0;
35000 lldb::SBListener *result = 0 ;
35001
35002 if (!PyArg_ParseTuple(args,(char *)":new_SBListener")) SWIG_failgoto fail;
35003 {
35004 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35005 result = (lldb::SBListener *)new lldb::SBListener();
35006 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35007 }
35008 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBListener, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[39], (
(0x1 << 1) | 0x1) | 0)
;
35009 return resultobj;
35010fail:
35011 return NULL__null;
35012}
35013
35014
35015SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBListener__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35016 PyObject *resultobj = 0;
35017 char *arg1 = (char *) 0 ;
35018 int res1 ;
35019 char *buf1 = 0 ;
35020 int alloc1 = 0 ;
35021 PyObject * obj0 = 0 ;
35022 lldb::SBListener *result = 0 ;
35023
35024 if (!PyArg_ParseTuple(args,(char *)"O:new_SBListener",&obj0)) SWIG_failgoto fail;
35025 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
35026 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35027 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBListener" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBListener" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
35028 }
35029 arg1 = reinterpret_cast< char * >(buf1);
35030 {
35031 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35032 result = (lldb::SBListener *)new lldb::SBListener((char const *)arg1);
35033 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35034 }
35035 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBListener, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[39], (
(0x1 << 1) | 0x1) | 0)
;
35036 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
35037 return resultobj;
35038fail:
35039 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
35040 return NULL__null;
35041}
35042
35043
35044SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBListener__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35045 PyObject *resultobj = 0;
35046 lldb::SBListener *arg1 = 0 ;
35047 void *argp1 = 0 ;
35048 int res1 = 0 ;
35049 PyObject * obj0 = 0 ;
35050 lldb::SBListener *result = 0 ;
35051
35052 if (!PyArg_ParseTuple(args,(char *)"O:new_SBListener",&obj0)) SWIG_failgoto fail;
35053 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBListener, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35054 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35055 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBListener" "', argument " "1"" of type '" "lldb::SBListener const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBListener" "', argument "
"1"" of type '" "lldb::SBListener const &""'"); goto fail
; } while(0)
;
35056 }
35057 if (!argp1) {
35058 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBListener" "', argument " "1"" of type '" "lldb::SBListener const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBListener" "', argument " "1"" of type '"
"lldb::SBListener const &""'"); goto fail; } while(0)
;
35059 }
35060 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35061 {
35062 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35063 result = (lldb::SBListener *)new lldb::SBListener((lldb::SBListener const &)*arg1);
35064 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35065 }
35066 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBListener, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[39], (
(0x1 << 1) | 0x1) | 0)
;
35067 return resultobj;
35068fail:
35069 return NULL__null;
35070}
35071
35072
35073SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBListener(PyObject *self, PyObject *args) {
35074 Py_ssize_t argc;
35075 PyObject *argv[2] = {
35076 0
35077 };
35078 Py_ssize_t ii;
35079
35080 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
35081 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
35082 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
35083 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
35084 }
35085 if (argc == 0) {
35086 return _wrap_new_SBListener__SWIG_0(self, args);
35087 }
35088 if (argc == 1) {
35089 int _v;
35090 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBListener, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[39], 0, 0
)
;
35091 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
35092 if (_v) {
35093 return _wrap_new_SBListener__SWIG_2(self, args);
35094 }
35095 }
35096 if (argc == 1) {
35097 int _v;
35098 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
35099 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
35100 if (_v) {
35101 return _wrap_new_SBListener__SWIG_1(self, args);
35102 }
35103 }
35104
35105fail:
35106 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBListener'.\n"
35107 " Possible C/C++ prototypes are:\n"
35108 " lldb::SBListener::SBListener()\n"
35109 " lldb::SBListener::SBListener(char const *)\n"
35110 " lldb::SBListener::SBListener(lldb::SBListener const &)\n");
35111 return 0;
35112}
35113
35114
35115SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBListener(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35116 PyObject *resultobj = 0;
35117 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35118 void *argp1 = 0 ;
35119 int res1 = 0 ;
35120 PyObject * obj0 = 0 ;
35121
35122 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBListener",&obj0)) SWIG_failgoto fail;
35123 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0x1 | 0, 0)
;
35124 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35125 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBListener" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBListener" "', argument "
"1"" of type '" "lldb::SBListener *""'"); goto fail; } while
(0)
;
35126 }
35127 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35128 {
35129 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35130 delete arg1;
35131 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35132 }
35133 resultobj = SWIG_Py_Void();
35134 return resultobj;
35135fail:
35136 return NULL__null;
35137}
35138
35139
35140SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_AddEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35141 PyObject *resultobj = 0;
35142 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35143 lldb::SBEvent *arg2 = 0 ;
35144 void *argp1 = 0 ;
35145 int res1 = 0 ;
35146 void *argp2 = 0 ;
35147 int res2 = 0 ;
35148 PyObject * obj0 = 0 ;
35149 PyObject * obj1 = 0 ;
35150
35151 if (!PyArg_ParseTuple(args,(char *)"OO:SBListener_AddEvent",&obj0,&obj1)) SWIG_failgoto fail;
35152 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35153 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35154 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_AddEvent" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_AddEvent" "', argument "
"1"" of type '" "lldb::SBListener *""'"); goto fail; } while
(0)
;
35155 }
35156 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35157 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[26]
, 0 | 0, 0)
;
35158 if (!SWIG_IsOK(res2)(res2 >= 0)) {
35159 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBListener_AddEvent" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBListener_AddEvent" "', argument "
"2"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
35160 }
35161 if (!argp2) {
35162 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_AddEvent" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_AddEvent" "', argument " "2"" of type '"
"lldb::SBEvent const &""'"); goto fail; } while(0)
;
35163 }
35164 arg2 = reinterpret_cast< lldb::SBEvent * >(argp2);
35165 {
35166 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35167 (arg1)->AddEvent((lldb::SBEvent const &)*arg2);
35168 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35169 }
35170 resultobj = SWIG_Py_Void();
35171 return resultobj;
35172fail:
35173 return NULL__null;
35174}
35175
35176
35177SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35178 PyObject *resultobj = 0;
35179 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35180 void *argp1 = 0 ;
35181 int res1 = 0 ;
35182 PyObject * obj0 = 0 ;
35183
35184 if (!PyArg_ParseTuple(args,(char *)"O:SBListener_Clear",&obj0)) SWIG_failgoto fail;
35185 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35186 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35187 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_Clear" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_Clear" "', argument "
"1"" of type '" "lldb::SBListener *""'"); goto fail; } while
(0)
;
35188 }
35189 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35190 {
35191 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35192 (arg1)->Clear();
35193 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35194 }
35195 resultobj = SWIG_Py_Void();
35196 return resultobj;
35197fail:
35198 return NULL__null;
35199}
35200
35201
35202SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35203 PyObject *resultobj = 0;
35204 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35205 void *argp1 = 0 ;
35206 int res1 = 0 ;
35207 PyObject * obj0 = 0 ;
35208 bool result;
35209
35210 if (!PyArg_ParseTuple(args,(char *)"O:SBListener_IsValid",&obj0)) SWIG_failgoto fail;
35211 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35212 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35213 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_IsValid" "', argument " "1"" of type '" "lldb::SBListener const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_IsValid" "', argument "
"1"" of type '" "lldb::SBListener const *""'"); goto fail; }
while(0)
;
35214 }
35215 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35216 {
35217 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35218 result = (bool)((lldb::SBListener const *)arg1)->IsValid();
35219 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35220 }
35221 resultobj = SWIG_From_bool(static_cast< bool >(result));
35222 return resultobj;
35223fail:
35224 return NULL__null;
35225}
35226
35227
35228SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_StartListeningForEventClass(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35229 PyObject *resultobj = 0;
35230 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35231 lldb::SBDebugger *arg2 = 0 ;
35232 char *arg3 = (char *) 0 ;
35233 uint32_t arg4 ;
35234 void *argp1 = 0 ;
35235 int res1 = 0 ;
35236 void *argp2 = 0 ;
35237 int res2 = 0 ;
35238 int res3 ;
35239 char *buf3 = 0 ;
35240 int alloc3 = 0 ;
35241 unsigned int val4 ;
35242 int ecode4 = 0 ;
35243 PyObject * obj0 = 0 ;
35244 PyObject * obj1 = 0 ;
35245 PyObject * obj2 = 0 ;
35246 PyObject * obj3 = 0 ;
35247 uint32_t result;
35248
35249 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBListener_StartListeningForEventClass",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
35250 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35251 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35252 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_StartListeningForEventClass" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_StartListeningForEventClass"
"', argument " "1"" of type '" "lldb::SBListener *""'"); goto
fail; } while(0)
;
35253 }
35254 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35255 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBDebugger, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[23]
, 0, 0)
;
35256 if (!SWIG_IsOK(res2)(res2 >= 0)) {
35257 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBListener_StartListeningForEventClass" "', argument " "2"" of type '" "lldb::SBDebugger &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBListener_StartListeningForEventClass"
"', argument " "2"" of type '" "lldb::SBDebugger &""'");
goto fail; } while(0)
;
35258 }
35259 if (!argp2) {
35260 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_StartListeningForEventClass" "', argument " "2"" of type '" "lldb::SBDebugger &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_StartListeningForEventClass" "', argument "
"2"" of type '" "lldb::SBDebugger &""'"); goto fail; } while
(0)
;
35261 }
35262 arg2 = reinterpret_cast< lldb::SBDebugger * >(argp2);
35263 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
35264 if (!SWIG_IsOK(res3)(res3 >= 0)) {
35265 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBListener_StartListeningForEventClass" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBListener_StartListeningForEventClass"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
35266 }
35267 arg3 = reinterpret_cast< char * >(buf3);
35268 ecode4 = SWIG_AsVal_unsigned_SS_int(obj3, &val4);
35269 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
35270 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBListener_StartListeningForEventClass" "', argument " "4"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBListener_StartListeningForEventClass"
"', argument " "4"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
35271 }
35272 arg4 = static_cast< uint32_t >(val4);
35273 {
35274 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35275 result = (uint32_t)(arg1)->StartListeningForEventClass(*arg2,(char const *)arg3,arg4);
35276 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35277 }
35278 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
35279 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
35280 return resultobj;
35281fail:
35282 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
35283 return NULL__null;
35284}
35285
35286
35287SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_StopListeningForEventClass(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35288 PyObject *resultobj = 0;
35289 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35290 lldb::SBDebugger *arg2 = 0 ;
35291 char *arg3 = (char *) 0 ;
35292 uint32_t arg4 ;
35293 void *argp1 = 0 ;
35294 int res1 = 0 ;
35295 void *argp2 = 0 ;
35296 int res2 = 0 ;
35297 int res3 ;
35298 char *buf3 = 0 ;
35299 int alloc3 = 0 ;
35300 unsigned int val4 ;
35301 int ecode4 = 0 ;
35302 PyObject * obj0 = 0 ;
35303 PyObject * obj1 = 0 ;
35304 PyObject * obj2 = 0 ;
35305 PyObject * obj3 = 0 ;
35306 uint32_t result;
35307
35308 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBListener_StopListeningForEventClass",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
35309 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35310 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35311 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_StopListeningForEventClass" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_StopListeningForEventClass"
"', argument " "1"" of type '" "lldb::SBListener *""'"); goto
fail; } while(0)
;
35312 }
35313 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35314 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBDebugger, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[23]
, 0, 0)
;
35315 if (!SWIG_IsOK(res2)(res2 >= 0)) {
35316 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBListener_StopListeningForEventClass" "', argument " "2"" of type '" "lldb::SBDebugger &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBListener_StopListeningForEventClass"
"', argument " "2"" of type '" "lldb::SBDebugger &""'");
goto fail; } while(0)
;
35317 }
35318 if (!argp2) {
35319 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_StopListeningForEventClass" "', argument " "2"" of type '" "lldb::SBDebugger &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_StopListeningForEventClass" "', argument "
"2"" of type '" "lldb::SBDebugger &""'"); goto fail; } while
(0)
;
35320 }
35321 arg2 = reinterpret_cast< lldb::SBDebugger * >(argp2);
35322 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
35323 if (!SWIG_IsOK(res3)(res3 >= 0)) {
35324 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBListener_StopListeningForEventClass" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBListener_StopListeningForEventClass"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
35325 }
35326 arg3 = reinterpret_cast< char * >(buf3);
35327 ecode4 = SWIG_AsVal_unsigned_SS_int(obj3, &val4);
35328 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
35329 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBListener_StopListeningForEventClass" "', argument " "4"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBListener_StopListeningForEventClass"
"', argument " "4"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
35330 }
35331 arg4 = static_cast< uint32_t >(val4);
35332 {
35333 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35334 result = (uint32_t)(arg1)->StopListeningForEventClass(*arg2,(char const *)arg3,arg4);
35335 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35336 }
35337 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
35338 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
35339 return resultobj;
35340fail:
35341 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
35342 return NULL__null;
35343}
35344
35345
35346SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_StartListeningForEvents(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35347 PyObject *resultobj = 0;
35348 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35349 lldb::SBBroadcaster *arg2 = 0 ;
35350 uint32_t arg3 ;
35351 void *argp1 = 0 ;
35352 int res1 = 0 ;
35353 void *argp2 = 0 ;
35354 int res2 = 0 ;
35355 unsigned int val3 ;
35356 int ecode3 = 0 ;
35357 PyObject * obj0 = 0 ;
35358 PyObject * obj1 = 0 ;
35359 PyObject * obj2 = 0 ;
35360 uint32_t result;
35361
35362 if (!PyArg_ParseTuple(args,(char *)"OOO:SBListener_StartListeningForEvents",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
35363 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35364 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35365 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_StartListeningForEvents" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_StartListeningForEvents"
"', argument " "1"" of type '" "lldb::SBListener *""'"); goto
fail; } while(0)
;
35366 }
35367 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35368 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[16]
, 0 | 0, 0)
;
35369 if (!SWIG_IsOK(res2)(res2 >= 0)) {
35370 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBListener_StartListeningForEvents" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBListener_StartListeningForEvents"
"', argument " "2"" of type '" "lldb::SBBroadcaster const &"
"'"); goto fail; } while(0)
;
35371 }
35372 if (!argp2) {
35373 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_StartListeningForEvents" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_StartListeningForEvents" "', argument "
"2"" of type '" "lldb::SBBroadcaster const &""'"); goto fail
; } while(0)
;
35374 }
35375 arg2 = reinterpret_cast< lldb::SBBroadcaster * >(argp2);
35376 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
35377 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
35378 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBListener_StartListeningForEvents" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBListener_StartListeningForEvents"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
35379 }
35380 arg3 = static_cast< uint32_t >(val3);
35381 {
35382 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35383 result = (uint32_t)(arg1)->StartListeningForEvents((lldb::SBBroadcaster const &)*arg2,arg3);
35384 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35385 }
35386 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
35387 return resultobj;
35388fail:
35389 return NULL__null;
35390}
35391
35392
35393SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_StopListeningForEvents(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35394 PyObject *resultobj = 0;
35395 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35396 lldb::SBBroadcaster *arg2 = 0 ;
35397 uint32_t arg3 ;
35398 void *argp1 = 0 ;
35399 int res1 = 0 ;
35400 void *argp2 = 0 ;
35401 int res2 = 0 ;
35402 unsigned int val3 ;
35403 int ecode3 = 0 ;
35404 PyObject * obj0 = 0 ;
35405 PyObject * obj1 = 0 ;
35406 PyObject * obj2 = 0 ;
35407 bool result;
35408
35409 if (!PyArg_ParseTuple(args,(char *)"OOO:SBListener_StopListeningForEvents",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
35410 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35411 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35412 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_StopListeningForEvents" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_StopListeningForEvents"
"', argument " "1"" of type '" "lldb::SBListener *""'"); goto
fail; } while(0)
;
35413 }
35414 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35415 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[16]
, 0 | 0, 0)
;
35416 if (!SWIG_IsOK(res2)(res2 >= 0)) {
35417 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBListener_StopListeningForEvents" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBListener_StopListeningForEvents"
"', argument " "2"" of type '" "lldb::SBBroadcaster const &"
"'"); goto fail; } while(0)
;
35418 }
35419 if (!argp2) {
35420 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_StopListeningForEvents" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_StopListeningForEvents" "', argument "
"2"" of type '" "lldb::SBBroadcaster const &""'"); goto fail
; } while(0)
;
35421 }
35422 arg2 = reinterpret_cast< lldb::SBBroadcaster * >(argp2);
35423 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
35424 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
35425 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBListener_StopListeningForEvents" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBListener_StopListeningForEvents"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
35426 }
35427 arg3 = static_cast< uint32_t >(val3);
35428 {
35429 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35430 result = (bool)(arg1)->StopListeningForEvents((lldb::SBBroadcaster const &)*arg2,arg3);
35431 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35432 }
35433 resultobj = SWIG_From_bool(static_cast< bool >(result));
35434 return resultobj;
35435fail:
35436 return NULL__null;
35437}
35438
35439
35440SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_WaitForEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35441 PyObject *resultobj = 0;
35442 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35443 uint32_t arg2 ;
35444 lldb::SBEvent *arg3 = 0 ;
35445 void *argp1 = 0 ;
35446 int res1 = 0 ;
35447 unsigned int val2 ;
35448 int ecode2 = 0 ;
35449 void *argp3 = 0 ;
35450 int res3 = 0 ;
35451 PyObject * obj0 = 0 ;
35452 PyObject * obj1 = 0 ;
35453 PyObject * obj2 = 0 ;
35454 bool result;
35455
35456 if (!PyArg_ParseTuple(args,(char *)"OOO:SBListener_WaitForEvent",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
35457 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35458 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35459 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_WaitForEvent" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_WaitForEvent" "', argument "
"1"" of type '" "lldb::SBListener *""'"); goto fail; } while
(0)
;
35460 }
35461 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35462 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
35463 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
35464 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBListener_WaitForEvent" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBListener_WaitForEvent"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
35465 }
35466 arg2 = static_cast< uint32_t >(val2);
35467 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBEvent, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[26]
, 0, 0)
;
35468 if (!SWIG_IsOK(res3)(res3 >= 0)) {
35469 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBListener_WaitForEvent" "', argument " "3"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBListener_WaitForEvent" "', argument "
"3"" of type '" "lldb::SBEvent &""'"); goto fail; } while
(0)
;
35470 }
35471 if (!argp3) {
35472 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_WaitForEvent" "', argument " "3"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_WaitForEvent" "', argument " "3"" of type '"
"lldb::SBEvent &""'"); goto fail; } while(0)
;
35473 }
35474 arg3 = reinterpret_cast< lldb::SBEvent * >(argp3);
35475 {
35476 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35477 result = (bool)(arg1)->WaitForEvent(arg2,*arg3);
35478 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35479 }
35480 resultobj = SWIG_From_bool(static_cast< bool >(result));
35481 return resultobj;
35482fail:
35483 return NULL__null;
35484}
35485
35486
35487SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_WaitForEventForBroadcaster(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35488 PyObject *resultobj = 0;
35489 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35490 uint32_t arg2 ;
35491 lldb::SBBroadcaster *arg3 = 0 ;
35492 lldb::SBEvent *arg4 = 0 ;
35493 void *argp1 = 0 ;
35494 int res1 = 0 ;
35495 unsigned int val2 ;
35496 int ecode2 = 0 ;
35497 void *argp3 = 0 ;
35498 int res3 = 0 ;
35499 void *argp4 = 0 ;
35500 int res4 = 0 ;
35501 PyObject * obj0 = 0 ;
35502 PyObject * obj1 = 0 ;
35503 PyObject * obj2 = 0 ;
35504 PyObject * obj3 = 0 ;
35505 bool result;
35506
35507 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBListener_WaitForEventForBroadcaster",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
35508 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35509 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35510 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_WaitForEventForBroadcaster" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_WaitForEventForBroadcaster"
"', argument " "1"" of type '" "lldb::SBListener *""'"); goto
fail; } while(0)
;
35511 }
35512 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35513 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
35514 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
35515 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBListener_WaitForEventForBroadcaster" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBListener_WaitForEventForBroadcaster"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
35516 }
35517 arg2 = static_cast< uint32_t >(val2);
35518 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[16]
, 0 | 0, 0)
;
35519 if (!SWIG_IsOK(res3)(res3 >= 0)) {
35520 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBListener_WaitForEventForBroadcaster" "', argument " "3"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBListener_WaitForEventForBroadcaster"
"', argument " "3"" of type '" "lldb::SBBroadcaster const &"
"'"); goto fail; } while(0)
;
35521 }
35522 if (!argp3) {
35523 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_WaitForEventForBroadcaster" "', argument " "3"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_WaitForEventForBroadcaster" "', argument "
"3"" of type '" "lldb::SBBroadcaster const &""'"); goto fail
; } while(0)
;
35524 }
35525 arg3 = reinterpret_cast< lldb::SBBroadcaster * >(argp3);
35526 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBEvent, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[26]
, 0, 0)
;
35527 if (!SWIG_IsOK(res4)(res4 >= 0)) {
35528 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBListener_WaitForEventForBroadcaster" "', argument " "4"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBListener_WaitForEventForBroadcaster"
"', argument " "4"" of type '" "lldb::SBEvent &""'"); goto
fail; } while(0)
;
35529 }
35530 if (!argp4) {
35531 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_WaitForEventForBroadcaster" "', argument " "4"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_WaitForEventForBroadcaster" "', argument "
"4"" of type '" "lldb::SBEvent &""'"); goto fail; } while
(0)
;
35532 }
35533 arg4 = reinterpret_cast< lldb::SBEvent * >(argp4);
35534 {
35535 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35536 result = (bool)(arg1)->WaitForEventForBroadcaster(arg2,(lldb::SBBroadcaster const &)*arg3,*arg4);
35537 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35538 }
35539 resultobj = SWIG_From_bool(static_cast< bool >(result));
35540 return resultobj;
35541fail:
35542 return NULL__null;
35543}
35544
35545
35546SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_WaitForEventForBroadcasterWithType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35547 PyObject *resultobj = 0;
35548 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35549 uint32_t arg2 ;
35550 lldb::SBBroadcaster *arg3 = 0 ;
35551 uint32_t arg4 ;
35552 lldb::SBEvent *arg5 = 0 ;
35553 void *argp1 = 0 ;
35554 int res1 = 0 ;
35555 unsigned int val2 ;
35556 int ecode2 = 0 ;
35557 void *argp3 = 0 ;
35558 int res3 = 0 ;
35559 unsigned int val4 ;
35560 int ecode4 = 0 ;
35561 void *argp5 = 0 ;
35562 int res5 = 0 ;
35563 PyObject * obj0 = 0 ;
35564 PyObject * obj1 = 0 ;
35565 PyObject * obj2 = 0 ;
35566 PyObject * obj3 = 0 ;
35567 PyObject * obj4 = 0 ;
35568 bool result;
35569
35570 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBListener_WaitForEventForBroadcasterWithType",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
35571 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35572 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35573 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_WaitForEventForBroadcasterWithType" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_WaitForEventForBroadcasterWithType"
"', argument " "1"" of type '" "lldb::SBListener *""'"); goto
fail; } while(0)
;
35574 }
35575 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35576 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
35577 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
35578 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBListener_WaitForEventForBroadcasterWithType" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBListener_WaitForEventForBroadcasterWithType"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
35579 }
35580 arg2 = static_cast< uint32_t >(val2);
35581 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[16]
, 0 | 0, 0)
;
35582 if (!SWIG_IsOK(res3)(res3 >= 0)) {
35583 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBListener_WaitForEventForBroadcasterWithType" "', argument " "3"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBListener_WaitForEventForBroadcasterWithType"
"', argument " "3"" of type '" "lldb::SBBroadcaster const &"
"'"); goto fail; } while(0)
;
35584 }
35585 if (!argp3) {
35586 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_WaitForEventForBroadcasterWithType" "', argument " "3"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_WaitForEventForBroadcasterWithType"
"', argument " "3"" of type '" "lldb::SBBroadcaster const &"
"'"); goto fail; } while(0)
;
35587 }
35588 arg3 = reinterpret_cast< lldb::SBBroadcaster * >(argp3);
35589 ecode4 = SWIG_AsVal_unsigned_SS_int(obj3, &val4);
35590 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
35591 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBListener_WaitForEventForBroadcasterWithType" "', argument " "4"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBListener_WaitForEventForBroadcasterWithType"
"', argument " "4"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
35592 }
35593 arg4 = static_cast< uint32_t >(val4);
35594 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBEvent, 0 )SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[26]
, 0, 0)
;
35595 if (!SWIG_IsOK(res5)(res5 >= 0)) {
35596 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBListener_WaitForEventForBroadcasterWithType" "', argument " "5"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBListener_WaitForEventForBroadcasterWithType"
"', argument " "5"" of type '" "lldb::SBEvent &""'"); goto
fail; } while(0)
;
35597 }
35598 if (!argp5) {
35599 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_WaitForEventForBroadcasterWithType" "', argument " "5"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_WaitForEventForBroadcasterWithType"
"', argument " "5"" of type '" "lldb::SBEvent &""'"); goto
fail; } while(0)
;
35600 }
35601 arg5 = reinterpret_cast< lldb::SBEvent * >(argp5);
35602 {
35603 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35604 result = (bool)(arg1)->WaitForEventForBroadcasterWithType(arg2,(lldb::SBBroadcaster const &)*arg3,arg4,*arg5);
35605 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35606 }
35607 resultobj = SWIG_From_bool(static_cast< bool >(result));
35608 return resultobj;
35609fail:
35610 return NULL__null;
35611}
35612
35613
35614SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_PeekAtNextEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35615 PyObject *resultobj = 0;
35616 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35617 lldb::SBEvent *arg2 = 0 ;
35618 void *argp1 = 0 ;
35619 int res1 = 0 ;
35620 void *argp2 = 0 ;
35621 int res2 = 0 ;
35622 PyObject * obj0 = 0 ;
35623 PyObject * obj1 = 0 ;
35624 bool result;
35625
35626 if (!PyArg_ParseTuple(args,(char *)"OO:SBListener_PeekAtNextEvent",&obj0,&obj1)) SWIG_failgoto fail;
35627 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35628 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35629 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_PeekAtNextEvent" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_PeekAtNextEvent"
"', argument " "1"" of type '" "lldb::SBListener *""'"); goto
fail; } while(0)
;
35630 }
35631 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35632 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBEvent, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[26]
, 0, 0)
;
35633 if (!SWIG_IsOK(res2)(res2 >= 0)) {
35634 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBListener_PeekAtNextEvent" "', argument " "2"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBListener_PeekAtNextEvent"
"', argument " "2"" of type '" "lldb::SBEvent &""'"); goto
fail; } while(0)
;
35635 }
35636 if (!argp2) {
35637 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_PeekAtNextEvent" "', argument " "2"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_PeekAtNextEvent" "', argument " "2"
" of type '" "lldb::SBEvent &""'"); goto fail; } while(0)
;
35638 }
35639 arg2 = reinterpret_cast< lldb::SBEvent * >(argp2);
35640 {
35641 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35642 result = (bool)(arg1)->PeekAtNextEvent(*arg2);
35643 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35644 }
35645 resultobj = SWIG_From_bool(static_cast< bool >(result));
35646 return resultobj;
35647fail:
35648 return NULL__null;
35649}
35650
35651
35652SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_PeekAtNextEventForBroadcaster(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35653 PyObject *resultobj = 0;
35654 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35655 lldb::SBBroadcaster *arg2 = 0 ;
35656 lldb::SBEvent *arg3 = 0 ;
35657 void *argp1 = 0 ;
35658 int res1 = 0 ;
35659 void *argp2 = 0 ;
35660 int res2 = 0 ;
35661 void *argp3 = 0 ;
35662 int res3 = 0 ;
35663 PyObject * obj0 = 0 ;
35664 PyObject * obj1 = 0 ;
35665 PyObject * obj2 = 0 ;
35666 bool result;
35667
35668 if (!PyArg_ParseTuple(args,(char *)"OOO:SBListener_PeekAtNextEventForBroadcaster",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
35669 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35670 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35671 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_PeekAtNextEventForBroadcaster" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_PeekAtNextEventForBroadcaster"
"', argument " "1"" of type '" "lldb::SBListener *""'"); goto
fail; } while(0)
;
35672 }
35673 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35674 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[16]
, 0 | 0, 0)
;
35675 if (!SWIG_IsOK(res2)(res2 >= 0)) {
35676 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBListener_PeekAtNextEventForBroadcaster" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBListener_PeekAtNextEventForBroadcaster"
"', argument " "2"" of type '" "lldb::SBBroadcaster const &"
"'"); goto fail; } while(0)
;
35677 }
35678 if (!argp2) {
35679 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_PeekAtNextEventForBroadcaster" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_PeekAtNextEventForBroadcaster" "', argument "
"2"" of type '" "lldb::SBBroadcaster const &""'"); goto fail
; } while(0)
;
35680 }
35681 arg2 = reinterpret_cast< lldb::SBBroadcaster * >(argp2);
35682 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBEvent, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[26]
, 0, 0)
;
35683 if (!SWIG_IsOK(res3)(res3 >= 0)) {
35684 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBListener_PeekAtNextEventForBroadcaster" "', argument " "3"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBListener_PeekAtNextEventForBroadcaster"
"', argument " "3"" of type '" "lldb::SBEvent &""'"); goto
fail; } while(0)
;
35685 }
35686 if (!argp3) {
35687 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_PeekAtNextEventForBroadcaster" "', argument " "3"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_PeekAtNextEventForBroadcaster" "', argument "
"3"" of type '" "lldb::SBEvent &""'"); goto fail; } while
(0)
;
35688 }
35689 arg3 = reinterpret_cast< lldb::SBEvent * >(argp3);
35690 {
35691 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35692 result = (bool)(arg1)->PeekAtNextEventForBroadcaster((lldb::SBBroadcaster const &)*arg2,*arg3);
35693 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35694 }
35695 resultobj = SWIG_From_bool(static_cast< bool >(result));
35696 return resultobj;
35697fail:
35698 return NULL__null;
35699}
35700
35701
35702SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_PeekAtNextEventForBroadcasterWithType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35703 PyObject *resultobj = 0;
35704 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35705 lldb::SBBroadcaster *arg2 = 0 ;
35706 uint32_t arg3 ;
35707 lldb::SBEvent *arg4 = 0 ;
35708 void *argp1 = 0 ;
35709 int res1 = 0 ;
35710 void *argp2 = 0 ;
35711 int res2 = 0 ;
35712 unsigned int val3 ;
35713 int ecode3 = 0 ;
35714 void *argp4 = 0 ;
35715 int res4 = 0 ;
35716 PyObject * obj0 = 0 ;
35717 PyObject * obj1 = 0 ;
35718 PyObject * obj2 = 0 ;
35719 PyObject * obj3 = 0 ;
35720 bool result;
35721
35722 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBListener_PeekAtNextEventForBroadcasterWithType",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
35723 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35724 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35725 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_PeekAtNextEventForBroadcasterWithType" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_PeekAtNextEventForBroadcasterWithType"
"', argument " "1"" of type '" "lldb::SBListener *""'"); goto
fail; } while(0)
;
35726 }
35727 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35728 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[16]
, 0 | 0, 0)
;
35729 if (!SWIG_IsOK(res2)(res2 >= 0)) {
35730 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBListener_PeekAtNextEventForBroadcasterWithType" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBListener_PeekAtNextEventForBroadcasterWithType"
"', argument " "2"" of type '" "lldb::SBBroadcaster const &"
"'"); goto fail; } while(0)
;
35731 }
35732 if (!argp2) {
35733 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_PeekAtNextEventForBroadcasterWithType" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_PeekAtNextEventForBroadcasterWithType"
"', argument " "2"" of type '" "lldb::SBBroadcaster const &"
"'"); goto fail; } while(0)
;
35734 }
35735 arg2 = reinterpret_cast< lldb::SBBroadcaster * >(argp2);
35736 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
35737 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
35738 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBListener_PeekAtNextEventForBroadcasterWithType" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBListener_PeekAtNextEventForBroadcasterWithType"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
35739 }
35740 arg3 = static_cast< uint32_t >(val3);
35741 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBEvent, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[26]
, 0, 0)
;
35742 if (!SWIG_IsOK(res4)(res4 >= 0)) {
35743 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBListener_PeekAtNextEventForBroadcasterWithType" "', argument " "4"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBListener_PeekAtNextEventForBroadcasterWithType"
"', argument " "4"" of type '" "lldb::SBEvent &""'"); goto
fail; } while(0)
;
35744 }
35745 if (!argp4) {
35746 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_PeekAtNextEventForBroadcasterWithType" "', argument " "4"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_PeekAtNextEventForBroadcasterWithType"
"', argument " "4"" of type '" "lldb::SBEvent &""'"); goto
fail; } while(0)
;
35747 }
35748 arg4 = reinterpret_cast< lldb::SBEvent * >(argp4);
35749 {
35750 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35751 result = (bool)(arg1)->PeekAtNextEventForBroadcasterWithType((lldb::SBBroadcaster const &)*arg2,arg3,*arg4);
35752 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35753 }
35754 resultobj = SWIG_From_bool(static_cast< bool >(result));
35755 return resultobj;
35756fail:
35757 return NULL__null;
35758}
35759
35760
35761SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_GetNextEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35762 PyObject *resultobj = 0;
35763 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35764 lldb::SBEvent *arg2 = 0 ;
35765 void *argp1 = 0 ;
35766 int res1 = 0 ;
35767 void *argp2 = 0 ;
35768 int res2 = 0 ;
35769 PyObject * obj0 = 0 ;
35770 PyObject * obj1 = 0 ;
35771 bool result;
35772
35773 if (!PyArg_ParseTuple(args,(char *)"OO:SBListener_GetNextEvent",&obj0,&obj1)) SWIG_failgoto fail;
35774 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35775 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35776 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_GetNextEvent" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_GetNextEvent" "', argument "
"1"" of type '" "lldb::SBListener *""'"); goto fail; } while
(0)
;
35777 }
35778 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35779 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBEvent, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[26]
, 0, 0)
;
35780 if (!SWIG_IsOK(res2)(res2 >= 0)) {
35781 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBListener_GetNextEvent" "', argument " "2"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBListener_GetNextEvent" "', argument "
"2"" of type '" "lldb::SBEvent &""'"); goto fail; } while
(0)
;
35782 }
35783 if (!argp2) {
35784 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_GetNextEvent" "', argument " "2"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_GetNextEvent" "', argument " "2"" of type '"
"lldb::SBEvent &""'"); goto fail; } while(0)
;
35785 }
35786 arg2 = reinterpret_cast< lldb::SBEvent * >(argp2);
35787 {
35788 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35789 result = (bool)(arg1)->GetNextEvent(*arg2);
35790 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35791 }
35792 resultobj = SWIG_From_bool(static_cast< bool >(result));
35793 return resultobj;
35794fail:
35795 return NULL__null;
35796}
35797
35798
35799SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_GetNextEventForBroadcaster(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35800 PyObject *resultobj = 0;
35801 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35802 lldb::SBBroadcaster *arg2 = 0 ;
35803 lldb::SBEvent *arg3 = 0 ;
35804 void *argp1 = 0 ;
35805 int res1 = 0 ;
35806 void *argp2 = 0 ;
35807 int res2 = 0 ;
35808 void *argp3 = 0 ;
35809 int res3 = 0 ;
35810 PyObject * obj0 = 0 ;
35811 PyObject * obj1 = 0 ;
35812 PyObject * obj2 = 0 ;
35813 bool result;
35814
35815 if (!PyArg_ParseTuple(args,(char *)"OOO:SBListener_GetNextEventForBroadcaster",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
35816 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35817 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35818 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_GetNextEventForBroadcaster" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_GetNextEventForBroadcaster"
"', argument " "1"" of type '" "lldb::SBListener *""'"); goto
fail; } while(0)
;
35819 }
35820 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35821 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[16]
, 0 | 0, 0)
;
35822 if (!SWIG_IsOK(res2)(res2 >= 0)) {
35823 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBListener_GetNextEventForBroadcaster" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBListener_GetNextEventForBroadcaster"
"', argument " "2"" of type '" "lldb::SBBroadcaster const &"
"'"); goto fail; } while(0)
;
35824 }
35825 if (!argp2) {
35826 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_GetNextEventForBroadcaster" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_GetNextEventForBroadcaster" "', argument "
"2"" of type '" "lldb::SBBroadcaster const &""'"); goto fail
; } while(0)
;
35827 }
35828 arg2 = reinterpret_cast< lldb::SBBroadcaster * >(argp2);
35829 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBEvent, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[26]
, 0, 0)
;
35830 if (!SWIG_IsOK(res3)(res3 >= 0)) {
35831 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBListener_GetNextEventForBroadcaster" "', argument " "3"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBListener_GetNextEventForBroadcaster"
"', argument " "3"" of type '" "lldb::SBEvent &""'"); goto
fail; } while(0)
;
35832 }
35833 if (!argp3) {
35834 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_GetNextEventForBroadcaster" "', argument " "3"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_GetNextEventForBroadcaster" "', argument "
"3"" of type '" "lldb::SBEvent &""'"); goto fail; } while
(0)
;
35835 }
35836 arg3 = reinterpret_cast< lldb::SBEvent * >(argp3);
35837 {
35838 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35839 result = (bool)(arg1)->GetNextEventForBroadcaster((lldb::SBBroadcaster const &)*arg2,*arg3);
35840 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35841 }
35842 resultobj = SWIG_From_bool(static_cast< bool >(result));
35843 return resultobj;
35844fail:
35845 return NULL__null;
35846}
35847
35848
35849SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_GetNextEventForBroadcasterWithType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35850 PyObject *resultobj = 0;
35851 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35852 lldb::SBBroadcaster *arg2 = 0 ;
35853 uint32_t arg3 ;
35854 lldb::SBEvent *arg4 = 0 ;
35855 void *argp1 = 0 ;
35856 int res1 = 0 ;
35857 void *argp2 = 0 ;
35858 int res2 = 0 ;
35859 unsigned int val3 ;
35860 int ecode3 = 0 ;
35861 void *argp4 = 0 ;
35862 int res4 = 0 ;
35863 PyObject * obj0 = 0 ;
35864 PyObject * obj1 = 0 ;
35865 PyObject * obj2 = 0 ;
35866 PyObject * obj3 = 0 ;
35867 bool result;
35868
35869 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBListener_GetNextEventForBroadcasterWithType",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
35870 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35871 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35872 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_GetNextEventForBroadcasterWithType" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_GetNextEventForBroadcasterWithType"
"', argument " "1"" of type '" "lldb::SBListener *""'"); goto
fail; } while(0)
;
35873 }
35874 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35875 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBroadcaster, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[16]
, 0 | 0, 0)
;
35876 if (!SWIG_IsOK(res2)(res2 >= 0)) {
35877 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBListener_GetNextEventForBroadcasterWithType" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBListener_GetNextEventForBroadcasterWithType"
"', argument " "2"" of type '" "lldb::SBBroadcaster const &"
"'"); goto fail; } while(0)
;
35878 }
35879 if (!argp2) {
35880 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_GetNextEventForBroadcasterWithType" "', argument " "2"" of type '" "lldb::SBBroadcaster const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_GetNextEventForBroadcasterWithType"
"', argument " "2"" of type '" "lldb::SBBroadcaster const &"
"'"); goto fail; } while(0)
;
35881 }
35882 arg2 = reinterpret_cast< lldb::SBBroadcaster * >(argp2);
35883 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
35884 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
35885 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBListener_GetNextEventForBroadcasterWithType" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBListener_GetNextEventForBroadcasterWithType"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
35886 }
35887 arg3 = static_cast< uint32_t >(val3);
35888 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBEvent, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[26]
, 0, 0)
;
35889 if (!SWIG_IsOK(res4)(res4 >= 0)) {
35890 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBListener_GetNextEventForBroadcasterWithType" "', argument " "4"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBListener_GetNextEventForBroadcasterWithType"
"', argument " "4"" of type '" "lldb::SBEvent &""'"); goto
fail; } while(0)
;
35891 }
35892 if (!argp4) {
35893 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_GetNextEventForBroadcasterWithType" "', argument " "4"" of type '" "lldb::SBEvent &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_GetNextEventForBroadcasterWithType"
"', argument " "4"" of type '" "lldb::SBEvent &""'"); goto
fail; } while(0)
;
35894 }
35895 arg4 = reinterpret_cast< lldb::SBEvent * >(argp4);
35896 {
35897 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35898 result = (bool)(arg1)->GetNextEventForBroadcasterWithType((lldb::SBBroadcaster const &)*arg2,arg3,*arg4);
35899 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35900 }
35901 resultobj = SWIG_From_bool(static_cast< bool >(result));
35902 return resultobj;
35903fail:
35904 return NULL__null;
35905}
35906
35907
35908SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBListener_HandleBroadcastEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35909 PyObject *resultobj = 0;
35910 lldb::SBListener *arg1 = (lldb::SBListener *) 0 ;
35911 lldb::SBEvent *arg2 = 0 ;
35912 void *argp1 = 0 ;
35913 int res1 = 0 ;
35914 void *argp2 = 0 ;
35915 int res2 = 0 ;
35916 PyObject * obj0 = 0 ;
35917 PyObject * obj1 = 0 ;
35918 bool result;
35919
35920 if (!PyArg_ParseTuple(args,(char *)"OO:SBListener_HandleBroadcastEvent",&obj0,&obj1)) SWIG_failgoto fail;
35921 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBListener, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[39]
, 0 | 0, 0)
;
35922 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35923 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBListener_HandleBroadcastEvent" "', argument " "1"" of type '" "lldb::SBListener *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBListener_HandleBroadcastEvent"
"', argument " "1"" of type '" "lldb::SBListener *""'"); goto
fail; } while(0)
;
35924 }
35925 arg1 = reinterpret_cast< lldb::SBListener * >(argp1);
35926 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[26]
, 0 | 0, 0)
;
35927 if (!SWIG_IsOK(res2)(res2 >= 0)) {
35928 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBListener_HandleBroadcastEvent" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBListener_HandleBroadcastEvent"
"', argument " "2"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
35929 }
35930 if (!argp2) {
35931 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBListener_HandleBroadcastEvent" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBListener_HandleBroadcastEvent" "', argument "
"2"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
35932 }
35933 arg2 = reinterpret_cast< lldb::SBEvent * >(argp2);
35934 {
35935 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35936 result = (bool)(arg1)->HandleBroadcastEvent((lldb::SBEvent const &)*arg2);
35937 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35938 }
35939 resultobj = SWIG_From_bool(static_cast< bool >(result));
35940 return resultobj;
35941fail:
35942 return NULL__null;
35943}
35944
35945
35946SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBListener_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35947 PyObject *obj;
35948 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
35949 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBListenerswig_types[39], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
35950 return SWIG_Py_Void();
35951}
35952
35953SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBMemoryRegionInfo__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35954 PyObject *resultobj = 0;
35955 lldb::SBMemoryRegionInfo *result = 0 ;
35956
35957 if (!PyArg_ParseTuple(args,(char *)":new_SBMemoryRegionInfo")) SWIG_failgoto fail;
35958 {
35959 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35960 result = (lldb::SBMemoryRegionInfo *)new lldb::SBMemoryRegionInfo();
35961 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35962 }
35963 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBMemoryRegionInfo, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[40], (
(0x1 << 1) | 0x1) | 0)
;
35964 return resultobj;
35965fail:
35966 return NULL__null;
35967}
35968
35969
35970SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBMemoryRegionInfo__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
35971 PyObject *resultobj = 0;
35972 lldb::SBMemoryRegionInfo *arg1 = 0 ;
35973 void *argp1 = 0 ;
35974 int res1 = 0 ;
35975 PyObject * obj0 = 0 ;
35976 lldb::SBMemoryRegionInfo *result = 0 ;
35977
35978 if (!PyArg_ParseTuple(args,(char *)"O:new_SBMemoryRegionInfo",&obj0)) SWIG_failgoto fail;
35979 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0 | 0, 0)
;
35980 if (!SWIG_IsOK(res1)(res1 >= 0)) {
35981 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBMemoryRegionInfo" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBMemoryRegionInfo" "', argument "
"1"" of type '" "lldb::SBMemoryRegionInfo const &""'"); goto
fail; } while(0)
;
35982 }
35983 if (!argp1) {
35984 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBMemoryRegionInfo" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBMemoryRegionInfo" "', argument " "1"" of type '"
"lldb::SBMemoryRegionInfo const &""'"); goto fail; } while
(0)
;
35985 }
35986 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
35987 {
35988 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
35989 result = (lldb::SBMemoryRegionInfo *)new lldb::SBMemoryRegionInfo((lldb::SBMemoryRegionInfo const &)*arg1);
35990 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
35991 }
35992 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBMemoryRegionInfo, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[40], (
(0x1 << 1) | 0x1) | 0)
;
35993 return resultobj;
35994fail:
35995 return NULL__null;
35996}
35997
35998
35999SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBMemoryRegionInfo(PyObject *self, PyObject *args) {
36000 Py_ssize_t argc;
36001 PyObject *argv[2] = {
36002 0
36003 };
36004 Py_ssize_t ii;
36005
36006 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
36007 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
36008 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
36009 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
36010 }
36011 if (argc == 0) {
36012 return _wrap_new_SBMemoryRegionInfo__SWIG_0(self, args);
36013 }
36014 if (argc == 1) {
36015 int _v;
36016 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[40], 0, 0
)
;
36017 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
36018 if (_v) {
36019 return _wrap_new_SBMemoryRegionInfo__SWIG_1(self, args);
36020 }
36021 }
36022
36023fail:
36024 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBMemoryRegionInfo'.\n"
36025 " Possible C/C++ prototypes are:\n"
36026 " lldb::SBMemoryRegionInfo::SBMemoryRegionInfo()\n"
36027 " lldb::SBMemoryRegionInfo::SBMemoryRegionInfo(lldb::SBMemoryRegionInfo const &)\n");
36028 return 0;
36029}
36030
36031
36032SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBMemoryRegionInfo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36033 PyObject *resultobj = 0;
36034 lldb::SBMemoryRegionInfo *arg1 = (lldb::SBMemoryRegionInfo *) 0 ;
36035 void *argp1 = 0 ;
36036 int res1 = 0 ;
36037 PyObject * obj0 = 0 ;
36038
36039 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBMemoryRegionInfo",&obj0)) SWIG_failgoto fail;
36040 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfo, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0x1 | 0, 0)
;
36041 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36042 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBMemoryRegionInfo" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBMemoryRegionInfo"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'"
); goto fail; } while(0)
;
36043 }
36044 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
36045 {
36046 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36047 delete arg1;
36048 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36049 }
36050 resultobj = SWIG_Py_Void();
36051 return resultobj;
36052fail:
36053 return NULL__null;
36054}
36055
36056
36057SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfo_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36058 PyObject *resultobj = 0;
36059 lldb::SBMemoryRegionInfo *arg1 = (lldb::SBMemoryRegionInfo *) 0 ;
36060 void *argp1 = 0 ;
36061 int res1 = 0 ;
36062 PyObject * obj0 = 0 ;
36063
36064 if (!PyArg_ParseTuple(args,(char *)"O:SBMemoryRegionInfo_Clear",&obj0)) SWIG_failgoto fail;
36065 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0 | 0, 0)
;
36066 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36067 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfo_Clear" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfo_Clear" "', argument "
"1"" of type '" "lldb::SBMemoryRegionInfo *""'"); goto fail;
} while(0)
;
36068 }
36069 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
36070 {
36071 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36072 (arg1)->Clear();
36073 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36074 }
36075 resultobj = SWIG_Py_Void();
36076 return resultobj;
36077fail:
36078 return NULL__null;
36079}
36080
36081
36082SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfo_GetRegionBase(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36083 PyObject *resultobj = 0;
36084 lldb::SBMemoryRegionInfo *arg1 = (lldb::SBMemoryRegionInfo *) 0 ;
36085 void *argp1 = 0 ;
36086 int res1 = 0 ;
36087 PyObject * obj0 = 0 ;
36088 lldb::addr_t result;
36089
36090 if (!PyArg_ParseTuple(args,(char *)"O:SBMemoryRegionInfo_GetRegionBase",&obj0)) SWIG_failgoto fail;
36091 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0 | 0, 0)
;
36092 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36093 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfo_GetRegionBase" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfo_GetRegionBase"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'"
); goto fail; } while(0)
;
36094 }
36095 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
36096 {
36097 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36098 result = (lldb::addr_t)(arg1)->GetRegionBase();
36099 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36100 }
36101 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
36102 return resultobj;
36103fail:
36104 return NULL__null;
36105}
36106
36107
36108SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfo_GetRegionEnd(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36109 PyObject *resultobj = 0;
36110 lldb::SBMemoryRegionInfo *arg1 = (lldb::SBMemoryRegionInfo *) 0 ;
36111 void *argp1 = 0 ;
36112 int res1 = 0 ;
36113 PyObject * obj0 = 0 ;
36114 lldb::addr_t result;
36115
36116 if (!PyArg_ParseTuple(args,(char *)"O:SBMemoryRegionInfo_GetRegionEnd",&obj0)) SWIG_failgoto fail;
36117 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0 | 0, 0)
;
36118 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36119 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfo_GetRegionEnd" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfo_GetRegionEnd"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'"
); goto fail; } while(0)
;
36120 }
36121 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
36122 {
36123 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36124 result = (lldb::addr_t)(arg1)->GetRegionEnd();
36125 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36126 }
36127 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
36128 return resultobj;
36129fail:
36130 return NULL__null;
36131}
36132
36133
36134SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfo_IsReadable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36135 PyObject *resultobj = 0;
36136 lldb::SBMemoryRegionInfo *arg1 = (lldb::SBMemoryRegionInfo *) 0 ;
36137 void *argp1 = 0 ;
36138 int res1 = 0 ;
36139 PyObject * obj0 = 0 ;
36140 bool result;
36141
36142 if (!PyArg_ParseTuple(args,(char *)"O:SBMemoryRegionInfo_IsReadable",&obj0)) SWIG_failgoto fail;
36143 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0 | 0, 0)
;
36144 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36145 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfo_IsReadable" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfo_IsReadable"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'"
); goto fail; } while(0)
;
36146 }
36147 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
36148 {
36149 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36150 result = (bool)(arg1)->IsReadable();
36151 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36152 }
36153 resultobj = SWIG_From_bool(static_cast< bool >(result));
36154 return resultobj;
36155fail:
36156 return NULL__null;
36157}
36158
36159
36160SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfo_IsWritable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36161 PyObject *resultobj = 0;
36162 lldb::SBMemoryRegionInfo *arg1 = (lldb::SBMemoryRegionInfo *) 0 ;
36163 void *argp1 = 0 ;
36164 int res1 = 0 ;
36165 PyObject * obj0 = 0 ;
36166 bool result;
36167
36168 if (!PyArg_ParseTuple(args,(char *)"O:SBMemoryRegionInfo_IsWritable",&obj0)) SWIG_failgoto fail;
36169 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0 | 0, 0)
;
36170 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36171 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfo_IsWritable" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfo_IsWritable"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'"
); goto fail; } while(0)
;
36172 }
36173 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
36174 {
36175 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36176 result = (bool)(arg1)->IsWritable();
36177 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36178 }
36179 resultobj = SWIG_From_bool(static_cast< bool >(result));
36180 return resultobj;
36181fail:
36182 return NULL__null;
36183}
36184
36185
36186SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfo_IsExecutable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36187 PyObject *resultobj = 0;
36188 lldb::SBMemoryRegionInfo *arg1 = (lldb::SBMemoryRegionInfo *) 0 ;
36189 void *argp1 = 0 ;
36190 int res1 = 0 ;
36191 PyObject * obj0 = 0 ;
36192 bool result;
36193
36194 if (!PyArg_ParseTuple(args,(char *)"O:SBMemoryRegionInfo_IsExecutable",&obj0)) SWIG_failgoto fail;
36195 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0 | 0, 0)
;
36196 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36197 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfo_IsExecutable" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfo_IsExecutable"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'"
); goto fail; } while(0)
;
36198 }
36199 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
36200 {
36201 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36202 result = (bool)(arg1)->IsExecutable();
36203 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36204 }
36205 resultobj = SWIG_From_bool(static_cast< bool >(result));
36206 return resultobj;
36207fail:
36208 return NULL__null;
36209}
36210
36211
36212SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfo_IsMapped(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36213 PyObject *resultobj = 0;
36214 lldb::SBMemoryRegionInfo *arg1 = (lldb::SBMemoryRegionInfo *) 0 ;
36215 void *argp1 = 0 ;
36216 int res1 = 0 ;
36217 PyObject * obj0 = 0 ;
36218 bool result;
36219
36220 if (!PyArg_ParseTuple(args,(char *)"O:SBMemoryRegionInfo_IsMapped",&obj0)) SWIG_failgoto fail;
36221 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0 | 0, 0)
;
36222 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36223 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfo_IsMapped" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfo_IsMapped"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'"
); goto fail; } while(0)
;
36224 }
36225 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
36226 {
36227 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36228 result = (bool)(arg1)->IsMapped();
36229 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36230 }
36231 resultobj = SWIG_From_bool(static_cast< bool >(result));
36232 return resultobj;
36233fail:
36234 return NULL__null;
36235}
36236
36237
36238SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfo___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36239 PyObject *resultobj = 0;
36240 lldb::SBMemoryRegionInfo *arg1 = (lldb::SBMemoryRegionInfo *) 0 ;
36241 lldb::SBMemoryRegionInfo *arg2 = 0 ;
36242 void *argp1 = 0 ;
36243 int res1 = 0 ;
36244 void *argp2 = 0 ;
36245 int res2 = 0 ;
36246 PyObject * obj0 = 0 ;
36247 PyObject * obj1 = 0 ;
36248 bool result;
36249
36250 if (!PyArg_ParseTuple(args,(char *)"OO:SBMemoryRegionInfo___eq__",&obj0,&obj1)) SWIG_failgoto fail;
36251 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0 | 0, 0)
;
36252 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36253 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfo___eq__" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfo___eq__"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfo const *"
"'"); goto fail; } while(0)
;
36254 }
36255 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
36256 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[40]
, 0 | 0, 0)
;
36257 if (!SWIG_IsOK(res2)(res2 >= 0)) {
36258 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBMemoryRegionInfo___eq__" "', argument " "2"" of type '" "lldb::SBMemoryRegionInfo const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBMemoryRegionInfo___eq__"
"', argument " "2"" of type '" "lldb::SBMemoryRegionInfo const &"
"'"); goto fail; } while(0)
;
36259 }
36260 if (!argp2) {
36261 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBMemoryRegionInfo___eq__" "', argument " "2"" of type '" "lldb::SBMemoryRegionInfo const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBMemoryRegionInfo___eq__" "', argument " "2"
" of type '" "lldb::SBMemoryRegionInfo const &""'"); goto
fail; } while(0)
;
36262 }
36263 arg2 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp2);
36264 {
36265 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36266 result = (bool)((lldb::SBMemoryRegionInfo const *)arg1)->operator ==((lldb::SBMemoryRegionInfo const &)*arg2);
36267 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36268 }
36269 resultobj = SWIG_From_bool(static_cast< bool >(result));
36270 return resultobj;
36271fail:
36272 return NULL__null;
36273}
36274
36275
36276SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfo___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36277 PyObject *resultobj = 0;
36278 lldb::SBMemoryRegionInfo *arg1 = (lldb::SBMemoryRegionInfo *) 0 ;
36279 lldb::SBMemoryRegionInfo *arg2 = 0 ;
36280 void *argp1 = 0 ;
36281 int res1 = 0 ;
36282 void *argp2 = 0 ;
36283 int res2 = 0 ;
36284 PyObject * obj0 = 0 ;
36285 PyObject * obj1 = 0 ;
36286 bool result;
36287
36288 if (!PyArg_ParseTuple(args,(char *)"OO:SBMemoryRegionInfo___ne__",&obj0,&obj1)) SWIG_failgoto fail;
36289 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0 | 0, 0)
;
36290 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36291 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfo___ne__" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfo___ne__"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfo const *"
"'"); goto fail; } while(0)
;
36292 }
36293 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
36294 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[40]
, 0 | 0, 0)
;
36295 if (!SWIG_IsOK(res2)(res2 >= 0)) {
36296 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBMemoryRegionInfo___ne__" "', argument " "2"" of type '" "lldb::SBMemoryRegionInfo const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBMemoryRegionInfo___ne__"
"', argument " "2"" of type '" "lldb::SBMemoryRegionInfo const &"
"'"); goto fail; } while(0)
;
36297 }
36298 if (!argp2) {
36299 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBMemoryRegionInfo___ne__" "', argument " "2"" of type '" "lldb::SBMemoryRegionInfo const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBMemoryRegionInfo___ne__" "', argument " "2"
" of type '" "lldb::SBMemoryRegionInfo const &""'"); goto
fail; } while(0)
;
36300 }
36301 arg2 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp2);
36302 {
36303 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36304 result = (bool)((lldb::SBMemoryRegionInfo const *)arg1)->operator !=((lldb::SBMemoryRegionInfo const &)*arg2);
36305 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36306 }
36307 resultobj = SWIG_From_bool(static_cast< bool >(result));
36308 return resultobj;
36309fail:
36310 return NULL__null;
36311}
36312
36313
36314SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfo_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36315 PyObject *resultobj = 0;
36316 lldb::SBMemoryRegionInfo *arg1 = (lldb::SBMemoryRegionInfo *) 0 ;
36317 lldb::SBStream *arg2 = 0 ;
36318 void *argp1 = 0 ;
36319 int res1 = 0 ;
36320 void *argp2 = 0 ;
36321 int res2 = 0 ;
36322 PyObject * obj0 = 0 ;
36323 PyObject * obj1 = 0 ;
36324 bool result;
36325
36326 if (!PyArg_ParseTuple(args,(char *)"OO:SBMemoryRegionInfo_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
36327 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0 | 0, 0)
;
36328 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36329 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfo_GetDescription" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfo_GetDescription"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'"
); goto fail; } while(0)
;
36330 }
36331 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
36332 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
36333 if (!SWIG_IsOK(res2)(res2 >= 0)) {
36334 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBMemoryRegionInfo_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBMemoryRegionInfo_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
36335 }
36336 if (!argp2) {
36337 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBMemoryRegionInfo_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBMemoryRegionInfo_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
36338 }
36339 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
36340 {
36341 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36342 result = (bool)(arg1)->GetDescription(*arg2);
36343 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36344 }
36345 resultobj = SWIG_From_bool(static_cast< bool >(result));
36346 return resultobj;
36347fail:
36348 return NULL__null;
36349}
36350
36351
36352SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfo___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36353 PyObject *resultobj = 0;
36354 lldb::SBMemoryRegionInfo *arg1 = (lldb::SBMemoryRegionInfo *) 0 ;
36355 void *argp1 = 0 ;
36356 int res1 = 0 ;
36357 PyObject * obj0 = 0 ;
36358 PyObject *result = 0 ;
36359
36360 if (!PyArg_ParseTuple(args,(char *)"O:SBMemoryRegionInfo___str__",&obj0)) SWIG_failgoto fail;
36361 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[40]
, 0 | 0, 0)
;
36362 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36363 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfo___str__" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfo___str__"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfo *""'"
); goto fail; } while(0)
;
36364 }
36365 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp1);
36366 result = (PyObject *)lldb_SBMemoryRegionInfo___str__(arg1);
36367 resultobj = result;
36368 return resultobj;
36369fail:
36370 return NULL__null;
36371}
36372
36373
36374SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBMemoryRegionInfo_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36375 PyObject *obj;
36376 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
36377 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBMemoryRegionInfoswig_types[40], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
36378 return SWIG_Py_Void();
36379}
36380
36381SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBMemoryRegionInfoList__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36382 PyObject *resultobj = 0;
36383 lldb::SBMemoryRegionInfoList *result = 0 ;
36384
36385 if (!PyArg_ParseTuple(args,(char *)":new_SBMemoryRegionInfoList")) SWIG_failgoto fail;
36386 {
36387 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36388 result = (lldb::SBMemoryRegionInfoList *)new lldb::SBMemoryRegionInfoList();
36389 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36390 }
36391 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBMemoryRegionInfoList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[41], (
(0x1 << 1) | 0x1) | 0)
;
36392 return resultobj;
36393fail:
36394 return NULL__null;
36395}
36396
36397
36398SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBMemoryRegionInfoList__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36399 PyObject *resultobj = 0;
36400 lldb::SBMemoryRegionInfoList *arg1 = 0 ;
36401 void *argp1 = 0 ;
36402 int res1 = 0 ;
36403 PyObject * obj0 = 0 ;
36404 lldb::SBMemoryRegionInfoList *result = 0 ;
36405
36406 if (!PyArg_ParseTuple(args,(char *)"O:new_SBMemoryRegionInfoList",&obj0)) SWIG_failgoto fail;
36407 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBMemoryRegionInfoList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[41]
, 0 | 0, 0)
;
36408 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36409 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBMemoryRegionInfoList" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBMemoryRegionInfoList"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList const &"
"'"); goto fail; } while(0)
;
36410 }
36411 if (!argp1) {
36412 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBMemoryRegionInfoList" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBMemoryRegionInfoList" "', argument " "1"
" of type '" "lldb::SBMemoryRegionInfoList const &""'"); goto
fail; } while(0)
;
36413 }
36414 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfoList * >(argp1);
36415 {
36416 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36417 result = (lldb::SBMemoryRegionInfoList *)new lldb::SBMemoryRegionInfoList((lldb::SBMemoryRegionInfoList const &)*arg1);
36418 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36419 }
36420 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBMemoryRegionInfoList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[41], (
(0x1 << 1) | 0x1) | 0)
;
36421 return resultobj;
36422fail:
36423 return NULL__null;
36424}
36425
36426
36427SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBMemoryRegionInfoList(PyObject *self, PyObject *args) {
36428 Py_ssize_t argc;
36429 PyObject *argv[2] = {
36430 0
36431 };
36432 Py_ssize_t ii;
36433
36434 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
36435 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
36436 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
36437 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
36438 }
36439 if (argc == 0) {
36440 return _wrap_new_SBMemoryRegionInfoList__SWIG_0(self, args);
36441 }
36442 if (argc == 1) {
36443 int _v;
36444 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBMemoryRegionInfoList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[41], 0, 0
)
;
36445 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
36446 if (_v) {
36447 return _wrap_new_SBMemoryRegionInfoList__SWIG_1(self, args);
36448 }
36449 }
36450
36451fail:
36452 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBMemoryRegionInfoList'.\n"
36453 " Possible C/C++ prototypes are:\n"
36454 " lldb::SBMemoryRegionInfoList::SBMemoryRegionInfoList()\n"
36455 " lldb::SBMemoryRegionInfoList::SBMemoryRegionInfoList(lldb::SBMemoryRegionInfoList const &)\n");
36456 return 0;
36457}
36458
36459
36460SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBMemoryRegionInfoList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36461 PyObject *resultobj = 0;
36462 lldb::SBMemoryRegionInfoList *arg1 = (lldb::SBMemoryRegionInfoList *) 0 ;
36463 void *argp1 = 0 ;
36464 int res1 = 0 ;
36465 PyObject * obj0 = 0 ;
36466
36467 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBMemoryRegionInfoList",&obj0)) SWIG_failgoto fail;
36468 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfoList, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[41]
, 0x1 | 0, 0)
;
36469 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36470 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBMemoryRegionInfoList" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBMemoryRegionInfoList"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList *"
"'"); goto fail; } while(0)
;
36471 }
36472 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfoList * >(argp1);
36473 {
36474 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36475 delete arg1;
36476 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36477 }
36478 resultobj = SWIG_Py_Void();
36479 return resultobj;
36480fail:
36481 return NULL__null;
36482}
36483
36484
36485SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfoList_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36486 PyObject *resultobj = 0;
36487 lldb::SBMemoryRegionInfoList *arg1 = (lldb::SBMemoryRegionInfoList *) 0 ;
36488 void *argp1 = 0 ;
36489 int res1 = 0 ;
36490 PyObject * obj0 = 0 ;
36491 uint32_t result;
36492
36493 if (!PyArg_ParseTuple(args,(char *)"O:SBMemoryRegionInfoList_GetSize",&obj0)) SWIG_failgoto fail;
36494 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfoList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[41]
, 0 | 0, 0)
;
36495 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36496 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfoList_GetSize" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfoList_GetSize"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList const *"
"'"); goto fail; } while(0)
;
36497 }
36498 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfoList * >(argp1);
36499 {
36500 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36501 result = (uint32_t)((lldb::SBMemoryRegionInfoList const *)arg1)->GetSize();
36502 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36503 }
36504 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
36505 return resultobj;
36506fail:
36507 return NULL__null;
36508}
36509
36510
36511SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfoList_GetMemoryRegionAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36512 PyObject *resultobj = 0;
36513 lldb::SBMemoryRegionInfoList *arg1 = (lldb::SBMemoryRegionInfoList *) 0 ;
36514 uint32_t arg2 ;
36515 lldb::SBMemoryRegionInfo *arg3 = 0 ;
36516 void *argp1 = 0 ;
36517 int res1 = 0 ;
36518 unsigned int val2 ;
36519 int ecode2 = 0 ;
36520 void *argp3 = 0 ;
36521 int res3 = 0 ;
36522 PyObject * obj0 = 0 ;
36523 PyObject * obj1 = 0 ;
36524 PyObject * obj2 = 0 ;
36525 bool result;
36526
36527 if (!PyArg_ParseTuple(args,(char *)"OOO:SBMemoryRegionInfoList_GetMemoryRegionAtIndex",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
36528 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfoList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[41]
, 0 | 0, 0)
;
36529 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36530 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfoList_GetMemoryRegionAtIndex" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfoList_GetMemoryRegionAtIndex"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList *"
"'"); goto fail; } while(0)
;
36531 }
36532 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfoList * >(argp1);
36533 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
36534 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
36535 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBMemoryRegionInfoList_GetMemoryRegionAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBMemoryRegionInfoList_GetMemoryRegionAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
36536 }
36537 arg2 = static_cast< uint32_t >(val2);
36538 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[40]
, 0, 0)
;
36539 if (!SWIG_IsOK(res3)(res3 >= 0)) {
36540 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBMemoryRegionInfoList_GetMemoryRegionAtIndex" "', argument " "3"" of type '" "lldb::SBMemoryRegionInfo &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBMemoryRegionInfoList_GetMemoryRegionAtIndex"
"', argument " "3"" of type '" "lldb::SBMemoryRegionInfo &"
"'"); goto fail; } while(0)
;
36541 }
36542 if (!argp3) {
36543 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBMemoryRegionInfoList_GetMemoryRegionAtIndex" "', argument " "3"" of type '" "lldb::SBMemoryRegionInfo &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBMemoryRegionInfoList_GetMemoryRegionAtIndex"
"', argument " "3"" of type '" "lldb::SBMemoryRegionInfo &"
"'"); goto fail; } while(0)
;
36544 }
36545 arg3 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp3);
36546 {
36547 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36548 result = (bool)(arg1)->GetMemoryRegionAtIndex(arg2,*arg3);
36549 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36550 }
36551 resultobj = SWIG_From_bool(static_cast< bool >(result));
36552 return resultobj;
36553fail:
36554 return NULL__null;
36555}
36556
36557
36558SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfoList_Append__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36559 PyObject *resultobj = 0;
36560 lldb::SBMemoryRegionInfoList *arg1 = (lldb::SBMemoryRegionInfoList *) 0 ;
36561 lldb::SBMemoryRegionInfo *arg2 = 0 ;
36562 void *argp1 = 0 ;
36563 int res1 = 0 ;
36564 void *argp2 = 0 ;
36565 int res2 = 0 ;
36566 PyObject * obj0 = 0 ;
36567 PyObject * obj1 = 0 ;
36568
36569 if (!PyArg_ParseTuple(args,(char *)"OO:SBMemoryRegionInfoList_Append",&obj0,&obj1)) SWIG_failgoto fail;
36570 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfoList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[41]
, 0 | 0, 0)
;
36571 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36572 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfoList_Append" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfoList_Append"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList *"
"'"); goto fail; } while(0)
;
36573 }
36574 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfoList * >(argp1);
36575 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[40]
, 0, 0)
;
36576 if (!SWIG_IsOK(res2)(res2 >= 0)) {
36577 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBMemoryRegionInfoList_Append" "', argument " "2"" of type '" "lldb::SBMemoryRegionInfo &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBMemoryRegionInfoList_Append"
"', argument " "2"" of type '" "lldb::SBMemoryRegionInfo &"
"'"); goto fail; } while(0)
;
36578 }
36579 if (!argp2) {
36580 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBMemoryRegionInfoList_Append" "', argument " "2"" of type '" "lldb::SBMemoryRegionInfo &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBMemoryRegionInfoList_Append" "', argument "
"2"" of type '" "lldb::SBMemoryRegionInfo &""'"); goto fail
; } while(0)
;
36581 }
36582 arg2 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp2);
36583 {
36584 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36585 (arg1)->Append(*arg2);
36586 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36587 }
36588 resultobj = SWIG_Py_Void();
36589 return resultobj;
36590fail:
36591 return NULL__null;
36592}
36593
36594
36595SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfoList_Append__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36596 PyObject *resultobj = 0;
36597 lldb::SBMemoryRegionInfoList *arg1 = (lldb::SBMemoryRegionInfoList *) 0 ;
36598 lldb::SBMemoryRegionInfoList *arg2 = 0 ;
36599 void *argp1 = 0 ;
36600 int res1 = 0 ;
36601 void *argp2 = 0 ;
36602 int res2 = 0 ;
36603 PyObject * obj0 = 0 ;
36604 PyObject * obj1 = 0 ;
36605
36606 if (!PyArg_ParseTuple(args,(char *)"OO:SBMemoryRegionInfoList_Append",&obj0,&obj1)) SWIG_failgoto fail;
36607 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfoList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[41]
, 0 | 0, 0)
;
36608 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36609 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfoList_Append" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfoList_Append"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList *"
"'"); goto fail; } while(0)
;
36610 }
36611 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfoList * >(argp1);
36612 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBMemoryRegionInfoList, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[41]
, 0, 0)
;
36613 if (!SWIG_IsOK(res2)(res2 >= 0)) {
36614 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBMemoryRegionInfoList_Append" "', argument " "2"" of type '" "lldb::SBMemoryRegionInfoList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBMemoryRegionInfoList_Append"
"', argument " "2"" of type '" "lldb::SBMemoryRegionInfoList &"
"'"); goto fail; } while(0)
;
36615 }
36616 if (!argp2) {
36617 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBMemoryRegionInfoList_Append" "', argument " "2"" of type '" "lldb::SBMemoryRegionInfoList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBMemoryRegionInfoList_Append" "', argument "
"2"" of type '" "lldb::SBMemoryRegionInfoList &""'"); goto
fail; } while(0)
;
36618 }
36619 arg2 = reinterpret_cast< lldb::SBMemoryRegionInfoList * >(argp2);
36620 {
36621 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36622 (arg1)->Append(*arg2);
36623 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36624 }
36625 resultobj = SWIG_Py_Void();
36626 return resultobj;
36627fail:
36628 return NULL__null;
36629}
36630
36631
36632SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfoList_Append(PyObject *self, PyObject *args) {
36633 Py_ssize_t argc;
36634 PyObject *argv[3] = {
36635 0
36636 };
36637 Py_ssize_t ii;
36638
36639 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
36640 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
36641 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
36642 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
36643 }
36644 if (argc == 2) {
36645 int _v;
36646 void *vptr = 0;
36647 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBMemoryRegionInfoList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[41
], 0, 0)
;
36648 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
36649 if (_v) {
36650 void *vptr = 0;
36651 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[40
], 0, 0)
;
36652 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
36653 if (_v) {
36654 return _wrap_SBMemoryRegionInfoList_Append__SWIG_0(self, args);
36655 }
36656 }
36657 }
36658 if (argc == 2) {
36659 int _v;
36660 void *vptr = 0;
36661 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBMemoryRegionInfoList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[41
], 0, 0)
;
36662 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
36663 if (_v) {
36664 void *vptr = 0;
36665 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBMemoryRegionInfoList, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[41
], 0, 0)
;
36666 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
36667 if (_v) {
36668 return _wrap_SBMemoryRegionInfoList_Append__SWIG_1(self, args);
36669 }
36670 }
36671 }
36672
36673fail:
36674 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBMemoryRegionInfoList_Append'.\n"
36675 " Possible C/C++ prototypes are:\n"
36676 " lldb::SBMemoryRegionInfoList::Append(lldb::SBMemoryRegionInfo &)\n"
36677 " lldb::SBMemoryRegionInfoList::Append(lldb::SBMemoryRegionInfoList &)\n");
36678 return 0;
36679}
36680
36681
36682SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBMemoryRegionInfoList_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36683 PyObject *resultobj = 0;
36684 lldb::SBMemoryRegionInfoList *arg1 = (lldb::SBMemoryRegionInfoList *) 0 ;
36685 void *argp1 = 0 ;
36686 int res1 = 0 ;
36687 PyObject * obj0 = 0 ;
36688
36689 if (!PyArg_ParseTuple(args,(char *)"O:SBMemoryRegionInfoList_Clear",&obj0)) SWIG_failgoto fail;
36690 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBMemoryRegionInfoList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[41]
, 0 | 0, 0)
;
36691 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36692 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBMemoryRegionInfoList_Clear" "', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBMemoryRegionInfoList_Clear"
"', argument " "1"" of type '" "lldb::SBMemoryRegionInfoList *"
"'"); goto fail; } while(0)
;
36693 }
36694 arg1 = reinterpret_cast< lldb::SBMemoryRegionInfoList * >(argp1);
36695 {
36696 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36697 (arg1)->Clear();
36698 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36699 }
36700 resultobj = SWIG_Py_Void();
36701 return resultobj;
36702fail:
36703 return NULL__null;
36704}
36705
36706
36707SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBMemoryRegionInfoList_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36708 PyObject *obj;
36709 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
36710 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBMemoryRegionInfoListswig_types[41], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
36711 return SWIG_Py_Void();
36712}
36713
36714SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBModule__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36715 PyObject *resultobj = 0;
36716 lldb::SBModule *result = 0 ;
36717
36718 if (!PyArg_ParseTuple(args,(char *)":new_SBModule")) SWIG_failgoto fail;
36719 {
36720 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36721 result = (lldb::SBModule *)new lldb::SBModule();
36722 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36723 }
36724 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[42], (
(0x1 << 1) | 0x1) | 0)
;
36725 return resultobj;
36726fail:
36727 return NULL__null;
36728}
36729
36730
36731SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBModule__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36732 PyObject *resultobj = 0;
36733 lldb::SBModule *arg1 = 0 ;
36734 void *argp1 = 0 ;
36735 int res1 = 0 ;
36736 PyObject * obj0 = 0 ;
36737 lldb::SBModule *result = 0 ;
36738
36739 if (!PyArg_ParseTuple(args,(char *)"O:new_SBModule",&obj0)) SWIG_failgoto fail;
36740 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBModule, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
36741 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36742 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBModule" "', argument " "1"" of type '" "lldb::SBModule const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBModule" "', argument "
"1"" of type '" "lldb::SBModule const &""'"); goto fail;
} while(0)
;
36743 }
36744 if (!argp1) {
36745 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBModule" "', argument " "1"" of type '" "lldb::SBModule const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBModule" "', argument " "1"" of type '" "lldb::SBModule const &"
"'"); goto fail; } while(0)
;
36746 }
36747 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
36748 {
36749 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36750 result = (lldb::SBModule *)new lldb::SBModule((lldb::SBModule const &)*arg1);
36751 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36752 }
36753 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[42], (
(0x1 << 1) | 0x1) | 0)
;
36754 return resultobj;
36755fail:
36756 return NULL__null;
36757}
36758
36759
36760SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBModule__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36761 PyObject *resultobj = 0;
36762 lldb::SBModuleSpec *arg1 = 0 ;
36763 void *argp1 = 0 ;
36764 int res1 = 0 ;
36765 PyObject * obj0 = 0 ;
36766 lldb::SBModule *result = 0 ;
36767
36768 if (!PyArg_ParseTuple(args,(char *)"O:new_SBModule",&obj0)) SWIG_failgoto fail;
36769 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
36770 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36771 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBModule" "', argument " "1"" of type '" "lldb::SBModuleSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBModule" "', argument "
"1"" of type '" "lldb::SBModuleSpec const &""'"); goto fail
; } while(0)
;
36772 }
36773 if (!argp1) {
36774 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBModule" "', argument " "1"" of type '" "lldb::SBModuleSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBModule" "', argument " "1"" of type '" "lldb::SBModuleSpec const &"
"'"); goto fail; } while(0)
;
36775 }
36776 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
36777 {
36778 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36779 result = (lldb::SBModule *)new lldb::SBModule((lldb::SBModuleSpec const &)*arg1);
36780 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36781 }
36782 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[42], (
(0x1 << 1) | 0x1) | 0)
;
36783 return resultobj;
36784fail:
36785 return NULL__null;
36786}
36787
36788
36789SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBModule__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36790 PyObject *resultobj = 0;
36791 lldb::SBProcess *arg1 = 0 ;
36792 lldb::addr_t arg2 ;
36793 void *argp1 = 0 ;
36794 int res1 = 0 ;
36795 unsigned long long val2 ;
36796 int ecode2 = 0 ;
36797 PyObject * obj0 = 0 ;
36798 PyObject * obj1 = 0 ;
36799 lldb::SBModule *result = 0 ;
36800
36801 if (!PyArg_ParseTuple(args,(char *)"OO:new_SBModule",&obj0,&obj1)) SWIG_failgoto fail;
36802 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBProcess, 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0, 0)
;
36803 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36804 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBModule" "', argument " "1"" of type '" "lldb::SBProcess &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBModule" "', argument "
"1"" of type '" "lldb::SBProcess &""'"); goto fail; } while
(0)
;
36805 }
36806 if (!argp1) {
36807 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBModule" "', argument " "1"" of type '" "lldb::SBProcess &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBModule" "', argument " "1"" of type '" "lldb::SBProcess &"
"'"); goto fail; } while(0)
;
36808 }
36809 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
36810 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
36811 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
36812 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_SBModule" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "new_SBModule" "', argument "
"2"" of type '" "lldb::addr_t""'"); goto fail; } while(0)
;
36813 }
36814 arg2 = static_cast< lldb::addr_t >(val2);
36815 {
36816 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36817 result = (lldb::SBModule *)new lldb::SBModule(*arg1,arg2);
36818 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36819 }
36820 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[42], (
(0x1 << 1) | 0x1) | 0)
;
36821 return resultobj;
36822fail:
36823 return NULL__null;
36824}
36825
36826
36827SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBModule(PyObject *self, PyObject *args) {
36828 Py_ssize_t argc;
36829 PyObject *argv[3] = {
36830 0
36831 };
36832 Py_ssize_t ii;
36833
36834 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
36835 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
36836 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
36837 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
36838 }
36839 if (argc == 0) {
36840 return _wrap_new_SBModule__SWIG_0(self, args);
36841 }
36842 if (argc == 1) {
36843 int _v;
36844 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBModule, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[42], 0, 0
)
;
36845 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
36846 if (_v) {
36847 return _wrap_new_SBModule__SWIG_1(self, args);
36848 }
36849 }
36850 if (argc == 1) {
36851 int _v;
36852 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBModuleSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[43], 0, 0
)
;
36853 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
36854 if (_v) {
36855 return _wrap_new_SBModule__SWIG_2(self, args);
36856 }
36857 }
36858 if (argc == 2) {
36859 int _v;
36860 void *vptr = 0;
36861 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBProcess, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[48
], 0, 0)
;
36862 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
36863 if (_v) {
36864 {
36865 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL__null);
36866 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
36867 }
36868 if (_v) {
36869 return _wrap_new_SBModule__SWIG_3(self, args);
36870 }
36871 }
36872 }
36873
36874fail:
36875 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBModule'.\n"
36876 " Possible C/C++ prototypes are:\n"
36877 " lldb::SBModule::SBModule()\n"
36878 " lldb::SBModule::SBModule(lldb::SBModule const &)\n"
36879 " lldb::SBModule::SBModule(lldb::SBModuleSpec const &)\n"
36880 " lldb::SBModule::SBModule(lldb::SBProcess &,lldb::addr_t)\n");
36881 return 0;
36882}
36883
36884
36885SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBModule(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36886 PyObject *resultobj = 0;
36887 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
36888 void *argp1 = 0 ;
36889 int res1 = 0 ;
36890 PyObject * obj0 = 0 ;
36891
36892 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBModule",&obj0)) SWIG_failgoto fail;
36893 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0x1 | 0, 0)
;
36894 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36895 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBModule" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBModule" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
36896 }
36897 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
36898 {
36899 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36900 delete arg1;
36901 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36902 }
36903 resultobj = SWIG_Py_Void();
36904 return resultobj;
36905fail:
36906 return NULL__null;
36907}
36908
36909
36910SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36911 PyObject *resultobj = 0;
36912 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
36913 void *argp1 = 0 ;
36914 int res1 = 0 ;
36915 PyObject * obj0 = 0 ;
36916 bool result;
36917
36918 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_IsValid",&obj0)) SWIG_failgoto fail;
36919 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
36920 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36921 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_IsValid" "', argument " "1"" of type '" "lldb::SBModule const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_IsValid" "', argument "
"1"" of type '" "lldb::SBModule const *""'"); goto fail; } while
(0)
;
36922 }
36923 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
36924 {
36925 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36926 result = (bool)((lldb::SBModule const *)arg1)->IsValid();
36927 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36928 }
36929 resultobj = SWIG_From_bool(static_cast< bool >(result));
36930 return resultobj;
36931fail:
36932 return NULL__null;
36933}
36934
36935
36936SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36937 PyObject *resultobj = 0;
36938 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
36939 void *argp1 = 0 ;
36940 int res1 = 0 ;
36941 PyObject * obj0 = 0 ;
36942
36943 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_Clear",&obj0)) SWIG_failgoto fail;
36944 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
36945 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36946 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_Clear" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_Clear" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
36947 }
36948 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
36949 {
36950 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36951 (arg1)->Clear();
36952 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36953 }
36954 resultobj = SWIG_Py_Void();
36955 return resultobj;
36956fail:
36957 return NULL__null;
36958}
36959
36960
36961SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36962 PyObject *resultobj = 0;
36963 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
36964 void *argp1 = 0 ;
36965 int res1 = 0 ;
36966 PyObject * obj0 = 0 ;
36967 lldb::SBFileSpec result;
36968
36969 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetFileSpec",&obj0)) SWIG_failgoto fail;
36970 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
36971 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36972 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetFileSpec" "', argument " "1"" of type '" "lldb::SBModule const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetFileSpec" "', argument "
"1"" of type '" "lldb::SBModule const *""'"); goto fail; } while
(0)
;
36973 }
36974 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
36975 {
36976 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
36977 result = ((lldb::SBModule const *)arg1)->GetFileSpec();
36978 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
36979 }
36980 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
36981 return resultobj;
36982fail:
36983 return NULL__null;
36984}
36985
36986
36987SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetPlatformFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
36988 PyObject *resultobj = 0;
36989 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
36990 void *argp1 = 0 ;
36991 int res1 = 0 ;
36992 PyObject * obj0 = 0 ;
36993 lldb::SBFileSpec result;
36994
36995 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetPlatformFileSpec",&obj0)) SWIG_failgoto fail;
36996 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
36997 if (!SWIG_IsOK(res1)(res1 >= 0)) {
36998 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetPlatformFileSpec" "', argument " "1"" of type '" "lldb::SBModule const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetPlatformFileSpec"
"', argument " "1"" of type '" "lldb::SBModule const *""'");
goto fail; } while(0)
;
36999 }
37000 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37001 {
37002 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37003 result = ((lldb::SBModule const *)arg1)->GetPlatformFileSpec();
37004 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37005 }
37006 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
37007 return resultobj;
37008fail:
37009 return NULL__null;
37010}
37011
37012
37013SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_SetPlatformFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37014 PyObject *resultobj = 0;
37015 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37016 lldb::SBFileSpec *arg2 = 0 ;
37017 void *argp1 = 0 ;
37018 int res1 = 0 ;
37019 void *argp2 = 0 ;
37020 int res2 = 0 ;
37021 PyObject * obj0 = 0 ;
37022 PyObject * obj1 = 0 ;
37023 bool result;
37024
37025 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_SetPlatformFileSpec",&obj0,&obj1)) SWIG_failgoto fail;
37026 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37027 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37028 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_SetPlatformFileSpec" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_SetPlatformFileSpec"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
37029 }
37030 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37031 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
37032 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37033 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_SetPlatformFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_SetPlatformFileSpec"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
37034 }
37035 if (!argp2) {
37036 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModule_SetPlatformFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModule_SetPlatformFileSpec" "', argument " "2"
" of type '" "lldb::SBFileSpec const &""'"); goto fail; }
while(0)
;
37037 }
37038 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
37039 {
37040 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37041 result = (bool)(arg1)->SetPlatformFileSpec((lldb::SBFileSpec const &)*arg2);
37042 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37043 }
37044 resultobj = SWIG_From_bool(static_cast< bool >(result));
37045 return resultobj;
37046fail:
37047 return NULL__null;
37048}
37049
37050
37051SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetRemoteInstallFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37052 PyObject *resultobj = 0;
37053 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37054 void *argp1 = 0 ;
37055 int res1 = 0 ;
37056 PyObject * obj0 = 0 ;
37057 lldb::SBFileSpec result;
37058
37059 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetRemoteInstallFileSpec",&obj0)) SWIG_failgoto fail;
37060 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37061 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37062 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetRemoteInstallFileSpec" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetRemoteInstallFileSpec"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
37063 }
37064 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37065 {
37066 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37067 result = (arg1)->GetRemoteInstallFileSpec();
37068 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37069 }
37070 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
37071 return resultobj;
37072fail:
37073 return NULL__null;
37074}
37075
37076
37077SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_SetRemoteInstallFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37078 PyObject *resultobj = 0;
37079 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37080 lldb::SBFileSpec *arg2 = 0 ;
37081 void *argp1 = 0 ;
37082 int res1 = 0 ;
37083 void *argp2 = 0 ;
37084 int res2 = 0 ;
37085 PyObject * obj0 = 0 ;
37086 PyObject * obj1 = 0 ;
37087 bool result;
37088
37089 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_SetRemoteInstallFileSpec",&obj0,&obj1)) SWIG_failgoto fail;
37090 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37091 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37092 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_SetRemoteInstallFileSpec" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_SetRemoteInstallFileSpec"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
37093 }
37094 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37095 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0, 0)
;
37096 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37097 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_SetRemoteInstallFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_SetRemoteInstallFileSpec"
"', argument " "2"" of type '" "lldb::SBFileSpec &""'");
goto fail; } while(0)
;
37098 }
37099 if (!argp2) {
37100 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModule_SetRemoteInstallFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModule_SetRemoteInstallFileSpec" "', argument "
"2"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
37101 }
37102 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
37103 {
37104 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37105 result = (bool)(arg1)->SetRemoteInstallFileSpec(*arg2);
37106 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37107 }
37108 resultobj = SWIG_From_bool(static_cast< bool >(result));
37109 return resultobj;
37110fail:
37111 return NULL__null;
37112}
37113
37114
37115SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetUUIDString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37116 PyObject *resultobj = 0;
37117 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37118 void *argp1 = 0 ;
37119 int res1 = 0 ;
37120 PyObject * obj0 = 0 ;
37121 char *result = 0 ;
37122
37123 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetUUIDString",&obj0)) SWIG_failgoto fail;
37124 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37125 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37126 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetUUIDString" "', argument " "1"" of type '" "lldb::SBModule const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetUUIDString" "', argument "
"1"" of type '" "lldb::SBModule const *""'"); goto fail; } while
(0)
;
37127 }
37128 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37129 {
37130 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37131 result = (char *)((lldb::SBModule const *)arg1)->GetUUIDString();
37132 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37133 }
37134 resultobj = SWIG_FromCharPtr((const char *)result);
37135 return resultobj;
37136fail:
37137 return NULL__null;
37138}
37139
37140
37141SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindSection(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37142 PyObject *resultobj = 0;
37143 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37144 char *arg2 = (char *) 0 ;
37145 void *argp1 = 0 ;
37146 int res1 = 0 ;
37147 int res2 ;
37148 char *buf2 = 0 ;
37149 int alloc2 = 0 ;
37150 PyObject * obj0 = 0 ;
37151 PyObject * obj1 = 0 ;
37152 lldb::SBSection result;
37153
37154 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_FindSection",&obj0,&obj1)) SWIG_failgoto fail;
37155 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37156 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37157 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_FindSection" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_FindSection" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
37158 }
37159 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37160 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
37161 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37162 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_FindSection" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_FindSection" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
37163 }
37164 arg2 = reinterpret_cast< char * >(buf2);
37165 {
37166 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37167 result = (arg1)->FindSection((char const *)arg2);
37168 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37169 }
37170 resultobj = SWIG_NewPointerObj((new lldb::SBSection(static_cast< const lldb::SBSection& >(result))), SWIGTYPE_p_lldb__SBSection, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSection(static_cast
< const lldb::SBSection& >(result))), swig_types[52
], 0x1 | 0)
;
37171 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37172 return resultobj;
37173fail:
37174 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37175 return NULL__null;
37176}
37177
37178
37179SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_ResolveFileAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37180 PyObject *resultobj = 0;
37181 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37182 lldb::addr_t arg2 ;
37183 void *argp1 = 0 ;
37184 int res1 = 0 ;
37185 unsigned long long val2 ;
37186 int ecode2 = 0 ;
37187 PyObject * obj0 = 0 ;
37188 PyObject * obj1 = 0 ;
37189 lldb::SBAddress result;
37190
37191 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_ResolveFileAddress",&obj0,&obj1)) SWIG_failgoto fail;
37192 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37193 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37194 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_ResolveFileAddress" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_ResolveFileAddress"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
37195 }
37196 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37197 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
37198 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
37199 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBModule_ResolveFileAddress" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBModule_ResolveFileAddress"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
37200 }
37201 arg2 = static_cast< lldb::addr_t >(val2);
37202 {
37203 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37204 result = (arg1)->ResolveFileAddress(arg2);
37205 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37206 }
37207 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
37208 return resultobj;
37209fail:
37210 return NULL__null;
37211}
37212
37213
37214SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_ResolveSymbolContextForAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37215 PyObject *resultobj = 0;
37216 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37217 lldb::SBAddress *arg2 = 0 ;
37218 uint32_t arg3 ;
37219 void *argp1 = 0 ;
37220 int res1 = 0 ;
37221 void *argp2 = 0 ;
37222 int res2 = 0 ;
37223 unsigned int val3 ;
37224 int ecode3 = 0 ;
37225 PyObject * obj0 = 0 ;
37226 PyObject * obj1 = 0 ;
37227 PyObject * obj2 = 0 ;
37228 lldb::SBSymbolContext result;
37229
37230 if (!PyArg_ParseTuple(args,(char *)"OOO:SBModule_ResolveSymbolContextForAddress",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
37231 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37232 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37233 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_ResolveSymbolContextForAddress" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_ResolveSymbolContextForAddress"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
37234 }
37235 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37236 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0 | 0, 0)
;
37237 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37238 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_ResolveSymbolContextForAddress" "', argument " "2"" of type '" "lldb::SBAddress const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_ResolveSymbolContextForAddress"
"', argument " "2"" of type '" "lldb::SBAddress const &"
"'"); goto fail; } while(0)
;
37239 }
37240 if (!argp2) {
37241 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModule_ResolveSymbolContextForAddress" "', argument " "2"" of type '" "lldb::SBAddress const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModule_ResolveSymbolContextForAddress" "', argument "
"2"" of type '" "lldb::SBAddress const &""'"); goto fail
; } while(0)
;
37242 }
37243 arg2 = reinterpret_cast< lldb::SBAddress * >(argp2);
37244 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
37245 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
37246 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBModule_ResolveSymbolContextForAddress" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBModule_ResolveSymbolContextForAddress"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
37247 }
37248 arg3 = static_cast< uint32_t >(val3);
37249 {
37250 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37251 result = (arg1)->ResolveSymbolContextForAddress((lldb::SBAddress const &)*arg2,arg3);
37252 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37253 }
37254 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContext(static_cast< const lldb::SBSymbolContext& >(result))), SWIGTYPE_p_lldb__SBSymbolContext, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContext(
static_cast< const lldb::SBSymbolContext& >(result)
)), swig_types[58], 0x1 | 0)
;
37255 return resultobj;
37256fail:
37257 return NULL__null;
37258}
37259
37260
37261SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37262 PyObject *resultobj = 0;
37263 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37264 lldb::SBStream *arg2 = 0 ;
37265 void *argp1 = 0 ;
37266 int res1 = 0 ;
37267 void *argp2 = 0 ;
37268 int res2 = 0 ;
37269 PyObject * obj0 = 0 ;
37270 PyObject * obj1 = 0 ;
37271 bool result;
37272
37273 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
37274 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37275 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37276 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetDescription" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetDescription" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
37277 }
37278 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37279 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
37280 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37281 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
37282 }
37283 if (!argp2) {
37284 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModule_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModule_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
37285 }
37286 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
37287 {
37288 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37289 result = (bool)(arg1)->GetDescription(*arg2);
37290 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37291 }
37292 resultobj = SWIG_From_bool(static_cast< bool >(result));
37293 return resultobj;
37294fail:
37295 return NULL__null;
37296}
37297
37298
37299SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetNumCompileUnits(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37300 PyObject *resultobj = 0;
37301 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37302 void *argp1 = 0 ;
37303 int res1 = 0 ;
37304 PyObject * obj0 = 0 ;
37305 uint32_t result;
37306
37307 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetNumCompileUnits",&obj0)) SWIG_failgoto fail;
37308 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37309 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37310 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetNumCompileUnits" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetNumCompileUnits"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
37311 }
37312 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37313 {
37314 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37315 result = (uint32_t)(arg1)->GetNumCompileUnits();
37316 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37317 }
37318 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
37319 return resultobj;
37320fail:
37321 return NULL__null;
37322}
37323
37324
37325SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetCompileUnitAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37326 PyObject *resultobj = 0;
37327 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37328 uint32_t arg2 ;
37329 void *argp1 = 0 ;
37330 int res1 = 0 ;
37331 unsigned int val2 ;
37332 int ecode2 = 0 ;
37333 PyObject * obj0 = 0 ;
37334 PyObject * obj1 = 0 ;
37335 lldb::SBCompileUnit result;
37336
37337 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_GetCompileUnitAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
37338 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37339 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37340 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetCompileUnitAtIndex" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetCompileUnitAtIndex"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
37341 }
37342 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37343 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
37344 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
37345 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBModule_GetCompileUnitAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBModule_GetCompileUnitAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
37346 }
37347 arg2 = static_cast< uint32_t >(val2);
37348 {
37349 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37350 result = (arg1)->GetCompileUnitAtIndex(arg2);
37351 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37352 }
37353 resultobj = SWIG_NewPointerObj((new lldb::SBCompileUnit(static_cast< const lldb::SBCompileUnit& >(result))), SWIGTYPE_p_lldb__SBCompileUnit, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBCompileUnit(static_cast
< const lldb::SBCompileUnit& >(result))), swig_types
[21], 0x1 | 0)
;
37354 return resultobj;
37355fail:
37356 return NULL__null;
37357}
37358
37359
37360SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindCompileUnits(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37361 PyObject *resultobj = 0;
37362 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37363 lldb::SBFileSpec *arg2 = 0 ;
37364 void *argp1 = 0 ;
37365 int res1 = 0 ;
37366 void *argp2 = 0 ;
37367 int res2 = 0 ;
37368 PyObject * obj0 = 0 ;
37369 PyObject * obj1 = 0 ;
37370 lldb::SBSymbolContextList result;
37371
37372 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_FindCompileUnits",&obj0,&obj1)) SWIG_failgoto fail;
37373 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37374 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37375 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_FindCompileUnits" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_FindCompileUnits"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
37376 }
37377 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37378 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
37379 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37380 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_FindCompileUnits" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_FindCompileUnits"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
37381 }
37382 if (!argp2) {
37383 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModule_FindCompileUnits" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModule_FindCompileUnits" "', argument " "2"
" of type '" "lldb::SBFileSpec const &""'"); goto fail; }
while(0)
;
37384 }
37385 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
37386 {
37387 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37388 result = (arg1)->FindCompileUnits((lldb::SBFileSpec const &)*arg2);
37389 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37390 }
37391 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContextList(static_cast< const lldb::SBSymbolContextList& >(result))), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContextList
(static_cast< const lldb::SBSymbolContextList& >(result
))), swig_types[59], 0x1 | 0)
;
37392 return resultobj;
37393fail:
37394 return NULL__null;
37395}
37396
37397
37398SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetNumSymbols(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37399 PyObject *resultobj = 0;
37400 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37401 void *argp1 = 0 ;
37402 int res1 = 0 ;
37403 PyObject * obj0 = 0 ;
37404 size_t result;
37405
37406 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetNumSymbols",&obj0)) SWIG_failgoto fail;
37407 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37408 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37409 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetNumSymbols" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetNumSymbols" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
37410 }
37411 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37412 {
37413 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37414 result = (arg1)->GetNumSymbols();
37415 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37416 }
37417 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
37418 return resultobj;
37419fail:
37420 return NULL__null;
37421}
37422
37423
37424SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetSymbolAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37425 PyObject *resultobj = 0;
37426 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37427 size_t arg2 ;
37428 void *argp1 = 0 ;
37429 int res1 = 0 ;
37430 size_t val2 ;
37431 int ecode2 = 0 ;
37432 PyObject * obj0 = 0 ;
37433 PyObject * obj1 = 0 ;
37434 lldb::SBSymbol result;
37435
37436 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_GetSymbolAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
37437 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37438 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37439 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetSymbolAtIndex" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetSymbolAtIndex"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
37440 }
37441 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37442 ecode2 = SWIG_AsVal_size_t(obj1, &val2);
37443 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
37444 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBModule_GetSymbolAtIndex" "', argument " "2"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBModule_GetSymbolAtIndex"
"', argument " "2"" of type '" "size_t""'"); goto fail; } while
(0)
;
37445 }
37446 arg2 = static_cast< size_t >(val2);
37447 {
37448 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37449 result = (arg1)->GetSymbolAtIndex(arg2);
37450 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37451 }
37452 resultobj = SWIG_NewPointerObj((new lldb::SBSymbol(static_cast< const lldb::SBSymbol& >(result))), SWIGTYPE_p_lldb__SBSymbol, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbol(static_cast
< const lldb::SBSymbol& >(result))), swig_types[57]
, 0x1 | 0)
;
37453 return resultobj;
37454fail:
37455 return NULL__null;
37456}
37457
37458
37459SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindSymbol__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37460 PyObject *resultobj = 0;
37461 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37462 char *arg2 = (char *) 0 ;
37463 lldb::SymbolType arg3 ;
37464 void *argp1 = 0 ;
37465 int res1 = 0 ;
37466 int res2 ;
37467 char *buf2 = 0 ;
37468 int alloc2 = 0 ;
37469 int val3 ;
37470 int ecode3 = 0 ;
37471 PyObject * obj0 = 0 ;
37472 PyObject * obj1 = 0 ;
37473 PyObject * obj2 = 0 ;
37474 lldb::SBSymbol result;
37475
37476 if (!PyArg_ParseTuple(args,(char *)"OOO:SBModule_FindSymbol",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
37477 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37478 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37479 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_FindSymbol" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_FindSymbol" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
37480 }
37481 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37482 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
37483 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37484 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_FindSymbol" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_FindSymbol" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
37485 }
37486 arg2 = reinterpret_cast< char * >(buf2);
37487 ecode3 = SWIG_AsVal_int(obj2, &val3);
37488 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
37489 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBModule_FindSymbol" "', argument " "3"" of type '" "lldb::SymbolType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBModule_FindSymbol" "', argument "
"3"" of type '" "lldb::SymbolType""'"); goto fail; } while(0
)
;
37490 }
37491 arg3 = static_cast< lldb::SymbolType >(val3);
37492 {
37493 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37494 result = (arg1)->FindSymbol((char const *)arg2,arg3);
37495 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37496 }
37497 resultobj = SWIG_NewPointerObj((new lldb::SBSymbol(static_cast< const lldb::SBSymbol& >(result))), SWIGTYPE_p_lldb__SBSymbol, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbol(static_cast
< const lldb::SBSymbol& >(result))), swig_types[57]
, 0x1 | 0)
;
37498 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37499 return resultobj;
37500fail:
37501 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37502 return NULL__null;
37503}
37504
37505
37506SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindSymbol__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37507 PyObject *resultobj = 0;
37508 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37509 char *arg2 = (char *) 0 ;
37510 void *argp1 = 0 ;
37511 int res1 = 0 ;
37512 int res2 ;
37513 char *buf2 = 0 ;
37514 int alloc2 = 0 ;
37515 PyObject * obj0 = 0 ;
37516 PyObject * obj1 = 0 ;
37517 lldb::SBSymbol result;
37518
37519 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_FindSymbol",&obj0,&obj1)) SWIG_failgoto fail;
37520 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37521 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37522 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_FindSymbol" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_FindSymbol" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
37523 }
37524 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37525 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
37526 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37527 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_FindSymbol" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_FindSymbol" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
37528 }
37529 arg2 = reinterpret_cast< char * >(buf2);
37530 {
37531 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37532 result = (arg1)->FindSymbol((char const *)arg2);
37533 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37534 }
37535 resultobj = SWIG_NewPointerObj((new lldb::SBSymbol(static_cast< const lldb::SBSymbol& >(result))), SWIGTYPE_p_lldb__SBSymbol, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbol(static_cast
< const lldb::SBSymbol& >(result))), swig_types[57]
, 0x1 | 0)
;
37536 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37537 return resultobj;
37538fail:
37539 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37540 return NULL__null;
37541}
37542
37543
37544SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindSymbol(PyObject *self, PyObject *args) {
37545 Py_ssize_t argc;
37546 PyObject *argv[4] = {
37547 0
37548 };
37549 Py_ssize_t ii;
37550
37551 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
37552 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
37553 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
37554 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
37555 }
37556 if (argc == 2) {
37557 int _v;
37558 void *vptr = 0;
37559 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBModule, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[42
], 0, 0)
;
37560 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37561 if (_v) {
37562 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
37563 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37564 if (_v) {
37565 return _wrap_SBModule_FindSymbol__SWIG_1(self, args);
37566 }
37567 }
37568 }
37569 if (argc == 3) {
37570 int _v;
37571 void *vptr = 0;
37572 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBModule, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[42
], 0, 0)
;
37573 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37574 if (_v) {
37575 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
37576 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37577 if (_v) {
37578 {
37579 int res = SWIG_AsVal_int(argv[2], NULL__null);
37580 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37581 }
37582 if (_v) {
37583 return _wrap_SBModule_FindSymbol__SWIG_0(self, args);
37584 }
37585 }
37586 }
37587 }
37588
37589fail:
37590 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBModule_FindSymbol'.\n"
37591 " Possible C/C++ prototypes are:\n"
37592 " lldb::SBModule::FindSymbol(char const *,lldb::SymbolType)\n"
37593 " lldb::SBModule::FindSymbol(char const *)\n");
37594 return 0;
37595}
37596
37597
37598SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindSymbols__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37599 PyObject *resultobj = 0;
37600 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37601 char *arg2 = (char *) 0 ;
37602 lldb::SymbolType arg3 ;
37603 void *argp1 = 0 ;
37604 int res1 = 0 ;
37605 int res2 ;
37606 char *buf2 = 0 ;
37607 int alloc2 = 0 ;
37608 int val3 ;
37609 int ecode3 = 0 ;
37610 PyObject * obj0 = 0 ;
37611 PyObject * obj1 = 0 ;
37612 PyObject * obj2 = 0 ;
37613 lldb::SBSymbolContextList result;
37614
37615 if (!PyArg_ParseTuple(args,(char *)"OOO:SBModule_FindSymbols",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
37616 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37617 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37618 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_FindSymbols" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_FindSymbols" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
37619 }
37620 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37621 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
37622 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37623 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_FindSymbols" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_FindSymbols" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
37624 }
37625 arg2 = reinterpret_cast< char * >(buf2);
37626 ecode3 = SWIG_AsVal_int(obj2, &val3);
37627 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
37628 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBModule_FindSymbols" "', argument " "3"" of type '" "lldb::SymbolType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBModule_FindSymbols" "', argument "
"3"" of type '" "lldb::SymbolType""'"); goto fail; } while(0
)
;
37629 }
37630 arg3 = static_cast< lldb::SymbolType >(val3);
37631 {
37632 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37633 result = (arg1)->FindSymbols((char const *)arg2,arg3);
37634 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37635 }
37636 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContextList(static_cast< const lldb::SBSymbolContextList& >(result))), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContextList
(static_cast< const lldb::SBSymbolContextList& >(result
))), swig_types[59], 0x1 | 0)
;
37637 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37638 return resultobj;
37639fail:
37640 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37641 return NULL__null;
37642}
37643
37644
37645SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindSymbols__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37646 PyObject *resultobj = 0;
37647 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37648 char *arg2 = (char *) 0 ;
37649 void *argp1 = 0 ;
37650 int res1 = 0 ;
37651 int res2 ;
37652 char *buf2 = 0 ;
37653 int alloc2 = 0 ;
37654 PyObject * obj0 = 0 ;
37655 PyObject * obj1 = 0 ;
37656 lldb::SBSymbolContextList result;
37657
37658 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_FindSymbols",&obj0,&obj1)) SWIG_failgoto fail;
37659 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37660 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37661 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_FindSymbols" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_FindSymbols" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
37662 }
37663 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37664 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
37665 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37666 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_FindSymbols" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_FindSymbols" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
37667 }
37668 arg2 = reinterpret_cast< char * >(buf2);
37669 {
37670 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37671 result = (arg1)->FindSymbols((char const *)arg2);
37672 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37673 }
37674 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContextList(static_cast< const lldb::SBSymbolContextList& >(result))), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContextList
(static_cast< const lldb::SBSymbolContextList& >(result
))), swig_types[59], 0x1 | 0)
;
37675 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37676 return resultobj;
37677fail:
37678 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37679 return NULL__null;
37680}
37681
37682
37683SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindSymbols(PyObject *self, PyObject *args) {
37684 Py_ssize_t argc;
37685 PyObject *argv[4] = {
37686 0
37687 };
37688 Py_ssize_t ii;
37689
37690 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
37691 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
37692 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
37693 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
37694 }
37695 if (argc == 2) {
37696 int _v;
37697 void *vptr = 0;
37698 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBModule, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[42
], 0, 0)
;
37699 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37700 if (_v) {
37701 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
37702 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37703 if (_v) {
37704 return _wrap_SBModule_FindSymbols__SWIG_1(self, args);
37705 }
37706 }
37707 }
37708 if (argc == 3) {
37709 int _v;
37710 void *vptr = 0;
37711 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBModule, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[42
], 0, 0)
;
37712 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37713 if (_v) {
37714 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
37715 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37716 if (_v) {
37717 {
37718 int res = SWIG_AsVal_int(argv[2], NULL__null);
37719 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37720 }
37721 if (_v) {
37722 return _wrap_SBModule_FindSymbols__SWIG_0(self, args);
37723 }
37724 }
37725 }
37726 }
37727
37728fail:
37729 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBModule_FindSymbols'.\n"
37730 " Possible C/C++ prototypes are:\n"
37731 " lldb::SBModule::FindSymbols(char const *,lldb::SymbolType)\n"
37732 " lldb::SBModule::FindSymbols(char const *)\n");
37733 return 0;
37734}
37735
37736
37737SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetNumSections(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37738 PyObject *resultobj = 0;
37739 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37740 void *argp1 = 0 ;
37741 int res1 = 0 ;
37742 PyObject * obj0 = 0 ;
37743 size_t result;
37744
37745 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetNumSections",&obj0)) SWIG_failgoto fail;
37746 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37747 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37748 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetNumSections" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetNumSections" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
37749 }
37750 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37751 {
37752 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37753 result = (arg1)->GetNumSections();
37754 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37755 }
37756 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
37757 return resultobj;
37758fail:
37759 return NULL__null;
37760}
37761
37762
37763SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetSectionAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37764 PyObject *resultobj = 0;
37765 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37766 size_t arg2 ;
37767 void *argp1 = 0 ;
37768 int res1 = 0 ;
37769 size_t val2 ;
37770 int ecode2 = 0 ;
37771 PyObject * obj0 = 0 ;
37772 PyObject * obj1 = 0 ;
37773 lldb::SBSection result;
37774
37775 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_GetSectionAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
37776 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37777 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37778 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetSectionAtIndex" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetSectionAtIndex"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
37779 }
37780 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37781 ecode2 = SWIG_AsVal_size_t(obj1, &val2);
37782 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
37783 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBModule_GetSectionAtIndex" "', argument " "2"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBModule_GetSectionAtIndex"
"', argument " "2"" of type '" "size_t""'"); goto fail; } while
(0)
;
37784 }
37785 arg2 = static_cast< size_t >(val2);
37786 {
37787 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37788 result = (arg1)->GetSectionAtIndex(arg2);
37789 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37790 }
37791 resultobj = SWIG_NewPointerObj((new lldb::SBSection(static_cast< const lldb::SBSection& >(result))), SWIGTYPE_p_lldb__SBSection, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSection(static_cast
< const lldb::SBSection& >(result))), swig_types[52
], 0x1 | 0)
;
37792 return resultobj;
37793fail:
37794 return NULL__null;
37795}
37796
37797
37798SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindFunctions__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37799 PyObject *resultobj = 0;
37800 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37801 char *arg2 = (char *) 0 ;
37802 uint32_t arg3 ;
37803 void *argp1 = 0 ;
37804 int res1 = 0 ;
37805 int res2 ;
37806 char *buf2 = 0 ;
37807 int alloc2 = 0 ;
37808 unsigned int val3 ;
37809 int ecode3 = 0 ;
37810 PyObject * obj0 = 0 ;
37811 PyObject * obj1 = 0 ;
37812 PyObject * obj2 = 0 ;
37813 lldb::SBSymbolContextList result;
37814
37815 if (!PyArg_ParseTuple(args,(char *)"OOO:SBModule_FindFunctions",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
37816 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37817 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37818 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_FindFunctions" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_FindFunctions" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
37819 }
37820 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37821 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
37822 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37823 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_FindFunctions" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_FindFunctions" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
37824 }
37825 arg2 = reinterpret_cast< char * >(buf2);
37826 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
37827 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
37828 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBModule_FindFunctions" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBModule_FindFunctions"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
37829 }
37830 arg3 = static_cast< uint32_t >(val3);
37831 {
37832 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37833 result = (arg1)->FindFunctions((char const *)arg2,arg3);
37834 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37835 }
37836 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContextList(static_cast< const lldb::SBSymbolContextList& >(result))), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContextList
(static_cast< const lldb::SBSymbolContextList& >(result
))), swig_types[59], 0x1 | 0)
;
37837 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37838 return resultobj;
37839fail:
37840 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37841 return NULL__null;
37842}
37843
37844
37845SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindFunctions__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37846 PyObject *resultobj = 0;
37847 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37848 char *arg2 = (char *) 0 ;
37849 void *argp1 = 0 ;
37850 int res1 = 0 ;
37851 int res2 ;
37852 char *buf2 = 0 ;
37853 int alloc2 = 0 ;
37854 PyObject * obj0 = 0 ;
37855 PyObject * obj1 = 0 ;
37856 lldb::SBSymbolContextList result;
37857
37858 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_FindFunctions",&obj0,&obj1)) SWIG_failgoto fail;
37859 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37860 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37861 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_FindFunctions" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_FindFunctions" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
37862 }
37863 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37864 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
37865 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37866 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_FindFunctions" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_FindFunctions" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
37867 }
37868 arg2 = reinterpret_cast< char * >(buf2);
37869 {
37870 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37871 result = (arg1)->FindFunctions((char const *)arg2);
37872 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37873 }
37874 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContextList(static_cast< const lldb::SBSymbolContextList& >(result))), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContextList
(static_cast< const lldb::SBSymbolContextList& >(result
))), swig_types[59], 0x1 | 0)
;
37875 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37876 return resultobj;
37877fail:
37878 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37879 return NULL__null;
37880}
37881
37882
37883SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindFunctions(PyObject *self, PyObject *args) {
37884 Py_ssize_t argc;
37885 PyObject *argv[4] = {
37886 0
37887 };
37888 Py_ssize_t ii;
37889
37890 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
37891 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
37892 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
37893 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
37894 }
37895 if (argc == 2) {
37896 int _v;
37897 void *vptr = 0;
37898 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBModule, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[42
], 0, 0)
;
37899 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37900 if (_v) {
37901 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
37902 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37903 if (_v) {
37904 return _wrap_SBModule_FindFunctions__SWIG_1(self, args);
37905 }
37906 }
37907 }
37908 if (argc == 3) {
37909 int _v;
37910 void *vptr = 0;
37911 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBModule, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[42
], 0, 0)
;
37912 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37913 if (_v) {
37914 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
37915 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37916 if (_v) {
37917 {
37918 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
37919 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
37920 }
37921 if (_v) {
37922 return _wrap_SBModule_FindFunctions__SWIG_0(self, args);
37923 }
37924 }
37925 }
37926 }
37927
37928fail:
37929 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBModule_FindFunctions'.\n"
37930 " Possible C/C++ prototypes are:\n"
37931 " lldb::SBModule::FindFunctions(char const *,uint32_t)\n"
37932 " lldb::SBModule::FindFunctions(char const *)\n");
37933 return 0;
37934}
37935
37936
37937SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindFirstType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37938 PyObject *resultobj = 0;
37939 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37940 char *arg2 = (char *) 0 ;
37941 void *argp1 = 0 ;
37942 int res1 = 0 ;
37943 int res2 ;
37944 char *buf2 = 0 ;
37945 int alloc2 = 0 ;
37946 PyObject * obj0 = 0 ;
37947 PyObject * obj1 = 0 ;
37948 lldb::SBType result;
37949
37950 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_FindFirstType",&obj0,&obj1)) SWIG_failgoto fail;
37951 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37952 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37953 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_FindFirstType" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_FindFirstType" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
37954 }
37955 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37956 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
37957 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37958 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_FindFirstType" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_FindFirstType" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
37959 }
37960 arg2 = reinterpret_cast< char * >(buf2);
37961 {
37962 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
37963 result = (arg1)->FindFirstType((char const *)arg2);
37964 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
37965 }
37966 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
37967 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37968 return resultobj;
37969fail:
37970 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
37971 return NULL__null;
37972}
37973
37974
37975SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindTypes(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
37976 PyObject *resultobj = 0;
37977 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
37978 char *arg2 = (char *) 0 ;
37979 void *argp1 = 0 ;
37980 int res1 = 0 ;
37981 int res2 ;
37982 char *buf2 = 0 ;
37983 int alloc2 = 0 ;
37984 PyObject * obj0 = 0 ;
37985 PyObject * obj1 = 0 ;
37986 lldb::SBTypeList result;
37987
37988 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_FindTypes",&obj0,&obj1)) SWIG_failgoto fail;
37989 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
37990 if (!SWIG_IsOK(res1)(res1 >= 0)) {
37991 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_FindTypes" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_FindTypes" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
37992 }
37993 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
37994 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
37995 if (!SWIG_IsOK(res2)(res2 >= 0)) {
37996 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_FindTypes" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_FindTypes" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
37997 }
37998 arg2 = reinterpret_cast< char * >(buf2);
37999 {
38000 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38001 result = (arg1)->FindTypes((char const *)arg2);
38002 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38003 }
38004 resultobj = SWIG_NewPointerObj((new lldb::SBTypeList(static_cast< const lldb::SBTypeList& >(result))), SWIGTYPE_p_lldb__SBTypeList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeList(static_cast
< const lldb::SBTypeList& >(result))), swig_types[72
], 0x1 | 0)
;
38005 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
38006 return resultobj;
38007fail:
38008 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
38009 return NULL__null;
38010}
38011
38012
38013SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetTypeByID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38014 PyObject *resultobj = 0;
38015 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38016 lldb::user_id_t arg2 ;
38017 void *argp1 = 0 ;
38018 int res1 = 0 ;
38019 unsigned long long val2 ;
38020 int ecode2 = 0 ;
38021 PyObject * obj0 = 0 ;
38022 PyObject * obj1 = 0 ;
38023 lldb::SBType result;
38024
38025 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_GetTypeByID",&obj0,&obj1)) SWIG_failgoto fail;
38026 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38027 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38028 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetTypeByID" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetTypeByID" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
38029 }
38030 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38031 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
38032 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
38033 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBModule_GetTypeByID" "', argument " "2"" of type '" "lldb::user_id_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBModule_GetTypeByID" "', argument "
"2"" of type '" "lldb::user_id_t""'"); goto fail; } while(0)
;
38034 }
38035 arg2 = static_cast< lldb::user_id_t >(val2);
38036 {
38037 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38038 result = (arg1)->GetTypeByID(arg2);
38039 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38040 }
38041 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
38042 return resultobj;
38043fail:
38044 return NULL__null;
38045}
38046
38047
38048SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetBasicType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38049 PyObject *resultobj = 0;
38050 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38051 lldb::BasicType arg2 ;
38052 void *argp1 = 0 ;
38053 int res1 = 0 ;
38054 int val2 ;
38055 int ecode2 = 0 ;
38056 PyObject * obj0 = 0 ;
38057 PyObject * obj1 = 0 ;
38058 lldb::SBType result;
38059
38060 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_GetBasicType",&obj0,&obj1)) SWIG_failgoto fail;
38061 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38062 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38063 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetBasicType" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetBasicType" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
38064 }
38065 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38066 ecode2 = SWIG_AsVal_int(obj1, &val2);
38067 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
38068 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBModule_GetBasicType" "', argument " "2"" of type '" "lldb::BasicType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBModule_GetBasicType"
"', argument " "2"" of type '" "lldb::BasicType""'"); goto fail
; } while(0)
;
38069 }
38070 arg2 = static_cast< lldb::BasicType >(val2);
38071 {
38072 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38073 result = (arg1)->GetBasicType(arg2);
38074 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38075 }
38076 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
38077 return resultobj;
38078fail:
38079 return NULL__null;
38080}
38081
38082
38083SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetTypes__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38084 PyObject *resultobj = 0;
38085 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38086 uint32_t arg2 ;
38087 void *argp1 = 0 ;
38088 int res1 = 0 ;
38089 unsigned int val2 ;
38090 int ecode2 = 0 ;
38091 PyObject * obj0 = 0 ;
38092 PyObject * obj1 = 0 ;
38093 lldb::SBTypeList result;
38094
38095 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule_GetTypes",&obj0,&obj1)) SWIG_failgoto fail;
38096 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38097 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38098 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetTypes" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetTypes" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
38099 }
38100 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38101 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
38102 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
38103 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBModule_GetTypes" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBModule_GetTypes" "', argument "
"2"" of type '" "uint32_t""'"); goto fail; } while(0)
;
38104 }
38105 arg2 = static_cast< uint32_t >(val2);
38106 {
38107 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38108 result = (arg1)->GetTypes(arg2);
38109 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38110 }
38111 resultobj = SWIG_NewPointerObj((new lldb::SBTypeList(static_cast< const lldb::SBTypeList& >(result))), SWIGTYPE_p_lldb__SBTypeList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeList(static_cast
< const lldb::SBTypeList& >(result))), swig_types[72
], 0x1 | 0)
;
38112 return resultobj;
38113fail:
38114 return NULL__null;
38115}
38116
38117
38118SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetTypes__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38119 PyObject *resultobj = 0;
38120 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38121 void *argp1 = 0 ;
38122 int res1 = 0 ;
38123 PyObject * obj0 = 0 ;
38124 lldb::SBTypeList result;
38125
38126 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetTypes",&obj0)) SWIG_failgoto fail;
38127 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38128 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38129 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetTypes" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetTypes" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
38130 }
38131 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38132 {
38133 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38134 result = (arg1)->GetTypes();
38135 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38136 }
38137 resultobj = SWIG_NewPointerObj((new lldb::SBTypeList(static_cast< const lldb::SBTypeList& >(result))), SWIGTYPE_p_lldb__SBTypeList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeList(static_cast
< const lldb::SBTypeList& >(result))), swig_types[72
], 0x1 | 0)
;
38138 return resultobj;
38139fail:
38140 return NULL__null;
38141}
38142
38143
38144SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetTypes(PyObject *self, PyObject *args) {
38145 Py_ssize_t argc;
38146 PyObject *argv[3] = {
38147 0
38148 };
38149 Py_ssize_t ii;
38150
38151 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
38152 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
38153 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
38154 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
38155 }
38156 if (argc == 1) {
38157 int _v;
38158 void *vptr = 0;
38159 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBModule, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[42
], 0, 0)
;
38160 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
38161 if (_v) {
38162 return _wrap_SBModule_GetTypes__SWIG_1(self, args);
38163 }
38164 }
38165 if (argc == 2) {
38166 int _v;
38167 void *vptr = 0;
38168 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBModule, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[42
], 0, 0)
;
38169 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
38170 if (_v) {
38171 {
38172 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
38173 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
38174 }
38175 if (_v) {
38176 return _wrap_SBModule_GetTypes__SWIG_0(self, args);
38177 }
38178 }
38179 }
38180
38181fail:
38182 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBModule_GetTypes'.\n"
38183 " Possible C/C++ prototypes are:\n"
38184 " lldb::SBModule::GetTypes(uint32_t)\n"
38185 " lldb::SBModule::GetTypes()\n");
38186 return 0;
38187}
38188
38189
38190SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindGlobalVariables(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38191 PyObject *resultobj = 0;
38192 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38193 lldb::SBTarget *arg2 = 0 ;
38194 char *arg3 = (char *) 0 ;
38195 uint32_t arg4 ;
38196 void *argp1 = 0 ;
38197 int res1 = 0 ;
38198 void *argp2 = 0 ;
38199 int res2 = 0 ;
38200 int res3 ;
38201 char *buf3 = 0 ;
38202 int alloc3 = 0 ;
38203 unsigned int val4 ;
38204 int ecode4 = 0 ;
38205 PyObject * obj0 = 0 ;
38206 PyObject * obj1 = 0 ;
38207 PyObject * obj2 = 0 ;
38208 PyObject * obj3 = 0 ;
38209 lldb::SBValueList result;
38210
38211 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBModule_FindGlobalVariables",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
38212 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38213 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38214 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_FindGlobalVariables" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_FindGlobalVariables"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
38215 }
38216 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38217 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0, 0)
;
38218 if (!SWIG_IsOK(res2)(res2 >= 0)) {
38219 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_FindGlobalVariables" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_FindGlobalVariables"
"', argument " "2"" of type '" "lldb::SBTarget &""'"); goto
fail; } while(0)
;
38220 }
38221 if (!argp2) {
38222 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModule_FindGlobalVariables" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModule_FindGlobalVariables" "', argument " "2"
" of type '" "lldb::SBTarget &""'"); goto fail; } while(0
)
;
38223 }
38224 arg2 = reinterpret_cast< lldb::SBTarget * >(argp2);
38225 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
38226 if (!SWIG_IsOK(res3)(res3 >= 0)) {
38227 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBModule_FindGlobalVariables" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBModule_FindGlobalVariables"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
38228 }
38229 arg3 = reinterpret_cast< char * >(buf3);
38230 ecode4 = SWIG_AsVal_unsigned_SS_int(obj3, &val4);
38231 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
38232 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBModule_FindGlobalVariables" "', argument " "4"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBModule_FindGlobalVariables"
"', argument " "4"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
38233 }
38234 arg4 = static_cast< uint32_t >(val4);
38235 {
38236 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38237 result = (arg1)->FindGlobalVariables(*arg2,(char const *)arg3,arg4);
38238 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38239 }
38240 resultobj = SWIG_NewPointerObj((new lldb::SBValueList(static_cast< const lldb::SBValueList& >(result))), SWIGTYPE_p_lldb__SBValueList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValueList(static_cast
< const lldb::SBValueList& >(result))), swig_types[
81], 0x1 | 0)
;
38241 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
38242 return resultobj;
38243fail:
38244 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
38245 return NULL__null;
38246}
38247
38248
38249SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_FindFirstGlobalVariable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38250 PyObject *resultobj = 0;
38251 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38252 lldb::SBTarget *arg2 = 0 ;
38253 char *arg3 = (char *) 0 ;
38254 void *argp1 = 0 ;
38255 int res1 = 0 ;
38256 void *argp2 = 0 ;
38257 int res2 = 0 ;
38258 int res3 ;
38259 char *buf3 = 0 ;
38260 int alloc3 = 0 ;
38261 PyObject * obj0 = 0 ;
38262 PyObject * obj1 = 0 ;
38263 PyObject * obj2 = 0 ;
38264 lldb::SBValue result;
38265
38266 if (!PyArg_ParseTuple(args,(char *)"OOO:SBModule_FindFirstGlobalVariable",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
38267 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38268 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38269 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_FindFirstGlobalVariable" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_FindFirstGlobalVariable"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
38270 }
38271 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38272 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0, 0)
;
38273 if (!SWIG_IsOK(res2)(res2 >= 0)) {
38274 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule_FindFirstGlobalVariable" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule_FindFirstGlobalVariable"
"', argument " "2"" of type '" "lldb::SBTarget &""'"); goto
fail; } while(0)
;
38275 }
38276 if (!argp2) {
38277 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModule_FindFirstGlobalVariable" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModule_FindFirstGlobalVariable" "', argument "
"2"" of type '" "lldb::SBTarget &""'"); goto fail; } while
(0)
;
38278 }
38279 arg2 = reinterpret_cast< lldb::SBTarget * >(argp2);
38280 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
38281 if (!SWIG_IsOK(res3)(res3 >= 0)) {
38282 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBModule_FindFirstGlobalVariable" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBModule_FindFirstGlobalVariable"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
38283 }
38284 arg3 = reinterpret_cast< char * >(buf3);
38285 {
38286 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38287 result = (arg1)->FindFirstGlobalVariable(*arg2,(char const *)arg3);
38288 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38289 }
38290 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
38291 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
38292 return resultobj;
38293fail:
38294 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
38295 return NULL__null;
38296}
38297
38298
38299SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetByteOrder(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38300 PyObject *resultobj = 0;
38301 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38302 void *argp1 = 0 ;
38303 int res1 = 0 ;
38304 PyObject * obj0 = 0 ;
38305 lldb::ByteOrder result;
38306
38307 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetByteOrder",&obj0)) SWIG_failgoto fail;
38308 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38309 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38310 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetByteOrder" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetByteOrder" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
38311 }
38312 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38313 {
38314 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38315 result = (lldb::ByteOrder)(arg1)->GetByteOrder();
38316 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38317 }
38318 resultobj = SWIG_From_int(static_cast< int >(result));
38319 return resultobj;
38320fail:
38321 return NULL__null;
38322}
38323
38324
38325SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetAddressByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38326 PyObject *resultobj = 0;
38327 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38328 void *argp1 = 0 ;
38329 int res1 = 0 ;
38330 PyObject * obj0 = 0 ;
38331 uint32_t result;
38332
38333 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetAddressByteSize",&obj0)) SWIG_failgoto fail;
38334 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38335 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38336 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetAddressByteSize" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetAddressByteSize"
"', argument " "1"" of type '" "lldb::SBModule *""'"); goto fail
; } while(0)
;
38337 }
38338 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38339 {
38340 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38341 result = (uint32_t)(arg1)->GetAddressByteSize();
38342 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38343 }
38344 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
38345 return resultobj;
38346fail:
38347 return NULL__null;
38348}
38349
38350
38351SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetTriple(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38352 PyObject *resultobj = 0;
38353 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38354 void *argp1 = 0 ;
38355 int res1 = 0 ;
38356 PyObject * obj0 = 0 ;
38357 char *result = 0 ;
38358
38359 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetTriple",&obj0)) SWIG_failgoto fail;
38360 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38361 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38362 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetTriple" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetTriple" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
38363 }
38364 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38365 {
38366 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38367 result = (char *)(arg1)->GetTriple();
38368 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38369 }
38370 resultobj = SWIG_FromCharPtr((const char *)result);
38371 return resultobj;
38372fail:
38373 return NULL__null;
38374}
38375
38376
38377SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetVersion(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38378 PyObject *resultobj = 0;
38379 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38380 uint32_t *arg2 = (uint32_t *) 0 ;
38381 uint32_t arg3 ;
38382 void *argp1 = 0 ;
38383 int res1 = 0 ;
38384 PyObject * obj0 = 0 ;
38385 uint32_t result;
38386
38387 {
38388 arg2 = (uint32_t*)malloc(sizeof(uint32_t) * 50);
38389 }
38390 {
38391 arg3 = 50;
38392 }
38393 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetVersion",&obj0)) SWIG_failgoto fail;
38394 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38395 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38396 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetVersion" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetVersion" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
38397 }
38398 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38399 {
38400 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38401 result = (uint32_t)(arg1)->GetVersion(arg2,arg3);
38402 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38403 }
38404 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
38405 {
38406 uint32_t count = result;
38407 if (count >= arg3)
38408 count = arg3;
38409 PyObject* list = PyList_New(count);
38410 for (uint32_t j = 0; j < count; j++)
38411 {
38412 if (arg2[j] < UINT32_MAX(4294967295U))
38413 {
38414 PyObject* item = PyInt_FromLong(arg2[j]);
38415 int ok = PyList_SetItem(list,j,item);
38416 if (ok != 0)
38417 {
38418 resultobj = Py_None(&_Py_NoneStruct);
38419 break;
38420 }
38421 }
38422 else
38423 break;
38424 }
38425 resultobj = list;
38426 }
38427 {
38428 free(arg2);
38429 }
38430 return resultobj;
38431fail:
38432 {
38433 free(arg2);
38434 }
38435 return NULL__null;
38436}
38437
38438
38439SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetSymbolFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38440 PyObject *resultobj = 0;
38441 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38442 void *argp1 = 0 ;
38443 int res1 = 0 ;
38444 PyObject * obj0 = 0 ;
38445 lldb::SBFileSpec result;
38446
38447 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetSymbolFileSpec",&obj0)) SWIG_failgoto fail;
38448 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38449 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38450 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetSymbolFileSpec" "', argument " "1"" of type '" "lldb::SBModule const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetSymbolFileSpec"
"', argument " "1"" of type '" "lldb::SBModule const *""'");
goto fail; } while(0)
;
38451 }
38452 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38453 {
38454 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38455 result = ((lldb::SBModule const *)arg1)->GetSymbolFileSpec();
38456 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38457 }
38458 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
38459 return resultobj;
38460fail:
38461 return NULL__null;
38462}
38463
38464
38465SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule_GetObjectFileHeaderAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38466 PyObject *resultobj = 0;
38467 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38468 void *argp1 = 0 ;
38469 int res1 = 0 ;
38470 PyObject * obj0 = 0 ;
38471 lldb::SBAddress result;
38472
38473 if (!PyArg_ParseTuple(args,(char *)"O:SBModule_GetObjectFileHeaderAddress",&obj0)) SWIG_failgoto fail;
38474 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38475 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38476 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule_GetObjectFileHeaderAddress" "', argument " "1"" of type '" "lldb::SBModule const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule_GetObjectFileHeaderAddress"
"', argument " "1"" of type '" "lldb::SBModule const *""'");
goto fail; } while(0)
;
38477 }
38478 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38479 {
38480 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38481 result = ((lldb::SBModule const *)arg1)->GetObjectFileHeaderAddress();
38482 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38483 }
38484 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
38485 return resultobj;
38486fail:
38487 return NULL__null;
38488}
38489
38490
38491SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38492 PyObject *resultobj = 0;
38493 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38494 lldb::SBModule *arg2 = 0 ;
38495 void *argp1 = 0 ;
38496 int res1 = 0 ;
38497 void *argp2 = 0 ;
38498 int res2 = 0 ;
38499 PyObject * obj0 = 0 ;
38500 PyObject * obj1 = 0 ;
38501 bool result;
38502
38503 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule___eq__",&obj0,&obj1)) SWIG_failgoto fail;
38504 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38505 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38506 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule___eq__" "', argument " "1"" of type '" "lldb::SBModule const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule___eq__" "', argument "
"1"" of type '" "lldb::SBModule const *""'"); goto fail; } while
(0)
;
38507 }
38508 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38509 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBModule, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[42]
, 0 | 0, 0)
;
38510 if (!SWIG_IsOK(res2)(res2 >= 0)) {
38511 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule___eq__" "', argument " "2"" of type '" "lldb::SBModule const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule___eq__" "', argument "
"2"" of type '" "lldb::SBModule const &""'"); goto fail;
} while(0)
;
38512 }
38513 if (!argp2) {
38514 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModule___eq__" "', argument " "2"" of type '" "lldb::SBModule const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModule___eq__" "', argument " "2"" of type '"
"lldb::SBModule const &""'"); goto fail; } while(0)
;
38515 }
38516 arg2 = reinterpret_cast< lldb::SBModule * >(argp2);
38517 {
38518 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38519 result = (bool)((lldb::SBModule const *)arg1)->operator ==((lldb::SBModule const &)*arg2);
38520 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38521 }
38522 resultobj = SWIG_From_bool(static_cast< bool >(result));
38523 return resultobj;
38524fail:
38525 return NULL__null;
38526}
38527
38528
38529SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38530 PyObject *resultobj = 0;
38531 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38532 lldb::SBModule *arg2 = 0 ;
38533 void *argp1 = 0 ;
38534 int res1 = 0 ;
38535 void *argp2 = 0 ;
38536 int res2 = 0 ;
38537 PyObject * obj0 = 0 ;
38538 PyObject * obj1 = 0 ;
38539 bool result;
38540
38541 if (!PyArg_ParseTuple(args,(char *)"OO:SBModule___ne__",&obj0,&obj1)) SWIG_failgoto fail;
38542 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38543 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38544 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule___ne__" "', argument " "1"" of type '" "lldb::SBModule const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule___ne__" "', argument "
"1"" of type '" "lldb::SBModule const *""'"); goto fail; } while
(0)
;
38545 }
38546 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38547 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBModule, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[42]
, 0 | 0, 0)
;
38548 if (!SWIG_IsOK(res2)(res2 >= 0)) {
38549 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModule___ne__" "', argument " "2"" of type '" "lldb::SBModule const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModule___ne__" "', argument "
"2"" of type '" "lldb::SBModule const &""'"); goto fail;
} while(0)
;
38550 }
38551 if (!argp2) {
38552 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModule___ne__" "', argument " "2"" of type '" "lldb::SBModule const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModule___ne__" "', argument " "2"" of type '"
"lldb::SBModule const &""'"); goto fail; } while(0)
;
38553 }
38554 arg2 = reinterpret_cast< lldb::SBModule * >(argp2);
38555 {
38556 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38557 result = (bool)((lldb::SBModule const *)arg1)->operator !=((lldb::SBModule const &)*arg2);
38558 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38559 }
38560 resultobj = SWIG_From_bool(static_cast< bool >(result));
38561 return resultobj;
38562fail:
38563 return NULL__null;
38564}
38565
38566
38567SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModule___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38568 PyObject *resultobj = 0;
38569 lldb::SBModule *arg1 = (lldb::SBModule *) 0 ;
38570 void *argp1 = 0 ;
38571 int res1 = 0 ;
38572 PyObject * obj0 = 0 ;
38573 PyObject *result = 0 ;
38574
38575 if (!PyArg_ParseTuple(args,(char *)"O:SBModule___str__",&obj0)) SWIG_failgoto fail;
38576 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModule, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[42]
, 0 | 0, 0)
;
38577 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38578 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModule___str__" "', argument " "1"" of type '" "lldb::SBModule *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModule___str__" "', argument "
"1"" of type '" "lldb::SBModule *""'"); goto fail; } while(0
)
;
38579 }
38580 arg1 = reinterpret_cast< lldb::SBModule * >(argp1);
38581 result = (PyObject *)lldb_SBModule___str__(arg1);
38582 resultobj = result;
38583 return resultobj;
38584fail:
38585 return NULL__null;
38586}
38587
38588
38589SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBModule_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38590 PyObject *obj;
38591 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
38592 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBModuleswig_types[42], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
38593 return SWIG_Py_Void();
38594}
38595
38596SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBModuleSpec__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38597 PyObject *resultobj = 0;
38598 lldb::SBModuleSpec *result = 0 ;
38599
38600 if (!PyArg_ParseTuple(args,(char *)":new_SBModuleSpec")) SWIG_failgoto fail;
38601 {
38602 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38603 result = (lldb::SBModuleSpec *)new lldb::SBModuleSpec();
38604 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38605 }
38606 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBModuleSpec, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[43], (
(0x1 << 1) | 0x1) | 0)
;
38607 return resultobj;
38608fail:
38609 return NULL__null;
38610}
38611
38612
38613SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBModuleSpec__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38614 PyObject *resultobj = 0;
38615 lldb::SBModuleSpec *arg1 = 0 ;
38616 void *argp1 = 0 ;
38617 int res1 = 0 ;
38618 PyObject * obj0 = 0 ;
38619 lldb::SBModuleSpec *result = 0 ;
38620
38621 if (!PyArg_ParseTuple(args,(char *)"O:new_SBModuleSpec",&obj0)) SWIG_failgoto fail;
38622 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
38623 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38624 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBModuleSpec" "', argument " "1"" of type '" "lldb::SBModuleSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBModuleSpec" "', argument "
"1"" of type '" "lldb::SBModuleSpec const &""'"); goto fail
; } while(0)
;
38625 }
38626 if (!argp1) {
38627 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBModuleSpec" "', argument " "1"" of type '" "lldb::SBModuleSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBModuleSpec" "', argument " "1"" of type '"
"lldb::SBModuleSpec const &""'"); goto fail; } while(0)
;
38628 }
38629 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
38630 {
38631 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38632 result = (lldb::SBModuleSpec *)new lldb::SBModuleSpec((lldb::SBModuleSpec const &)*arg1);
38633 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38634 }
38635 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBModuleSpec, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[43], (
(0x1 << 1) | 0x1) | 0)
;
38636 return resultobj;
38637fail:
38638 return NULL__null;
38639}
38640
38641
38642SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBModuleSpec(PyObject *self, PyObject *args) {
38643 Py_ssize_t argc;
38644 PyObject *argv[2] = {
38645 0
38646 };
38647 Py_ssize_t ii;
38648
38649 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
38650 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
38651 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
38652 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
38653 }
38654 if (argc == 0) {
38655 return _wrap_new_SBModuleSpec__SWIG_0(self, args);
38656 }
38657 if (argc == 1) {
38658 int _v;
38659 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBModuleSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[43], 0, 0
)
;
38660 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
38661 if (_v) {
38662 return _wrap_new_SBModuleSpec__SWIG_1(self, args);
38663 }
38664 }
38665
38666fail:
38667 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBModuleSpec'.\n"
38668 " Possible C/C++ prototypes are:\n"
38669 " lldb::SBModuleSpec::SBModuleSpec()\n"
38670 " lldb::SBModuleSpec::SBModuleSpec(lldb::SBModuleSpec const &)\n");
38671 return 0;
38672}
38673
38674
38675SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBModuleSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38676 PyObject *resultobj = 0;
38677 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
38678 void *argp1 = 0 ;
38679 int res1 = 0 ;
38680 PyObject * obj0 = 0 ;
38681
38682 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBModuleSpec",&obj0)) SWIG_failgoto fail;
38683 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0x1 | 0, 0)
;
38684 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38685 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBModuleSpec" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBModuleSpec" "', argument "
"1"" of type '" "lldb::SBModuleSpec *""'"); goto fail; } while
(0)
;
38686 }
38687 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
38688 {
38689 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38690 delete arg1;
38691 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38692 }
38693 resultobj = SWIG_Py_Void();
38694 return resultobj;
38695fail:
38696 return NULL__null;
38697}
38698
38699
38700SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38701 PyObject *resultobj = 0;
38702 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
38703 void *argp1 = 0 ;
38704 int res1 = 0 ;
38705 PyObject * obj0 = 0 ;
38706 bool result;
38707
38708 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpec_IsValid",&obj0)) SWIG_failgoto fail;
38709 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
38710 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38711 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_IsValid" "', argument " "1"" of type '" "lldb::SBModuleSpec const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_IsValid" "', argument "
"1"" of type '" "lldb::SBModuleSpec const *""'"); goto fail;
} while(0)
;
38712 }
38713 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
38714 {
38715 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38716 result = (bool)((lldb::SBModuleSpec const *)arg1)->IsValid();
38717 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38718 }
38719 resultobj = SWIG_From_bool(static_cast< bool >(result));
38720 return resultobj;
38721fail:
38722 return NULL__null;
38723}
38724
38725
38726SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38727 PyObject *resultobj = 0;
38728 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
38729 void *argp1 = 0 ;
38730 int res1 = 0 ;
38731 PyObject * obj0 = 0 ;
38732
38733 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpec_Clear",&obj0)) SWIG_failgoto fail;
38734 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
38735 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38736 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_Clear" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_Clear" "', argument "
"1"" of type '" "lldb::SBModuleSpec *""'"); goto fail; } while
(0)
;
38737 }
38738 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
38739 {
38740 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38741 (arg1)->Clear();
38742 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38743 }
38744 resultobj = SWIG_Py_Void();
38745 return resultobj;
38746fail:
38747 return NULL__null;
38748}
38749
38750
38751SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_GetFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38752 PyObject *resultobj = 0;
38753 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
38754 void *argp1 = 0 ;
38755 int res1 = 0 ;
38756 PyObject * obj0 = 0 ;
38757 lldb::SBFileSpec result;
38758
38759 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpec_GetFileSpec",&obj0)) SWIG_failgoto fail;
38760 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
38761 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38762 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_GetFileSpec" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_GetFileSpec" "', argument "
"1"" of type '" "lldb::SBModuleSpec *""'"); goto fail; } while
(0)
;
38763 }
38764 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
38765 {
38766 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38767 result = (arg1)->GetFileSpec();
38768 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38769 }
38770 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
38771 return resultobj;
38772fail:
38773 return NULL__null;
38774}
38775
38776
38777SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_SetFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38778 PyObject *resultobj = 0;
38779 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
38780 lldb::SBFileSpec *arg2 = 0 ;
38781 void *argp1 = 0 ;
38782 int res1 = 0 ;
38783 void *argp2 = 0 ;
38784 int res2 = 0 ;
38785 PyObject * obj0 = 0 ;
38786 PyObject * obj1 = 0 ;
38787
38788 if (!PyArg_ParseTuple(args,(char *)"OO:SBModuleSpec_SetFileSpec",&obj0,&obj1)) SWIG_failgoto fail;
38789 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
38790 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38791 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_SetFileSpec" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_SetFileSpec" "', argument "
"1"" of type '" "lldb::SBModuleSpec *""'"); goto fail; } while
(0)
;
38792 }
38793 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
38794 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
38795 if (!SWIG_IsOK(res2)(res2 >= 0)) {
38796 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModuleSpec_SetFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModuleSpec_SetFileSpec" "', argument "
"2"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
38797 }
38798 if (!argp2) {
38799 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModuleSpec_SetFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModuleSpec_SetFileSpec" "', argument " "2"" of type '"
"lldb::SBFileSpec const &""'"); goto fail; } while(0)
;
38800 }
38801 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
38802 {
38803 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38804 (arg1)->SetFileSpec((lldb::SBFileSpec const &)*arg2);
38805 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38806 }
38807 resultobj = SWIG_Py_Void();
38808 return resultobj;
38809fail:
38810 return NULL__null;
38811}
38812
38813
38814SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_GetPlatformFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38815 PyObject *resultobj = 0;
38816 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
38817 void *argp1 = 0 ;
38818 int res1 = 0 ;
38819 PyObject * obj0 = 0 ;
38820 lldb::SBFileSpec result;
38821
38822 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpec_GetPlatformFileSpec",&obj0)) SWIG_failgoto fail;
38823 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
38824 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38825 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_GetPlatformFileSpec" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_GetPlatformFileSpec"
"', argument " "1"" of type '" "lldb::SBModuleSpec *""'"); goto
fail; } while(0)
;
38826 }
38827 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
38828 {
38829 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38830 result = (arg1)->GetPlatformFileSpec();
38831 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38832 }
38833 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
38834 return resultobj;
38835fail:
38836 return NULL__null;
38837}
38838
38839
38840SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_SetPlatformFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38841 PyObject *resultobj = 0;
38842 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
38843 lldb::SBFileSpec *arg2 = 0 ;
38844 void *argp1 = 0 ;
38845 int res1 = 0 ;
38846 void *argp2 = 0 ;
38847 int res2 = 0 ;
38848 PyObject * obj0 = 0 ;
38849 PyObject * obj1 = 0 ;
38850
38851 if (!PyArg_ParseTuple(args,(char *)"OO:SBModuleSpec_SetPlatformFileSpec",&obj0,&obj1)) SWIG_failgoto fail;
38852 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
38853 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38854 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_SetPlatformFileSpec" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_SetPlatformFileSpec"
"', argument " "1"" of type '" "lldb::SBModuleSpec *""'"); goto
fail; } while(0)
;
38855 }
38856 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
38857 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
38858 if (!SWIG_IsOK(res2)(res2 >= 0)) {
38859 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModuleSpec_SetPlatformFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModuleSpec_SetPlatformFileSpec"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
38860 }
38861 if (!argp2) {
38862 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModuleSpec_SetPlatformFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModuleSpec_SetPlatformFileSpec" "', argument "
"2"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
38863 }
38864 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
38865 {
38866 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38867 (arg1)->SetPlatformFileSpec((lldb::SBFileSpec const &)*arg2);
38868 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38869 }
38870 resultobj = SWIG_Py_Void();
38871 return resultobj;
38872fail:
38873 return NULL__null;
38874}
38875
38876
38877SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_GetSymbolFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38878 PyObject *resultobj = 0;
38879 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
38880 void *argp1 = 0 ;
38881 int res1 = 0 ;
38882 PyObject * obj0 = 0 ;
38883 lldb::SBFileSpec result;
38884
38885 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpec_GetSymbolFileSpec",&obj0)) SWIG_failgoto fail;
38886 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
38887 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38888 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_GetSymbolFileSpec" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_GetSymbolFileSpec"
"', argument " "1"" of type '" "lldb::SBModuleSpec *""'"); goto
fail; } while(0)
;
38889 }
38890 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
38891 {
38892 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38893 result = (arg1)->GetSymbolFileSpec();
38894 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38895 }
38896 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
38897 return resultobj;
38898fail:
38899 return NULL__null;
38900}
38901
38902
38903SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_SetSymbolFileSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38904 PyObject *resultobj = 0;
38905 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
38906 lldb::SBFileSpec *arg2 = 0 ;
38907 void *argp1 = 0 ;
38908 int res1 = 0 ;
38909 void *argp2 = 0 ;
38910 int res2 = 0 ;
38911 PyObject * obj0 = 0 ;
38912 PyObject * obj1 = 0 ;
38913
38914 if (!PyArg_ParseTuple(args,(char *)"OO:SBModuleSpec_SetSymbolFileSpec",&obj0,&obj1)) SWIG_failgoto fail;
38915 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
38916 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38917 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_SetSymbolFileSpec" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_SetSymbolFileSpec"
"', argument " "1"" of type '" "lldb::SBModuleSpec *""'"); goto
fail; } while(0)
;
38918 }
38919 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
38920 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
38921 if (!SWIG_IsOK(res2)(res2 >= 0)) {
38922 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModuleSpec_SetSymbolFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModuleSpec_SetSymbolFileSpec"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
38923 }
38924 if (!argp2) {
38925 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModuleSpec_SetSymbolFileSpec" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModuleSpec_SetSymbolFileSpec" "', argument "
"2"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
38926 }
38927 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
38928 {
38929 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38930 (arg1)->SetSymbolFileSpec((lldb::SBFileSpec const &)*arg2);
38931 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38932 }
38933 resultobj = SWIG_Py_Void();
38934 return resultobj;
38935fail:
38936 return NULL__null;
38937}
38938
38939
38940SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_GetObjectName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38941 PyObject *resultobj = 0;
38942 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
38943 void *argp1 = 0 ;
38944 int res1 = 0 ;
38945 PyObject * obj0 = 0 ;
38946 char *result = 0 ;
38947
38948 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpec_GetObjectName",&obj0)) SWIG_failgoto fail;
38949 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
38950 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38951 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_GetObjectName" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_GetObjectName"
"', argument " "1"" of type '" "lldb::SBModuleSpec *""'"); goto
fail; } while(0)
;
38952 }
38953 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
38954 {
38955 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38956 result = (char *)(arg1)->GetObjectName();
38957 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38958 }
38959 resultobj = SWIG_FromCharPtr((const char *)result);
38960 return resultobj;
38961fail:
38962 return NULL__null;
38963}
38964
38965
38966SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_SetObjectName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
38967 PyObject *resultobj = 0;
38968 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
38969 char *arg2 = (char *) 0 ;
38970 void *argp1 = 0 ;
38971 int res1 = 0 ;
38972 int res2 ;
38973 char *buf2 = 0 ;
38974 int alloc2 = 0 ;
38975 PyObject * obj0 = 0 ;
38976 PyObject * obj1 = 0 ;
38977
38978 if (!PyArg_ParseTuple(args,(char *)"OO:SBModuleSpec_SetObjectName",&obj0,&obj1)) SWIG_failgoto fail;
38979 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
38980 if (!SWIG_IsOK(res1)(res1 >= 0)) {
38981 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_SetObjectName" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_SetObjectName"
"', argument " "1"" of type '" "lldb::SBModuleSpec *""'"); goto
fail; } while(0)
;
38982 }
38983 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
38984 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
38985 if (!SWIG_IsOK(res2)(res2 >= 0)) {
38986 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModuleSpec_SetObjectName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModuleSpec_SetObjectName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
38987 }
38988 arg2 = reinterpret_cast< char * >(buf2);
38989 {
38990 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
38991 (arg1)->SetObjectName((char const *)arg2);
38992 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
38993 }
38994 resultobj = SWIG_Py_Void();
38995 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
38996 return resultobj;
38997fail:
38998 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
38999 return NULL__null;
39000}
39001
39002
39003SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_GetTriple(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39004 PyObject *resultobj = 0;
39005 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
39006 void *argp1 = 0 ;
39007 int res1 = 0 ;
39008 PyObject * obj0 = 0 ;
39009 char *result = 0 ;
39010
39011 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpec_GetTriple",&obj0)) SWIG_failgoto fail;
39012 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
39013 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39014 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_GetTriple" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_GetTriple" "', argument "
"1"" of type '" "lldb::SBModuleSpec *""'"); goto fail; } while
(0)
;
39015 }
39016 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
39017 {
39018 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39019 result = (char *)(arg1)->GetTriple();
39020 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39021 }
39022 resultobj = SWIG_FromCharPtr((const char *)result);
39023 return resultobj;
39024fail:
39025 return NULL__null;
39026}
39027
39028
39029SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_SetTriple(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39030 PyObject *resultobj = 0;
39031 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
39032 char *arg2 = (char *) 0 ;
39033 void *argp1 = 0 ;
39034 int res1 = 0 ;
39035 int res2 ;
39036 char *buf2 = 0 ;
39037 int alloc2 = 0 ;
39038 PyObject * obj0 = 0 ;
39039 PyObject * obj1 = 0 ;
39040
39041 if (!PyArg_ParseTuple(args,(char *)"OO:SBModuleSpec_SetTriple",&obj0,&obj1)) SWIG_failgoto fail;
39042 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
39043 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39044 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_SetTriple" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_SetTriple" "', argument "
"1"" of type '" "lldb::SBModuleSpec *""'"); goto fail; } while
(0)
;
39045 }
39046 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
39047 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
39048 if (!SWIG_IsOK(res2)(res2 >= 0)) {
39049 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModuleSpec_SetTriple" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModuleSpec_SetTriple" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
39050 }
39051 arg2 = reinterpret_cast< char * >(buf2);
39052 {
39053 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39054 (arg1)->SetTriple((char const *)arg2);
39055 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39056 }
39057 resultobj = SWIG_Py_Void();
39058 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
39059 return resultobj;
39060fail:
39061 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
39062 return NULL__null;
39063}
39064
39065
39066SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_GetUUIDBytes(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39067 PyObject *resultobj = 0;
39068 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
39069 void *argp1 = 0 ;
39070 int res1 = 0 ;
39071 PyObject * obj0 = 0 ;
39072 uint8_t *result = 0 ;
39073
39074 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpec_GetUUIDBytes",&obj0)) SWIG_failgoto fail;
39075 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
39076 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39077 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_GetUUIDBytes" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_GetUUIDBytes"
"', argument " "1"" of type '" "lldb::SBModuleSpec *""'"); goto
fail; } while(0)
;
39078 }
39079 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
39080 {
39081 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39082 result = (uint8_t *)(arg1)->GetUUIDBytes();
39083 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39084 }
39085 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_unsigned_char, 0 | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[252], 0
| 0)
;
39086 return resultobj;
39087fail:
39088 return NULL__null;
39089}
39090
39091
39092SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_GetUUIDLength(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39093 PyObject *resultobj = 0;
39094 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
39095 void *argp1 = 0 ;
39096 int res1 = 0 ;
39097 PyObject * obj0 = 0 ;
39098 size_t result;
39099
39100 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpec_GetUUIDLength",&obj0)) SWIG_failgoto fail;
39101 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
39102 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39103 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_GetUUIDLength" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_GetUUIDLength"
"', argument " "1"" of type '" "lldb::SBModuleSpec *""'"); goto
fail; } while(0)
;
39104 }
39105 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
39106 {
39107 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39108 result = (arg1)->GetUUIDLength();
39109 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39110 }
39111 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
39112 return resultobj;
39113fail:
39114 return NULL__null;
39115}
39116
39117
39118SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_SetUUIDBytes(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39119 PyObject *resultobj = 0;
39120 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
39121 uint8_t *arg2 = (uint8_t *) 0 ;
39122 size_t arg3 ;
39123 void *argp1 = 0 ;
39124 int res1 = 0 ;
39125 void *argp2 = 0 ;
39126 int res2 = 0 ;
39127 size_t val3 ;
39128 int ecode3 = 0 ;
39129 PyObject * obj0 = 0 ;
39130 PyObject * obj1 = 0 ;
39131 PyObject * obj2 = 0 ;
39132 bool result;
39133
39134 if (!PyArg_ParseTuple(args,(char *)"OOO:SBModuleSpec_SetUUIDBytes",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
39135 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
39136 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39137 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_SetUUIDBytes" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_SetUUIDBytes"
"', argument " "1"" of type '" "lldb::SBModuleSpec *""'"); goto
fail; } while(0)
;
39138 }
39139 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
39140 res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_unsigned_char, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[252
], 0 | 0, 0)
;
39141 if (!SWIG_IsOK(res2)(res2 >= 0)) {
39142 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModuleSpec_SetUUIDBytes" "', argument " "2"" of type '" "uint8_t const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModuleSpec_SetUUIDBytes"
"', argument " "2"" of type '" "uint8_t const *""'"); goto fail
; } while(0)
;
39143 }
39144 arg2 = reinterpret_cast< uint8_t * >(argp2);
39145 ecode3 = SWIG_AsVal_size_t(obj2, &val3);
39146 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
39147 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBModuleSpec_SetUUIDBytes" "', argument " "3"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBModuleSpec_SetUUIDBytes"
"', argument " "3"" of type '" "size_t""'"); goto fail; } while
(0)
;
39148 }
39149 arg3 = static_cast< size_t >(val3);
39150 {
39151 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39152 result = (bool)(arg1)->SetUUIDBytes((uint8_t const *)arg2,arg3);
39153 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39154 }
39155 resultobj = SWIG_From_bool(static_cast< bool >(result));
39156 return resultobj;
39157fail:
39158 return NULL__null;
39159}
39160
39161
39162SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39163 PyObject *resultobj = 0;
39164 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
39165 lldb::SBStream *arg2 = 0 ;
39166 void *argp1 = 0 ;
39167 int res1 = 0 ;
39168 void *argp2 = 0 ;
39169 int res2 = 0 ;
39170 PyObject * obj0 = 0 ;
39171 PyObject * obj1 = 0 ;
39172 bool result;
39173
39174 if (!PyArg_ParseTuple(args,(char *)"OO:SBModuleSpec_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
39175 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
39176 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39177 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec_GetDescription" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec_GetDescription"
"', argument " "1"" of type '" "lldb::SBModuleSpec *""'"); goto
fail; } while(0)
;
39178 }
39179 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
39180 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
39181 if (!SWIG_IsOK(res2)(res2 >= 0)) {
39182 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModuleSpec_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModuleSpec_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
39183 }
39184 if (!argp2) {
39185 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModuleSpec_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModuleSpec_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
39186 }
39187 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
39188 {
39189 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39190 result = (bool)(arg1)->GetDescription(*arg2);
39191 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39192 }
39193 resultobj = SWIG_From_bool(static_cast< bool >(result));
39194 return resultobj;
39195fail:
39196 return NULL__null;
39197}
39198
39199
39200SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpec___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39201 PyObject *resultobj = 0;
39202 lldb::SBModuleSpec *arg1 = (lldb::SBModuleSpec *) 0 ;
39203 void *argp1 = 0 ;
39204 int res1 = 0 ;
39205 PyObject * obj0 = 0 ;
39206 PyObject *result = 0 ;
39207
39208 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpec___str__",&obj0)) SWIG_failgoto fail;
39209 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[43]
, 0 | 0, 0)
;
39210 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39211 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpec___str__" "', argument " "1"" of type '" "lldb::SBModuleSpec *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpec___str__" "', argument "
"1"" of type '" "lldb::SBModuleSpec *""'"); goto fail; } while
(0)
;
39212 }
39213 arg1 = reinterpret_cast< lldb::SBModuleSpec * >(argp1);
39214 result = (PyObject *)lldb_SBModuleSpec___str__(arg1);
39215 resultobj = result;
39216 return resultobj;
39217fail:
39218 return NULL__null;
39219}
39220
39221
39222SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBModuleSpec_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39223 PyObject *obj;
39224 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
39225 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBModuleSpecswig_types[43], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
39226 return SWIG_Py_Void();
39227}
39228
39229SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBModuleSpecList__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39230 PyObject *resultobj = 0;
39231 lldb::SBModuleSpecList *result = 0 ;
39232
39233 if (!PyArg_ParseTuple(args,(char *)":new_SBModuleSpecList")) SWIG_failgoto fail;
39234 {
39235 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39236 result = (lldb::SBModuleSpecList *)new lldb::SBModuleSpecList();
39237 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39238 }
39239 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBModuleSpecList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[44], (
(0x1 << 1) | 0x1) | 0)
;
39240 return resultobj;
39241fail:
39242 return NULL__null;
39243}
39244
39245
39246SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBModuleSpecList__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39247 PyObject *resultobj = 0;
39248 lldb::SBModuleSpecList *arg1 = 0 ;
39249 void *argp1 = 0 ;
39250 int res1 = 0 ;
39251 PyObject * obj0 = 0 ;
39252 lldb::SBModuleSpecList *result = 0 ;
39253
39254 if (!PyArg_ParseTuple(args,(char *)"O:new_SBModuleSpecList",&obj0)) SWIG_failgoto fail;
39255 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBModuleSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[44]
, 0 | 0, 0)
;
39256 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39257 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBModuleSpecList" "', argument " "1"" of type '" "lldb::SBModuleSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBModuleSpecList" "', argument "
"1"" of type '" "lldb::SBModuleSpecList const &""'"); goto
fail; } while(0)
;
39258 }
39259 if (!argp1) {
39260 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBModuleSpecList" "', argument " "1"" of type '" "lldb::SBModuleSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBModuleSpecList" "', argument " "1"" of type '"
"lldb::SBModuleSpecList const &""'"); goto fail; } while
(0)
;
39261 }
39262 arg1 = reinterpret_cast< lldb::SBModuleSpecList * >(argp1);
39263 {
39264 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39265 result = (lldb::SBModuleSpecList *)new lldb::SBModuleSpecList((lldb::SBModuleSpecList const &)*arg1);
39266 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39267 }
39268 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBModuleSpecList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[44], (
(0x1 << 1) | 0x1) | 0)
;
39269 return resultobj;
39270fail:
39271 return NULL__null;
39272}
39273
39274
39275SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBModuleSpecList(PyObject *self, PyObject *args) {
39276 Py_ssize_t argc;
39277 PyObject *argv[2] = {
39278 0
39279 };
39280 Py_ssize_t ii;
39281
39282 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
39283 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
39284 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
39285 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
39286 }
39287 if (argc == 0) {
39288 return _wrap_new_SBModuleSpecList__SWIG_0(self, args);
39289 }
39290 if (argc == 1) {
39291 int _v;
39292 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBModuleSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[44], 0, 0
)
;
39293 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
39294 if (_v) {
39295 return _wrap_new_SBModuleSpecList__SWIG_1(self, args);
39296 }
39297 }
39298
39299fail:
39300 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBModuleSpecList'.\n"
39301 " Possible C/C++ prototypes are:\n"
39302 " lldb::SBModuleSpecList::SBModuleSpecList()\n"
39303 " lldb::SBModuleSpecList::SBModuleSpecList(lldb::SBModuleSpecList const &)\n");
39304 return 0;
39305}
39306
39307
39308SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBModuleSpecList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39309 PyObject *resultobj = 0;
39310 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ;
39311 void *argp1 = 0 ;
39312 int res1 = 0 ;
39313 PyObject * obj0 = 0 ;
39314
39315 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBModuleSpecList",&obj0)) SWIG_failgoto fail;
39316 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpecList, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[44]
, 0x1 | 0, 0)
;
39317 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39318 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBModuleSpecList" "', argument " "1"" of type '" "lldb::SBModuleSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBModuleSpecList" "', argument "
"1"" of type '" "lldb::SBModuleSpecList *""'"); goto fail; }
while(0)
;
39319 }
39320 arg1 = reinterpret_cast< lldb::SBModuleSpecList * >(argp1);
39321 {
39322 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39323 delete arg1;
39324 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39325 }
39326 resultobj = SWIG_Py_Void();
39327 return resultobj;
39328fail:
39329 return NULL__null;
39330}
39331
39332
39333SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpecList_GetModuleSpecifications(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39334 PyObject *resultobj = 0;
39335 char *arg1 = (char *) 0 ;
39336 int res1 ;
39337 char *buf1 = 0 ;
39338 int alloc1 = 0 ;
39339 PyObject * obj0 = 0 ;
39340 lldb::SBModuleSpecList result;
39341
39342 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpecList_GetModuleSpecifications",&obj0)) SWIG_failgoto fail;
39343 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
39344 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39345 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpecList_GetModuleSpecifications" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpecList_GetModuleSpecifications"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
39346 }
39347 arg1 = reinterpret_cast< char * >(buf1);
39348 {
39349 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39350 result = lldb::SBModuleSpecList::GetModuleSpecifications((char const *)arg1);
39351 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39352 }
39353 resultobj = SWIG_NewPointerObj((new lldb::SBModuleSpecList(static_cast< const lldb::SBModuleSpecList& >(result))), SWIGTYPE_p_lldb__SBModuleSpecList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModuleSpecList
(static_cast< const lldb::SBModuleSpecList& >(result
))), swig_types[44], 0x1 | 0)
;
39354 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
39355 return resultobj;
39356fail:
39357 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
39358 return NULL__null;
39359}
39360
39361
39362SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpecList_Append__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39363 PyObject *resultobj = 0;
39364 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ;
39365 lldb::SBModuleSpec *arg2 = 0 ;
39366 void *argp1 = 0 ;
39367 int res1 = 0 ;
39368 void *argp2 = 0 ;
39369 int res2 = 0 ;
39370 PyObject * obj0 = 0 ;
39371 PyObject * obj1 = 0 ;
39372
39373 if (!PyArg_ParseTuple(args,(char *)"OO:SBModuleSpecList_Append",&obj0,&obj1)) SWIG_failgoto fail;
39374 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[44]
, 0 | 0, 0)
;
39375 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39376 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpecList_Append" "', argument " "1"" of type '" "lldb::SBModuleSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpecList_Append" "', argument "
"1"" of type '" "lldb::SBModuleSpecList *""'"); goto fail; }
while(0)
;
39377 }
39378 arg1 = reinterpret_cast< lldb::SBModuleSpecList * >(argp1);
39379 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[43]
, 0 | 0, 0)
;
39380 if (!SWIG_IsOK(res2)(res2 >= 0)) {
39381 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModuleSpecList_Append" "', argument " "2"" of type '" "lldb::SBModuleSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModuleSpecList_Append" "', argument "
"2"" of type '" "lldb::SBModuleSpec const &""'"); goto fail
; } while(0)
;
39382 }
39383 if (!argp2) {
39384 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModuleSpecList_Append" "', argument " "2"" of type '" "lldb::SBModuleSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModuleSpecList_Append" "', argument " "2"" of type '"
"lldb::SBModuleSpec const &""'"); goto fail; } while(0)
;
39385 }
39386 arg2 = reinterpret_cast< lldb::SBModuleSpec * >(argp2);
39387 {
39388 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39389 (arg1)->Append((lldb::SBModuleSpec const &)*arg2);
39390 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39391 }
39392 resultobj = SWIG_Py_Void();
39393 return resultobj;
39394fail:
39395 return NULL__null;
39396}
39397
39398
39399SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpecList_Append__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39400 PyObject *resultobj = 0;
39401 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ;
39402 lldb::SBModuleSpecList *arg2 = 0 ;
39403 void *argp1 = 0 ;
39404 int res1 = 0 ;
39405 void *argp2 = 0 ;
39406 int res2 = 0 ;
39407 PyObject * obj0 = 0 ;
39408 PyObject * obj1 = 0 ;
39409
39410 if (!PyArg_ParseTuple(args,(char *)"OO:SBModuleSpecList_Append",&obj0,&obj1)) SWIG_failgoto fail;
39411 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[44]
, 0 | 0, 0)
;
39412 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39413 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpecList_Append" "', argument " "1"" of type '" "lldb::SBModuleSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpecList_Append" "', argument "
"1"" of type '" "lldb::SBModuleSpecList *""'"); goto fail; }
while(0)
;
39414 }
39415 arg1 = reinterpret_cast< lldb::SBModuleSpecList * >(argp1);
39416 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBModuleSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[44]
, 0 | 0, 0)
;
39417 if (!SWIG_IsOK(res2)(res2 >= 0)) {
39418 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModuleSpecList_Append" "', argument " "2"" of type '" "lldb::SBModuleSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModuleSpecList_Append" "', argument "
"2"" of type '" "lldb::SBModuleSpecList const &""'"); goto
fail; } while(0)
;
39419 }
39420 if (!argp2) {
39421 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModuleSpecList_Append" "', argument " "2"" of type '" "lldb::SBModuleSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModuleSpecList_Append" "', argument " "2"" of type '"
"lldb::SBModuleSpecList const &""'"); goto fail; } while
(0)
;
39422 }
39423 arg2 = reinterpret_cast< lldb::SBModuleSpecList * >(argp2);
39424 {
39425 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39426 (arg1)->Append((lldb::SBModuleSpecList const &)*arg2);
39427 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39428 }
39429 resultobj = SWIG_Py_Void();
39430 return resultobj;
39431fail:
39432 return NULL__null;
39433}
39434
39435
39436SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpecList_Append(PyObject *self, PyObject *args) {
39437 Py_ssize_t argc;
39438 PyObject *argv[3] = {
39439 0
39440 };
39441 Py_ssize_t ii;
39442
39443 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
39444 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
39445 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
39446 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
39447 }
39448 if (argc == 2) {
39449 int _v;
39450 void *vptr = 0;
39451 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBModuleSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[44
], 0, 0)
;
39452 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
39453 if (_v) {
39454 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBModuleSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[43], 0, 0
)
;
39455 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
39456 if (_v) {
39457 return _wrap_SBModuleSpecList_Append__SWIG_0(self, args);
39458 }
39459 }
39460 }
39461 if (argc == 2) {
39462 int _v;
39463 void *vptr = 0;
39464 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBModuleSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[44
], 0, 0)
;
39465 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
39466 if (_v) {
39467 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBModuleSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[44], 0, 0
)
;
39468 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
39469 if (_v) {
39470 return _wrap_SBModuleSpecList_Append__SWIG_1(self, args);
39471 }
39472 }
39473 }
39474
39475fail:
39476 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBModuleSpecList_Append'.\n"
39477 " Possible C/C++ prototypes are:\n"
39478 " lldb::SBModuleSpecList::Append(lldb::SBModuleSpec const &)\n"
39479 " lldb::SBModuleSpecList::Append(lldb::SBModuleSpecList const &)\n");
39480 return 0;
39481}
39482
39483
39484SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpecList_FindFirstMatchingSpec(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39485 PyObject *resultobj = 0;
39486 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ;
39487 lldb::SBModuleSpec *arg2 = 0 ;
39488 void *argp1 = 0 ;
39489 int res1 = 0 ;
39490 void *argp2 = 0 ;
39491 int res2 = 0 ;
39492 PyObject * obj0 = 0 ;
39493 PyObject * obj1 = 0 ;
39494 lldb::SBModuleSpec result;
39495
39496 if (!PyArg_ParseTuple(args,(char *)"OO:SBModuleSpecList_FindFirstMatchingSpec",&obj0,&obj1)) SWIG_failgoto fail;
39497 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[44]
, 0 | 0, 0)
;
39498 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39499 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpecList_FindFirstMatchingSpec" "', argument " "1"" of type '" "lldb::SBModuleSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpecList_FindFirstMatchingSpec"
"', argument " "1"" of type '" "lldb::SBModuleSpecList *""'"
); goto fail; } while(0)
;
39500 }
39501 arg1 = reinterpret_cast< lldb::SBModuleSpecList * >(argp1);
39502 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[43]
, 0 | 0, 0)
;
39503 if (!SWIG_IsOK(res2)(res2 >= 0)) {
39504 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModuleSpecList_FindFirstMatchingSpec" "', argument " "2"" of type '" "lldb::SBModuleSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModuleSpecList_FindFirstMatchingSpec"
"', argument " "2"" of type '" "lldb::SBModuleSpec const &"
"'"); goto fail; } while(0)
;
39505 }
39506 if (!argp2) {
39507 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModuleSpecList_FindFirstMatchingSpec" "', argument " "2"" of type '" "lldb::SBModuleSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModuleSpecList_FindFirstMatchingSpec" "', argument "
"2"" of type '" "lldb::SBModuleSpec const &""'"); goto fail
; } while(0)
;
39508 }
39509 arg2 = reinterpret_cast< lldb::SBModuleSpec * >(argp2);
39510 {
39511 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39512 result = (arg1)->FindFirstMatchingSpec((lldb::SBModuleSpec const &)*arg2);
39513 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39514 }
39515 resultobj = SWIG_NewPointerObj((new lldb::SBModuleSpec(static_cast< const lldb::SBModuleSpec& >(result))), SWIGTYPE_p_lldb__SBModuleSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModuleSpec(static_cast
< const lldb::SBModuleSpec& >(result))), swig_types
[43], 0x1 | 0)
;
39516 return resultobj;
39517fail:
39518 return NULL__null;
39519}
39520
39521
39522SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpecList_FindMatchingSpecs(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39523 PyObject *resultobj = 0;
39524 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ;
39525 lldb::SBModuleSpec *arg2 = 0 ;
39526 void *argp1 = 0 ;
39527 int res1 = 0 ;
39528 void *argp2 = 0 ;
39529 int res2 = 0 ;
39530 PyObject * obj0 = 0 ;
39531 PyObject * obj1 = 0 ;
39532 lldb::SBModuleSpecList result;
39533
39534 if (!PyArg_ParseTuple(args,(char *)"OO:SBModuleSpecList_FindMatchingSpecs",&obj0,&obj1)) SWIG_failgoto fail;
39535 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[44]
, 0 | 0, 0)
;
39536 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39537 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpecList_FindMatchingSpecs" "', argument " "1"" of type '" "lldb::SBModuleSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpecList_FindMatchingSpecs"
"', argument " "1"" of type '" "lldb::SBModuleSpecList *""'"
); goto fail; } while(0)
;
39538 }
39539 arg1 = reinterpret_cast< lldb::SBModuleSpecList * >(argp1);
39540 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[43]
, 0 | 0, 0)
;
39541 if (!SWIG_IsOK(res2)(res2 >= 0)) {
39542 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModuleSpecList_FindMatchingSpecs" "', argument " "2"" of type '" "lldb::SBModuleSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModuleSpecList_FindMatchingSpecs"
"', argument " "2"" of type '" "lldb::SBModuleSpec const &"
"'"); goto fail; } while(0)
;
39543 }
39544 if (!argp2) {
39545 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModuleSpecList_FindMatchingSpecs" "', argument " "2"" of type '" "lldb::SBModuleSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModuleSpecList_FindMatchingSpecs" "', argument "
"2"" of type '" "lldb::SBModuleSpec const &""'"); goto fail
; } while(0)
;
39546 }
39547 arg2 = reinterpret_cast< lldb::SBModuleSpec * >(argp2);
39548 {
39549 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39550 result = (arg1)->FindMatchingSpecs((lldb::SBModuleSpec const &)*arg2);
39551 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39552 }
39553 resultobj = SWIG_NewPointerObj((new lldb::SBModuleSpecList(static_cast< const lldb::SBModuleSpecList& >(result))), SWIGTYPE_p_lldb__SBModuleSpecList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModuleSpecList
(static_cast< const lldb::SBModuleSpecList& >(result
))), swig_types[44], 0x1 | 0)
;
39554 return resultobj;
39555fail:
39556 return NULL__null;
39557}
39558
39559
39560SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpecList_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39561 PyObject *resultobj = 0;
39562 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ;
39563 void *argp1 = 0 ;
39564 int res1 = 0 ;
39565 PyObject * obj0 = 0 ;
39566 size_t result;
39567
39568 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpecList_GetSize",&obj0)) SWIG_failgoto fail;
39569 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[44]
, 0 | 0, 0)
;
39570 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39571 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpecList_GetSize" "', argument " "1"" of type '" "lldb::SBModuleSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpecList_GetSize" "', argument "
"1"" of type '" "lldb::SBModuleSpecList *""'"); goto fail; }
while(0)
;
39572 }
39573 arg1 = reinterpret_cast< lldb::SBModuleSpecList * >(argp1);
39574 {
39575 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39576 result = (arg1)->GetSize();
39577 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39578 }
39579 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
39580 return resultobj;
39581fail:
39582 return NULL__null;
39583}
39584
39585
39586SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpecList_GetSpecAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39587 PyObject *resultobj = 0;
39588 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ;
39589 size_t arg2 ;
39590 void *argp1 = 0 ;
39591 int res1 = 0 ;
39592 size_t val2 ;
39593 int ecode2 = 0 ;
39594 PyObject * obj0 = 0 ;
39595 PyObject * obj1 = 0 ;
39596 lldb::SBModuleSpec result;
39597
39598 if (!PyArg_ParseTuple(args,(char *)"OO:SBModuleSpecList_GetSpecAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
39599 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[44]
, 0 | 0, 0)
;
39600 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39601 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpecList_GetSpecAtIndex" "', argument " "1"" of type '" "lldb::SBModuleSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpecList_GetSpecAtIndex"
"', argument " "1"" of type '" "lldb::SBModuleSpecList *""'"
); goto fail; } while(0)
;
39602 }
39603 arg1 = reinterpret_cast< lldb::SBModuleSpecList * >(argp1);
39604 ecode2 = SWIG_AsVal_size_t(obj1, &val2);
39605 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
39606 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBModuleSpecList_GetSpecAtIndex" "', argument " "2"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBModuleSpecList_GetSpecAtIndex"
"', argument " "2"" of type '" "size_t""'"); goto fail; } while
(0)
;
39607 }
39608 arg2 = static_cast< size_t >(val2);
39609 {
39610 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39611 result = (arg1)->GetSpecAtIndex(arg2);
39612 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39613 }
39614 resultobj = SWIG_NewPointerObj((new lldb::SBModuleSpec(static_cast< const lldb::SBModuleSpec& >(result))), SWIGTYPE_p_lldb__SBModuleSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModuleSpec(static_cast
< const lldb::SBModuleSpec& >(result))), swig_types
[43], 0x1 | 0)
;
39615 return resultobj;
39616fail:
39617 return NULL__null;
39618}
39619
39620
39621SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpecList_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39622 PyObject *resultobj = 0;
39623 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ;
39624 lldb::SBStream *arg2 = 0 ;
39625 void *argp1 = 0 ;
39626 int res1 = 0 ;
39627 void *argp2 = 0 ;
39628 int res2 = 0 ;
39629 PyObject * obj0 = 0 ;
39630 PyObject * obj1 = 0 ;
39631 bool result;
39632
39633 if (!PyArg_ParseTuple(args,(char *)"OO:SBModuleSpecList_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
39634 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[44]
, 0 | 0, 0)
;
39635 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39636 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpecList_GetDescription" "', argument " "1"" of type '" "lldb::SBModuleSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpecList_GetDescription"
"', argument " "1"" of type '" "lldb::SBModuleSpecList *""'"
); goto fail; } while(0)
;
39637 }
39638 arg1 = reinterpret_cast< lldb::SBModuleSpecList * >(argp1);
39639 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
39640 if (!SWIG_IsOK(res2)(res2 >= 0)) {
39641 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBModuleSpecList_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBModuleSpecList_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
39642 }
39643 if (!argp2) {
39644 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBModuleSpecList_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBModuleSpecList_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
39645 }
39646 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
39647 {
39648 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39649 result = (bool)(arg1)->GetDescription(*arg2);
39650 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39651 }
39652 resultobj = SWIG_From_bool(static_cast< bool >(result));
39653 return resultobj;
39654fail:
39655 return NULL__null;
39656}
39657
39658
39659SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBModuleSpecList___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39660 PyObject *resultobj = 0;
39661 lldb::SBModuleSpecList *arg1 = (lldb::SBModuleSpecList *) 0 ;
39662 void *argp1 = 0 ;
39663 int res1 = 0 ;
39664 PyObject * obj0 = 0 ;
39665 PyObject *result = 0 ;
39666
39667 if (!PyArg_ParseTuple(args,(char *)"O:SBModuleSpecList___str__",&obj0)) SWIG_failgoto fail;
39668 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBModuleSpecList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[44]
, 0 | 0, 0)
;
39669 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39670 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBModuleSpecList___str__" "', argument " "1"" of type '" "lldb::SBModuleSpecList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBModuleSpecList___str__" "', argument "
"1"" of type '" "lldb::SBModuleSpecList *""'"); goto fail; }
while(0)
;
39671 }
39672 arg1 = reinterpret_cast< lldb::SBModuleSpecList * >(argp1);
39673 result = (PyObject *)lldb_SBModuleSpecList___str__(arg1);
39674 resultobj = result;
39675 return resultobj;
39676fail:
39677 return NULL__null;
39678}
39679
39680
39681SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBModuleSpecList_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39682 PyObject *obj;
39683 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
39684 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBModuleSpecListswig_types[44], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
39685 return SWIG_Py_Void();
39686}
39687
39688SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBPlatformConnectOptions__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39689 PyObject *resultobj = 0;
39690 char *arg1 = (char *) 0 ;
39691 int res1 ;
39692 char *buf1 = 0 ;
39693 int alloc1 = 0 ;
39694 PyObject * obj0 = 0 ;
39695 lldb::SBPlatformConnectOptions *result = 0 ;
39696
39697 if (!PyArg_ParseTuple(args,(char *)"O:new_SBPlatformConnectOptions",&obj0)) SWIG_failgoto fail;
39698 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
39699 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39700 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBPlatformConnectOptions" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBPlatformConnectOptions"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
39701 }
39702 arg1 = reinterpret_cast< char * >(buf1);
39703 {
39704 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39705 result = (lldb::SBPlatformConnectOptions *)new lldb::SBPlatformConnectOptions((char const *)arg1);
39706 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39707 }
39708 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBPlatformConnectOptions, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[46], (
(0x1 << 1) | 0x1) | 0)
;
39709 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
39710 return resultobj;
39711fail:
39712 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
39713 return NULL__null;
39714}
39715
39716
39717SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBPlatformConnectOptions__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39718 PyObject *resultobj = 0;
39719 lldb::SBPlatformConnectOptions *arg1 = 0 ;
39720 void *argp1 = 0 ;
39721 int res1 = 0 ;
39722 PyObject * obj0 = 0 ;
39723 lldb::SBPlatformConnectOptions *result = 0 ;
39724
39725 if (!PyArg_ParseTuple(args,(char *)"O:new_SBPlatformConnectOptions",&obj0)) SWIG_failgoto fail;
39726 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBPlatformConnectOptions, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[46]
, 0 | 0, 0)
;
39727 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39728 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBPlatformConnectOptions" "', argument " "1"" of type '" "lldb::SBPlatformConnectOptions const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBPlatformConnectOptions"
"', argument " "1"" of type '" "lldb::SBPlatformConnectOptions const &"
"'"); goto fail; } while(0)
;
39729 }
39730 if (!argp1) {
39731 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBPlatformConnectOptions" "', argument " "1"" of type '" "lldb::SBPlatformConnectOptions const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBPlatformConnectOptions" "', argument " "1"
" of type '" "lldb::SBPlatformConnectOptions const &""'")
; goto fail; } while(0)
;
39732 }
39733 arg1 = reinterpret_cast< lldb::SBPlatformConnectOptions * >(argp1);
39734 {
39735 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39736 result = (lldb::SBPlatformConnectOptions *)new lldb::SBPlatformConnectOptions((lldb::SBPlatformConnectOptions const &)*arg1);
39737 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39738 }
39739 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBPlatformConnectOptions, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[46], (
(0x1 << 1) | 0x1) | 0)
;
39740 return resultobj;
39741fail:
39742 return NULL__null;
39743}
39744
39745
39746SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBPlatformConnectOptions(PyObject *self, PyObject *args) {
39747 Py_ssize_t argc;
39748 PyObject *argv[2] = {
39749 0
39750 };
39751 Py_ssize_t ii;
39752
39753 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
39754 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
39755 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
39756 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
39757 }
39758 if (argc == 1) {
39759 int _v;
39760 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBPlatformConnectOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[46], 0, 0
)
;
39761 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
39762 if (_v) {
39763 return _wrap_new_SBPlatformConnectOptions__SWIG_1(self, args);
39764 }
39765 }
39766 if (argc == 1) {
39767 int _v;
39768 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
39769 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
39770 if (_v) {
39771 return _wrap_new_SBPlatformConnectOptions__SWIG_0(self, args);
39772 }
39773 }
39774
39775fail:
39776 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBPlatformConnectOptions'.\n"
39777 " Possible C/C++ prototypes are:\n"
39778 " lldb::SBPlatformConnectOptions::SBPlatformConnectOptions(char const *)\n"
39779 " lldb::SBPlatformConnectOptions::SBPlatformConnectOptions(lldb::SBPlatformConnectOptions const &)\n");
39780 return 0;
39781}
39782
39783
39784SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBPlatformConnectOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39785 PyObject *resultobj = 0;
39786 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ;
39787 void *argp1 = 0 ;
39788 int res1 = 0 ;
39789 PyObject * obj0 = 0 ;
39790
39791 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBPlatformConnectOptions",&obj0)) SWIG_failgoto fail;
39792 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformConnectOptions, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[46]
, 0x1 | 0, 0)
;
39793 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39794 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBPlatformConnectOptions" "', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBPlatformConnectOptions"
"', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *"
"'"); goto fail; } while(0)
;
39795 }
39796 arg1 = reinterpret_cast< lldb::SBPlatformConnectOptions * >(argp1);
39797 {
39798 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39799 delete arg1;
39800 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39801 }
39802 resultobj = SWIG_Py_Void();
39803 return resultobj;
39804fail:
39805 return NULL__null;
39806}
39807
39808
39809SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformConnectOptions_GetURL(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39810 PyObject *resultobj = 0;
39811 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ;
39812 void *argp1 = 0 ;
39813 int res1 = 0 ;
39814 PyObject * obj0 = 0 ;
39815 char *result = 0 ;
39816
39817 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatformConnectOptions_GetURL",&obj0)) SWIG_failgoto fail;
39818 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformConnectOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[46]
, 0 | 0, 0)
;
39819 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39820 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformConnectOptions_GetURL" "', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformConnectOptions_GetURL"
"', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *"
"'"); goto fail; } while(0)
;
39821 }
39822 arg1 = reinterpret_cast< lldb::SBPlatformConnectOptions * >(argp1);
39823 {
39824 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39825 result = (char *)(arg1)->GetURL();
39826 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39827 }
39828 resultobj = SWIG_FromCharPtr((const char *)result);
39829 return resultobj;
39830fail:
39831 return NULL__null;
39832}
39833
39834
39835SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformConnectOptions_SetURL(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39836 PyObject *resultobj = 0;
39837 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ;
39838 char *arg2 = (char *) 0 ;
39839 void *argp1 = 0 ;
39840 int res1 = 0 ;
39841 int res2 ;
39842 char *buf2 = 0 ;
39843 int alloc2 = 0 ;
39844 PyObject * obj0 = 0 ;
39845 PyObject * obj1 = 0 ;
39846
39847 if (!PyArg_ParseTuple(args,(char *)"OO:SBPlatformConnectOptions_SetURL",&obj0,&obj1)) SWIG_failgoto fail;
39848 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformConnectOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[46]
, 0 | 0, 0)
;
39849 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39850 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformConnectOptions_SetURL" "', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformConnectOptions_SetURL"
"', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *"
"'"); goto fail; } while(0)
;
39851 }
39852 arg1 = reinterpret_cast< lldb::SBPlatformConnectOptions * >(argp1);
39853 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
39854 if (!SWIG_IsOK(res2)(res2 >= 0)) {
39855 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatformConnectOptions_SetURL" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatformConnectOptions_SetURL"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
39856 }
39857 arg2 = reinterpret_cast< char * >(buf2);
39858 {
39859 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39860 (arg1)->SetURL((char const *)arg2);
39861 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39862 }
39863 resultobj = SWIG_Py_Void();
39864 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
39865 return resultobj;
39866fail:
39867 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
39868 return NULL__null;
39869}
39870
39871
39872SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformConnectOptions_GetRsyncEnabled(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39873 PyObject *resultobj = 0;
39874 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ;
39875 void *argp1 = 0 ;
39876 int res1 = 0 ;
39877 PyObject * obj0 = 0 ;
39878 bool result;
39879
39880 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatformConnectOptions_GetRsyncEnabled",&obj0)) SWIG_failgoto fail;
39881 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformConnectOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[46]
, 0 | 0, 0)
;
39882 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39883 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformConnectOptions_GetRsyncEnabled" "', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformConnectOptions_GetRsyncEnabled"
"', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *"
"'"); goto fail; } while(0)
;
39884 }
39885 arg1 = reinterpret_cast< lldb::SBPlatformConnectOptions * >(argp1);
39886 {
39887 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39888 result = (bool)(arg1)->GetRsyncEnabled();
39889 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39890 }
39891 resultobj = SWIG_From_bool(static_cast< bool >(result));
39892 return resultobj;
39893fail:
39894 return NULL__null;
39895}
39896
39897
39898SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformConnectOptions_EnableRsync(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39899 PyObject *resultobj = 0;
39900 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ;
39901 char *arg2 = (char *) 0 ;
39902 char *arg3 = (char *) 0 ;
39903 bool arg4 ;
39904 void *argp1 = 0 ;
39905 int res1 = 0 ;
39906 int res2 ;
39907 char *buf2 = 0 ;
39908 int alloc2 = 0 ;
39909 int res3 ;
39910 char *buf3 = 0 ;
39911 int alloc3 = 0 ;
39912 bool val4 ;
39913 int ecode4 = 0 ;
39914 PyObject * obj0 = 0 ;
39915 PyObject * obj1 = 0 ;
39916 PyObject * obj2 = 0 ;
39917 PyObject * obj3 = 0 ;
39918
39919 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBPlatformConnectOptions_EnableRsync",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
39920 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformConnectOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[46]
, 0 | 0, 0)
;
39921 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39922 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformConnectOptions_EnableRsync" "', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformConnectOptions_EnableRsync"
"', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *"
"'"); goto fail; } while(0)
;
39923 }
39924 arg1 = reinterpret_cast< lldb::SBPlatformConnectOptions * >(argp1);
39925 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
39926 if (!SWIG_IsOK(res2)(res2 >= 0)) {
39927 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatformConnectOptions_EnableRsync" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatformConnectOptions_EnableRsync"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
39928 }
39929 arg2 = reinterpret_cast< char * >(buf2);
39930 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
39931 if (!SWIG_IsOK(res3)(res3 >= 0)) {
39932 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBPlatformConnectOptions_EnableRsync" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBPlatformConnectOptions_EnableRsync"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
39933 }
39934 arg3 = reinterpret_cast< char * >(buf3);
39935 ecode4 = SWIG_AsVal_bool(obj3, &val4);
39936 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
39937 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBPlatformConnectOptions_EnableRsync" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBPlatformConnectOptions_EnableRsync"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
39938 }
39939 arg4 = static_cast< bool >(val4);
39940 {
39941 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39942 (arg1)->EnableRsync((char const *)arg2,(char const *)arg3,arg4);
39943 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39944 }
39945 resultobj = SWIG_Py_Void();
39946 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
39947 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
39948 return resultobj;
39949fail:
39950 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
39951 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
39952 return NULL__null;
39953}
39954
39955
39956SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformConnectOptions_DisableRsync(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39957 PyObject *resultobj = 0;
39958 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ;
39959 void *argp1 = 0 ;
39960 int res1 = 0 ;
39961 PyObject * obj0 = 0 ;
39962
39963 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatformConnectOptions_DisableRsync",&obj0)) SWIG_failgoto fail;
39964 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformConnectOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[46]
, 0 | 0, 0)
;
39965 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39966 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformConnectOptions_DisableRsync" "', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformConnectOptions_DisableRsync"
"', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *"
"'"); goto fail; } while(0)
;
39967 }
39968 arg1 = reinterpret_cast< lldb::SBPlatformConnectOptions * >(argp1);
39969 {
39970 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39971 (arg1)->DisableRsync();
39972 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39973 }
39974 resultobj = SWIG_Py_Void();
39975 return resultobj;
39976fail:
39977 return NULL__null;
39978}
39979
39980
39981SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformConnectOptions_GetLocalCacheDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
39982 PyObject *resultobj = 0;
39983 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ;
39984 void *argp1 = 0 ;
39985 int res1 = 0 ;
39986 PyObject * obj0 = 0 ;
39987 char *result = 0 ;
39988
39989 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatformConnectOptions_GetLocalCacheDirectory",&obj0)) SWIG_failgoto fail;
39990 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformConnectOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[46]
, 0 | 0, 0)
;
39991 if (!SWIG_IsOK(res1)(res1 >= 0)) {
39992 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformConnectOptions_GetLocalCacheDirectory" "', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformConnectOptions_GetLocalCacheDirectory"
"', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *"
"'"); goto fail; } while(0)
;
39993 }
39994 arg1 = reinterpret_cast< lldb::SBPlatformConnectOptions * >(argp1);
39995 {
39996 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
39997 result = (char *)(arg1)->GetLocalCacheDirectory();
39998 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
39999 }
40000 resultobj = SWIG_FromCharPtr((const char *)result);
40001 return resultobj;
40002fail:
40003 return NULL__null;
40004}
40005
40006
40007SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformConnectOptions_SetLocalCacheDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40008 PyObject *resultobj = 0;
40009 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ;
40010 char *arg2 = (char *) 0 ;
40011 void *argp1 = 0 ;
40012 int res1 = 0 ;
40013 int res2 ;
40014 char *buf2 = 0 ;
40015 int alloc2 = 0 ;
40016 PyObject * obj0 = 0 ;
40017 PyObject * obj1 = 0 ;
40018
40019 if (!PyArg_ParseTuple(args,(char *)"OO:SBPlatformConnectOptions_SetLocalCacheDirectory",&obj0,&obj1)) SWIG_failgoto fail;
40020 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformConnectOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[46]
, 0 | 0, 0)
;
40021 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40022 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformConnectOptions_SetLocalCacheDirectory" "', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformConnectOptions_SetLocalCacheDirectory"
"', argument " "1"" of type '" "lldb::SBPlatformConnectOptions *"
"'"); goto fail; } while(0)
;
40023 }
40024 arg1 = reinterpret_cast< lldb::SBPlatformConnectOptions * >(argp1);
40025 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
40026 if (!SWIG_IsOK(res2)(res2 >= 0)) {
40027 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatformConnectOptions_SetLocalCacheDirectory" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatformConnectOptions_SetLocalCacheDirectory"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
40028 }
40029 arg2 = reinterpret_cast< char * >(buf2);
40030 {
40031 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40032 (arg1)->SetLocalCacheDirectory((char const *)arg2);
40033 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40034 }
40035 resultobj = SWIG_Py_Void();
40036 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
40037 return resultobj;
40038fail:
40039 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
40040 return NULL__null;
40041}
40042
40043
40044SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBPlatformConnectOptions_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40045 PyObject *obj;
40046 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
40047 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBPlatformConnectOptionsswig_types[46], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
40048 return SWIG_Py_Void();
40049}
40050
40051SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBPlatformShellCommand__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40052 PyObject *resultobj = 0;
40053 char *arg1 = (char *) 0 ;
40054 int res1 ;
40055 char *buf1 = 0 ;
40056 int alloc1 = 0 ;
40057 PyObject * obj0 = 0 ;
40058 lldb::SBPlatformShellCommand *result = 0 ;
40059
40060 if (!PyArg_ParseTuple(args,(char *)"O:new_SBPlatformShellCommand",&obj0)) SWIG_failgoto fail;
40061 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
40062 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40063 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBPlatformShellCommand" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBPlatformShellCommand"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
40064 }
40065 arg1 = reinterpret_cast< char * >(buf1);
40066 {
40067 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40068 result = (lldb::SBPlatformShellCommand *)new lldb::SBPlatformShellCommand((char const *)arg1);
40069 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40070 }
40071 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBPlatformShellCommand, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[47], (
(0x1 << 1) | 0x1) | 0)
;
40072 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
40073 return resultobj;
40074fail:
40075 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
40076 return NULL__null;
40077}
40078
40079
40080SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBPlatformShellCommand__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40081 PyObject *resultobj = 0;
40082 lldb::SBPlatformShellCommand *arg1 = 0 ;
40083 void *argp1 = 0 ;
40084 int res1 = 0 ;
40085 PyObject * obj0 = 0 ;
40086 lldb::SBPlatformShellCommand *result = 0 ;
40087
40088 if (!PyArg_ParseTuple(args,(char *)"O:new_SBPlatformShellCommand",&obj0)) SWIG_failgoto fail;
40089 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBPlatformShellCommand, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[47]
, 0 | 0, 0)
;
40090 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40091 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBPlatformShellCommand" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBPlatformShellCommand"
"', argument " "1"" of type '" "lldb::SBPlatformShellCommand const &"
"'"); goto fail; } while(0)
;
40092 }
40093 if (!argp1) {
40094 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBPlatformShellCommand" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBPlatformShellCommand" "', argument " "1"
" of type '" "lldb::SBPlatformShellCommand const &""'"); goto
fail; } while(0)
;
40095 }
40096 arg1 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp1);
40097 {
40098 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40099 result = (lldb::SBPlatformShellCommand *)new lldb::SBPlatformShellCommand((lldb::SBPlatformShellCommand const &)*arg1);
40100 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40101 }
40102 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBPlatformShellCommand, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[47], (
(0x1 << 1) | 0x1) | 0)
;
40103 return resultobj;
40104fail:
40105 return NULL__null;
40106}
40107
40108
40109SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBPlatformShellCommand(PyObject *self, PyObject *args) {
40110 Py_ssize_t argc;
40111 PyObject *argv[2] = {
40112 0
40113 };
40114 Py_ssize_t ii;
40115
40116 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
40117 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
40118 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
40119 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
40120 }
40121 if (argc == 1) {
40122 int _v;
40123 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBPlatformShellCommand, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[47], 0, 0
)
;
40124 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
40125 if (_v) {
40126 return _wrap_new_SBPlatformShellCommand__SWIG_1(self, args);
40127 }
40128 }
40129 if (argc == 1) {
40130 int _v;
40131 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
40132 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
40133 if (_v) {
40134 return _wrap_new_SBPlatformShellCommand__SWIG_0(self, args);
40135 }
40136 }
40137
40138fail:
40139 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBPlatformShellCommand'.\n"
40140 " Possible C/C++ prototypes are:\n"
40141 " lldb::SBPlatformShellCommand::SBPlatformShellCommand(char const *)\n"
40142 " lldb::SBPlatformShellCommand::SBPlatformShellCommand(lldb::SBPlatformShellCommand const &)\n");
40143 return 0;
40144}
40145
40146
40147SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBPlatformShellCommand(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40148 PyObject *resultobj = 0;
40149 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ;
40150 void *argp1 = 0 ;
40151 int res1 = 0 ;
40152 PyObject * obj0 = 0 ;
40153
40154 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBPlatformShellCommand",&obj0)) SWIG_failgoto fail;
40155 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformShellCommand, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[47]
, 0x1 | 0, 0)
;
40156 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40157 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBPlatformShellCommand" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBPlatformShellCommand"
"', argument " "1"" of type '" "lldb::SBPlatformShellCommand *"
"'"); goto fail; } while(0)
;
40158 }
40159 arg1 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp1);
40160 {
40161 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40162 delete arg1;
40163 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40164 }
40165 resultobj = SWIG_Py_Void();
40166 return resultobj;
40167fail:
40168 return NULL__null;
40169}
40170
40171
40172SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformShellCommand_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40173 PyObject *resultobj = 0;
40174 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ;
40175 void *argp1 = 0 ;
40176 int res1 = 0 ;
40177 PyObject * obj0 = 0 ;
40178
40179 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatformShellCommand_Clear",&obj0)) SWIG_failgoto fail;
40180 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformShellCommand, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[47]
, 0 | 0, 0)
;
40181 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40182 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformShellCommand_Clear" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformShellCommand_Clear"
"', argument " "1"" of type '" "lldb::SBPlatformShellCommand *"
"'"); goto fail; } while(0)
;
40183 }
40184 arg1 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp1);
40185 {
40186 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40187 (arg1)->Clear();
40188 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40189 }
40190 resultobj = SWIG_Py_Void();
40191 return resultobj;
40192fail:
40193 return NULL__null;
40194}
40195
40196
40197SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformShellCommand_GetCommand(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40198 PyObject *resultobj = 0;
40199 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ;
40200 void *argp1 = 0 ;
40201 int res1 = 0 ;
40202 PyObject * obj0 = 0 ;
40203 char *result = 0 ;
40204
40205 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatformShellCommand_GetCommand",&obj0)) SWIG_failgoto fail;
40206 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformShellCommand, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[47]
, 0 | 0, 0)
;
40207 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40208 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformShellCommand_GetCommand" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformShellCommand_GetCommand"
"', argument " "1"" of type '" "lldb::SBPlatformShellCommand *"
"'"); goto fail; } while(0)
;
40209 }
40210 arg1 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp1);
40211 {
40212 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40213 result = (char *)(arg1)->GetCommand();
40214 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40215 }
40216 resultobj = SWIG_FromCharPtr((const char *)result);
40217 return resultobj;
40218fail:
40219 return NULL__null;
40220}
40221
40222
40223SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformShellCommand_SetCommand(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40224 PyObject *resultobj = 0;
40225 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ;
40226 char *arg2 = (char *) 0 ;
40227 void *argp1 = 0 ;
40228 int res1 = 0 ;
40229 int res2 ;
40230 char *buf2 = 0 ;
40231 int alloc2 = 0 ;
40232 PyObject * obj0 = 0 ;
40233 PyObject * obj1 = 0 ;
40234
40235 if (!PyArg_ParseTuple(args,(char *)"OO:SBPlatformShellCommand_SetCommand",&obj0,&obj1)) SWIG_failgoto fail;
40236 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformShellCommand, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[47]
, 0 | 0, 0)
;
40237 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40238 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformShellCommand_SetCommand" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformShellCommand_SetCommand"
"', argument " "1"" of type '" "lldb::SBPlatformShellCommand *"
"'"); goto fail; } while(0)
;
40239 }
40240 arg1 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp1);
40241 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
40242 if (!SWIG_IsOK(res2)(res2 >= 0)) {
40243 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatformShellCommand_SetCommand" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatformShellCommand_SetCommand"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
40244 }
40245 arg2 = reinterpret_cast< char * >(buf2);
40246 {
40247 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40248 (arg1)->SetCommand((char const *)arg2);
40249 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40250 }
40251 resultobj = SWIG_Py_Void();
40252 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
40253 return resultobj;
40254fail:
40255 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
40256 return NULL__null;
40257}
40258
40259
40260SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformShellCommand_GetWorkingDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40261 PyObject *resultobj = 0;
40262 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ;
40263 void *argp1 = 0 ;
40264 int res1 = 0 ;
40265 PyObject * obj0 = 0 ;
40266 char *result = 0 ;
40267
40268 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatformShellCommand_GetWorkingDirectory",&obj0)) SWIG_failgoto fail;
40269 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformShellCommand, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[47]
, 0 | 0, 0)
;
40270 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40271 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformShellCommand_GetWorkingDirectory" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformShellCommand_GetWorkingDirectory"
"', argument " "1"" of type '" "lldb::SBPlatformShellCommand *"
"'"); goto fail; } while(0)
;
40272 }
40273 arg1 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp1);
40274 {
40275 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40276 result = (char *)(arg1)->GetWorkingDirectory();
40277 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40278 }
40279 resultobj = SWIG_FromCharPtr((const char *)result);
40280 return resultobj;
40281fail:
40282 return NULL__null;
40283}
40284
40285
40286SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformShellCommand_SetWorkingDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40287 PyObject *resultobj = 0;
40288 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ;
40289 char *arg2 = (char *) 0 ;
40290 void *argp1 = 0 ;
40291 int res1 = 0 ;
40292 int res2 ;
40293 char *buf2 = 0 ;
40294 int alloc2 = 0 ;
40295 PyObject * obj0 = 0 ;
40296 PyObject * obj1 = 0 ;
40297
40298 if (!PyArg_ParseTuple(args,(char *)"OO:SBPlatformShellCommand_SetWorkingDirectory",&obj0,&obj1)) SWIG_failgoto fail;
40299 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformShellCommand, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[47]
, 0 | 0, 0)
;
40300 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40301 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformShellCommand_SetWorkingDirectory" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformShellCommand_SetWorkingDirectory"
"', argument " "1"" of type '" "lldb::SBPlatformShellCommand *"
"'"); goto fail; } while(0)
;
40302 }
40303 arg1 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp1);
40304 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
40305 if (!SWIG_IsOK(res2)(res2 >= 0)) {
40306 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatformShellCommand_SetWorkingDirectory" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatformShellCommand_SetWorkingDirectory"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
40307 }
40308 arg2 = reinterpret_cast< char * >(buf2);
40309 {
40310 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40311 (arg1)->SetWorkingDirectory((char const *)arg2);
40312 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40313 }
40314 resultobj = SWIG_Py_Void();
40315 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
40316 return resultobj;
40317fail:
40318 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
40319 return NULL__null;
40320}
40321
40322
40323SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformShellCommand_GetTimeoutSeconds(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40324 PyObject *resultobj = 0;
40325 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ;
40326 void *argp1 = 0 ;
40327 int res1 = 0 ;
40328 PyObject * obj0 = 0 ;
40329 uint32_t result;
40330
40331 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatformShellCommand_GetTimeoutSeconds",&obj0)) SWIG_failgoto fail;
40332 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformShellCommand, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[47]
, 0 | 0, 0)
;
40333 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40334 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformShellCommand_GetTimeoutSeconds" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformShellCommand_GetTimeoutSeconds"
"', argument " "1"" of type '" "lldb::SBPlatformShellCommand *"
"'"); goto fail; } while(0)
;
40335 }
40336 arg1 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp1);
40337 {
40338 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40339 result = (uint32_t)(arg1)->GetTimeoutSeconds();
40340 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40341 }
40342 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
40343 return resultobj;
40344fail:
40345 return NULL__null;
40346}
40347
40348
40349SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformShellCommand_SetTimeoutSeconds(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40350 PyObject *resultobj = 0;
40351 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ;
40352 uint32_t arg2 ;
40353 void *argp1 = 0 ;
40354 int res1 = 0 ;
40355 unsigned int val2 ;
40356 int ecode2 = 0 ;
40357 PyObject * obj0 = 0 ;
40358 PyObject * obj1 = 0 ;
40359
40360 if (!PyArg_ParseTuple(args,(char *)"OO:SBPlatformShellCommand_SetTimeoutSeconds",&obj0,&obj1)) SWIG_failgoto fail;
40361 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformShellCommand, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[47]
, 0 | 0, 0)
;
40362 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40363 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformShellCommand_SetTimeoutSeconds" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformShellCommand_SetTimeoutSeconds"
"', argument " "1"" of type '" "lldb::SBPlatformShellCommand *"
"'"); goto fail; } while(0)
;
40364 }
40365 arg1 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp1);
40366 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
40367 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
40368 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBPlatformShellCommand_SetTimeoutSeconds" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBPlatformShellCommand_SetTimeoutSeconds"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
40369 }
40370 arg2 = static_cast< uint32_t >(val2);
40371 {
40372 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40373 (arg1)->SetTimeoutSeconds(arg2);
40374 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40375 }
40376 resultobj = SWIG_Py_Void();
40377 return resultobj;
40378fail:
40379 return NULL__null;
40380}
40381
40382
40383SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformShellCommand_GetSignal(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40384 PyObject *resultobj = 0;
40385 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ;
40386 void *argp1 = 0 ;
40387 int res1 = 0 ;
40388 PyObject * obj0 = 0 ;
40389 int result;
40390
40391 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatformShellCommand_GetSignal",&obj0)) SWIG_failgoto fail;
40392 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformShellCommand, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[47]
, 0 | 0, 0)
;
40393 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40394 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformShellCommand_GetSignal" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformShellCommand_GetSignal"
"', argument " "1"" of type '" "lldb::SBPlatformShellCommand *"
"'"); goto fail; } while(0)
;
40395 }
40396 arg1 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp1);
40397 {
40398 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40399 result = (int)(arg1)->GetSignal();
40400 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40401 }
40402 resultobj = SWIG_From_int(static_cast< int >(result));
40403 return resultobj;
40404fail:
40405 return NULL__null;
40406}
40407
40408
40409SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformShellCommand_GetStatus(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40410 PyObject *resultobj = 0;
40411 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ;
40412 void *argp1 = 0 ;
40413 int res1 = 0 ;
40414 PyObject * obj0 = 0 ;
40415 int result;
40416
40417 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatformShellCommand_GetStatus",&obj0)) SWIG_failgoto fail;
40418 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformShellCommand, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[47]
, 0 | 0, 0)
;
40419 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40420 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformShellCommand_GetStatus" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformShellCommand_GetStatus"
"', argument " "1"" of type '" "lldb::SBPlatformShellCommand *"
"'"); goto fail; } while(0)
;
40421 }
40422 arg1 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp1);
40423 {
40424 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40425 result = (int)(arg1)->GetStatus();
40426 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40427 }
40428 resultobj = SWIG_From_int(static_cast< int >(result));
40429 return resultobj;
40430fail:
40431 return NULL__null;
40432}
40433
40434
40435SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatformShellCommand_GetOutput(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40436 PyObject *resultobj = 0;
40437 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ;
40438 void *argp1 = 0 ;
40439 int res1 = 0 ;
40440 PyObject * obj0 = 0 ;
40441 char *result = 0 ;
40442
40443 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatformShellCommand_GetOutput",&obj0)) SWIG_failgoto fail;
40444 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatformShellCommand, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[47]
, 0 | 0, 0)
;
40445 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40446 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatformShellCommand_GetOutput" "', argument " "1"" of type '" "lldb::SBPlatformShellCommand *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatformShellCommand_GetOutput"
"', argument " "1"" of type '" "lldb::SBPlatformShellCommand *"
"'"); goto fail; } while(0)
;
40447 }
40448 arg1 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp1);
40449 {
40450 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40451 result = (char *)(arg1)->GetOutput();
40452 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40453 }
40454 resultobj = SWIG_FromCharPtr((const char *)result);
40455 return resultobj;
40456fail:
40457 return NULL__null;
40458}
40459
40460
40461SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBPlatformShellCommand_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40462 PyObject *obj;
40463 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
40464 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBPlatformShellCommandswig_types[47], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
40465 return SWIG_Py_Void();
40466}
40467
40468SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBPlatform__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40469 PyObject *resultobj = 0;
40470 lldb::SBPlatform *result = 0 ;
40471
40472 if (!PyArg_ParseTuple(args,(char *)":new_SBPlatform")) SWIG_failgoto fail;
40473 {
40474 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40475 result = (lldb::SBPlatform *)new lldb::SBPlatform();
40476 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40477 }
40478 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBPlatform, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[45], (
(0x1 << 1) | 0x1) | 0)
;
40479 return resultobj;
40480fail:
40481 return NULL__null;
40482}
40483
40484
40485SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBPlatform__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40486 PyObject *resultobj = 0;
40487 char *arg1 = (char *) 0 ;
40488 int res1 ;
40489 char *buf1 = 0 ;
40490 int alloc1 = 0 ;
40491 PyObject * obj0 = 0 ;
40492 lldb::SBPlatform *result = 0 ;
40493
40494 if (!PyArg_ParseTuple(args,(char *)"O:new_SBPlatform",&obj0)) SWIG_failgoto fail;
40495 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
40496 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40497 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBPlatform" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBPlatform" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
40498 }
40499 arg1 = reinterpret_cast< char * >(buf1);
40500 {
40501 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40502 result = (lldb::SBPlatform *)new lldb::SBPlatform((char const *)arg1);
40503 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40504 }
40505 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBPlatform, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[45], (
(0x1 << 1) | 0x1) | 0)
;
40506 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
40507 return resultobj;
40508fail:
40509 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
40510 return NULL__null;
40511}
40512
40513
40514SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBPlatform(PyObject *self, PyObject *args) {
40515 Py_ssize_t argc;
40516 PyObject *argv[2] = {
40517 0
40518 };
40519 Py_ssize_t ii;
40520
40521 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
40522 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
40523 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
40524 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
40525 }
40526 if (argc == 0) {
40527 return _wrap_new_SBPlatform__SWIG_0(self, args);
40528 }
40529 if (argc == 1) {
40530 int _v;
40531 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
40532 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
40533 if (_v) {
40534 return _wrap_new_SBPlatform__SWIG_1(self, args);
40535 }
40536 }
40537
40538fail:
40539 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBPlatform'.\n"
40540 " Possible C/C++ prototypes are:\n"
40541 " lldb::SBPlatform::SBPlatform()\n"
40542 " lldb::SBPlatform::SBPlatform(char const *)\n");
40543 return 0;
40544}
40545
40546
40547SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBPlatform(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40548 PyObject *resultobj = 0;
40549 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40550 void *argp1 = 0 ;
40551 int res1 = 0 ;
40552 PyObject * obj0 = 0 ;
40553
40554 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBPlatform",&obj0)) SWIG_failgoto fail;
40555 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0x1 | 0, 0)
;
40556 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40557 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBPlatform" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBPlatform" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
40558 }
40559 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40560 {
40561 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40562 delete arg1;
40563 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40564 }
40565 resultobj = SWIG_Py_Void();
40566 return resultobj;
40567fail:
40568 return NULL__null;
40569}
40570
40571
40572SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40573 PyObject *resultobj = 0;
40574 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40575 void *argp1 = 0 ;
40576 int res1 = 0 ;
40577 PyObject * obj0 = 0 ;
40578 bool result;
40579
40580 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_IsValid",&obj0)) SWIG_failgoto fail;
40581 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40582 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40583 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_IsValid" "', argument " "1"" of type '" "lldb::SBPlatform const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_IsValid" "', argument "
"1"" of type '" "lldb::SBPlatform const *""'"); goto fail; }
while(0)
;
40584 }
40585 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40586 {
40587 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40588 result = (bool)((lldb::SBPlatform const *)arg1)->IsValid();
40589 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40590 }
40591 resultobj = SWIG_From_bool(static_cast< bool >(result));
40592 return resultobj;
40593fail:
40594 return NULL__null;
40595}
40596
40597
40598SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40599 PyObject *resultobj = 0;
40600 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40601 void *argp1 = 0 ;
40602 int res1 = 0 ;
40603 PyObject * obj0 = 0 ;
40604
40605 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_Clear",&obj0)) SWIG_failgoto fail;
40606 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40607 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40608 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_Clear" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_Clear" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
40609 }
40610 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40611 {
40612 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40613 (arg1)->Clear();
40614 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40615 }
40616 resultobj = SWIG_Py_Void();
40617 return resultobj;
40618fail:
40619 return NULL__null;
40620}
40621
40622
40623SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_GetWorkingDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40624 PyObject *resultobj = 0;
40625 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40626 void *argp1 = 0 ;
40627 int res1 = 0 ;
40628 PyObject * obj0 = 0 ;
40629 char *result = 0 ;
40630
40631 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_GetWorkingDirectory",&obj0)) SWIG_failgoto fail;
40632 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40633 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40634 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_GetWorkingDirectory" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_GetWorkingDirectory"
"', argument " "1"" of type '" "lldb::SBPlatform *""'"); goto
fail; } while(0)
;
40635 }
40636 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40637 {
40638 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40639 result = (char *)(arg1)->GetWorkingDirectory();
40640 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40641 }
40642 resultobj = SWIG_FromCharPtr((const char *)result);
40643 return resultobj;
40644fail:
40645 return NULL__null;
40646}
40647
40648
40649SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_SetWorkingDirectory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40650 PyObject *resultobj = 0;
40651 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40652 char *arg2 = (char *) 0 ;
40653 void *argp1 = 0 ;
40654 int res1 = 0 ;
40655 int res2 ;
40656 char *buf2 = 0 ;
40657 int alloc2 = 0 ;
40658 PyObject * obj0 = 0 ;
40659 PyObject * obj1 = 0 ;
40660 bool result;
40661
40662 if (!PyArg_ParseTuple(args,(char *)"OO:SBPlatform_SetWorkingDirectory",&obj0,&obj1)) SWIG_failgoto fail;
40663 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40664 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40665 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_SetWorkingDirectory" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_SetWorkingDirectory"
"', argument " "1"" of type '" "lldb::SBPlatform *""'"); goto
fail; } while(0)
;
40666 }
40667 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40668 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
40669 if (!SWIG_IsOK(res2)(res2 >= 0)) {
40670 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatform_SetWorkingDirectory" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatform_SetWorkingDirectory"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
40671 }
40672 arg2 = reinterpret_cast< char * >(buf2);
40673 {
40674 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40675 result = (bool)(arg1)->SetWorkingDirectory((char const *)arg2);
40676 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40677 }
40678 resultobj = SWIG_From_bool(static_cast< bool >(result));
40679 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
40680 return resultobj;
40681fail:
40682 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
40683 return NULL__null;
40684}
40685
40686
40687SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40688 PyObject *resultobj = 0;
40689 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40690 void *argp1 = 0 ;
40691 int res1 = 0 ;
40692 PyObject * obj0 = 0 ;
40693 char *result = 0 ;
40694
40695 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_GetName",&obj0)) SWIG_failgoto fail;
40696 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40697 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40698 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_GetName" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_GetName" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
40699 }
40700 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40701 {
40702 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40703 result = (char *)(arg1)->GetName();
40704 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40705 }
40706 resultobj = SWIG_FromCharPtr((const char *)result);
40707 return resultobj;
40708fail:
40709 return NULL__null;
40710}
40711
40712
40713SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_ConnectRemote(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40714 PyObject *resultobj = 0;
40715 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40716 lldb::SBPlatformConnectOptions *arg2 = 0 ;
40717 void *argp1 = 0 ;
40718 int res1 = 0 ;
40719 void *argp2 = 0 ;
40720 int res2 = 0 ;
40721 PyObject * obj0 = 0 ;
40722 PyObject * obj1 = 0 ;
40723 lldb::SBError result;
40724
40725 if (!PyArg_ParseTuple(args,(char *)"OO:SBPlatform_ConnectRemote",&obj0,&obj1)) SWIG_failgoto fail;
40726 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40727 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40728 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_ConnectRemote" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_ConnectRemote" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
40729 }
40730 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40731 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBPlatformConnectOptions, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[46]
, 0, 0)
;
40732 if (!SWIG_IsOK(res2)(res2 >= 0)) {
40733 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatform_ConnectRemote" "', argument " "2"" of type '" "lldb::SBPlatformConnectOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatform_ConnectRemote" "', argument "
"2"" of type '" "lldb::SBPlatformConnectOptions &""'"); goto
fail; } while(0)
;
40734 }
40735 if (!argp2) {
40736 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBPlatform_ConnectRemote" "', argument " "2"" of type '" "lldb::SBPlatformConnectOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBPlatform_ConnectRemote" "', argument " "2"" of type '"
"lldb::SBPlatformConnectOptions &""'"); goto fail; } while
(0)
;
40737 }
40738 arg2 = reinterpret_cast< lldb::SBPlatformConnectOptions * >(argp2);
40739 {
40740 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40741 result = (arg1)->ConnectRemote(*arg2);
40742 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40743 }
40744 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
40745 return resultobj;
40746fail:
40747 return NULL__null;
40748}
40749
40750
40751SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_DisconnectRemote(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40752 PyObject *resultobj = 0;
40753 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40754 void *argp1 = 0 ;
40755 int res1 = 0 ;
40756 PyObject * obj0 = 0 ;
40757
40758 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_DisconnectRemote",&obj0)) SWIG_failgoto fail;
40759 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40760 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40761 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_DisconnectRemote" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_DisconnectRemote"
"', argument " "1"" of type '" "lldb::SBPlatform *""'"); goto
fail; } while(0)
;
40762 }
40763 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40764 {
40765 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40766 (arg1)->DisconnectRemote();
40767 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40768 }
40769 resultobj = SWIG_Py_Void();
40770 return resultobj;
40771fail:
40772 return NULL__null;
40773}
40774
40775
40776SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_IsConnected(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40777 PyObject *resultobj = 0;
40778 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40779 void *argp1 = 0 ;
40780 int res1 = 0 ;
40781 PyObject * obj0 = 0 ;
40782 bool result;
40783
40784 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_IsConnected",&obj0)) SWIG_failgoto fail;
40785 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40786 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40787 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_IsConnected" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_IsConnected" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
40788 }
40789 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40790 {
40791 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40792 result = (bool)(arg1)->IsConnected();
40793 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40794 }
40795 resultobj = SWIG_From_bool(static_cast< bool >(result));
40796 return resultobj;
40797fail:
40798 return NULL__null;
40799}
40800
40801
40802SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_GetTriple(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40803 PyObject *resultobj = 0;
40804 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40805 void *argp1 = 0 ;
40806 int res1 = 0 ;
40807 PyObject * obj0 = 0 ;
40808 char *result = 0 ;
40809
40810 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_GetTriple",&obj0)) SWIG_failgoto fail;
40811 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40812 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40813 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_GetTriple" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_GetTriple" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
40814 }
40815 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40816 {
40817 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40818 result = (char *)(arg1)->GetTriple();
40819 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40820 }
40821 resultobj = SWIG_FromCharPtr((const char *)result);
40822 return resultobj;
40823fail:
40824 return NULL__null;
40825}
40826
40827
40828SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_GetHostname(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40829 PyObject *resultobj = 0;
40830 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40831 void *argp1 = 0 ;
40832 int res1 = 0 ;
40833 PyObject * obj0 = 0 ;
40834 char *result = 0 ;
40835
40836 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_GetHostname",&obj0)) SWIG_failgoto fail;
40837 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40838 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40839 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_GetHostname" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_GetHostname" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
40840 }
40841 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40842 {
40843 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40844 result = (char *)(arg1)->GetHostname();
40845 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40846 }
40847 resultobj = SWIG_FromCharPtr((const char *)result);
40848 return resultobj;
40849fail:
40850 return NULL__null;
40851}
40852
40853
40854SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_GetOSBuild(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40855 PyObject *resultobj = 0;
40856 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40857 void *argp1 = 0 ;
40858 int res1 = 0 ;
40859 PyObject * obj0 = 0 ;
40860 char *result = 0 ;
40861
40862 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_GetOSBuild",&obj0)) SWIG_failgoto fail;
40863 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40864 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40865 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_GetOSBuild" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_GetOSBuild" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
40866 }
40867 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40868 {
40869 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40870 result = (char *)(arg1)->GetOSBuild();
40871 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40872 }
40873 resultobj = SWIG_FromCharPtr((const char *)result);
40874 return resultobj;
40875fail:
40876 return NULL__null;
40877}
40878
40879
40880SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_GetOSDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40881 PyObject *resultobj = 0;
40882 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40883 void *argp1 = 0 ;
40884 int res1 = 0 ;
40885 PyObject * obj0 = 0 ;
40886 char *result = 0 ;
40887
40888 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_GetOSDescription",&obj0)) SWIG_failgoto fail;
40889 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40890 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40891 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_GetOSDescription" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_GetOSDescription"
"', argument " "1"" of type '" "lldb::SBPlatform *""'"); goto
fail; } while(0)
;
40892 }
40893 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40894 {
40895 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40896 result = (char *)(arg1)->GetOSDescription();
40897 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40898 }
40899 resultobj = SWIG_FromCharPtr((const char *)result);
40900 return resultobj;
40901fail:
40902 return NULL__null;
40903}
40904
40905
40906SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_GetOSMajorVersion(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40907 PyObject *resultobj = 0;
40908 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40909 void *argp1 = 0 ;
40910 int res1 = 0 ;
40911 PyObject * obj0 = 0 ;
40912 uint32_t result;
40913
40914 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_GetOSMajorVersion",&obj0)) SWIG_failgoto fail;
40915 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40916 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40917 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_GetOSMajorVersion" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_GetOSMajorVersion"
"', argument " "1"" of type '" "lldb::SBPlatform *""'"); goto
fail; } while(0)
;
40918 }
40919 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40920 {
40921 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40922 result = (uint32_t)(arg1)->GetOSMajorVersion();
40923 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40924 }
40925 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
40926 return resultobj;
40927fail:
40928 return NULL__null;
40929}
40930
40931
40932SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_GetOSMinorVersion(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40933 PyObject *resultobj = 0;
40934 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40935 void *argp1 = 0 ;
40936 int res1 = 0 ;
40937 PyObject * obj0 = 0 ;
40938 uint32_t result;
40939
40940 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_GetOSMinorVersion",&obj0)) SWIG_failgoto fail;
40941 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40942 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40943 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_GetOSMinorVersion" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_GetOSMinorVersion"
"', argument " "1"" of type '" "lldb::SBPlatform *""'"); goto
fail; } while(0)
;
40944 }
40945 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40946 {
40947 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40948 result = (uint32_t)(arg1)->GetOSMinorVersion();
40949 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40950 }
40951 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
40952 return resultobj;
40953fail:
40954 return NULL__null;
40955}
40956
40957
40958SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_GetOSUpdateVersion(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40959 PyObject *resultobj = 0;
40960 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40961 void *argp1 = 0 ;
40962 int res1 = 0 ;
40963 PyObject * obj0 = 0 ;
40964 uint32_t result;
40965
40966 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_GetOSUpdateVersion",&obj0)) SWIG_failgoto fail;
40967 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
40968 if (!SWIG_IsOK(res1)(res1 >= 0)) {
40969 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_GetOSUpdateVersion" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_GetOSUpdateVersion"
"', argument " "1"" of type '" "lldb::SBPlatform *""'"); goto
fail; } while(0)
;
40970 }
40971 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
40972 {
40973 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
40974 result = (uint32_t)(arg1)->GetOSUpdateVersion();
40975 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
40976 }
40977 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
40978 return resultobj;
40979fail:
40980 return NULL__null;
40981}
40982
40983
40984SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_Get(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
40985 PyObject *resultobj = 0;
40986 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
40987 lldb::SBFileSpec *arg2 = 0 ;
40988 lldb::SBFileSpec *arg3 = 0 ;
40989 void *argp1 = 0 ;
40990 int res1 = 0 ;
40991 void *argp2 = 0 ;
40992 int res2 = 0 ;
40993 void *argp3 = 0 ;
40994 int res3 = 0 ;
40995 PyObject * obj0 = 0 ;
40996 PyObject * obj1 = 0 ;
40997 PyObject * obj2 = 0 ;
40998 lldb::SBError result;
40999
41000 if (!PyArg_ParseTuple(args,(char *)"OOO:SBPlatform_Get",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
41001 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
41002 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41003 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_Get" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_Get" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
41004 }
41005 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
41006 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0, 0)
;
41007 if (!SWIG_IsOK(res2)(res2 >= 0)) {
41008 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatform_Get" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatform_Get" "', argument "
"2"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
41009 }
41010 if (!argp2) {
41011 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBPlatform_Get" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBPlatform_Get" "', argument " "2"" of type '"
"lldb::SBFileSpec &""'"); goto fail; } while(0)
;
41012 }
41013 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
41014 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[29]
, 0, 0)
;
41015 if (!SWIG_IsOK(res3)(res3 >= 0)) {
41016 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBPlatform_Get" "', argument " "3"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBPlatform_Get" "', argument "
"3"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
41017 }
41018 if (!argp3) {
41019 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBPlatform_Get" "', argument " "3"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBPlatform_Get" "', argument " "3"" of type '"
"lldb::SBFileSpec &""'"); goto fail; } while(0)
;
41020 }
41021 arg3 = reinterpret_cast< lldb::SBFileSpec * >(argp3);
41022 {
41023 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41024 result = (arg1)->Get(*arg2,*arg3);
41025 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41026 }
41027 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
41028 return resultobj;
41029fail:
41030 return NULL__null;
41031}
41032
41033
41034SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_Put(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41035 PyObject *resultobj = 0;
41036 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
41037 lldb::SBFileSpec *arg2 = 0 ;
41038 lldb::SBFileSpec *arg3 = 0 ;
41039 void *argp1 = 0 ;
41040 int res1 = 0 ;
41041 void *argp2 = 0 ;
41042 int res2 = 0 ;
41043 void *argp3 = 0 ;
41044 int res3 = 0 ;
41045 PyObject * obj0 = 0 ;
41046 PyObject * obj1 = 0 ;
41047 PyObject * obj2 = 0 ;
41048 lldb::SBError result;
41049
41050 if (!PyArg_ParseTuple(args,(char *)"OOO:SBPlatform_Put",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
41051 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
41052 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41053 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_Put" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_Put" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
41054 }
41055 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
41056 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0, 0)
;
41057 if (!SWIG_IsOK(res2)(res2 >= 0)) {
41058 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatform_Put" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatform_Put" "', argument "
"2"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
41059 }
41060 if (!argp2) {
41061 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBPlatform_Put" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBPlatform_Put" "', argument " "2"" of type '"
"lldb::SBFileSpec &""'"); goto fail; } while(0)
;
41062 }
41063 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
41064 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[29]
, 0, 0)
;
41065 if (!SWIG_IsOK(res3)(res3 >= 0)) {
41066 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBPlatform_Put" "', argument " "3"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBPlatform_Put" "', argument "
"3"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
41067 }
41068 if (!argp3) {
41069 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBPlatform_Put" "', argument " "3"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBPlatform_Put" "', argument " "3"" of type '"
"lldb::SBFileSpec &""'"); goto fail; } while(0)
;
41070 }
41071 arg3 = reinterpret_cast< lldb::SBFileSpec * >(argp3);
41072 {
41073 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41074 result = (arg1)->Put(*arg2,*arg3);
41075 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41076 }
41077 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
41078 return resultobj;
41079fail:
41080 return NULL__null;
41081}
41082
41083
41084SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_Install(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41085 PyObject *resultobj = 0;
41086 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
41087 lldb::SBFileSpec *arg2 = 0 ;
41088 lldb::SBFileSpec *arg3 = 0 ;
41089 void *argp1 = 0 ;
41090 int res1 = 0 ;
41091 void *argp2 = 0 ;
41092 int res2 = 0 ;
41093 void *argp3 = 0 ;
41094 int res3 = 0 ;
41095 PyObject * obj0 = 0 ;
41096 PyObject * obj1 = 0 ;
41097 PyObject * obj2 = 0 ;
41098 lldb::SBError result;
41099
41100 if (!PyArg_ParseTuple(args,(char *)"OOO:SBPlatform_Install",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
41101 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
41102 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41103 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_Install" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_Install" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
41104 }
41105 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
41106 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0, 0)
;
41107 if (!SWIG_IsOK(res2)(res2 >= 0)) {
41108 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatform_Install" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatform_Install" "', argument "
"2"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
41109 }
41110 if (!argp2) {
41111 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBPlatform_Install" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBPlatform_Install" "', argument " "2"" of type '"
"lldb::SBFileSpec &""'"); goto fail; } while(0)
;
41112 }
41113 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
41114 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[29]
, 0, 0)
;
41115 if (!SWIG_IsOK(res3)(res3 >= 0)) {
41116 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBPlatform_Install" "', argument " "3"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBPlatform_Install" "', argument "
"3"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
41117 }
41118 if (!argp3) {
41119 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBPlatform_Install" "', argument " "3"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBPlatform_Install" "', argument " "3"" of type '"
"lldb::SBFileSpec &""'"); goto fail; } while(0)
;
41120 }
41121 arg3 = reinterpret_cast< lldb::SBFileSpec * >(argp3);
41122 {
41123 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41124 result = (arg1)->Install(*arg2,*arg3);
41125 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41126 }
41127 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
41128 return resultobj;
41129fail:
41130 return NULL__null;
41131}
41132
41133
41134SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_Run(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41135 PyObject *resultobj = 0;
41136 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
41137 lldb::SBPlatformShellCommand *arg2 = 0 ;
41138 void *argp1 = 0 ;
41139 int res1 = 0 ;
41140 void *argp2 = 0 ;
41141 int res2 = 0 ;
41142 PyObject * obj0 = 0 ;
41143 PyObject * obj1 = 0 ;
41144 lldb::SBError result;
41145
41146 if (!PyArg_ParseTuple(args,(char *)"OO:SBPlatform_Run",&obj0,&obj1)) SWIG_failgoto fail;
41147 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
41148 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41149 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_Run" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_Run" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
41150 }
41151 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
41152 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBPlatformShellCommand, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[47]
, 0, 0)
;
41153 if (!SWIG_IsOK(res2)(res2 >= 0)) {
41154 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatform_Run" "', argument " "2"" of type '" "lldb::SBPlatformShellCommand &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatform_Run" "', argument "
"2"" of type '" "lldb::SBPlatformShellCommand &""'"); goto
fail; } while(0)
;
41155 }
41156 if (!argp2) {
41157 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBPlatform_Run" "', argument " "2"" of type '" "lldb::SBPlatformShellCommand &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBPlatform_Run" "', argument " "2"" of type '"
"lldb::SBPlatformShellCommand &""'"); goto fail; } while
(0)
;
41158 }
41159 arg2 = reinterpret_cast< lldb::SBPlatformShellCommand * >(argp2);
41160 {
41161 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41162 result = (arg1)->Run(*arg2);
41163 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41164 }
41165 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
41166 return resultobj;
41167fail:
41168 return NULL__null;
41169}
41170
41171
41172SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_Launch(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41173 PyObject *resultobj = 0;
41174 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
41175 lldb::SBLaunchInfo *arg2 = 0 ;
41176 void *argp1 = 0 ;
41177 int res1 = 0 ;
41178 void *argp2 = 0 ;
41179 int res2 = 0 ;
41180 PyObject * obj0 = 0 ;
41181 PyObject * obj1 = 0 ;
41182 lldb::SBError result;
41183
41184 if (!PyArg_ParseTuple(args,(char *)"OO:SBPlatform_Launch",&obj0,&obj1)) SWIG_failgoto fail;
41185 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
41186 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41187 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_Launch" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_Launch" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
41188 }
41189 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
41190 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBLaunchInfo, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[37]
, 0, 0)
;
41191 if (!SWIG_IsOK(res2)(res2 >= 0)) {
41192 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatform_Launch" "', argument " "2"" of type '" "lldb::SBLaunchInfo &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatform_Launch" "', argument "
"2"" of type '" "lldb::SBLaunchInfo &""'"); goto fail; }
while(0)
;
41193 }
41194 if (!argp2) {
41195 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBPlatform_Launch" "', argument " "2"" of type '" "lldb::SBLaunchInfo &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBPlatform_Launch" "', argument " "2"" of type '"
"lldb::SBLaunchInfo &""'"); goto fail; } while(0)
;
41196 }
41197 arg2 = reinterpret_cast< lldb::SBLaunchInfo * >(argp2);
41198 {
41199 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41200 result = (arg1)->Launch(*arg2);
41201 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41202 }
41203 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
41204 return resultobj;
41205fail:
41206 return NULL__null;
41207}
41208
41209
41210SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_Kill(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41211 PyObject *resultobj = 0;
41212 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
41213 lldb::pid_t arg2 ;
41214 void *argp1 = 0 ;
41215 int res1 = 0 ;
41216 unsigned long long val2 ;
41217 int ecode2 = 0 ;
41218 PyObject * obj0 = 0 ;
41219 PyObject * obj1 = 0 ;
41220 lldb::SBError result;
41221
41222 if (!PyArg_ParseTuple(args,(char *)"OO:SBPlatform_Kill",&obj0,&obj1)) SWIG_failgoto fail;
41223 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
41224 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41225 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_Kill" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_Kill" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
41226 }
41227 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
41228 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
41229 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
41230 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBPlatform_Kill" "', argument " "2"" of type '" "lldb::pid_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBPlatform_Kill" "', argument "
"2"" of type '" "lldb::pid_t""'"); goto fail; } while(0)
;
41231 }
41232 arg2 = static_cast< lldb::pid_t >(val2);
41233 {
41234 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41235 result = (arg1)->Kill(arg2);
41236 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41237 }
41238 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
41239 return resultobj;
41240fail:
41241 return NULL__null;
41242}
41243
41244
41245SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_MakeDirectory__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41246 PyObject *resultobj = 0;
41247 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
41248 char *arg2 = (char *) 0 ;
41249 uint32_t arg3 ;
41250 void *argp1 = 0 ;
41251 int res1 = 0 ;
41252 int res2 ;
41253 char *buf2 = 0 ;
41254 int alloc2 = 0 ;
41255 unsigned int val3 ;
41256 int ecode3 = 0 ;
41257 PyObject * obj0 = 0 ;
41258 PyObject * obj1 = 0 ;
41259 PyObject * obj2 = 0 ;
41260 lldb::SBError result;
41261
41262 if (!PyArg_ParseTuple(args,(char *)"OOO:SBPlatform_MakeDirectory",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
41263 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
41264 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41265 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_MakeDirectory" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_MakeDirectory" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
41266 }
41267 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
41268 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
41269 if (!SWIG_IsOK(res2)(res2 >= 0)) {
41270 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatform_MakeDirectory" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatform_MakeDirectory" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
41271 }
41272 arg2 = reinterpret_cast< char * >(buf2);
41273 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
41274 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
41275 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBPlatform_MakeDirectory" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBPlatform_MakeDirectory"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
41276 }
41277 arg3 = static_cast< uint32_t >(val3);
41278 {
41279 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41280 result = (arg1)->MakeDirectory((char const *)arg2,arg3);
41281 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41282 }
41283 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
41284 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
41285 return resultobj;
41286fail:
41287 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
41288 return NULL__null;
41289}
41290
41291
41292SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_MakeDirectory__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41293 PyObject *resultobj = 0;
41294 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
41295 char *arg2 = (char *) 0 ;
41296 void *argp1 = 0 ;
41297 int res1 = 0 ;
41298 int res2 ;
41299 char *buf2 = 0 ;
41300 int alloc2 = 0 ;
41301 PyObject * obj0 = 0 ;
41302 PyObject * obj1 = 0 ;
41303 lldb::SBError result;
41304
41305 if (!PyArg_ParseTuple(args,(char *)"OO:SBPlatform_MakeDirectory",&obj0,&obj1)) SWIG_failgoto fail;
41306 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
41307 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41308 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_MakeDirectory" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_MakeDirectory" "', argument "
"1"" of type '" "lldb::SBPlatform *""'"); goto fail; } while
(0)
;
41309 }
41310 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
41311 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
41312 if (!SWIG_IsOK(res2)(res2 >= 0)) {
41313 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatform_MakeDirectory" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatform_MakeDirectory" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
41314 }
41315 arg2 = reinterpret_cast< char * >(buf2);
41316 {
41317 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41318 result = (arg1)->MakeDirectory((char const *)arg2);
41319 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41320 }
41321 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
41322 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
41323 return resultobj;
41324fail:
41325 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
41326 return NULL__null;
41327}
41328
41329
41330SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_MakeDirectory(PyObject *self, PyObject *args) {
41331 Py_ssize_t argc;
41332 PyObject *argv[4] = {
41333 0
41334 };
41335 Py_ssize_t ii;
41336
41337 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
41338 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
41339 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
41340 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
41341 }
41342 if (argc == 2) {
41343 int _v;
41344 void *vptr = 0;
41345 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBPlatform, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[45
], 0, 0)
;
41346 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
41347 if (_v) {
41348 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
41349 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
41350 if (_v) {
41351 return _wrap_SBPlatform_MakeDirectory__SWIG_1(self, args);
41352 }
41353 }
41354 }
41355 if (argc == 3) {
41356 int _v;
41357 void *vptr = 0;
41358 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBPlatform, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[45
], 0, 0)
;
41359 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
41360 if (_v) {
41361 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
41362 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
41363 if (_v) {
41364 {
41365 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
41366 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
41367 }
41368 if (_v) {
41369 return _wrap_SBPlatform_MakeDirectory__SWIG_0(self, args);
41370 }
41371 }
41372 }
41373 }
41374
41375fail:
41376 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBPlatform_MakeDirectory'.\n"
41377 " Possible C/C++ prototypes are:\n"
41378 " lldb::SBPlatform::MakeDirectory(char const *,uint32_t)\n"
41379 " lldb::SBPlatform::MakeDirectory(char const *)\n");
41380 return 0;
41381}
41382
41383
41384SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_GetFilePermissions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41385 PyObject *resultobj = 0;
41386 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
41387 char *arg2 = (char *) 0 ;
41388 void *argp1 = 0 ;
41389 int res1 = 0 ;
41390 int res2 ;
41391 char *buf2 = 0 ;
41392 int alloc2 = 0 ;
41393 PyObject * obj0 = 0 ;
41394 PyObject * obj1 = 0 ;
41395 uint32_t result;
41396
41397 if (!PyArg_ParseTuple(args,(char *)"OO:SBPlatform_GetFilePermissions",&obj0,&obj1)) SWIG_failgoto fail;
41398 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
41399 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41400 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_GetFilePermissions" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_GetFilePermissions"
"', argument " "1"" of type '" "lldb::SBPlatform *""'"); goto
fail; } while(0)
;
41401 }
41402 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
41403 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
41404 if (!SWIG_IsOK(res2)(res2 >= 0)) {
41405 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatform_GetFilePermissions" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatform_GetFilePermissions"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
41406 }
41407 arg2 = reinterpret_cast< char * >(buf2);
41408 {
41409 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41410 result = (uint32_t)(arg1)->GetFilePermissions((char const *)arg2);
41411 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41412 }
41413 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
41414 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
41415 return resultobj;
41416fail:
41417 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
41418 return NULL__null;
41419}
41420
41421
41422SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_SetFilePermissions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41423 PyObject *resultobj = 0;
41424 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
41425 char *arg2 = (char *) 0 ;
41426 uint32_t arg3 ;
41427 void *argp1 = 0 ;
41428 int res1 = 0 ;
41429 int res2 ;
41430 char *buf2 = 0 ;
41431 int alloc2 = 0 ;
41432 unsigned int val3 ;
41433 int ecode3 = 0 ;
41434 PyObject * obj0 = 0 ;
41435 PyObject * obj1 = 0 ;
41436 PyObject * obj2 = 0 ;
41437 lldb::SBError result;
41438
41439 if (!PyArg_ParseTuple(args,(char *)"OOO:SBPlatform_SetFilePermissions",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
41440 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
41441 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41442 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_SetFilePermissions" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_SetFilePermissions"
"', argument " "1"" of type '" "lldb::SBPlatform *""'"); goto
fail; } while(0)
;
41443 }
41444 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
41445 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
41446 if (!SWIG_IsOK(res2)(res2 >= 0)) {
41447 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBPlatform_SetFilePermissions" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBPlatform_SetFilePermissions"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
41448 }
41449 arg2 = reinterpret_cast< char * >(buf2);
41450 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
41451 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
41452 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBPlatform_SetFilePermissions" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBPlatform_SetFilePermissions"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
41453 }
41454 arg3 = static_cast< uint32_t >(val3);
41455 {
41456 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41457 result = (arg1)->SetFilePermissions((char const *)arg2,arg3);
41458 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41459 }
41460 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
41461 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
41462 return resultobj;
41463fail:
41464 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
41465 return NULL__null;
41466}
41467
41468
41469SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBPlatform_GetUnixSignals(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41470 PyObject *resultobj = 0;
41471 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ;
41472 void *argp1 = 0 ;
41473 int res1 = 0 ;
41474 PyObject * obj0 = 0 ;
41475 lldb::SBUnixSignals result;
41476
41477 if (!PyArg_ParseTuple(args,(char *)"O:SBPlatform_GetUnixSignals",&obj0)) SWIG_failgoto fail;
41478 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBPlatform, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[45]
, 0 | 0, 0)
;
41479 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41480 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBPlatform_GetUnixSignals" "', argument " "1"" of type '" "lldb::SBPlatform *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBPlatform_GetUnixSignals"
"', argument " "1"" of type '" "lldb::SBPlatform *""'"); goto
fail; } while(0)
;
41481 }
41482 arg1 = reinterpret_cast< lldb::SBPlatform * >(argp1);
41483 {
41484 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41485 result = (arg1)->GetUnixSignals();
41486 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41487 }
41488 resultobj = SWIG_NewPointerObj((new lldb::SBUnixSignals(static_cast< const lldb::SBUnixSignals& >(result))), SWIGTYPE_p_lldb__SBUnixSignals, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBUnixSignals(static_cast
< const lldb::SBUnixSignals& >(result))), swig_types
[79], 0x1 | 0)
;
41489 return resultobj;
41490fail:
41491 return NULL__null;
41492}
41493
41494
41495SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBPlatform_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41496 PyObject *obj;
41497 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
41498 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBPlatformswig_types[45], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
41499 return SWIG_Py_Void();
41500}
41501
41502SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBProcess__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41503 PyObject *resultobj = 0;
41504 lldb::SBProcess *result = 0 ;
41505
41506 if (!PyArg_ParseTuple(args,(char *)":new_SBProcess")) SWIG_failgoto fail;
41507 {
41508 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41509 result = (lldb::SBProcess *)new lldb::SBProcess();
41510 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41511 }
41512 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[48], (
(0x1 << 1) | 0x1) | 0)
;
41513 return resultobj;
41514fail:
41515 return NULL__null;
41516}
41517
41518
41519SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBProcess__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41520 PyObject *resultobj = 0;
41521 lldb::SBProcess *arg1 = 0 ;
41522 void *argp1 = 0 ;
41523 int res1 = 0 ;
41524 PyObject * obj0 = 0 ;
41525 lldb::SBProcess *result = 0 ;
41526
41527 if (!PyArg_ParseTuple(args,(char *)"O:new_SBProcess",&obj0)) SWIG_failgoto fail;
41528 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBProcess, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
41529 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41530 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBProcess" "', argument " "1"" of type '" "lldb::SBProcess const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBProcess" "', argument "
"1"" of type '" "lldb::SBProcess const &""'"); goto fail
; } while(0)
;
41531 }
41532 if (!argp1) {
41533 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBProcess" "', argument " "1"" of type '" "lldb::SBProcess const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBProcess" "', argument " "1"" of type '"
"lldb::SBProcess const &""'"); goto fail; } while(0)
;
41534 }
41535 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
41536 {
41537 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41538 result = (lldb::SBProcess *)new lldb::SBProcess((lldb::SBProcess const &)*arg1);
41539 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41540 }
41541 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[48], (
(0x1 << 1) | 0x1) | 0)
;
41542 return resultobj;
41543fail:
41544 return NULL__null;
41545}
41546
41547
41548SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBProcess(PyObject *self, PyObject *args) {
41549 Py_ssize_t argc;
41550 PyObject *argv[2] = {
41551 0
41552 };
41553 Py_ssize_t ii;
41554
41555 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
41556 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
41557 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
41558 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
41559 }
41560 if (argc == 0) {
41561 return _wrap_new_SBProcess__SWIG_0(self, args);
41562 }
41563 if (argc == 1) {
41564 int _v;
41565 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBProcess, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[48], 0, 0
)
;
41566 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
41567 if (_v) {
41568 return _wrap_new_SBProcess__SWIG_1(self, args);
41569 }
41570 }
41571
41572fail:
41573 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBProcess'.\n"
41574 " Possible C/C++ prototypes are:\n"
41575 " lldb::SBProcess::SBProcess()\n"
41576 " lldb::SBProcess::SBProcess(lldb::SBProcess const &)\n");
41577 return 0;
41578}
41579
41580
41581SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBProcess(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41582 PyObject *resultobj = 0;
41583 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
41584 void *argp1 = 0 ;
41585 int res1 = 0 ;
41586 PyObject * obj0 = 0 ;
41587
41588 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBProcess",&obj0)) SWIG_failgoto fail;
41589 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0x1 | 0, 0)
;
41590 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41591 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBProcess" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBProcess" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
41592 }
41593 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
41594 {
41595 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41596 delete arg1;
41597 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41598 }
41599 resultobj = SWIG_Py_Void();
41600 return resultobj;
41601fail:
41602 return NULL__null;
41603}
41604
41605
41606SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetBroadcasterClassName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41607 PyObject *resultobj = 0;
41608 char *result = 0 ;
41609
41610 if (!PyArg_ParseTuple(args,(char *)":SBProcess_GetBroadcasterClassName")) SWIG_failgoto fail;
41611 {
41612 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41613 result = (char *)lldb::SBProcess::GetBroadcasterClassName();
41614 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41615 }
41616 resultobj = SWIG_FromCharPtr((const char *)result);
41617 return resultobj;
41618fail:
41619 return NULL__null;
41620}
41621
41622
41623SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetPluginName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41624 PyObject *resultobj = 0;
41625 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
41626 void *argp1 = 0 ;
41627 int res1 = 0 ;
41628 PyObject * obj0 = 0 ;
41629 char *result = 0 ;
41630
41631 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetPluginName",&obj0)) SWIG_failgoto fail;
41632 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
41633 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41634 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetPluginName" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetPluginName" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
41635 }
41636 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
41637 {
41638 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41639 result = (char *)(arg1)->GetPluginName();
41640 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41641 }
41642 resultobj = SWIG_FromCharPtr((const char *)result);
41643 return resultobj;
41644fail:
41645 return NULL__null;
41646}
41647
41648
41649SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetShortPluginName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41650 PyObject *resultobj = 0;
41651 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
41652 void *argp1 = 0 ;
41653 int res1 = 0 ;
41654 PyObject * obj0 = 0 ;
41655 char *result = 0 ;
41656
41657 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetShortPluginName",&obj0)) SWIG_failgoto fail;
41658 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
41659 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41660 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetShortPluginName" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetShortPluginName"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
41661 }
41662 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
41663 {
41664 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41665 result = (char *)(arg1)->GetShortPluginName();
41666 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41667 }
41668 resultobj = SWIG_FromCharPtr((const char *)result);
41669 return resultobj;
41670fail:
41671 return NULL__null;
41672}
41673
41674
41675SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41676 PyObject *resultobj = 0;
41677 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
41678 void *argp1 = 0 ;
41679 int res1 = 0 ;
41680 PyObject * obj0 = 0 ;
41681
41682 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_Clear",&obj0)) SWIG_failgoto fail;
41683 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
41684 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41685 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_Clear" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_Clear" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
41686 }
41687 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
41688 {
41689 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41690 (arg1)->Clear();
41691 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41692 }
41693 resultobj = SWIG_Py_Void();
41694 return resultobj;
41695fail:
41696 return NULL__null;
41697}
41698
41699
41700SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41701 PyObject *resultobj = 0;
41702 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
41703 void *argp1 = 0 ;
41704 int res1 = 0 ;
41705 PyObject * obj0 = 0 ;
41706 bool result;
41707
41708 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_IsValid",&obj0)) SWIG_failgoto fail;
41709 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
41710 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41711 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_IsValid" "', argument " "1"" of type '" "lldb::SBProcess const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_IsValid" "', argument "
"1"" of type '" "lldb::SBProcess const *""'"); goto fail; } while
(0)
;
41712 }
41713 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
41714 {
41715 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41716 result = (bool)((lldb::SBProcess const *)arg1)->IsValid();
41717 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41718 }
41719 resultobj = SWIG_From_bool(static_cast< bool >(result));
41720 return resultobj;
41721fail:
41722 return NULL__null;
41723}
41724
41725
41726SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetTarget(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41727 PyObject *resultobj = 0;
41728 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
41729 void *argp1 = 0 ;
41730 int res1 = 0 ;
41731 PyObject * obj0 = 0 ;
41732 lldb::SBTarget result;
41733
41734 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetTarget",&obj0)) SWIG_failgoto fail;
41735 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
41736 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41737 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetTarget" "', argument " "1"" of type '" "lldb::SBProcess const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetTarget" "', argument "
"1"" of type '" "lldb::SBProcess const *""'"); goto fail; } while
(0)
;
41738 }
41739 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
41740 {
41741 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41742 result = ((lldb::SBProcess const *)arg1)->GetTarget();
41743 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41744 }
41745 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
41746 return resultobj;
41747fail:
41748 return NULL__null;
41749}
41750
41751
41752SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetByteOrder(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41753 PyObject *resultobj = 0;
41754 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
41755 void *argp1 = 0 ;
41756 int res1 = 0 ;
41757 PyObject * obj0 = 0 ;
41758 lldb::ByteOrder result;
41759
41760 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetByteOrder",&obj0)) SWIG_failgoto fail;
41761 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
41762 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41763 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetByteOrder" "', argument " "1"" of type '" "lldb::SBProcess const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetByteOrder" "', argument "
"1"" of type '" "lldb::SBProcess const *""'"); goto fail; } while
(0)
;
41764 }
41765 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
41766 {
41767 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41768 result = (lldb::ByteOrder)((lldb::SBProcess const *)arg1)->GetByteOrder();
41769 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41770 }
41771 resultobj = SWIG_From_int(static_cast< int >(result));
41772 return resultobj;
41773fail:
41774 return NULL__null;
41775}
41776
41777
41778SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_PutSTDIN(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41779 PyObject *resultobj = 0;
41780 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
41781 char *arg2 = (char *) 0 ;
41782 size_t arg3 ;
41783 void *argp1 = 0 ;
41784 int res1 = 0 ;
41785 PyObject * obj0 = 0 ;
41786 PyObject * obj1 = 0 ;
41787 size_t result;
41788
41789 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_PutSTDIN",&obj0,&obj1)) SWIG_failgoto fail;
41790 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
41791 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41792 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_PutSTDIN" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_PutSTDIN" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
41793 }
41794 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
41795 {
41796 using namespace lldb_private;
41797 if (PythonString::Check(obj1)) {
41798 PythonString str(PyRefType::Borrowed, obj1);
41799 arg2 = (char*)str.GetString().data();
41800 arg3 = str.GetSize();
41801 }
41802 else if(PythonByteArray::Check(obj1)) {
41803 PythonByteArray bytearray(PyRefType::Borrowed, obj1);
41804 arg2 = (char*)bytearray.GetBytes().data();
41805 arg3 = bytearray.GetSize();
41806 }
41807 else if (PythonBytes::Check(obj1)) {
41808 PythonBytes bytes(PyRefType::Borrowed, obj1);
41809 arg2 = (char*)bytes.GetBytes().data();
41810 arg3 = bytes.GetSize();
41811 }
41812 else {
41813 PyErr_SetString(PyExc_ValueError, "Expecting a string");
41814 return NULL__null;
41815 }
41816 }
41817 {
41818 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41819 result = (arg1)->PutSTDIN((char const *)arg2,arg3);
41820 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41821 }
41822 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
41823 return resultobj;
41824fail:
41825 return NULL__null;
41826}
41827
41828
41829SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetSTDOUT(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41830 PyObject *resultobj = 0;
41831 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
41832 char *arg2 = (char *) 0 ;
41833 size_t arg3 ;
41834 void *argp1 = 0 ;
41835 int res1 = 0 ;
41836 PyObject * obj0 = 0 ;
41837 PyObject * obj1 = 0 ;
41838 size_t result;
41839
41840 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetSTDOUT",&obj0,&obj1)) SWIG_failgoto fail;
41841 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
41842 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41843 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetSTDOUT" "', argument " "1"" of type '" "lldb::SBProcess const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetSTDOUT" "', argument "
"1"" of type '" "lldb::SBProcess const *""'"); goto fail; } while
(0)
;
41844 }
41845 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
41846 {
41847 if (!PyInt_Check(obj1)((((obj1)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
41848 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
41849 return NULL__null;
41850 }
41851 arg3 = PyInt_AsLong(obj1);
41852 if (arg3 <= 0) {
41853 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
41854 return NULL__null;
41855 }
41856 arg2 = (char *) malloc(arg3);
41857 }
41858 {
41859 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41860 result = ((lldb::SBProcess const *)arg1)->GetSTDOUT(arg2,arg3);
41861 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41862 }
41863 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
41864 {
41865 Py_XDECREF(resultobj)do { if ((resultobj) == __null) ; else do { if ( --((PyObject
*)(resultobj))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(resultobj)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(resultobj)))); } while (0); } while (0)
; /* Blow away any previous result */
41866 if (result == 0) {
41867 lldb_private::PythonString string("");
41868 resultobj = string.release();
41869 Py_INCREF(resultobj)( ((PyObject*)(resultobj))->ob_refcnt++);
41870 } else {
41871 llvm::StringRef ref(static_cast<const char*>(arg2), result);
41872 lldb_private::PythonString string(ref);
41873 resultobj = string.release();
41874 }
41875 free(arg2);
41876 }
41877 return resultobj;
41878fail:
41879 return NULL__null;
41880}
41881
41882
41883SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetSTDERR(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41884 PyObject *resultobj = 0;
41885 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
41886 char *arg2 = (char *) 0 ;
41887 size_t arg3 ;
41888 void *argp1 = 0 ;
41889 int res1 = 0 ;
41890 PyObject * obj0 = 0 ;
41891 PyObject * obj1 = 0 ;
41892 size_t result;
41893
41894 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetSTDERR",&obj0,&obj1)) SWIG_failgoto fail;
41895 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
41896 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41897 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetSTDERR" "', argument " "1"" of type '" "lldb::SBProcess const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetSTDERR" "', argument "
"1"" of type '" "lldb::SBProcess const *""'"); goto fail; } while
(0)
;
41898 }
41899 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
41900 {
41901 if (!PyInt_Check(obj1)((((obj1)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
41902 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
41903 return NULL__null;
41904 }
41905 arg3 = PyInt_AsLong(obj1);
41906 if (arg3 <= 0) {
41907 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
41908 return NULL__null;
41909 }
41910 arg2 = (char *) malloc(arg3);
41911 }
41912 {
41913 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41914 result = ((lldb::SBProcess const *)arg1)->GetSTDERR(arg2,arg3);
41915 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41916 }
41917 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
41918 {
41919 Py_XDECREF(resultobj)do { if ((resultobj) == __null) ; else do { if ( --((PyObject
*)(resultobj))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(resultobj)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(resultobj)))); } while (0); } while (0)
; /* Blow away any previous result */
41920 if (result == 0) {
41921 lldb_private::PythonString string("");
41922 resultobj = string.release();
41923 Py_INCREF(resultobj)( ((PyObject*)(resultobj))->ob_refcnt++);
41924 } else {
41925 llvm::StringRef ref(static_cast<const char*>(arg2), result);
41926 lldb_private::PythonString string(ref);
41927 resultobj = string.release();
41928 }
41929 free(arg2);
41930 }
41931 return resultobj;
41932fail:
41933 return NULL__null;
41934}
41935
41936
41937SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetAsyncProfileData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41938 PyObject *resultobj = 0;
41939 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
41940 char *arg2 = (char *) 0 ;
41941 size_t arg3 ;
41942 void *argp1 = 0 ;
41943 int res1 = 0 ;
41944 PyObject * obj0 = 0 ;
41945 PyObject * obj1 = 0 ;
41946 size_t result;
41947
41948 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetAsyncProfileData",&obj0,&obj1)) SWIG_failgoto fail;
41949 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
41950 if (!SWIG_IsOK(res1)(res1 >= 0)) {
41951 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetAsyncProfileData" "', argument " "1"" of type '" "lldb::SBProcess const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetAsyncProfileData"
"', argument " "1"" of type '" "lldb::SBProcess const *""'")
; goto fail; } while(0)
;
41952 }
41953 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
41954 {
41955 if (!PyInt_Check(obj1)((((obj1)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
41956 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
41957 return NULL__null;
41958 }
41959 arg3 = PyInt_AsLong(obj1);
41960 if (arg3 <= 0) {
41961 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
41962 return NULL__null;
41963 }
41964 arg2 = (char *) malloc(arg3);
41965 }
41966 {
41967 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
41968 result = ((lldb::SBProcess const *)arg1)->GetAsyncProfileData(arg2,arg3);
41969 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
41970 }
41971 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
41972 {
41973 Py_XDECREF(resultobj)do { if ((resultobj) == __null) ; else do { if ( --((PyObject
*)(resultobj))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(resultobj)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(resultobj)))); } while (0); } while (0)
; /* Blow away any previous result */
41974 if (result == 0) {
41975 lldb_private::PythonString string("");
41976 resultobj = string.release();
41977 Py_INCREF(resultobj)( ((PyObject*)(resultobj))->ob_refcnt++);
41978 } else {
41979 llvm::StringRef ref(static_cast<const char*>(arg2), result);
41980 lldb_private::PythonString string(ref);
41981 resultobj = string.release();
41982 }
41983 free(arg2);
41984 }
41985 return resultobj;
41986fail:
41987 return NULL__null;
41988}
41989
41990
41991SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_ReportEventState(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
41992 PyObject *resultobj = 0;
41993 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
41994 lldb::SBEvent *arg2 = 0 ;
41995 FILE *arg3 = (FILE *) 0 ;
41996 void *argp1 = 0 ;
41997 int res1 = 0 ;
41998 void *argp2 = 0 ;
41999 int res2 = 0 ;
42000 PyObject * obj0 = 0 ;
42001 PyObject * obj1 = 0 ;
42002 PyObject * obj2 = 0 ;
42003
42004 if (!PyArg_ParseTuple(args,(char *)"OOO:SBProcess_ReportEventState",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
42005 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42006 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42007 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_ReportEventState" "', argument " "1"" of type '" "lldb::SBProcess const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_ReportEventState"
"', argument " "1"" of type '" "lldb::SBProcess const *""'")
; goto fail; } while(0)
;
42008 }
42009 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42010 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[26]
, 0 | 0, 0)
;
42011 if (!SWIG_IsOK(res2)(res2 >= 0)) {
42012 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBProcess_ReportEventState" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBProcess_ReportEventState"
"', argument " "2"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
42013 }
42014 if (!argp2) {
42015 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_ReportEventState" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_ReportEventState" "', argument " "2"
" of type '" "lldb::SBEvent const &""'"); goto fail; } while
(0)
;
42016 }
42017 arg2 = reinterpret_cast< lldb::SBEvent * >(argp2);
42018 {
42019 using namespace lldb_private;
42020 if (obj2 == Py_None(&_Py_NoneStruct))
42021 arg3 = nullptr;
42022 else if (!lldb_private::PythonFile::Check(obj2)) {
42023 int fd = PyObject_AsFileDescriptor(obj2);
42024 PythonObject py_input(PyRefType::Borrowed, obj2);
42025 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
42026
42027 if (-1 != fd && py_mode.IsValid()) {
42028 FILE *f;
42029 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
42030 arg3 = f;
42031 else
42032 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
42033 } else {
42034 PyErr_SetString(PyExc_TypeError,"not a file-like object");
42035 return nullptr;
42036 }
42037 }
42038 else
42039 {
42040 PythonFile py_file(PyRefType::Borrowed, obj2);
42041 File file;
42042 if (!py_file.GetUnderlyingFile(file))
42043 return nullptr;
42044
42045 arg3 = file.GetStream();
42046 if (arg3)
42047 file.Clear();
42048 }
42049 }
42050 {
42051 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42052 ((lldb::SBProcess const *)arg1)->ReportEventState((lldb::SBEvent const &)*arg2,arg3);
42053 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42054 }
42055 resultobj = SWIG_Py_Void();
42056 return resultobj;
42057fail:
42058 return NULL__null;
42059}
42060
42061
42062SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_AppendEventStateReport(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42063 PyObject *resultobj = 0;
42064 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42065 lldb::SBEvent *arg2 = 0 ;
42066 lldb::SBCommandReturnObject *arg3 = 0 ;
42067 void *argp1 = 0 ;
42068 int res1 = 0 ;
42069 void *argp2 = 0 ;
42070 int res2 = 0 ;
42071 void *argp3 = 0 ;
42072 int res3 = 0 ;
42073 PyObject * obj0 = 0 ;
42074 PyObject * obj1 = 0 ;
42075 PyObject * obj2 = 0 ;
42076
42077 if (!PyArg_ParseTuple(args,(char *)"OOO:SBProcess_AppendEventStateReport",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
42078 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42079 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42080 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_AppendEventStateReport" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_AppendEventStateReport"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
42081 }
42082 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42083 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[26]
, 0 | 0, 0)
;
42084 if (!SWIG_IsOK(res2)(res2 >= 0)) {
42085 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBProcess_AppendEventStateReport" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBProcess_AppendEventStateReport"
"', argument " "2"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
42086 }
42087 if (!argp2) {
42088 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_AppendEventStateReport" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_AppendEventStateReport" "', argument "
"2"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
42089 }
42090 arg2 = reinterpret_cast< lldb::SBEvent * >(argp2);
42091 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBCommandReturnObject, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[19]
, 0, 0)
;
42092 if (!SWIG_IsOK(res3)(res3 >= 0)) {
42093 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBProcess_AppendEventStateReport" "', argument " "3"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBProcess_AppendEventStateReport"
"', argument " "3"" of type '" "lldb::SBCommandReturnObject &"
"'"); goto fail; } while(0)
;
42094 }
42095 if (!argp3) {
42096 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_AppendEventStateReport" "', argument " "3"" of type '" "lldb::SBCommandReturnObject &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_AppendEventStateReport" "', argument "
"3"" of type '" "lldb::SBCommandReturnObject &""'"); goto
fail; } while(0)
;
42097 }
42098 arg3 = reinterpret_cast< lldb::SBCommandReturnObject * >(argp3);
42099 {
42100 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42101 (arg1)->AppendEventStateReport((lldb::SBEvent const &)*arg2,*arg3);
42102 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42103 }
42104 resultobj = SWIG_Py_Void();
42105 return resultobj;
42106fail:
42107 return NULL__null;
42108}
42109
42110
42111SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_RemoteAttachToProcessWithID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42112 PyObject *resultobj = 0;
42113 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42114 lldb::pid_t arg2 ;
42115 lldb::SBError *arg3 = 0 ;
42116 void *argp1 = 0 ;
42117 int res1 = 0 ;
42118 unsigned long long val2 ;
42119 int ecode2 = 0 ;
42120 void *argp3 = 0 ;
42121 int res3 = 0 ;
42122 PyObject * obj0 = 0 ;
42123 PyObject * obj1 = 0 ;
42124 PyObject * obj2 = 0 ;
42125 bool result;
42126
42127 if (!PyArg_ParseTuple(args,(char *)"OOO:SBProcess_RemoteAttachToProcessWithID",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
42128 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42129 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42130 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_RemoteAttachToProcessWithID" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_RemoteAttachToProcessWithID"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
42131 }
42132 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42133 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
42134 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
42135 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_RemoteAttachToProcessWithID" "', argument " "2"" of type '" "lldb::pid_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_RemoteAttachToProcessWithID"
"', argument " "2"" of type '" "lldb::pid_t""'"); goto fail;
} while(0)
;
42136 }
42137 arg2 = static_cast< lldb::pid_t >(val2);
42138 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
42139 if (!SWIG_IsOK(res3)(res3 >= 0)) {
42140 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBProcess_RemoteAttachToProcessWithID" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBProcess_RemoteAttachToProcessWithID"
"', argument " "3"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
42141 }
42142 if (!argp3) {
42143 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_RemoteAttachToProcessWithID" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_RemoteAttachToProcessWithID" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
42144 }
42145 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
42146 {
42147 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42148 result = (bool)(arg1)->RemoteAttachToProcessWithID(arg2,*arg3);
42149 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42150 }
42151 resultobj = SWIG_From_bool(static_cast< bool >(result));
42152 return resultobj;
42153fail:
42154 return NULL__null;
42155}
42156
42157
42158SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_RemoteLaunch(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42159 PyObject *resultobj = 0;
42160 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42161 char **arg2 = (char **) 0 ;
42162 char **arg3 = (char **) 0 ;
42163 char *arg4 = (char *) 0 ;
42164 char *arg5 = (char *) 0 ;
42165 char *arg6 = (char *) 0 ;
42166 char *arg7 = (char *) 0 ;
42167 uint32_t arg8 ;
42168 bool arg9 ;
42169 lldb::SBError *arg10 = 0 ;
42170 void *argp1 = 0 ;
42171 int res1 = 0 ;
42172 int res4 ;
42173 char *buf4 = 0 ;
42174 int alloc4 = 0 ;
42175 int res5 ;
42176 char *buf5 = 0 ;
42177 int alloc5 = 0 ;
42178 int res6 ;
42179 char *buf6 = 0 ;
42180 int alloc6 = 0 ;
42181 int res7 ;
42182 char *buf7 = 0 ;
42183 int alloc7 = 0 ;
42184 unsigned int val8 ;
42185 int ecode8 = 0 ;
42186 bool val9 ;
42187 int ecode9 = 0 ;
42188 void *argp10 = 0 ;
42189 int res10 = 0 ;
42190 PyObject * obj0 = 0 ;
42191 PyObject * obj1 = 0 ;
42192 PyObject * obj2 = 0 ;
42193 PyObject * obj3 = 0 ;
42194 PyObject * obj4 = 0 ;
42195 PyObject * obj5 = 0 ;
42196 PyObject * obj6 = 0 ;
42197 PyObject * obj7 = 0 ;
42198 PyObject * obj8 = 0 ;
42199 PyObject * obj9 = 0 ;
42200 bool result;
42201
42202 if (!PyArg_ParseTuple(args,(char *)"OOOOOOOOOO:SBProcess_RemoteLaunch",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) SWIG_failgoto fail;
42203 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42204 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42205 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_RemoteLaunch" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_RemoteLaunch" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42206 }
42207 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42208 {
42209 using namespace lldb_private;
42210 /* Check if is a list */
42211 if (PythonList::Check(obj1)) {
42212 PythonList list(PyRefType::Borrowed, obj1);
42213 int size = list.GetSize();
42214 int i = 0;
42215 arg2 = (char**)malloc((size+1)*sizeof(char*));
42216 for (i = 0; i < size; i++) {
42217 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
42218 if (!py_str.IsAllocated()) {
42219 PyErr_SetString(PyExc_TypeError,"list must contain strings");
42220 free(arg2);
42221 return nullptr;
42222 }
42223
42224 arg2[i] = const_cast<char*>(py_str.GetString().data());
42225 }
42226 arg2[i] = 0;
42227 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
42228 arg2 = NULL__null;
42229 } else {
42230 PyErr_SetString(PyExc_TypeError,"not a list");
42231 return NULL__null;
42232 }
42233 }
42234 {
42235 using namespace lldb_private;
42236 /* Check if is a list */
42237 if (PythonList::Check(obj2)) {
42238 PythonList list(PyRefType::Borrowed, obj2);
42239 int size = list.GetSize();
42240 int i = 0;
42241 arg3 = (char**)malloc((size+1)*sizeof(char*));
42242 for (i = 0; i < size; i++) {
42243 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
42244 if (!py_str.IsAllocated()) {
42245 PyErr_SetString(PyExc_TypeError,"list must contain strings");
42246 free(arg3);
42247 return nullptr;
42248 }
42249
42250 arg3[i] = const_cast<char*>(py_str.GetString().data());
42251 }
42252 arg3[i] = 0;
42253 } else if (obj2 == Py_None(&_Py_NoneStruct)) {
42254 arg3 = NULL__null;
42255 } else {
42256 PyErr_SetString(PyExc_TypeError,"not a list");
42257 return NULL__null;
42258 }
42259 }
42260 res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL__null, &alloc4);
42261 if (!SWIG_IsOK(res4)(res4 >= 0)) {
42262 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBProcess_RemoteLaunch" "', argument " "4"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBProcess_RemoteLaunch" "', argument "
"4"" of type '" "char const *""'"); goto fail; } while(0)
;
42263 }
42264 arg4 = reinterpret_cast< char * >(buf4);
42265 res5 = SWIG_AsCharPtrAndSize(obj4, &buf5, NULL__null, &alloc5);
42266 if (!SWIG_IsOK(res5)(res5 >= 0)) {
42267 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBProcess_RemoteLaunch" "', argument " "5"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBProcess_RemoteLaunch" "', argument "
"5"" of type '" "char const *""'"); goto fail; } while(0)
;
42268 }
42269 arg5 = reinterpret_cast< char * >(buf5);
42270 res6 = SWIG_AsCharPtrAndSize(obj5, &buf6, NULL__null, &alloc6);
42271 if (!SWIG_IsOK(res6)(res6 >= 0)) {
42272 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "SBProcess_RemoteLaunch" "', argument " "6"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res6 != (
-1)) ? res6 : -5)), "in method '" "SBProcess_RemoteLaunch" "', argument "
"6"" of type '" "char const *""'"); goto fail; } while(0)
;
42273 }
42274 arg6 = reinterpret_cast< char * >(buf6);
42275 res7 = SWIG_AsCharPtrAndSize(obj6, &buf7, NULL__null, &alloc7);
42276 if (!SWIG_IsOK(res7)(res7 >= 0)) {
42277 SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "SBProcess_RemoteLaunch" "', argument " "7"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res7 != (
-1)) ? res7 : -5)), "in method '" "SBProcess_RemoteLaunch" "', argument "
"7"" of type '" "char const *""'"); goto fail; } while(0)
;
42278 }
42279 arg7 = reinterpret_cast< char * >(buf7);
42280 ecode8 = SWIG_AsVal_unsigned_SS_int(obj7, &val8);
42281 if (!SWIG_IsOK(ecode8)(ecode8 >= 0)) {
42282 SWIG_exception_fail(SWIG_ArgError(ecode8), "in method '" "SBProcess_RemoteLaunch" "', argument " "8"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode8 !=
(-1)) ? ecode8 : -5)), "in method '" "SBProcess_RemoteLaunch"
"', argument " "8"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
42283 }
42284 arg8 = static_cast< uint32_t >(val8);
42285 ecode9 = SWIG_AsVal_bool(obj8, &val9);
42286 if (!SWIG_IsOK(ecode9)(ecode9 >= 0)) {
42287 SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "SBProcess_RemoteLaunch" "', argument " "9"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode9 !=
(-1)) ? ecode9 : -5)), "in method '" "SBProcess_RemoteLaunch"
"', argument " "9"" of type '" "bool""'"); goto fail; } while
(0)
;
42288 }
42289 arg9 = static_cast< bool >(val9);
42290 res10 = SWIG_ConvertPtr(obj9, &argp10, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj9, &argp10, swig_types[25
], 0, 0)
;
42291 if (!SWIG_IsOK(res10)(res10 >= 0)) {
42292 SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "SBProcess_RemoteLaunch" "', argument " "10"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res10 !=
(-1)) ? res10 : -5)), "in method '" "SBProcess_RemoteLaunch"
"', argument " "10"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
42293 }
42294 if (!argp10) {
42295 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_RemoteLaunch" "', argument " "10"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_RemoteLaunch" "', argument " "10"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
42296 }
42297 arg10 = reinterpret_cast< lldb::SBError * >(argp10);
42298 {
42299 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42300 result = (bool)(arg1)->RemoteLaunch((char const **)arg2,(char const **)arg3,(char const *)arg4,(char const *)arg5,(char const *)arg6,(char const *)arg7,arg8,arg9,*arg10);
42301 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42302 }
42303 resultobj = SWIG_From_bool(static_cast< bool >(result));
42304 {
42305 free((char *) arg2);
42306 }
42307 {
42308 free((char *) arg3);
42309 }
42310 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
42311 if (alloc5 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf5;
42312 if (alloc6 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf6;
42313 if (alloc7 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf7;
42314 return resultobj;
42315fail:
42316 {
42317 free((char *) arg2);
42318 }
42319 {
42320 free((char *) arg3);
42321 }
42322 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
42323 if (alloc5 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf5;
42324 if (alloc6 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf6;
42325 if (alloc7 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf7;
42326 return NULL__null;
42327}
42328
42329
42330SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetNumThreads(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42331 PyObject *resultobj = 0;
42332 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42333 void *argp1 = 0 ;
42334 int res1 = 0 ;
42335 PyObject * obj0 = 0 ;
42336 uint32_t result;
42337
42338 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetNumThreads",&obj0)) SWIG_failgoto fail;
42339 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42340 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42341 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetNumThreads" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetNumThreads" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42342 }
42343 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42344 {
42345 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42346 result = (uint32_t)(arg1)->GetNumThreads();
42347 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42348 }
42349 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
42350 return resultobj;
42351fail:
42352 return NULL__null;
42353}
42354
42355
42356SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetThreadAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42357 PyObject *resultobj = 0;
42358 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42359 size_t arg2 ;
42360 void *argp1 = 0 ;
42361 int res1 = 0 ;
42362 size_t val2 ;
42363 int ecode2 = 0 ;
42364 PyObject * obj0 = 0 ;
42365 PyObject * obj1 = 0 ;
42366 lldb::SBThread result;
42367
42368 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetThreadAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
42369 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42370 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42371 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetThreadAtIndex" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetThreadAtIndex"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
42372 }
42373 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42374 ecode2 = SWIG_AsVal_size_t(obj1, &val2);
42375 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
42376 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_GetThreadAtIndex" "', argument " "2"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_GetThreadAtIndex"
"', argument " "2"" of type '" "size_t""'"); goto fail; } while
(0)
;
42377 }
42378 arg2 = static_cast< size_t >(val2);
42379 {
42380 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42381 result = (arg1)->GetThreadAtIndex(arg2);
42382 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42383 }
42384 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
42385 return resultobj;
42386fail:
42387 return NULL__null;
42388}
42389
42390
42391SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetThreadByID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42392 PyObject *resultobj = 0;
42393 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42394 lldb::tid_t arg2 ;
42395 void *argp1 = 0 ;
42396 int res1 = 0 ;
42397 PyObject * obj0 = 0 ;
42398 PyObject * obj1 = 0 ;
42399 lldb::SBThread result;
42400
42401 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetThreadByID",&obj0,&obj1)) SWIG_failgoto fail;
42402 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42403 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42404 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetThreadByID" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetThreadByID" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42405 }
42406 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42407 {
42408 using namespace lldb_private;
42409 if (PythonInteger::Check(obj1))
42410 {
42411 PythonInteger py_int(PyRefType::Borrowed, obj1);
42412 arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
42413 }
42414 else
42415 {
42416 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
42417 return nullptr;
42418 }
42419 }
42420 {
42421 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42422 result = (arg1)->GetThreadByID(arg2);
42423 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42424 }
42425 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
42426 return resultobj;
42427fail:
42428 return NULL__null;
42429}
42430
42431
42432SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetThreadByIndexID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42433 PyObject *resultobj = 0;
42434 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42435 uint32_t arg2 ;
42436 void *argp1 = 0 ;
42437 int res1 = 0 ;
42438 unsigned int val2 ;
42439 int ecode2 = 0 ;
42440 PyObject * obj0 = 0 ;
42441 PyObject * obj1 = 0 ;
42442 lldb::SBThread result;
42443
42444 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetThreadByIndexID",&obj0,&obj1)) SWIG_failgoto fail;
42445 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42446 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42447 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetThreadByIndexID" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetThreadByIndexID"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
42448 }
42449 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42450 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
42451 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
42452 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_GetThreadByIndexID" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_GetThreadByIndexID"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
42453 }
42454 arg2 = static_cast< uint32_t >(val2);
42455 {
42456 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42457 result = (arg1)->GetThreadByIndexID(arg2);
42458 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42459 }
42460 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
42461 return resultobj;
42462fail:
42463 return NULL__null;
42464}
42465
42466
42467SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetSelectedThread(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42468 PyObject *resultobj = 0;
42469 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42470 void *argp1 = 0 ;
42471 int res1 = 0 ;
42472 PyObject * obj0 = 0 ;
42473 lldb::SBThread result;
42474
42475 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetSelectedThread",&obj0)) SWIG_failgoto fail;
42476 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42477 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42478 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetSelectedThread" "', argument " "1"" of type '" "lldb::SBProcess const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetSelectedThread"
"', argument " "1"" of type '" "lldb::SBProcess const *""'")
; goto fail; } while(0)
;
42479 }
42480 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42481 {
42482 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42483 result = ((lldb::SBProcess const *)arg1)->GetSelectedThread();
42484 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42485 }
42486 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
42487 return resultobj;
42488fail:
42489 return NULL__null;
42490}
42491
42492
42493SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_CreateOSPluginThread(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42494 PyObject *resultobj = 0;
42495 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42496 lldb::tid_t arg2 ;
42497 lldb::addr_t arg3 ;
42498 void *argp1 = 0 ;
42499 int res1 = 0 ;
42500 unsigned long long val3 ;
42501 int ecode3 = 0 ;
42502 PyObject * obj0 = 0 ;
42503 PyObject * obj1 = 0 ;
42504 PyObject * obj2 = 0 ;
42505 lldb::SBThread result;
42506
42507 if (!PyArg_ParseTuple(args,(char *)"OOO:SBProcess_CreateOSPluginThread",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
42508 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42509 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42510 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_CreateOSPluginThread" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_CreateOSPluginThread"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
42511 }
42512 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42513 {
42514 using namespace lldb_private;
42515 if (PythonInteger::Check(obj1))
42516 {
42517 PythonInteger py_int(PyRefType::Borrowed, obj1);
42518 arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
42519 }
42520 else
42521 {
42522 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
42523 return nullptr;
42524 }
42525 }
42526 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
42527 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
42528 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBProcess_CreateOSPluginThread" "', argument " "3"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBProcess_CreateOSPluginThread"
"', argument " "3"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
42529 }
42530 arg3 = static_cast< lldb::addr_t >(val3);
42531 {
42532 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42533 result = (arg1)->CreateOSPluginThread(arg2,arg3);
42534 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42535 }
42536 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
42537 return resultobj;
42538fail:
42539 return NULL__null;
42540}
42541
42542
42543SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_SetSelectedThread(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42544 PyObject *resultobj = 0;
42545 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42546 lldb::SBThread *arg2 = 0 ;
42547 void *argp1 = 0 ;
42548 int res1 = 0 ;
42549 void *argp2 = 0 ;
42550 int res2 = 0 ;
42551 PyObject * obj0 = 0 ;
42552 PyObject * obj1 = 0 ;
42553 bool result;
42554
42555 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_SetSelectedThread",&obj0,&obj1)) SWIG_failgoto fail;
42556 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42557 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42558 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_SetSelectedThread" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_SetSelectedThread"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
42559 }
42560 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42561 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBThread, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[61]
, 0 | 0, 0)
;
42562 if (!SWIG_IsOK(res2)(res2 >= 0)) {
42563 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBProcess_SetSelectedThread" "', argument " "2"" of type '" "lldb::SBThread const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBProcess_SetSelectedThread"
"', argument " "2"" of type '" "lldb::SBThread const &""'"
); goto fail; } while(0)
;
42564 }
42565 if (!argp2) {
42566 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_SetSelectedThread" "', argument " "2"" of type '" "lldb::SBThread const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_SetSelectedThread" "', argument " "2"
" of type '" "lldb::SBThread const &""'"); goto fail; } while
(0)
;
42567 }
42568 arg2 = reinterpret_cast< lldb::SBThread * >(argp2);
42569 {
42570 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42571 result = (bool)(arg1)->SetSelectedThread((lldb::SBThread const &)*arg2);
42572 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42573 }
42574 resultobj = SWIG_From_bool(static_cast< bool >(result));
42575 return resultobj;
42576fail:
42577 return NULL__null;
42578}
42579
42580
42581SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_SetSelectedThreadByID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42582 PyObject *resultobj = 0;
42583 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42584 lldb::tid_t arg2 ;
42585 void *argp1 = 0 ;
42586 int res1 = 0 ;
42587 PyObject * obj0 = 0 ;
42588 PyObject * obj1 = 0 ;
42589 bool result;
42590
42591 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_SetSelectedThreadByID",&obj0,&obj1)) SWIG_failgoto fail;
42592 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42593 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42594 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_SetSelectedThreadByID" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_SetSelectedThreadByID"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
42595 }
42596 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42597 {
42598 using namespace lldb_private;
42599 if (PythonInteger::Check(obj1))
42600 {
42601 PythonInteger py_int(PyRefType::Borrowed, obj1);
42602 arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
42603 }
42604 else
42605 {
42606 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
42607 return nullptr;
42608 }
42609 }
42610 {
42611 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42612 result = (bool)(arg1)->SetSelectedThreadByID(arg2);
42613 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42614 }
42615 resultobj = SWIG_From_bool(static_cast< bool >(result));
42616 return resultobj;
42617fail:
42618 return NULL__null;
42619}
42620
42621
42622SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_SetSelectedThreadByIndexID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42623 PyObject *resultobj = 0;
42624 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42625 uint32_t arg2 ;
42626 void *argp1 = 0 ;
42627 int res1 = 0 ;
42628 unsigned int val2 ;
42629 int ecode2 = 0 ;
42630 PyObject * obj0 = 0 ;
42631 PyObject * obj1 = 0 ;
42632 bool result;
42633
42634 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_SetSelectedThreadByIndexID",&obj0,&obj1)) SWIG_failgoto fail;
42635 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42636 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42637 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_SetSelectedThreadByIndexID" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_SetSelectedThreadByIndexID"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
42638 }
42639 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42640 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
42641 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
42642 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_SetSelectedThreadByIndexID" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_SetSelectedThreadByIndexID"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
42643 }
42644 arg2 = static_cast< uint32_t >(val2);
42645 {
42646 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42647 result = (bool)(arg1)->SetSelectedThreadByIndexID(arg2);
42648 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42649 }
42650 resultobj = SWIG_From_bool(static_cast< bool >(result));
42651 return resultobj;
42652fail:
42653 return NULL__null;
42654}
42655
42656
42657SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetNumQueues(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42658 PyObject *resultobj = 0;
42659 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42660 void *argp1 = 0 ;
42661 int res1 = 0 ;
42662 PyObject * obj0 = 0 ;
42663 uint32_t result;
42664
42665 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetNumQueues",&obj0)) SWIG_failgoto fail;
42666 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42667 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42668 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetNumQueues" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetNumQueues" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42669 }
42670 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42671 {
42672 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42673 result = (uint32_t)(arg1)->GetNumQueues();
42674 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42675 }
42676 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
42677 return resultobj;
42678fail:
42679 return NULL__null;
42680}
42681
42682
42683SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetQueueAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42684 PyObject *resultobj = 0;
42685 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42686 uint32_t arg2 ;
42687 void *argp1 = 0 ;
42688 int res1 = 0 ;
42689 unsigned int val2 ;
42690 int ecode2 = 0 ;
42691 PyObject * obj0 = 0 ;
42692 PyObject * obj1 = 0 ;
42693 lldb::SBQueue result;
42694
42695 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetQueueAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
42696 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42697 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42698 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetQueueAtIndex" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetQueueAtIndex"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
42699 }
42700 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42701 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
42702 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
42703 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_GetQueueAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_GetQueueAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
42704 }
42705 arg2 = static_cast< uint32_t >(val2);
42706 {
42707 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42708 result = (arg1)->GetQueueAtIndex(arg2);
42709 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42710 }
42711 resultobj = SWIG_NewPointerObj((new lldb::SBQueue(static_cast< const lldb::SBQueue& >(result))), SWIGTYPE_p_lldb__SBQueue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBQueue(static_cast
< const lldb::SBQueue& >(result))), swig_types[50],
0x1 | 0)
;
42712 return resultobj;
42713fail:
42714 return NULL__null;
42715}
42716
42717
42718SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetState(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42719 PyObject *resultobj = 0;
42720 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42721 void *argp1 = 0 ;
42722 int res1 = 0 ;
42723 PyObject * obj0 = 0 ;
42724 lldb::StateType result;
42725
42726 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetState",&obj0)) SWIG_failgoto fail;
42727 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42728 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42729 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetState" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetState" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42730 }
42731 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42732 {
42733 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42734 result = (lldb::StateType)(arg1)->GetState();
42735 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42736 }
42737 resultobj = SWIG_From_int(static_cast< int >(result));
42738 return resultobj;
42739fail:
42740 return NULL__null;
42741}
42742
42743
42744SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetExitStatus(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42745 PyObject *resultobj = 0;
42746 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42747 void *argp1 = 0 ;
42748 int res1 = 0 ;
42749 PyObject * obj0 = 0 ;
42750 int result;
42751
42752 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetExitStatus",&obj0)) SWIG_failgoto fail;
42753 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42754 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42755 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetExitStatus" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetExitStatus" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42756 }
42757 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42758 {
42759 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42760 result = (int)(arg1)->GetExitStatus();
42761 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42762 }
42763 resultobj = SWIG_From_int(static_cast< int >(result));
42764 return resultobj;
42765fail:
42766 return NULL__null;
42767}
42768
42769
42770SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetExitDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42771 PyObject *resultobj = 0;
42772 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42773 void *argp1 = 0 ;
42774 int res1 = 0 ;
42775 PyObject * obj0 = 0 ;
42776 char *result = 0 ;
42777
42778 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetExitDescription",&obj0)) SWIG_failgoto fail;
42779 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42780 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42781 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetExitDescription" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetExitDescription"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
42782 }
42783 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42784 {
42785 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42786 result = (char *)(arg1)->GetExitDescription();
42787 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42788 }
42789 resultobj = SWIG_FromCharPtr((const char *)result);
42790 return resultobj;
42791fail:
42792 return NULL__null;
42793}
42794
42795
42796SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetProcessID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42797 PyObject *resultobj = 0;
42798 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42799 void *argp1 = 0 ;
42800 int res1 = 0 ;
42801 PyObject * obj0 = 0 ;
42802 lldb::pid_t result;
42803
42804 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetProcessID",&obj0)) SWIG_failgoto fail;
42805 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42806 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42807 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetProcessID" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetProcessID" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42808 }
42809 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42810 {
42811 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42812 result = (lldb::pid_t)(arg1)->GetProcessID();
42813 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42814 }
42815 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
42816 return resultobj;
42817fail:
42818 return NULL__null;
42819}
42820
42821
42822SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetUniqueID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42823 PyObject *resultobj = 0;
42824 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42825 void *argp1 = 0 ;
42826 int res1 = 0 ;
42827 PyObject * obj0 = 0 ;
42828 uint32_t result;
42829
42830 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetUniqueID",&obj0)) SWIG_failgoto fail;
42831 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42832 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42833 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetUniqueID" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetUniqueID" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42834 }
42835 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42836 {
42837 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42838 result = (uint32_t)(arg1)->GetUniqueID();
42839 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42840 }
42841 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
42842 return resultobj;
42843fail:
42844 return NULL__null;
42845}
42846
42847
42848SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetAddressByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42849 PyObject *resultobj = 0;
42850 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42851 void *argp1 = 0 ;
42852 int res1 = 0 ;
42853 PyObject * obj0 = 0 ;
42854 uint32_t result;
42855
42856 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetAddressByteSize",&obj0)) SWIG_failgoto fail;
42857 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42858 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42859 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetAddressByteSize" "', argument " "1"" of type '" "lldb::SBProcess const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetAddressByteSize"
"', argument " "1"" of type '" "lldb::SBProcess const *""'")
; goto fail; } while(0)
;
42860 }
42861 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42862 {
42863 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42864 result = (uint32_t)((lldb::SBProcess const *)arg1)->GetAddressByteSize();
42865 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42866 }
42867 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
42868 return resultobj;
42869fail:
42870 return NULL__null;
42871}
42872
42873
42874SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_Destroy(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42875 PyObject *resultobj = 0;
42876 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42877 void *argp1 = 0 ;
42878 int res1 = 0 ;
42879 PyObject * obj0 = 0 ;
42880 lldb::SBError result;
42881
42882 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_Destroy",&obj0)) SWIG_failgoto fail;
42883 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42884 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42885 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_Destroy" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_Destroy" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42886 }
42887 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42888 {
42889 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42890 result = (arg1)->Destroy();
42891 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42892 }
42893 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
42894 return resultobj;
42895fail:
42896 return NULL__null;
42897}
42898
42899
42900SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_Continue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42901 PyObject *resultobj = 0;
42902 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42903 void *argp1 = 0 ;
42904 int res1 = 0 ;
42905 PyObject * obj0 = 0 ;
42906 lldb::SBError result;
42907
42908 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_Continue",&obj0)) SWIG_failgoto fail;
42909 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42910 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42911 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_Continue" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_Continue" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42912 }
42913 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42914 {
42915 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42916 result = (arg1)->Continue();
42917 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42918 }
42919 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
42920 return resultobj;
42921fail:
42922 return NULL__null;
42923}
42924
42925
42926SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_Stop(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42927 PyObject *resultobj = 0;
42928 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42929 void *argp1 = 0 ;
42930 int res1 = 0 ;
42931 PyObject * obj0 = 0 ;
42932 lldb::SBError result;
42933
42934 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_Stop",&obj0)) SWIG_failgoto fail;
42935 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42936 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42937 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_Stop" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_Stop" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42938 }
42939 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42940 {
42941 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42942 result = (arg1)->Stop();
42943 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42944 }
42945 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
42946 return resultobj;
42947fail:
42948 return NULL__null;
42949}
42950
42951
42952SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_Kill(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42953 PyObject *resultobj = 0;
42954 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42955 void *argp1 = 0 ;
42956 int res1 = 0 ;
42957 PyObject * obj0 = 0 ;
42958 lldb::SBError result;
42959
42960 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_Kill",&obj0)) SWIG_failgoto fail;
42961 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42962 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42963 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_Kill" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_Kill" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42964 }
42965 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42966 {
42967 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42968 result = (arg1)->Kill();
42969 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42970 }
42971 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
42972 return resultobj;
42973fail:
42974 return NULL__null;
42975}
42976
42977
42978SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_Detach(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
42979 PyObject *resultobj = 0;
42980 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
42981 void *argp1 = 0 ;
42982 int res1 = 0 ;
42983 PyObject * obj0 = 0 ;
42984 lldb::SBError result;
42985
42986 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_Detach",&obj0)) SWIG_failgoto fail;
42987 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
42988 if (!SWIG_IsOK(res1)(res1 >= 0)) {
42989 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_Detach" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_Detach" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
42990 }
42991 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
42992 {
42993 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
42994 result = (arg1)->Detach();
42995 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
42996 }
42997 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
42998 return resultobj;
42999fail:
43000 return NULL__null;
43001}
43002
43003
43004SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_Signal(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43005 PyObject *resultobj = 0;
43006 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43007 int arg2 ;
43008 void *argp1 = 0 ;
43009 int res1 = 0 ;
43010 int val2 ;
43011 int ecode2 = 0 ;
43012 PyObject * obj0 = 0 ;
43013 PyObject * obj1 = 0 ;
43014 lldb::SBError result;
43015
43016 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_Signal",&obj0,&obj1)) SWIG_failgoto fail;
43017 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43018 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43019 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_Signal" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_Signal" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
43020 }
43021 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43022 ecode2 = SWIG_AsVal_int(obj1, &val2);
43023 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
43024 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_Signal" "', argument " "2"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_Signal" "', argument "
"2"" of type '" "int""'"); goto fail; } while(0)
;
43025 }
43026 arg2 = static_cast< int >(val2);
43027 {
43028 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43029 result = (arg1)->Signal(arg2);
43030 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43031 }
43032 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
43033 return resultobj;
43034fail:
43035 return NULL__null;
43036}
43037
43038
43039SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetUnixSignals(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43040 PyObject *resultobj = 0;
43041 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43042 void *argp1 = 0 ;
43043 int res1 = 0 ;
43044 PyObject * obj0 = 0 ;
43045 lldb::SBUnixSignals result;
43046
43047 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetUnixSignals",&obj0)) SWIG_failgoto fail;
43048 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43049 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43050 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetUnixSignals" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetUnixSignals" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
43051 }
43052 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43053 {
43054 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43055 result = (arg1)->GetUnixSignals();
43056 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43057 }
43058 resultobj = SWIG_NewPointerObj((new lldb::SBUnixSignals(static_cast< const lldb::SBUnixSignals& >(result))), SWIGTYPE_p_lldb__SBUnixSignals, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBUnixSignals(static_cast
< const lldb::SBUnixSignals& >(result))), swig_types
[79], 0x1 | 0)
;
43059 return resultobj;
43060fail:
43061 return NULL__null;
43062}
43063
43064
43065SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetStopID__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43066 PyObject *resultobj = 0;
43067 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43068 bool arg2 ;
43069 void *argp1 = 0 ;
43070 int res1 = 0 ;
43071 bool val2 ;
43072 int ecode2 = 0 ;
43073 PyObject * obj0 = 0 ;
43074 PyObject * obj1 = 0 ;
43075 uint32_t result;
43076
43077 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetStopID",&obj0,&obj1)) SWIG_failgoto fail;
43078 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43079 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43080 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetStopID" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetStopID" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
43081 }
43082 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43083 ecode2 = SWIG_AsVal_bool(obj1, &val2);
43084 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
43085 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_GetStopID" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_GetStopID" "', argument "
"2"" of type '" "bool""'"); goto fail; } while(0)
;
43086 }
43087 arg2 = static_cast< bool >(val2);
43088 {
43089 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43090 result = (uint32_t)(arg1)->GetStopID(arg2);
43091 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43092 }
43093 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
43094 return resultobj;
43095fail:
43096 return NULL__null;
43097}
43098
43099
43100SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetStopID__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43101 PyObject *resultobj = 0;
43102 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43103 void *argp1 = 0 ;
43104 int res1 = 0 ;
43105 PyObject * obj0 = 0 ;
43106 uint32_t result;
43107
43108 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetStopID",&obj0)) SWIG_failgoto fail;
43109 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43110 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43111 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetStopID" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetStopID" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
43112 }
43113 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43114 {
43115 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43116 result = (uint32_t)(arg1)->GetStopID();
43117 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43118 }
43119 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
43120 return resultobj;
43121fail:
43122 return NULL__null;
43123}
43124
43125
43126SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetStopID(PyObject *self, PyObject *args) {
43127 Py_ssize_t argc;
43128 PyObject *argv[3] = {
43129 0
43130 };
43131 Py_ssize_t ii;
43132
43133 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
43134 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
43135 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
43136 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
43137 }
43138 if (argc == 1) {
43139 int _v;
43140 void *vptr = 0;
43141 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBProcess, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[48
], 0, 0)
;
43142 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
43143 if (_v) {
43144 return _wrap_SBProcess_GetStopID__SWIG_1(self, args);
43145 }
43146 }
43147 if (argc == 2) {
43148 int _v;
43149 void *vptr = 0;
43150 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBProcess, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[48
], 0, 0)
;
43151 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
43152 if (_v) {
43153 {
43154 int res = SWIG_AsVal_bool(argv[1], NULL__null);
43155 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
43156 }
43157 if (_v) {
43158 return _wrap_SBProcess_GetStopID__SWIG_0(self, args);
43159 }
43160 }
43161 }
43162
43163fail:
43164 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBProcess_GetStopID'.\n"
43165 " Possible C/C++ prototypes are:\n"
43166 " lldb::SBProcess::GetStopID(bool)\n"
43167 " lldb::SBProcess::GetStopID()\n");
43168 return 0;
43169}
43170
43171
43172SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_SendAsyncInterrupt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43173 PyObject *resultobj = 0;
43174 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43175 void *argp1 = 0 ;
43176 int res1 = 0 ;
43177 PyObject * obj0 = 0 ;
43178
43179 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_SendAsyncInterrupt",&obj0)) SWIG_failgoto fail;
43180 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43181 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43182 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_SendAsyncInterrupt" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_SendAsyncInterrupt"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
43183 }
43184 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43185 {
43186 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43187 (arg1)->SendAsyncInterrupt();
43188 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43189 }
43190 resultobj = SWIG_Py_Void();
43191 return resultobj;
43192fail:
43193 return NULL__null;
43194}
43195
43196
43197SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_ReadMemory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43198 PyObject *resultobj = 0;
43199 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43200 lldb::addr_t arg2 ;
43201 void *arg3 = (void *) 0 ;
43202 size_t arg4 ;
43203 lldb::SBError *arg5 = 0 ;
43204 void *argp1 = 0 ;
43205 int res1 = 0 ;
43206 unsigned long long val2 ;
43207 int ecode2 = 0 ;
43208 void *argp5 = 0 ;
43209 int res5 = 0 ;
43210 PyObject * obj0 = 0 ;
43211 PyObject * obj1 = 0 ;
43212 PyObject * obj2 = 0 ;
43213 PyObject * obj3 = 0 ;
43214 size_t result;
43215
43216 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBProcess_ReadMemory",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
43217 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43218 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43219 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_ReadMemory" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_ReadMemory" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
43220 }
43221 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43222 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
43223 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
43224 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_ReadMemory" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_ReadMemory" "', argument "
"2"" of type '" "lldb::addr_t""'"); goto fail; } while(0)
;
43225 }
43226 arg2 = static_cast< lldb::addr_t >(val2);
43227 {
43228 if (PyInt_Check(obj2)((((obj2)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
43229 arg4 = PyInt_AsLong(obj2);
43230 } else if (PyLong_Check(obj2)((((((PyObject*)(obj2))->ob_type))->tp_flags & ((1L
<<24))) != 0)
) {
43231 arg4 = PyLong_AsLong(obj2);
43232 } else {
43233 PyErr_SetString(PyExc_ValueError, "Expecting an integer or long object");
43234 return NULL__null;
43235 }
43236 if (arg4 <= 0) {
43237 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
43238 return NULL__null;
43239 }
43240 arg3 = (void *) malloc(arg4);
43241 }
43242 res5 = SWIG_ConvertPtr(obj3, &argp5, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp5, swig_types[25]
, 0, 0)
;
43243 if (!SWIG_IsOK(res5)(res5 >= 0)) {
43244 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBProcess_ReadMemory" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBProcess_ReadMemory" "', argument "
"5"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
43245 }
43246 if (!argp5) {
43247 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_ReadMemory" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_ReadMemory" "', argument " "5"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
43248 }
43249 arg5 = reinterpret_cast< lldb::SBError * >(argp5);
43250 {
43251 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43252 result = (arg1)->ReadMemory(arg2,arg3,arg4,*arg5);
43253 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43254 }
43255 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
43256 {
43257 Py_XDECREF(resultobj)do { if ((resultobj) == __null) ; else do { if ( --((PyObject
*)(resultobj))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(resultobj)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(resultobj)))); } while (0); } while (0)
; /* Blow away any previous result */
43258 if (result == 0) {
43259 resultobj = Py_None(&_Py_NoneStruct);
43260 Py_INCREF(resultobj)( ((PyObject*)(resultobj))->ob_refcnt++);
43261 } else {
43262 lldb_private::PythonBytes bytes(static_cast<const uint8_t*>(arg3), result);
43263 resultobj = bytes.release();
43264 }
43265 free(arg3);
43266 }
43267 return resultobj;
43268fail:
43269 return NULL__null;
43270}
43271
43272
43273SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_WriteMemory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43274 PyObject *resultobj = 0;
43275 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43276 lldb::addr_t arg2 ;
43277 void *arg3 = (void *) 0 ;
43278 size_t arg4 ;
43279 lldb::SBError *arg5 = 0 ;
43280 void *argp1 = 0 ;
43281 int res1 = 0 ;
43282 unsigned long long val2 ;
43283 int ecode2 = 0 ;
43284 void *argp5 = 0 ;
43285 int res5 = 0 ;
43286 PyObject * obj0 = 0 ;
43287 PyObject * obj1 = 0 ;
43288 PyObject * obj2 = 0 ;
43289 PyObject * obj3 = 0 ;
43290 size_t result;
43291
43292 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBProcess_WriteMemory",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
43293 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43294 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43295 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_WriteMemory" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_WriteMemory" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
43296 }
43297 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43298 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
43299 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
43300 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_WriteMemory" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_WriteMemory"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
43301 }
43302 arg2 = static_cast< lldb::addr_t >(val2);
43303 {
43304 using namespace lldb_private;
43305 if (PythonString::Check(obj2)) {
43306 PythonString str(PyRefType::Borrowed, obj2);
43307 arg3 = (void*)str.GetString().data();
43308 arg4 = str.GetSize();
43309 }
43310 else if(PythonByteArray::Check(obj2)) {
43311 PythonByteArray bytearray(PyRefType::Borrowed, obj2);
43312 arg3 = (void*)bytearray.GetBytes().data();
43313 arg4 = bytearray.GetSize();
43314 }
43315 else if (PythonBytes::Check(obj2)) {
43316 PythonBytes bytes(PyRefType::Borrowed, obj2);
43317 arg3 = (void*)bytes.GetBytes().data();
43318 arg4 = bytes.GetSize();
43319 }
43320 else {
43321 PyErr_SetString(PyExc_ValueError, "Expecting a buffer");
43322 return NULL__null;
43323 }
43324 }
43325 res5 = SWIG_ConvertPtr(obj3, &argp5, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp5, swig_types[25]
, 0, 0)
;
43326 if (!SWIG_IsOK(res5)(res5 >= 0)) {
43327 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBProcess_WriteMemory" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBProcess_WriteMemory" "', argument "
"5"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
43328 }
43329 if (!argp5) {
43330 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_WriteMemory" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_WriteMemory" "', argument " "5"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
43331 }
43332 arg5 = reinterpret_cast< lldb::SBError * >(argp5);
43333 {
43334 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43335 result = (arg1)->WriteMemory(arg2,(void const *)arg3,arg4,*arg5);
43336 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43337 }
43338 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
43339 return resultobj;
43340fail:
43341 return NULL__null;
43342}
43343
43344
43345SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_ReadCStringFromMemory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43346 PyObject *resultobj = 0;
43347 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43348 lldb::addr_t arg2 ;
43349 void *arg3 = (void *) 0 ;
43350 size_t arg4 ;
43351 lldb::SBError *arg5 = 0 ;
43352 void *argp1 = 0 ;
43353 int res1 = 0 ;
43354 unsigned long long val2 ;
43355 int ecode2 = 0 ;
43356 void *argp5 = 0 ;
43357 int res5 = 0 ;
43358 PyObject * obj0 = 0 ;
43359 PyObject * obj1 = 0 ;
43360 PyObject * obj2 = 0 ;
43361 PyObject * obj3 = 0 ;
43362 size_t result;
43363
43364 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBProcess_ReadCStringFromMemory",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
43365 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43366 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43367 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_ReadCStringFromMemory" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_ReadCStringFromMemory"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
43368 }
43369 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43370 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
43371 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
43372 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_ReadCStringFromMemory" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_ReadCStringFromMemory"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
43373 }
43374 arg2 = static_cast< lldb::addr_t >(val2);
43375 {
43376 if (!PyInt_Check(obj2)((((obj2)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
43377 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
43378 return NULL__null;
43379 }
43380 arg4 = PyInt_AsLong(obj2);
43381 if (arg4 <= 0) {
43382 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
43383 return NULL__null;
43384 }
43385 arg3 = (char *) malloc(arg4);
43386 }
43387 res5 = SWIG_ConvertPtr(obj3, &argp5, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp5, swig_types[25]
, 0, 0)
;
43388 if (!SWIG_IsOK(res5)(res5 >= 0)) {
43389 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBProcess_ReadCStringFromMemory" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBProcess_ReadCStringFromMemory"
"', argument " "5"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
43390 }
43391 if (!argp5) {
43392 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_ReadCStringFromMemory" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_ReadCStringFromMemory" "', argument "
"5"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
43393 }
43394 arg5 = reinterpret_cast< lldb::SBError * >(argp5);
43395 {
43396 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43397 result = (arg1)->ReadCStringFromMemory(arg2,arg3,arg4,*arg5);
43398 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43399 }
43400 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
43401 {
43402 Py_XDECREF(resultobj)do { if ((resultobj) == __null) ; else do { if ( --((PyObject
*)(resultobj))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(resultobj)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(resultobj)))); } while (0); } while (0)
; /* Blow away any previous result */
43403 if (result == 0) {
43404 lldb_private::PythonString string("");
43405 resultobj = string.release();
43406 Py_INCREF(resultobj)( ((PyObject*)(resultobj))->ob_refcnt++);
43407 } else {
43408 llvm::StringRef ref(static_cast<const char*>(arg3), result);
43409 lldb_private::PythonString string(ref);
43410 resultobj = string.release();
43411 }
43412 free(arg3);
43413 }
43414 return resultobj;
43415fail:
43416 return NULL__null;
43417}
43418
43419
43420SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_ReadUnsignedFromMemory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43421 PyObject *resultobj = 0;
43422 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43423 lldb::addr_t arg2 ;
43424 uint32_t arg3 ;
43425 lldb::SBError *arg4 = 0 ;
43426 void *argp1 = 0 ;
43427 int res1 = 0 ;
43428 unsigned long long val2 ;
43429 int ecode2 = 0 ;
43430 unsigned int val3 ;
43431 int ecode3 = 0 ;
43432 void *argp4 = 0 ;
43433 int res4 = 0 ;
43434 PyObject * obj0 = 0 ;
43435 PyObject * obj1 = 0 ;
43436 PyObject * obj2 = 0 ;
43437 PyObject * obj3 = 0 ;
43438 uint64_t result;
43439
43440 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBProcess_ReadUnsignedFromMemory",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
43441 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43442 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43443 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_ReadUnsignedFromMemory" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_ReadUnsignedFromMemory"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
43444 }
43445 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43446 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
43447 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
43448 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_ReadUnsignedFromMemory" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_ReadUnsignedFromMemory"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
43449 }
43450 arg2 = static_cast< lldb::addr_t >(val2);
43451 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
43452 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
43453 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBProcess_ReadUnsignedFromMemory" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBProcess_ReadUnsignedFromMemory"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
43454 }
43455 arg3 = static_cast< uint32_t >(val3);
43456 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[25]
, 0, 0)
;
43457 if (!SWIG_IsOK(res4)(res4 >= 0)) {
43458 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBProcess_ReadUnsignedFromMemory" "', argument " "4"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBProcess_ReadUnsignedFromMemory"
"', argument " "4"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
43459 }
43460 if (!argp4) {
43461 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_ReadUnsignedFromMemory" "', argument " "4"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_ReadUnsignedFromMemory" "', argument "
"4"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
43462 }
43463 arg4 = reinterpret_cast< lldb::SBError * >(argp4);
43464 {
43465 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43466 result = (uint64_t)(arg1)->ReadUnsignedFromMemory(arg2,arg3,*arg4);
43467 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43468 }
43469 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
43470 return resultobj;
43471fail:
43472 return NULL__null;
43473}
43474
43475
43476SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_ReadPointerFromMemory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43477 PyObject *resultobj = 0;
43478 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43479 lldb::addr_t arg2 ;
43480 lldb::SBError *arg3 = 0 ;
43481 void *argp1 = 0 ;
43482 int res1 = 0 ;
43483 unsigned long long val2 ;
43484 int ecode2 = 0 ;
43485 void *argp3 = 0 ;
43486 int res3 = 0 ;
43487 PyObject * obj0 = 0 ;
43488 PyObject * obj1 = 0 ;
43489 PyObject * obj2 = 0 ;
43490 lldb::addr_t result;
43491
43492 if (!PyArg_ParseTuple(args,(char *)"OOO:SBProcess_ReadPointerFromMemory",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
43493 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43494 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43495 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_ReadPointerFromMemory" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_ReadPointerFromMemory"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
43496 }
43497 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43498 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
43499 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
43500 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_ReadPointerFromMemory" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_ReadPointerFromMemory"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
43501 }
43502 arg2 = static_cast< lldb::addr_t >(val2);
43503 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
43504 if (!SWIG_IsOK(res3)(res3 >= 0)) {
43505 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBProcess_ReadPointerFromMemory" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBProcess_ReadPointerFromMemory"
"', argument " "3"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
43506 }
43507 if (!argp3) {
43508 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_ReadPointerFromMemory" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_ReadPointerFromMemory" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
43509 }
43510 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
43511 {
43512 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43513 result = (lldb::addr_t)(arg1)->ReadPointerFromMemory(arg2,*arg3);
43514 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43515 }
43516 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
43517 return resultobj;
43518fail:
43519 return NULL__null;
43520}
43521
43522
43523SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetStateFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43524 PyObject *resultobj = 0;
43525 lldb::SBEvent *arg1 = 0 ;
43526 void *argp1 = 0 ;
43527 int res1 = 0 ;
43528 PyObject * obj0 = 0 ;
43529 lldb::StateType result;
43530
43531 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetStateFromEvent",&obj0)) SWIG_failgoto fail;
43532 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
43533 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43534 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetStateFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetStateFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
43535 }
43536 if (!argp1) {
43537 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_GetStateFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_GetStateFromEvent" "', argument " "1"
" of type '" "lldb::SBEvent const &""'"); goto fail; } while
(0)
;
43538 }
43539 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
43540 {
43541 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43542 result = (lldb::StateType)lldb::SBProcess::GetStateFromEvent((lldb::SBEvent const &)*arg1);
43543 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43544 }
43545 resultobj = SWIG_From_int(static_cast< int >(result));
43546 return resultobj;
43547fail:
43548 return NULL__null;
43549}
43550
43551
43552SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetRestartedFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43553 PyObject *resultobj = 0;
43554 lldb::SBEvent *arg1 = 0 ;
43555 void *argp1 = 0 ;
43556 int res1 = 0 ;
43557 PyObject * obj0 = 0 ;
43558 bool result;
43559
43560 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetRestartedFromEvent",&obj0)) SWIG_failgoto fail;
43561 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
43562 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43563 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetRestartedFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetRestartedFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
43564 }
43565 if (!argp1) {
43566 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_GetRestartedFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_GetRestartedFromEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
43567 }
43568 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
43569 {
43570 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43571 result = (bool)lldb::SBProcess::GetRestartedFromEvent((lldb::SBEvent const &)*arg1);
43572 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43573 }
43574 resultobj = SWIG_From_bool(static_cast< bool >(result));
43575 return resultobj;
43576fail:
43577 return NULL__null;
43578}
43579
43580
43581SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetNumRestartedReasonsFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43582 PyObject *resultobj = 0;
43583 lldb::SBEvent *arg1 = 0 ;
43584 void *argp1 = 0 ;
43585 int res1 = 0 ;
43586 PyObject * obj0 = 0 ;
43587 size_t result;
43588
43589 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetNumRestartedReasonsFromEvent",&obj0)) SWIG_failgoto fail;
43590 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
43591 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43592 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetNumRestartedReasonsFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetNumRestartedReasonsFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
43593 }
43594 if (!argp1) {
43595 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_GetNumRestartedReasonsFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_GetNumRestartedReasonsFromEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
43596 }
43597 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
43598 {
43599 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43600 result = lldb::SBProcess::GetNumRestartedReasonsFromEvent((lldb::SBEvent const &)*arg1);
43601 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43602 }
43603 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
43604 return resultobj;
43605fail:
43606 return NULL__null;
43607}
43608
43609
43610SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetRestartedReasonAtIndexFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43611 PyObject *resultobj = 0;
43612 lldb::SBEvent *arg1 = 0 ;
43613 size_t arg2 ;
43614 void *argp1 = 0 ;
43615 int res1 = 0 ;
43616 size_t val2 ;
43617 int ecode2 = 0 ;
43618 PyObject * obj0 = 0 ;
43619 PyObject * obj1 = 0 ;
43620 char *result = 0 ;
43621
43622 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetRestartedReasonAtIndexFromEvent",&obj0,&obj1)) SWIG_failgoto fail;
43623 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
43624 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43625 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetRestartedReasonAtIndexFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetRestartedReasonAtIndexFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
43626 }
43627 if (!argp1) {
43628 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_GetRestartedReasonAtIndexFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_GetRestartedReasonAtIndexFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
43629 }
43630 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
43631 ecode2 = SWIG_AsVal_size_t(obj1, &val2);
43632 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
43633 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_GetRestartedReasonAtIndexFromEvent" "', argument " "2"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_GetRestartedReasonAtIndexFromEvent"
"', argument " "2"" of type '" "size_t""'"); goto fail; } while
(0)
;
43634 }
43635 arg2 = static_cast< size_t >(val2);
43636 {
43637 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43638 result = (char *)lldb::SBProcess::GetRestartedReasonAtIndexFromEvent((lldb::SBEvent const &)*arg1,arg2);
43639 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43640 }
43641 resultobj = SWIG_FromCharPtr((const char *)result);
43642 return resultobj;
43643fail:
43644 return NULL__null;
43645}
43646
43647
43648SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetProcessFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43649 PyObject *resultobj = 0;
43650 lldb::SBEvent *arg1 = 0 ;
43651 void *argp1 = 0 ;
43652 int res1 = 0 ;
43653 PyObject * obj0 = 0 ;
43654 lldb::SBProcess result;
43655
43656 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetProcessFromEvent",&obj0)) SWIG_failgoto fail;
43657 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
43658 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43659 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetProcessFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetProcessFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
43660 }
43661 if (!argp1) {
43662 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_GetProcessFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_GetProcessFromEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
43663 }
43664 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
43665 {
43666 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43667 result = lldb::SBProcess::GetProcessFromEvent((lldb::SBEvent const &)*arg1);
43668 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43669 }
43670 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
43671 return resultobj;
43672fail:
43673 return NULL__null;
43674}
43675
43676
43677SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetInterruptedFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43678 PyObject *resultobj = 0;
43679 lldb::SBEvent *arg1 = 0 ;
43680 void *argp1 = 0 ;
43681 int res1 = 0 ;
43682 PyObject * obj0 = 0 ;
43683 bool result;
43684
43685 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetInterruptedFromEvent",&obj0)) SWIG_failgoto fail;
43686 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
43687 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43688 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetInterruptedFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetInterruptedFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
43689 }
43690 if (!argp1) {
43691 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_GetInterruptedFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_GetInterruptedFromEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
43692 }
43693 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
43694 {
43695 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43696 result = (bool)lldb::SBProcess::GetInterruptedFromEvent((lldb::SBEvent const &)*arg1);
43697 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43698 }
43699 resultobj = SWIG_From_bool(static_cast< bool >(result));
43700 return resultobj;
43701fail:
43702 return NULL__null;
43703}
43704
43705
43706SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetStructuredDataFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43707 PyObject *resultobj = 0;
43708 lldb::SBEvent *arg1 = 0 ;
43709 void *argp1 = 0 ;
43710 int res1 = 0 ;
43711 PyObject * obj0 = 0 ;
43712 lldb::SBStructuredData result;
43713
43714 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetStructuredDataFromEvent",&obj0)) SWIG_failgoto fail;
43715 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
43716 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43717 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetStructuredDataFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetStructuredDataFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
43718 }
43719 if (!argp1) {
43720 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_GetStructuredDataFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_GetStructuredDataFromEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
43721 }
43722 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
43723 {
43724 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43725 result = lldb::SBProcess::GetStructuredDataFromEvent((lldb::SBEvent const &)*arg1);
43726 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43727 }
43728 resultobj = SWIG_NewPointerObj((new lldb::SBStructuredData(static_cast< const lldb::SBStructuredData& >(result))), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBStructuredData
(static_cast< const lldb::SBStructuredData& >(result
))), swig_types[56], 0x1 | 0)
;
43729 return resultobj;
43730fail:
43731 return NULL__null;
43732}
43733
43734
43735SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_EventIsProcessEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43736 PyObject *resultobj = 0;
43737 lldb::SBEvent *arg1 = 0 ;
43738 void *argp1 = 0 ;
43739 int res1 = 0 ;
43740 PyObject * obj0 = 0 ;
43741 bool result;
43742
43743 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_EventIsProcessEvent",&obj0)) SWIG_failgoto fail;
43744 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
43745 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43746 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_EventIsProcessEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_EventIsProcessEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
43747 }
43748 if (!argp1) {
43749 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_EventIsProcessEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_EventIsProcessEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
43750 }
43751 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
43752 {
43753 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43754 result = (bool)lldb::SBProcess::EventIsProcessEvent((lldb::SBEvent const &)*arg1);
43755 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43756 }
43757 resultobj = SWIG_From_bool(static_cast< bool >(result));
43758 return resultobj;
43759fail:
43760 return NULL__null;
43761}
43762
43763
43764SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_EventIsStructuredDataEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43765 PyObject *resultobj = 0;
43766 lldb::SBEvent *arg1 = 0 ;
43767 void *argp1 = 0 ;
43768 int res1 = 0 ;
43769 PyObject * obj0 = 0 ;
43770 bool result;
43771
43772 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_EventIsStructuredDataEvent",&obj0)) SWIG_failgoto fail;
43773 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
43774 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43775 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_EventIsStructuredDataEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_EventIsStructuredDataEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
43776 }
43777 if (!argp1) {
43778 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_EventIsStructuredDataEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_EventIsStructuredDataEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
43779 }
43780 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
43781 {
43782 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43783 result = (bool)lldb::SBProcess::EventIsStructuredDataEvent((lldb::SBEvent const &)*arg1);
43784 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43785 }
43786 resultobj = SWIG_From_bool(static_cast< bool >(result));
43787 return resultobj;
43788fail:
43789 return NULL__null;
43790}
43791
43792
43793SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetBroadcaster(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43794 PyObject *resultobj = 0;
43795 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43796 void *argp1 = 0 ;
43797 int res1 = 0 ;
43798 PyObject * obj0 = 0 ;
43799 lldb::SBBroadcaster result;
43800
43801 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetBroadcaster",&obj0)) SWIG_failgoto fail;
43802 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43803 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43804 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetBroadcaster" "', argument " "1"" of type '" "lldb::SBProcess const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetBroadcaster" "', argument "
"1"" of type '" "lldb::SBProcess const *""'"); goto fail; } while
(0)
;
43805 }
43806 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43807 {
43808 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43809 result = ((lldb::SBProcess const *)arg1)->GetBroadcaster();
43810 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43811 }
43812 resultobj = SWIG_NewPointerObj((new lldb::SBBroadcaster(static_cast< const lldb::SBBroadcaster& >(result))), SWIGTYPE_p_lldb__SBBroadcaster, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBroadcaster(static_cast
< const lldb::SBBroadcaster& >(result))), swig_types
[16], 0x1 | 0)
;
43813 return resultobj;
43814fail:
43815 return NULL__null;
43816}
43817
43818
43819SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43820 PyObject *resultobj = 0;
43821 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43822 lldb::SBStream *arg2 = 0 ;
43823 void *argp1 = 0 ;
43824 int res1 = 0 ;
43825 void *argp2 = 0 ;
43826 int res2 = 0 ;
43827 PyObject * obj0 = 0 ;
43828 PyObject * obj1 = 0 ;
43829 bool result;
43830
43831 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
43832 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43833 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43834 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetDescription" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetDescription" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
43835 }
43836 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43837 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
43838 if (!SWIG_IsOK(res2)(res2 >= 0)) {
43839 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBProcess_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBProcess_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
43840 }
43841 if (!argp2) {
43842 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
43843 }
43844 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
43845 {
43846 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43847 result = (bool)(arg1)->GetDescription(*arg2);
43848 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43849 }
43850 resultobj = SWIG_From_bool(static_cast< bool >(result));
43851 return resultobj;
43852fail:
43853 return NULL__null;
43854}
43855
43856
43857SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetNumSupportedHardwareWatchpoints(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43858 PyObject *resultobj = 0;
43859 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43860 lldb::SBError *arg2 = 0 ;
43861 void *argp1 = 0 ;
43862 int res1 = 0 ;
43863 void *argp2 = 0 ;
43864 int res2 = 0 ;
43865 PyObject * obj0 = 0 ;
43866 PyObject * obj1 = 0 ;
43867 uint32_t result;
43868
43869 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetNumSupportedHardwareWatchpoints",&obj0,&obj1)) SWIG_failgoto fail;
43870 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43871 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43872 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetNumSupportedHardwareWatchpoints" "', argument " "1"" of type '" "lldb::SBProcess const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetNumSupportedHardwareWatchpoints"
"', argument " "1"" of type '" "lldb::SBProcess const *""'")
; goto fail; } while(0)
;
43873 }
43874 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43875 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
43876 if (!SWIG_IsOK(res2)(res2 >= 0)) {
43877 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBProcess_GetNumSupportedHardwareWatchpoints" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBProcess_GetNumSupportedHardwareWatchpoints"
"', argument " "2"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
43878 }
43879 if (!argp2) {
43880 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_GetNumSupportedHardwareWatchpoints" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_GetNumSupportedHardwareWatchpoints"
"', argument " "2"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
43881 }
43882 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
43883 {
43884 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43885 result = (uint32_t)((lldb::SBProcess const *)arg1)->GetNumSupportedHardwareWatchpoints(*arg2);
43886 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43887 }
43888 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
43889 return resultobj;
43890fail:
43891 return NULL__null;
43892}
43893
43894
43895SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_LoadImage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43896 PyObject *resultobj = 0;
43897 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43898 lldb::SBFileSpec *arg2 = 0 ;
43899 lldb::SBError *arg3 = 0 ;
43900 void *argp1 = 0 ;
43901 int res1 = 0 ;
43902 void *argp2 = 0 ;
43903 int res2 = 0 ;
43904 void *argp3 = 0 ;
43905 int res3 = 0 ;
43906 PyObject * obj0 = 0 ;
43907 PyObject * obj1 = 0 ;
43908 PyObject * obj2 = 0 ;
43909 uint32_t result;
43910
43911 if (!PyArg_ParseTuple(args,(char *)"OOO:SBProcess_LoadImage",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
43912 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43913 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43914 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_LoadImage" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_LoadImage" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
43915 }
43916 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43917 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0, 0)
;
43918 if (!SWIG_IsOK(res2)(res2 >= 0)) {
43919 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBProcess_LoadImage" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBProcess_LoadImage" "', argument "
"2"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
43920 }
43921 if (!argp2) {
43922 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_LoadImage" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_LoadImage" "', argument " "2"" of type '"
"lldb::SBFileSpec &""'"); goto fail; } while(0)
;
43923 }
43924 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
43925 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
43926 if (!SWIG_IsOK(res3)(res3 >= 0)) {
43927 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBProcess_LoadImage" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBProcess_LoadImage" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
43928 }
43929 if (!argp3) {
43930 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_LoadImage" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_LoadImage" "', argument " "3"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
43931 }
43932 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
43933 {
43934 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
43935 result = (uint32_t)(arg1)->LoadImage(*arg2,*arg3);
43936 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
43937 }
43938 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
43939 return resultobj;
43940fail:
43941 return NULL__null;
43942}
43943
43944
43945SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_LoadImageUsingPaths(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
43946 PyObject *resultobj = 0;
43947 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
43948 lldb::SBFileSpec *arg2 = 0 ;
43949 lldb::SBStringList *arg3 = 0 ;
43950 lldb::SBFileSpec *arg4 = 0 ;
43951 lldb::SBError *arg5 = 0 ;
43952 void *argp1 = 0 ;
43953 int res1 = 0 ;
43954 void *argp2 = 0 ;
43955 int res2 = 0 ;
43956 void *argp3 = 0 ;
43957 int res3 = 0 ;
43958 void *argp4 = 0 ;
43959 int res4 = 0 ;
43960 void *argp5 = 0 ;
43961 int res5 = 0 ;
43962 PyObject * obj0 = 0 ;
43963 PyObject * obj1 = 0 ;
43964 PyObject * obj2 = 0 ;
43965 PyObject * obj3 = 0 ;
43966 PyObject * obj4 = 0 ;
43967 uint32_t result;
43968
43969 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBProcess_LoadImageUsingPaths",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
43970 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
43971 if (!SWIG_IsOK(res1)(res1 >= 0)) {
43972 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_LoadImageUsingPaths" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_LoadImageUsingPaths"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
43973 }
43974 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
43975 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
43976 if (!SWIG_IsOK(res2)(res2 >= 0)) {
43977 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBProcess_LoadImageUsingPaths" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBProcess_LoadImageUsingPaths"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
43978 }
43979 if (!argp2) {
43980 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_LoadImageUsingPaths" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_LoadImageUsingPaths" "', argument "
"2"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
43981 }
43982 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
43983 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[55]
, 0, 0)
;
43984 if (!SWIG_IsOK(res3)(res3 >= 0)) {
43985 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBProcess_LoadImageUsingPaths" "', argument " "3"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBProcess_LoadImageUsingPaths"
"', argument " "3"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
43986 }
43987 if (!argp3) {
43988 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_LoadImageUsingPaths" "', argument " "3"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_LoadImageUsingPaths" "', argument "
"3"" of type '" "lldb::SBStringList &""'"); goto fail; }
while(0)
;
43989 }
43990 arg3 = reinterpret_cast< lldb::SBStringList * >(argp3);
43991 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[29]
, 0, 0)
;
43992 if (!SWIG_IsOK(res4)(res4 >= 0)) {
43993 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBProcess_LoadImageUsingPaths" "', argument " "4"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBProcess_LoadImageUsingPaths"
"', argument " "4"" of type '" "lldb::SBFileSpec &""'");
goto fail; } while(0)
;
43994 }
43995 if (!argp4) {
43996 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_LoadImageUsingPaths" "', argument " "4"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_LoadImageUsingPaths" "', argument "
"4"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
43997 }
43998 arg4 = reinterpret_cast< lldb::SBFileSpec * >(argp4);
43999 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[25]
, 0, 0)
;
44000 if (!SWIG_IsOK(res5)(res5 >= 0)) {
44001 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBProcess_LoadImageUsingPaths" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBProcess_LoadImageUsingPaths"
"', argument " "5"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
44002 }
44003 if (!argp5) {
44004 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_LoadImageUsingPaths" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_LoadImageUsingPaths" "', argument "
"5"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
44005 }
44006 arg5 = reinterpret_cast< lldb::SBError * >(argp5);
44007 {
44008 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44009 result = (uint32_t)(arg1)->LoadImageUsingPaths((lldb::SBFileSpec const &)*arg2,*arg3,*arg4,*arg5);
44010 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44011 }
44012 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
44013 return resultobj;
44014fail:
44015 return NULL__null;
44016}
44017
44018
44019SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_UnloadImage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44020 PyObject *resultobj = 0;
44021 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
44022 uint32_t arg2 ;
44023 void *argp1 = 0 ;
44024 int res1 = 0 ;
44025 unsigned int val2 ;
44026 int ecode2 = 0 ;
44027 PyObject * obj0 = 0 ;
44028 PyObject * obj1 = 0 ;
44029 lldb::SBError result;
44030
44031 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_UnloadImage",&obj0,&obj1)) SWIG_failgoto fail;
44032 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
44033 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44034 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_UnloadImage" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_UnloadImage" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
44035 }
44036 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
44037 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
44038 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
44039 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_UnloadImage" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_UnloadImage"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
44040 }
44041 arg2 = static_cast< uint32_t >(val2);
44042 {
44043 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44044 result = (arg1)->UnloadImage(arg2);
44045 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44046 }
44047 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
44048 return resultobj;
44049fail:
44050 return NULL__null;
44051}
44052
44053
44054SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_SendEventData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44055 PyObject *resultobj = 0;
44056 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
44057 char *arg2 = (char *) 0 ;
44058 void *argp1 = 0 ;
44059 int res1 = 0 ;
44060 int res2 ;
44061 char *buf2 = 0 ;
44062 int alloc2 = 0 ;
44063 PyObject * obj0 = 0 ;
44064 PyObject * obj1 = 0 ;
44065 lldb::SBError result;
44066
44067 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_SendEventData",&obj0,&obj1)) SWIG_failgoto fail;
44068 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
44069 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44070 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_SendEventData" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_SendEventData" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
44071 }
44072 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
44073 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
44074 if (!SWIG_IsOK(res2)(res2 >= 0)) {
44075 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBProcess_SendEventData" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBProcess_SendEventData" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
44076 }
44077 arg2 = reinterpret_cast< char * >(buf2);
44078 {
44079 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44080 result = (arg1)->SendEventData((char const *)arg2);
44081 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44082 }
44083 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
44084 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
44085 return resultobj;
44086fail:
44087 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
44088 return NULL__null;
44089}
44090
44091
44092SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetNumExtendedBacktraceTypes(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44093 PyObject *resultobj = 0;
44094 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
44095 void *argp1 = 0 ;
44096 int res1 = 0 ;
44097 PyObject * obj0 = 0 ;
44098 uint32_t result;
44099
44100 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetNumExtendedBacktraceTypes",&obj0)) SWIG_failgoto fail;
44101 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
44102 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44103 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetNumExtendedBacktraceTypes" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetNumExtendedBacktraceTypes"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
44104 }
44105 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
44106 {
44107 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44108 result = (uint32_t)(arg1)->GetNumExtendedBacktraceTypes();
44109 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44110 }
44111 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
44112 return resultobj;
44113fail:
44114 return NULL__null;
44115}
44116
44117
44118SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetExtendedBacktraceTypeAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44119 PyObject *resultobj = 0;
44120 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
44121 uint32_t arg2 ;
44122 void *argp1 = 0 ;
44123 int res1 = 0 ;
44124 unsigned int val2 ;
44125 int ecode2 = 0 ;
44126 PyObject * obj0 = 0 ;
44127 PyObject * obj1 = 0 ;
44128 char *result = 0 ;
44129
44130 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetExtendedBacktraceTypeAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
44131 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
44132 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44133 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetExtendedBacktraceTypeAtIndex" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetExtendedBacktraceTypeAtIndex"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
44134 }
44135 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
44136 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
44137 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
44138 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_GetExtendedBacktraceTypeAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_GetExtendedBacktraceTypeAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
44139 }
44140 arg2 = static_cast< uint32_t >(val2);
44141 {
44142 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44143 result = (char *)(arg1)->GetExtendedBacktraceTypeAtIndex(arg2);
44144 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44145 }
44146 resultobj = SWIG_FromCharPtr((const char *)result);
44147 return resultobj;
44148fail:
44149 return NULL__null;
44150}
44151
44152
44153SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetHistoryThreads(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44154 PyObject *resultobj = 0;
44155 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
44156 lldb::addr_t arg2 ;
44157 void *argp1 = 0 ;
44158 int res1 = 0 ;
44159 unsigned long long val2 ;
44160 int ecode2 = 0 ;
44161 PyObject * obj0 = 0 ;
44162 PyObject * obj1 = 0 ;
44163 lldb::SBThreadCollection result;
44164
44165 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_GetHistoryThreads",&obj0,&obj1)) SWIG_failgoto fail;
44166 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
44167 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44168 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetHistoryThreads" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetHistoryThreads"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
44169 }
44170 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
44171 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
44172 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
44173 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_GetHistoryThreads" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_GetHistoryThreads"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
44174 }
44175 arg2 = static_cast< lldb::addr_t >(val2);
44176 {
44177 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44178 result = (arg1)->GetHistoryThreads(arg2);
44179 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44180 }
44181 resultobj = SWIG_NewPointerObj((new lldb::SBThreadCollection(static_cast< const lldb::SBThreadCollection& >(result))), SWIGTYPE_p_lldb__SBThreadCollection, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThreadCollection
(static_cast< const lldb::SBThreadCollection& >(result
))), swig_types[62], 0x1 | 0)
;
44182 return resultobj;
44183fail:
44184 return NULL__null;
44185}
44186
44187
44188SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_IsInstrumentationRuntimePresent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44189 PyObject *resultobj = 0;
44190 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
44191 lldb::InstrumentationRuntimeType arg2 ;
44192 void *argp1 = 0 ;
44193 int res1 = 0 ;
44194 int val2 ;
44195 int ecode2 = 0 ;
44196 PyObject * obj0 = 0 ;
44197 PyObject * obj1 = 0 ;
44198 bool result;
44199
44200 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_IsInstrumentationRuntimePresent",&obj0,&obj1)) SWIG_failgoto fail;
44201 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
44202 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44203 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_IsInstrumentationRuntimePresent" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_IsInstrumentationRuntimePresent"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
44204 }
44205 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
44206 ecode2 = SWIG_AsVal_int(obj1, &val2);
44207 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
44208 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_IsInstrumentationRuntimePresent" "', argument " "2"" of type '" "lldb::InstrumentationRuntimeType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_IsInstrumentationRuntimePresent"
"', argument " "2"" of type '" "lldb::InstrumentationRuntimeType"
"'"); goto fail; } while(0)
;
44209 }
44210 arg2 = static_cast< lldb::InstrumentationRuntimeType >(val2);
44211 {
44212 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44213 result = (bool)(arg1)->IsInstrumentationRuntimePresent(arg2);
44214 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44215 }
44216 resultobj = SWIG_From_bool(static_cast< bool >(result));
44217 return resultobj;
44218fail:
44219 return NULL__null;
44220}
44221
44222
44223SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_SaveCore(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44224 PyObject *resultobj = 0;
44225 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
44226 char *arg2 = (char *) 0 ;
44227 void *argp1 = 0 ;
44228 int res1 = 0 ;
44229 int res2 ;
44230 char *buf2 = 0 ;
44231 int alloc2 = 0 ;
44232 PyObject * obj0 = 0 ;
44233 PyObject * obj1 = 0 ;
44234 lldb::SBError result;
44235
44236 if (!PyArg_ParseTuple(args,(char *)"OO:SBProcess_SaveCore",&obj0,&obj1)) SWIG_failgoto fail;
44237 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
44238 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44239 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_SaveCore" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_SaveCore" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
44240 }
44241 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
44242 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
44243 if (!SWIG_IsOK(res2)(res2 >= 0)) {
44244 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBProcess_SaveCore" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBProcess_SaveCore" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
44245 }
44246 arg2 = reinterpret_cast< char * >(buf2);
44247 {
44248 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44249 result = (arg1)->SaveCore((char const *)arg2);
44250 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44251 }
44252 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
44253 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
44254 return resultobj;
44255fail:
44256 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
44257 return NULL__null;
44258}
44259
44260
44261SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_StartTrace(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44262 PyObject *resultobj = 0;
44263 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
44264 lldb::SBTraceOptions *arg2 = 0 ;
44265 lldb::SBError *arg3 = 0 ;
44266 void *argp1 = 0 ;
44267 int res1 = 0 ;
44268 void *argp2 = 0 ;
44269 int res2 = 0 ;
44270 void *argp3 = 0 ;
44271 int res3 = 0 ;
44272 PyObject * obj0 = 0 ;
44273 PyObject * obj1 = 0 ;
44274 PyObject * obj2 = 0 ;
44275 lldb::SBTrace result;
44276
44277 if (!PyArg_ParseTuple(args,(char *)"OOO:SBProcess_StartTrace",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
44278 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
44279 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44280 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_StartTrace" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_StartTrace" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
44281 }
44282 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
44283 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTraceOptions, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[65]
, 0, 0)
;
44284 if (!SWIG_IsOK(res2)(res2 >= 0)) {
44285 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBProcess_StartTrace" "', argument " "2"" of type '" "lldb::SBTraceOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBProcess_StartTrace" "', argument "
"2"" of type '" "lldb::SBTraceOptions &""'"); goto fail;
} while(0)
;
44286 }
44287 if (!argp2) {
44288 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_StartTrace" "', argument " "2"" of type '" "lldb::SBTraceOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_StartTrace" "', argument " "2"" of type '"
"lldb::SBTraceOptions &""'"); goto fail; } while(0)
;
44289 }
44290 arg2 = reinterpret_cast< lldb::SBTraceOptions * >(argp2);
44291 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
44292 if (!SWIG_IsOK(res3)(res3 >= 0)) {
44293 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBProcess_StartTrace" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBProcess_StartTrace" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
44294 }
44295 if (!argp3) {
44296 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_StartTrace" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_StartTrace" "', argument " "3"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
44297 }
44298 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
44299 {
44300 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44301 result = (arg1)->StartTrace(*arg2,*arg3);
44302 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44303 }
44304 resultobj = SWIG_NewPointerObj((new lldb::SBTrace(static_cast< const lldb::SBTrace& >(result))), SWIGTYPE_p_lldb__SBTrace, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTrace(static_cast
< const lldb::SBTrace& >(result))), swig_types[64],
0x1 | 0)
;
44305 return resultobj;
44306fail:
44307 return NULL__null;
44308}
44309
44310
44311SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetMemoryRegionInfo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44312 PyObject *resultobj = 0;
44313 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
44314 lldb::addr_t arg2 ;
44315 lldb::SBMemoryRegionInfo *arg3 = 0 ;
44316 void *argp1 = 0 ;
44317 int res1 = 0 ;
44318 unsigned long long val2 ;
44319 int ecode2 = 0 ;
44320 void *argp3 = 0 ;
44321 int res3 = 0 ;
44322 PyObject * obj0 = 0 ;
44323 PyObject * obj1 = 0 ;
44324 PyObject * obj2 = 0 ;
44325 lldb::SBError result;
44326
44327 if (!PyArg_ParseTuple(args,(char *)"OOO:SBProcess_GetMemoryRegionInfo",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
44328 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
44329 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44330 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetMemoryRegionInfo" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetMemoryRegionInfo"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
44331 }
44332 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
44333 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
44334 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
44335 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBProcess_GetMemoryRegionInfo" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBProcess_GetMemoryRegionInfo"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
44336 }
44337 arg2 = static_cast< lldb::addr_t >(val2);
44338 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBMemoryRegionInfo, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[40]
, 0, 0)
;
44339 if (!SWIG_IsOK(res3)(res3 >= 0)) {
44340 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBProcess_GetMemoryRegionInfo" "', argument " "3"" of type '" "lldb::SBMemoryRegionInfo &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBProcess_GetMemoryRegionInfo"
"', argument " "3"" of type '" "lldb::SBMemoryRegionInfo &"
"'"); goto fail; } while(0)
;
44341 }
44342 if (!argp3) {
44343 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBProcess_GetMemoryRegionInfo" "', argument " "3"" of type '" "lldb::SBMemoryRegionInfo &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBProcess_GetMemoryRegionInfo" "', argument "
"3"" of type '" "lldb::SBMemoryRegionInfo &""'"); goto fail
; } while(0)
;
44344 }
44345 arg3 = reinterpret_cast< lldb::SBMemoryRegionInfo * >(argp3);
44346 {
44347 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44348 result = (arg1)->GetMemoryRegionInfo(arg2,*arg3);
44349 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44350 }
44351 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
44352 return resultobj;
44353fail:
44354 return NULL__null;
44355}
44356
44357
44358SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetMemoryRegions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44359 PyObject *resultobj = 0;
44360 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
44361 void *argp1 = 0 ;
44362 int res1 = 0 ;
44363 PyObject * obj0 = 0 ;
44364 lldb::SBMemoryRegionInfoList result;
44365
44366 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetMemoryRegions",&obj0)) SWIG_failgoto fail;
44367 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
44368 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44369 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetMemoryRegions" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetMemoryRegions"
"', argument " "1"" of type '" "lldb::SBProcess *""'"); goto
fail; } while(0)
;
44370 }
44371 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
44372 {
44373 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44374 result = (arg1)->GetMemoryRegions();
44375 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44376 }
44377 resultobj = SWIG_NewPointerObj((new lldb::SBMemoryRegionInfoList(static_cast< const lldb::SBMemoryRegionInfoList& >(result))), SWIGTYPE_p_lldb__SBMemoryRegionInfoList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBMemoryRegionInfoList
(static_cast< const lldb::SBMemoryRegionInfoList& >
(result))), swig_types[41], 0x1 | 0)
;
44378 return resultobj;
44379fail:
44380 return NULL__null;
44381}
44382
44383
44384SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess_GetProcessInfo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44385 PyObject *resultobj = 0;
44386 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
44387 void *argp1 = 0 ;
44388 int res1 = 0 ;
44389 PyObject * obj0 = 0 ;
44390 lldb::SBProcessInfo result;
44391
44392 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess_GetProcessInfo",&obj0)) SWIG_failgoto fail;
44393 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
44394 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44395 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess_GetProcessInfo" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess_GetProcessInfo" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
44396 }
44397 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
44398 {
44399 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44400 result = (arg1)->GetProcessInfo();
44401 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44402 }
44403 resultobj = SWIG_NewPointerObj((new lldb::SBProcessInfo(static_cast< const lldb::SBProcessInfo& >(result))), SWIGTYPE_p_lldb__SBProcessInfo, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcessInfo(static_cast
< const lldb::SBProcessInfo& >(result))), swig_types
[49], 0x1 | 0)
;
44404 return resultobj;
44405fail:
44406 return NULL__null;
44407}
44408
44409
44410SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcess___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44411 PyObject *resultobj = 0;
44412 lldb::SBProcess *arg1 = (lldb::SBProcess *) 0 ;
44413 void *argp1 = 0 ;
44414 int res1 = 0 ;
44415 PyObject * obj0 = 0 ;
44416 PyObject *result = 0 ;
44417
44418 if (!PyArg_ParseTuple(args,(char *)"O:SBProcess___str__",&obj0)) SWIG_failgoto fail;
44419 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcess, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[48]
, 0 | 0, 0)
;
44420 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44421 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcess___str__" "', argument " "1"" of type '" "lldb::SBProcess *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcess___str__" "', argument "
"1"" of type '" "lldb::SBProcess *""'"); goto fail; } while(
0)
;
44422 }
44423 arg1 = reinterpret_cast< lldb::SBProcess * >(argp1);
44424 result = (PyObject *)lldb_SBProcess___str__(arg1);
44425 resultobj = result;
44426 return resultobj;
44427fail:
44428 return NULL__null;
44429}
44430
44431
44432SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBProcess_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44433 PyObject *obj;
44434 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
44435 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBProcessswig_types[48], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
44436 return SWIG_Py_Void();
44437}
44438
44439SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBProcessInfo__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44440 PyObject *resultobj = 0;
44441 lldb::SBProcessInfo *result = 0 ;
44442
44443 if (!PyArg_ParseTuple(args,(char *)":new_SBProcessInfo")) SWIG_failgoto fail;
44444 {
44445 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44446 result = (lldb::SBProcessInfo *)new lldb::SBProcessInfo();
44447 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44448 }
44449 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBProcessInfo, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[49], (
(0x1 << 1) | 0x1) | 0)
;
44450 return resultobj;
44451fail:
44452 return NULL__null;
44453}
44454
44455
44456SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBProcessInfo__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44457 PyObject *resultobj = 0;
44458 lldb::SBProcessInfo *arg1 = 0 ;
44459 void *argp1 = 0 ;
44460 int res1 = 0 ;
44461 PyObject * obj0 = 0 ;
44462 lldb::SBProcessInfo *result = 0 ;
44463
44464 if (!PyArg_ParseTuple(args,(char *)"O:new_SBProcessInfo",&obj0)) SWIG_failgoto fail;
44465 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44466 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44467 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBProcessInfo" "', argument " "1"" of type '" "lldb::SBProcessInfo const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBProcessInfo" "', argument "
"1"" of type '" "lldb::SBProcessInfo const &""'"); goto fail
; } while(0)
;
44468 }
44469 if (!argp1) {
44470 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBProcessInfo" "', argument " "1"" of type '" "lldb::SBProcessInfo const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBProcessInfo" "', argument " "1"" of type '"
"lldb::SBProcessInfo const &""'"); goto fail; } while(0)
;
44471 }
44472 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44473 {
44474 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44475 result = (lldb::SBProcessInfo *)new lldb::SBProcessInfo((lldb::SBProcessInfo const &)*arg1);
44476 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44477 }
44478 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBProcessInfo, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[49], (
(0x1 << 1) | 0x1) | 0)
;
44479 return resultobj;
44480fail:
44481 return NULL__null;
44482}
44483
44484
44485SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBProcessInfo(PyObject *self, PyObject *args) {
44486 Py_ssize_t argc;
44487 PyObject *argv[2] = {
44488 0
44489 };
44490 Py_ssize_t ii;
44491
44492 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
44493 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
44494 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
44495 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
44496 }
44497 if (argc == 0) {
44498 return _wrap_new_SBProcessInfo__SWIG_0(self, args);
44499 }
44500 if (argc == 1) {
44501 int _v;
44502 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBProcessInfo, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[49], 0, 0
)
;
44503 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
44504 if (_v) {
44505 return _wrap_new_SBProcessInfo__SWIG_1(self, args);
44506 }
44507 }
44508
44509fail:
44510 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBProcessInfo'.\n"
44511 " Possible C/C++ prototypes are:\n"
44512 " lldb::SBProcessInfo::SBProcessInfo()\n"
44513 " lldb::SBProcessInfo::SBProcessInfo(lldb::SBProcessInfo const &)\n");
44514 return 0;
44515}
44516
44517
44518SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBProcessInfo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44519 PyObject *resultobj = 0;
44520 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44521 void *argp1 = 0 ;
44522 int res1 = 0 ;
44523 PyObject * obj0 = 0 ;
44524
44525 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBProcessInfo",&obj0)) SWIG_failgoto fail;
44526 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0x1 | 0, 0)
;
44527 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44528 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBProcessInfo" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBProcessInfo" "', argument "
"1"" of type '" "lldb::SBProcessInfo *""'"); goto fail; } while
(0)
;
44529 }
44530 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44531 {
44532 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44533 delete arg1;
44534 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44535 }
44536 resultobj = SWIG_Py_Void();
44537 return resultobj;
44538fail:
44539 return NULL__null;
44540}
44541
44542
44543SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44544 PyObject *resultobj = 0;
44545 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44546 void *argp1 = 0 ;
44547 int res1 = 0 ;
44548 PyObject * obj0 = 0 ;
44549 bool result;
44550
44551 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_IsValid",&obj0)) SWIG_failgoto fail;
44552 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44553 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44554 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_IsValid" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_IsValid" "', argument "
"1"" of type '" "lldb::SBProcessInfo *""'"); goto fail; } while
(0)
;
44555 }
44556 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44557 {
44558 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44559 result = (bool)(arg1)->IsValid();
44560 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44561 }
44562 resultobj = SWIG_From_bool(static_cast< bool >(result));
44563 return resultobj;
44564fail:
44565 return NULL__null;
44566}
44567
44568
44569SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44570 PyObject *resultobj = 0;
44571 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44572 void *argp1 = 0 ;
44573 int res1 = 0 ;
44574 PyObject * obj0 = 0 ;
44575 char *result = 0 ;
44576
44577 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_GetName",&obj0)) SWIG_failgoto fail;
44578 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44579 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44580 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_GetName" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_GetName" "', argument "
"1"" of type '" "lldb::SBProcessInfo *""'"); goto fail; } while
(0)
;
44581 }
44582 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44583 {
44584 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44585 result = (char *)(arg1)->GetName();
44586 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44587 }
44588 resultobj = SWIG_FromCharPtr((const char *)result);
44589 return resultobj;
44590fail:
44591 return NULL__null;
44592}
44593
44594
44595SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_GetExecutableFile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44596 PyObject *resultobj = 0;
44597 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44598 void *argp1 = 0 ;
44599 int res1 = 0 ;
44600 PyObject * obj0 = 0 ;
44601 lldb::SBFileSpec result;
44602
44603 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_GetExecutableFile",&obj0)) SWIG_failgoto fail;
44604 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44605 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44606 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_GetExecutableFile" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_GetExecutableFile"
"', argument " "1"" of type '" "lldb::SBProcessInfo *""'"); goto
fail; } while(0)
;
44607 }
44608 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44609 {
44610 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44611 result = (arg1)->GetExecutableFile();
44612 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44613 }
44614 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
44615 return resultobj;
44616fail:
44617 return NULL__null;
44618}
44619
44620
44621SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_GetProcessID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44622 PyObject *resultobj = 0;
44623 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44624 void *argp1 = 0 ;
44625 int res1 = 0 ;
44626 PyObject * obj0 = 0 ;
44627 lldb::pid_t result;
44628
44629 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_GetProcessID",&obj0)) SWIG_failgoto fail;
44630 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44631 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44632 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_GetProcessID" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_GetProcessID"
"', argument " "1"" of type '" "lldb::SBProcessInfo *""'"); goto
fail; } while(0)
;
44633 }
44634 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44635 {
44636 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44637 result = (lldb::pid_t)(arg1)->GetProcessID();
44638 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44639 }
44640 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
44641 return resultobj;
44642fail:
44643 return NULL__null;
44644}
44645
44646
44647SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_GetUserID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44648 PyObject *resultobj = 0;
44649 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44650 void *argp1 = 0 ;
44651 int res1 = 0 ;
44652 PyObject * obj0 = 0 ;
44653 uint32_t result;
44654
44655 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_GetUserID",&obj0)) SWIG_failgoto fail;
44656 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44657 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44658 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_GetUserID" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_GetUserID" "', argument "
"1"" of type '" "lldb::SBProcessInfo *""'"); goto fail; } while
(0)
;
44659 }
44660 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44661 {
44662 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44663 result = (uint32_t)(arg1)->GetUserID();
44664 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44665 }
44666 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
44667 return resultobj;
44668fail:
44669 return NULL__null;
44670}
44671
44672
44673SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_GetGroupID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44674 PyObject *resultobj = 0;
44675 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44676 void *argp1 = 0 ;
44677 int res1 = 0 ;
44678 PyObject * obj0 = 0 ;
44679 uint32_t result;
44680
44681 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_GetGroupID",&obj0)) SWIG_failgoto fail;
44682 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44683 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44684 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_GetGroupID" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_GetGroupID" "', argument "
"1"" of type '" "lldb::SBProcessInfo *""'"); goto fail; } while
(0)
;
44685 }
44686 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44687 {
44688 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44689 result = (uint32_t)(arg1)->GetGroupID();
44690 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44691 }
44692 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
44693 return resultobj;
44694fail:
44695 return NULL__null;
44696}
44697
44698
44699SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_UserIDIsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44700 PyObject *resultobj = 0;
44701 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44702 void *argp1 = 0 ;
44703 int res1 = 0 ;
44704 PyObject * obj0 = 0 ;
44705 bool result;
44706
44707 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_UserIDIsValid",&obj0)) SWIG_failgoto fail;
44708 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44709 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44710 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_UserIDIsValid" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_UserIDIsValid"
"', argument " "1"" of type '" "lldb::SBProcessInfo *""'"); goto
fail; } while(0)
;
44711 }
44712 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44713 {
44714 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44715 result = (bool)(arg1)->UserIDIsValid();
44716 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44717 }
44718 resultobj = SWIG_From_bool(static_cast< bool >(result));
44719 return resultobj;
44720fail:
44721 return NULL__null;
44722}
44723
44724
44725SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_GroupIDIsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44726 PyObject *resultobj = 0;
44727 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44728 void *argp1 = 0 ;
44729 int res1 = 0 ;
44730 PyObject * obj0 = 0 ;
44731 bool result;
44732
44733 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_GroupIDIsValid",&obj0)) SWIG_failgoto fail;
44734 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44735 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44736 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_GroupIDIsValid" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_GroupIDIsValid"
"', argument " "1"" of type '" "lldb::SBProcessInfo *""'"); goto
fail; } while(0)
;
44737 }
44738 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44739 {
44740 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44741 result = (bool)(arg1)->GroupIDIsValid();
44742 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44743 }
44744 resultobj = SWIG_From_bool(static_cast< bool >(result));
44745 return resultobj;
44746fail:
44747 return NULL__null;
44748}
44749
44750
44751SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_GetEffectiveUserID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44752 PyObject *resultobj = 0;
44753 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44754 void *argp1 = 0 ;
44755 int res1 = 0 ;
44756 PyObject * obj0 = 0 ;
44757 uint32_t result;
44758
44759 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_GetEffectiveUserID",&obj0)) SWIG_failgoto fail;
44760 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44761 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44762 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_GetEffectiveUserID" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_GetEffectiveUserID"
"', argument " "1"" of type '" "lldb::SBProcessInfo *""'"); goto
fail; } while(0)
;
44763 }
44764 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44765 {
44766 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44767 result = (uint32_t)(arg1)->GetEffectiveUserID();
44768 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44769 }
44770 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
44771 return resultobj;
44772fail:
44773 return NULL__null;
44774}
44775
44776
44777SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_GetEffectiveGroupID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44778 PyObject *resultobj = 0;
44779 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44780 void *argp1 = 0 ;
44781 int res1 = 0 ;
44782 PyObject * obj0 = 0 ;
44783 uint32_t result;
44784
44785 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_GetEffectiveGroupID",&obj0)) SWIG_failgoto fail;
44786 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44787 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44788 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_GetEffectiveGroupID" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_GetEffectiveGroupID"
"', argument " "1"" of type '" "lldb::SBProcessInfo *""'"); goto
fail; } while(0)
;
44789 }
44790 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44791 {
44792 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44793 result = (uint32_t)(arg1)->GetEffectiveGroupID();
44794 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44795 }
44796 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
44797 return resultobj;
44798fail:
44799 return NULL__null;
44800}
44801
44802
44803SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_EffectiveUserIDIsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44804 PyObject *resultobj = 0;
44805 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44806 void *argp1 = 0 ;
44807 int res1 = 0 ;
44808 PyObject * obj0 = 0 ;
44809 bool result;
44810
44811 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_EffectiveUserIDIsValid",&obj0)) SWIG_failgoto fail;
44812 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44813 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44814 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_EffectiveUserIDIsValid" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_EffectiveUserIDIsValid"
"', argument " "1"" of type '" "lldb::SBProcessInfo *""'"); goto
fail; } while(0)
;
44815 }
44816 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44817 {
44818 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44819 result = (bool)(arg1)->EffectiveUserIDIsValid();
44820 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44821 }
44822 resultobj = SWIG_From_bool(static_cast< bool >(result));
44823 return resultobj;
44824fail:
44825 return NULL__null;
44826}
44827
44828
44829SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_EffectiveGroupIDIsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44830 PyObject *resultobj = 0;
44831 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44832 void *argp1 = 0 ;
44833 int res1 = 0 ;
44834 PyObject * obj0 = 0 ;
44835 bool result;
44836
44837 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_EffectiveGroupIDIsValid",&obj0)) SWIG_failgoto fail;
44838 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44839 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44840 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_EffectiveGroupIDIsValid" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_EffectiveGroupIDIsValid"
"', argument " "1"" of type '" "lldb::SBProcessInfo *""'"); goto
fail; } while(0)
;
44841 }
44842 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44843 {
44844 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44845 result = (bool)(arg1)->EffectiveGroupIDIsValid();
44846 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44847 }
44848 resultobj = SWIG_From_bool(static_cast< bool >(result));
44849 return resultobj;
44850fail:
44851 return NULL__null;
44852}
44853
44854
44855SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBProcessInfo_GetParentProcessID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44856 PyObject *resultobj = 0;
44857 lldb::SBProcessInfo *arg1 = (lldb::SBProcessInfo *) 0 ;
44858 void *argp1 = 0 ;
44859 int res1 = 0 ;
44860 PyObject * obj0 = 0 ;
44861 lldb::pid_t result;
44862
44863 if (!PyArg_ParseTuple(args,(char *)"O:SBProcessInfo_GetParentProcessID",&obj0)) SWIG_failgoto fail;
44864 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBProcessInfo, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[49]
, 0 | 0, 0)
;
44865 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44866 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBProcessInfo_GetParentProcessID" "', argument " "1"" of type '" "lldb::SBProcessInfo *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBProcessInfo_GetParentProcessID"
"', argument " "1"" of type '" "lldb::SBProcessInfo *""'"); goto
fail; } while(0)
;
44867 }
44868 arg1 = reinterpret_cast< lldb::SBProcessInfo * >(argp1);
44869 {
44870 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44871 result = (lldb::pid_t)(arg1)->GetParentProcessID();
44872 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44873 }
44874 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
44875 return resultobj;
44876fail:
44877 return NULL__null;
44878}
44879
44880
44881SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBProcessInfo_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44882 PyObject *obj;
44883 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
44884 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBProcessInfoswig_types[49], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
44885 return SWIG_Py_Void();
44886}
44887
44888SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBQueue__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44889 PyObject *resultobj = 0;
44890 lldb::SBQueue *result = 0 ;
44891
44892 if (!PyArg_ParseTuple(args,(char *)":new_SBQueue")) SWIG_failgoto fail;
44893 {
44894 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44895 result = (lldb::SBQueue *)new lldb::SBQueue();
44896 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44897 }
44898 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBQueue, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[50], (
(0x1 << 1) | 0x1) | 0)
;
44899 return resultobj;
44900fail:
44901 return NULL__null;
44902}
44903
44904
44905SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBQueue__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44906 PyObject *resultobj = 0;
44907 lldb::QueueSP *arg1 = 0 ;
44908 void *argp1 = 0 ;
44909 int res1 = 0 ;
44910 PyObject * obj0 = 0 ;
44911 lldb::SBQueue *result = 0 ;
44912
44913 if (!PyArg_ParseTuple(args,(char *)"O:new_SBQueue",&obj0)) SWIG_failgoto fail;
44914 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_std__shared_ptrT_lldb_private__Queue_t, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[159
], 0 | 0, 0)
;
44915 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44916 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBQueue" "', argument " "1"" of type '" "lldb::QueueSP const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBQueue" "', argument "
"1"" of type '" "lldb::QueueSP const &""'"); goto fail; }
while(0)
;
44917 }
44918 if (!argp1) {
44919 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBQueue" "', argument " "1"" of type '" "lldb::QueueSP const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBQueue" "', argument " "1"" of type '" "lldb::QueueSP const &"
"'"); goto fail; } while(0)
;
44920 }
44921 arg1 = reinterpret_cast< lldb::QueueSP * >(argp1);
44922 {
44923 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44924 result = (lldb::SBQueue *)new lldb::SBQueue((lldb::QueueSP const &)*arg1);
44925 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44926 }
44927 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBQueue, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[50], (
(0x1 << 1) | 0x1) | 0)
;
44928 return resultobj;
44929fail:
44930 return NULL__null;
44931}
44932
44933
44934SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBQueue(PyObject *self, PyObject *args) {
44935 Py_ssize_t argc;
44936 PyObject *argv[2] = {
44937 0
44938 };
44939 Py_ssize_t ii;
44940
44941 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
44942 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
44943 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
44944 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
44945 }
44946 if (argc == 0) {
44947 return _wrap_new_SBQueue__SWIG_0(self, args);
44948 }
44949 if (argc == 1) {
44950 int _v;
44951 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_std__shared_ptrT_lldb_private__Queue_t, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[159], 0, 0
)
;
44952 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
44953 if (_v) {
44954 return _wrap_new_SBQueue__SWIG_1(self, args);
44955 }
44956 }
44957
44958fail:
44959 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBQueue'.\n"
44960 " Possible C/C++ prototypes are:\n"
44961 " lldb::SBQueue::SBQueue()\n"
44962 " lldb::SBQueue::SBQueue(lldb::QueueSP const &)\n");
44963 return 0;
44964}
44965
44966
44967SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBQueue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44968 PyObject *resultobj = 0;
44969 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
44970 void *argp1 = 0 ;
44971 int res1 = 0 ;
44972 PyObject * obj0 = 0 ;
44973
44974 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBQueue",&obj0)) SWIG_failgoto fail;
44975 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0x1 | 0, 0)
;
44976 if (!SWIG_IsOK(res1)(res1 >= 0)) {
44977 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBQueue" "', argument " "1"" of type '" "lldb::SBQueue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBQueue" "', argument "
"1"" of type '" "lldb::SBQueue *""'"); goto fail; } while(0)
;
44978 }
44979 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
44980 {
44981 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
44982 delete arg1;
44983 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
44984 }
44985 resultobj = SWIG_Py_Void();
44986 return resultobj;
44987fail:
44988 return NULL__null;
44989}
44990
44991
44992SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueue_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
44993 PyObject *resultobj = 0;
44994 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
44995 void *argp1 = 0 ;
44996 int res1 = 0 ;
44997 PyObject * obj0 = 0 ;
44998 bool result;
44999
45000 if (!PyArg_ParseTuple(args,(char *)"O:SBQueue_IsValid",&obj0)) SWIG_failgoto fail;
45001 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0 | 0, 0)
;
45002 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45003 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueue_IsValid" "', argument " "1"" of type '" "lldb::SBQueue const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueue_IsValid" "', argument "
"1"" of type '" "lldb::SBQueue const *""'"); goto fail; } while
(0)
;
45004 }
45005 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
45006 {
45007 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45008 result = (bool)((lldb::SBQueue const *)arg1)->IsValid();
45009 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45010 }
45011 resultobj = SWIG_From_bool(static_cast< bool >(result));
45012 return resultobj;
45013fail:
45014 return NULL__null;
45015}
45016
45017
45018SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueue_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45019 PyObject *resultobj = 0;
45020 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
45021 void *argp1 = 0 ;
45022 int res1 = 0 ;
45023 PyObject * obj0 = 0 ;
45024
45025 if (!PyArg_ParseTuple(args,(char *)"O:SBQueue_Clear",&obj0)) SWIG_failgoto fail;
45026 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0 | 0, 0)
;
45027 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45028 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueue_Clear" "', argument " "1"" of type '" "lldb::SBQueue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueue_Clear" "', argument "
"1"" of type '" "lldb::SBQueue *""'"); goto fail; } while(0)
;
45029 }
45030 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
45031 {
45032 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45033 (arg1)->Clear();
45034 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45035 }
45036 resultobj = SWIG_Py_Void();
45037 return resultobj;
45038fail:
45039 return NULL__null;
45040}
45041
45042
45043SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueue_GetProcess(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45044 PyObject *resultobj = 0;
45045 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
45046 void *argp1 = 0 ;
45047 int res1 = 0 ;
45048 PyObject * obj0 = 0 ;
45049 lldb::SBProcess result;
45050
45051 if (!PyArg_ParseTuple(args,(char *)"O:SBQueue_GetProcess",&obj0)) SWIG_failgoto fail;
45052 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0 | 0, 0)
;
45053 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45054 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueue_GetProcess" "', argument " "1"" of type '" "lldb::SBQueue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueue_GetProcess" "', argument "
"1"" of type '" "lldb::SBQueue *""'"); goto fail; } while(0)
;
45055 }
45056 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
45057 {
45058 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45059 result = (arg1)->GetProcess();
45060 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45061 }
45062 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
45063 return resultobj;
45064fail:
45065 return NULL__null;
45066}
45067
45068
45069SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueue_GetQueueID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45070 PyObject *resultobj = 0;
45071 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
45072 void *argp1 = 0 ;
45073 int res1 = 0 ;
45074 PyObject * obj0 = 0 ;
45075 lldb::queue_id_t result;
45076
45077 if (!PyArg_ParseTuple(args,(char *)"O:SBQueue_GetQueueID",&obj0)) SWIG_failgoto fail;
45078 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0 | 0, 0)
;
45079 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45080 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueue_GetQueueID" "', argument " "1"" of type '" "lldb::SBQueue const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueue_GetQueueID" "', argument "
"1"" of type '" "lldb::SBQueue const *""'"); goto fail; } while
(0)
;
45081 }
45082 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
45083 {
45084 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45085 result = (lldb::queue_id_t)((lldb::SBQueue const *)arg1)->GetQueueID();
45086 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45087 }
45088 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
45089 return resultobj;
45090fail:
45091 return NULL__null;
45092}
45093
45094
45095SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueue_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45096 PyObject *resultobj = 0;
45097 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
45098 void *argp1 = 0 ;
45099 int res1 = 0 ;
45100 PyObject * obj0 = 0 ;
45101 char *result = 0 ;
45102
45103 if (!PyArg_ParseTuple(args,(char *)"O:SBQueue_GetName",&obj0)) SWIG_failgoto fail;
45104 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0 | 0, 0)
;
45105 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45106 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueue_GetName" "', argument " "1"" of type '" "lldb::SBQueue const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueue_GetName" "', argument "
"1"" of type '" "lldb::SBQueue const *""'"); goto fail; } while
(0)
;
45107 }
45108 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
45109 {
45110 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45111 result = (char *)((lldb::SBQueue const *)arg1)->GetName();
45112 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45113 }
45114 resultobj = SWIG_FromCharPtr((const char *)result);
45115 return resultobj;
45116fail:
45117 return NULL__null;
45118}
45119
45120
45121SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueue_GetKind(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45122 PyObject *resultobj = 0;
45123 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
45124 void *argp1 = 0 ;
45125 int res1 = 0 ;
45126 PyObject * obj0 = 0 ;
45127 lldb::QueueKind result;
45128
45129 if (!PyArg_ParseTuple(args,(char *)"O:SBQueue_GetKind",&obj0)) SWIG_failgoto fail;
45130 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0 | 0, 0)
;
45131 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45132 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueue_GetKind" "', argument " "1"" of type '" "lldb::SBQueue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueue_GetKind" "', argument "
"1"" of type '" "lldb::SBQueue *""'"); goto fail; } while(0)
;
45133 }
45134 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
45135 {
45136 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45137 result = (lldb::QueueKind)(arg1)->GetKind();
45138 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45139 }
45140 resultobj = SWIG_From_int(static_cast< int >(result));
45141 return resultobj;
45142fail:
45143 return NULL__null;
45144}
45145
45146
45147SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueue_GetIndexID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45148 PyObject *resultobj = 0;
45149 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
45150 void *argp1 = 0 ;
45151 int res1 = 0 ;
45152 PyObject * obj0 = 0 ;
45153 uint32_t result;
45154
45155 if (!PyArg_ParseTuple(args,(char *)"O:SBQueue_GetIndexID",&obj0)) SWIG_failgoto fail;
45156 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0 | 0, 0)
;
45157 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45158 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueue_GetIndexID" "', argument " "1"" of type '" "lldb::SBQueue const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueue_GetIndexID" "', argument "
"1"" of type '" "lldb::SBQueue const *""'"); goto fail; } while
(0)
;
45159 }
45160 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
45161 {
45162 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45163 result = (uint32_t)((lldb::SBQueue const *)arg1)->GetIndexID();
45164 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45165 }
45166 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
45167 return resultobj;
45168fail:
45169 return NULL__null;
45170}
45171
45172
45173SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueue_GetNumThreads(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45174 PyObject *resultobj = 0;
45175 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
45176 void *argp1 = 0 ;
45177 int res1 = 0 ;
45178 PyObject * obj0 = 0 ;
45179 uint32_t result;
45180
45181 if (!PyArg_ParseTuple(args,(char *)"O:SBQueue_GetNumThreads",&obj0)) SWIG_failgoto fail;
45182 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0 | 0, 0)
;
45183 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45184 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueue_GetNumThreads" "', argument " "1"" of type '" "lldb::SBQueue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueue_GetNumThreads" "', argument "
"1"" of type '" "lldb::SBQueue *""'"); goto fail; } while(0)
;
45185 }
45186 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
45187 {
45188 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45189 result = (uint32_t)(arg1)->GetNumThreads();
45190 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45191 }
45192 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
45193 return resultobj;
45194fail:
45195 return NULL__null;
45196}
45197
45198
45199SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueue_GetThreadAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45200 PyObject *resultobj = 0;
45201 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
45202 uint32_t arg2 ;
45203 void *argp1 = 0 ;
45204 int res1 = 0 ;
45205 unsigned int val2 ;
45206 int ecode2 = 0 ;
45207 PyObject * obj0 = 0 ;
45208 PyObject * obj1 = 0 ;
45209 lldb::SBThread result;
45210
45211 if (!PyArg_ParseTuple(args,(char *)"OO:SBQueue_GetThreadAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
45212 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0 | 0, 0)
;
45213 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45214 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueue_GetThreadAtIndex" "', argument " "1"" of type '" "lldb::SBQueue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueue_GetThreadAtIndex" "', argument "
"1"" of type '" "lldb::SBQueue *""'"); goto fail; } while(0)
;
45215 }
45216 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
45217 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
45218 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
45219 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBQueue_GetThreadAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBQueue_GetThreadAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
45220 }
45221 arg2 = static_cast< uint32_t >(val2);
45222 {
45223 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45224 result = (arg1)->GetThreadAtIndex(arg2);
45225 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45226 }
45227 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
45228 return resultobj;
45229fail:
45230 return NULL__null;
45231}
45232
45233
45234SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueue_GetNumPendingItems(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45235 PyObject *resultobj = 0;
45236 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
45237 void *argp1 = 0 ;
45238 int res1 = 0 ;
45239 PyObject * obj0 = 0 ;
45240 uint32_t result;
45241
45242 if (!PyArg_ParseTuple(args,(char *)"O:SBQueue_GetNumPendingItems",&obj0)) SWIG_failgoto fail;
45243 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0 | 0, 0)
;
45244 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45245 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueue_GetNumPendingItems" "', argument " "1"" of type '" "lldb::SBQueue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueue_GetNumPendingItems"
"', argument " "1"" of type '" "lldb::SBQueue *""'"); goto fail
; } while(0)
;
45246 }
45247 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
45248 {
45249 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45250 result = (uint32_t)(arg1)->GetNumPendingItems();
45251 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45252 }
45253 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
45254 return resultobj;
45255fail:
45256 return NULL__null;
45257}
45258
45259
45260SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueue_GetPendingItemAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45261 PyObject *resultobj = 0;
45262 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
45263 uint32_t arg2 ;
45264 void *argp1 = 0 ;
45265 int res1 = 0 ;
45266 unsigned int val2 ;
45267 int ecode2 = 0 ;
45268 PyObject * obj0 = 0 ;
45269 PyObject * obj1 = 0 ;
45270 lldb::SBQueueItem result;
45271
45272 if (!PyArg_ParseTuple(args,(char *)"OO:SBQueue_GetPendingItemAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
45273 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0 | 0, 0)
;
45274 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45275 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueue_GetPendingItemAtIndex" "', argument " "1"" of type '" "lldb::SBQueue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueue_GetPendingItemAtIndex"
"', argument " "1"" of type '" "lldb::SBQueue *""'"); goto fail
; } while(0)
;
45276 }
45277 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
45278 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
45279 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
45280 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBQueue_GetPendingItemAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBQueue_GetPendingItemAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
45281 }
45282 arg2 = static_cast< uint32_t >(val2);
45283 {
45284 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45285 result = (arg1)->GetPendingItemAtIndex(arg2);
45286 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45287 }
45288 resultobj = SWIG_NewPointerObj((new lldb::SBQueueItem(static_cast< const lldb::SBQueueItem& >(result))), SWIGTYPE_p_lldb__SBQueueItem, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBQueueItem(static_cast
< const lldb::SBQueueItem& >(result))), swig_types[
51], 0x1 | 0)
;
45289 return resultobj;
45290fail:
45291 return NULL__null;
45292}
45293
45294
45295SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueue_GetNumRunningItems(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45296 PyObject *resultobj = 0;
45297 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ;
45298 void *argp1 = 0 ;
45299 int res1 = 0 ;
45300 PyObject * obj0 = 0 ;
45301 uint32_t result;
45302
45303 if (!PyArg_ParseTuple(args,(char *)"O:SBQueue_GetNumRunningItems",&obj0)) SWIG_failgoto fail;
45304 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[50]
, 0 | 0, 0)
;
45305 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45306 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueue_GetNumRunningItems" "', argument " "1"" of type '" "lldb::SBQueue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueue_GetNumRunningItems"
"', argument " "1"" of type '" "lldb::SBQueue *""'"); goto fail
; } while(0)
;
45307 }
45308 arg1 = reinterpret_cast< lldb::SBQueue * >(argp1);
45309 {
45310 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45311 result = (uint32_t)(arg1)->GetNumRunningItems();
45312 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45313 }
45314 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
45315 return resultobj;
45316fail:
45317 return NULL__null;
45318}
45319
45320
45321SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBQueue_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45322 PyObject *obj;
45323 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
45324 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBQueueswig_types[50], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
45325 return SWIG_Py_Void();
45326}
45327
45328SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBQueueItem__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45329 PyObject *resultobj = 0;
45330 lldb::SBQueueItem *result = 0 ;
45331
45332 if (!PyArg_ParseTuple(args,(char *)":new_SBQueueItem")) SWIG_failgoto fail;
45333 {
45334 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45335 result = (lldb::SBQueueItem *)new lldb::SBQueueItem();
45336 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45337 }
45338 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBQueueItem, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[51], (
(0x1 << 1) | 0x1) | 0)
;
45339 return resultobj;
45340fail:
45341 return NULL__null;
45342}
45343
45344
45345SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBQueueItem__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45346 PyObject *resultobj = 0;
45347 lldb::QueueItemSP *arg1 = 0 ;
45348 void *argp1 = 0 ;
45349 int res1 = 0 ;
45350 PyObject * obj0 = 0 ;
45351 lldb::SBQueueItem *result = 0 ;
45352
45353 if (!PyArg_ParseTuple(args,(char *)"O:new_SBQueueItem",&obj0)) SWIG_failgoto fail;
45354 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_std__shared_ptrT_lldb_private__QueueItem_t, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[158
], 0 | 0, 0)
;
45355 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45356 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBQueueItem" "', argument " "1"" of type '" "lldb::QueueItemSP const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBQueueItem" "', argument "
"1"" of type '" "lldb::QueueItemSP const &""'"); goto fail
; } while(0)
;
45357 }
45358 if (!argp1) {
45359 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBQueueItem" "', argument " "1"" of type '" "lldb::QueueItemSP const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBQueueItem" "', argument " "1"" of type '"
"lldb::QueueItemSP const &""'"); goto fail; } while(0)
;
45360 }
45361 arg1 = reinterpret_cast< lldb::QueueItemSP * >(argp1);
45362 {
45363 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45364 result = (lldb::SBQueueItem *)new lldb::SBQueueItem((lldb::QueueItemSP const &)*arg1);
45365 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45366 }
45367 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBQueueItem, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[51], (
(0x1 << 1) | 0x1) | 0)
;
45368 return resultobj;
45369fail:
45370 return NULL__null;
45371}
45372
45373
45374SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBQueueItem(PyObject *self, PyObject *args) {
45375 Py_ssize_t argc;
45376 PyObject *argv[2] = {
45377 0
45378 };
45379 Py_ssize_t ii;
45380
45381 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
45382 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
45383 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
45384 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
45385 }
45386 if (argc == 0) {
45387 return _wrap_new_SBQueueItem__SWIG_0(self, args);
45388 }
45389 if (argc == 1) {
45390 int _v;
45391 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_std__shared_ptrT_lldb_private__QueueItem_t, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[158], 0, 0
)
;
45392 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
45393 if (_v) {
45394 return _wrap_new_SBQueueItem__SWIG_1(self, args);
45395 }
45396 }
45397
45398fail:
45399 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBQueueItem'.\n"
45400 " Possible C/C++ prototypes are:\n"
45401 " lldb::SBQueueItem::SBQueueItem()\n"
45402 " lldb::SBQueueItem::SBQueueItem(lldb::QueueItemSP const &)\n");
45403 return 0;
45404}
45405
45406
45407SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBQueueItem(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45408 PyObject *resultobj = 0;
45409 lldb::SBQueueItem *arg1 = (lldb::SBQueueItem *) 0 ;
45410 void *argp1 = 0 ;
45411 int res1 = 0 ;
45412 PyObject * obj0 = 0 ;
45413
45414 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBQueueItem",&obj0)) SWIG_failgoto fail;
45415 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueueItem, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[51]
, 0x1 | 0, 0)
;
45416 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45417 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBQueueItem" "', argument " "1"" of type '" "lldb::SBQueueItem *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBQueueItem" "', argument "
"1"" of type '" "lldb::SBQueueItem *""'"); goto fail; } while
(0)
;
45418 }
45419 arg1 = reinterpret_cast< lldb::SBQueueItem * >(argp1);
45420 {
45421 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45422 delete arg1;
45423 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45424 }
45425 resultobj = SWIG_Py_Void();
45426 return resultobj;
45427fail:
45428 return NULL__null;
45429}
45430
45431
45432SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueueItem_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45433 PyObject *resultobj = 0;
45434 lldb::SBQueueItem *arg1 = (lldb::SBQueueItem *) 0 ;
45435 void *argp1 = 0 ;
45436 int res1 = 0 ;
45437 PyObject * obj0 = 0 ;
45438 bool result;
45439
45440 if (!PyArg_ParseTuple(args,(char *)"O:SBQueueItem_IsValid",&obj0)) SWIG_failgoto fail;
45441 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueueItem, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[51]
, 0 | 0, 0)
;
45442 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45443 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueueItem_IsValid" "', argument " "1"" of type '" "lldb::SBQueueItem const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueueItem_IsValid" "', argument "
"1"" of type '" "lldb::SBQueueItem const *""'"); goto fail; }
while(0)
;
45444 }
45445 arg1 = reinterpret_cast< lldb::SBQueueItem * >(argp1);
45446 {
45447 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45448 result = (bool)((lldb::SBQueueItem const *)arg1)->IsValid();
45449 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45450 }
45451 resultobj = SWIG_From_bool(static_cast< bool >(result));
45452 return resultobj;
45453fail:
45454 return NULL__null;
45455}
45456
45457
45458SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueueItem_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45459 PyObject *resultobj = 0;
45460 lldb::SBQueueItem *arg1 = (lldb::SBQueueItem *) 0 ;
45461 void *argp1 = 0 ;
45462 int res1 = 0 ;
45463 PyObject * obj0 = 0 ;
45464
45465 if (!PyArg_ParseTuple(args,(char *)"O:SBQueueItem_Clear",&obj0)) SWIG_failgoto fail;
45466 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueueItem, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[51]
, 0 | 0, 0)
;
45467 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45468 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueueItem_Clear" "', argument " "1"" of type '" "lldb::SBQueueItem *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueueItem_Clear" "', argument "
"1"" of type '" "lldb::SBQueueItem *""'"); goto fail; } while
(0)
;
45469 }
45470 arg1 = reinterpret_cast< lldb::SBQueueItem * >(argp1);
45471 {
45472 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45473 (arg1)->Clear();
45474 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45475 }
45476 resultobj = SWIG_Py_Void();
45477 return resultobj;
45478fail:
45479 return NULL__null;
45480}
45481
45482
45483SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueueItem_GetKind(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45484 PyObject *resultobj = 0;
45485 lldb::SBQueueItem *arg1 = (lldb::SBQueueItem *) 0 ;
45486 void *argp1 = 0 ;
45487 int res1 = 0 ;
45488 PyObject * obj0 = 0 ;
45489 lldb::QueueItemKind result;
45490
45491 if (!PyArg_ParseTuple(args,(char *)"O:SBQueueItem_GetKind",&obj0)) SWIG_failgoto fail;
45492 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueueItem, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[51]
, 0 | 0, 0)
;
45493 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45494 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueueItem_GetKind" "', argument " "1"" of type '" "lldb::SBQueueItem const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueueItem_GetKind" "', argument "
"1"" of type '" "lldb::SBQueueItem const *""'"); goto fail; }
while(0)
;
45495 }
45496 arg1 = reinterpret_cast< lldb::SBQueueItem * >(argp1);
45497 {
45498 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45499 result = (lldb::QueueItemKind)((lldb::SBQueueItem const *)arg1)->GetKind();
45500 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45501 }
45502 resultobj = SWIG_From_int(static_cast< int >(result));
45503 return resultobj;
45504fail:
45505 return NULL__null;
45506}
45507
45508
45509SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueueItem_SetKind(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45510 PyObject *resultobj = 0;
45511 lldb::SBQueueItem *arg1 = (lldb::SBQueueItem *) 0 ;
45512 lldb::QueueItemKind arg2 ;
45513 void *argp1 = 0 ;
45514 int res1 = 0 ;
45515 int val2 ;
45516 int ecode2 = 0 ;
45517 PyObject * obj0 = 0 ;
45518 PyObject * obj1 = 0 ;
45519
45520 if (!PyArg_ParseTuple(args,(char *)"OO:SBQueueItem_SetKind",&obj0,&obj1)) SWIG_failgoto fail;
45521 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueueItem, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[51]
, 0 | 0, 0)
;
45522 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45523 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueueItem_SetKind" "', argument " "1"" of type '" "lldb::SBQueueItem *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueueItem_SetKind" "', argument "
"1"" of type '" "lldb::SBQueueItem *""'"); goto fail; } while
(0)
;
45524 }
45525 arg1 = reinterpret_cast< lldb::SBQueueItem * >(argp1);
45526 ecode2 = SWIG_AsVal_int(obj1, &val2);
45527 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
45528 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBQueueItem_SetKind" "', argument " "2"" of type '" "lldb::QueueItemKind""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBQueueItem_SetKind" "', argument "
"2"" of type '" "lldb::QueueItemKind""'"); goto fail; } while
(0)
;
45529 }
45530 arg2 = static_cast< lldb::QueueItemKind >(val2);
45531 {
45532 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45533 (arg1)->SetKind(arg2);
45534 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45535 }
45536 resultobj = SWIG_Py_Void();
45537 return resultobj;
45538fail:
45539 return NULL__null;
45540}
45541
45542
45543SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueueItem_GetAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45544 PyObject *resultobj = 0;
45545 lldb::SBQueueItem *arg1 = (lldb::SBQueueItem *) 0 ;
45546 void *argp1 = 0 ;
45547 int res1 = 0 ;
45548 PyObject * obj0 = 0 ;
45549 lldb::SBAddress result;
45550
45551 if (!PyArg_ParseTuple(args,(char *)"O:SBQueueItem_GetAddress",&obj0)) SWIG_failgoto fail;
45552 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueueItem, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[51]
, 0 | 0, 0)
;
45553 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45554 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueueItem_GetAddress" "', argument " "1"" of type '" "lldb::SBQueueItem const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueueItem_GetAddress" "', argument "
"1"" of type '" "lldb::SBQueueItem const *""'"); goto fail; }
while(0)
;
45555 }
45556 arg1 = reinterpret_cast< lldb::SBQueueItem * >(argp1);
45557 {
45558 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45559 result = ((lldb::SBQueueItem const *)arg1)->GetAddress();
45560 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45561 }
45562 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
45563 return resultobj;
45564fail:
45565 return NULL__null;
45566}
45567
45568
45569SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueueItem_SetAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45570 PyObject *resultobj = 0;
45571 lldb::SBQueueItem *arg1 = (lldb::SBQueueItem *) 0 ;
45572 lldb::SBAddress arg2 ;
45573 void *argp1 = 0 ;
45574 int res1 = 0 ;
45575 void *argp2 ;
45576 int res2 = 0 ;
45577 PyObject * obj0 = 0 ;
45578 PyObject * obj1 = 0 ;
45579
45580 if (!PyArg_ParseTuple(args,(char *)"OO:SBQueueItem_SetAddress",&obj0,&obj1)) SWIG_failgoto fail;
45581 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueueItem, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[51]
, 0 | 0, 0)
;
45582 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45583 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueueItem_SetAddress" "', argument " "1"" of type '" "lldb::SBQueueItem *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueueItem_SetAddress" "', argument "
"1"" of type '" "lldb::SBQueueItem *""'"); goto fail; } while
(0)
;
45584 }
45585 arg1 = reinterpret_cast< lldb::SBQueueItem * >(argp1);
45586 {
45587 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0 | 0, 0)
;
45588 if (!SWIG_IsOK(res2)(res2 >= 0)) {
45589 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBQueueItem_SetAddress" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBQueueItem_SetAddress" "', argument "
"2"" of type '" "lldb::SBAddress""'"); goto fail; } while(0)
;
45590 }
45591 if (!argp2) {
45592 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBQueueItem_SetAddress" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBQueueItem_SetAddress" "', argument " "2"" of type '"
"lldb::SBAddress""'"); goto fail; } while(0)
;
45593 } else {
45594 lldb::SBAddress * temp = reinterpret_cast< lldb::SBAddress * >(argp2);
45595 arg2 = *temp;
45596 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
45597 }
45598 }
45599 {
45600 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45601 (arg1)->SetAddress(arg2);
45602 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45603 }
45604 resultobj = SWIG_Py_Void();
45605 return resultobj;
45606fail:
45607 return NULL__null;
45608}
45609
45610
45611SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueueItem_SetQueueItem(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45612 PyObject *resultobj = 0;
45613 lldb::SBQueueItem *arg1 = (lldb::SBQueueItem *) 0 ;
45614 lldb::QueueItemSP *arg2 = 0 ;
45615 void *argp1 = 0 ;
45616 int res1 = 0 ;
45617 void *argp2 = 0 ;
45618 int res2 = 0 ;
45619 PyObject * obj0 = 0 ;
45620 PyObject * obj1 = 0 ;
45621
45622 if (!PyArg_ParseTuple(args,(char *)"OO:SBQueueItem_SetQueueItem",&obj0,&obj1)) SWIG_failgoto fail;
45623 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueueItem, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[51]
, 0 | 0, 0)
;
45624 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45625 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueueItem_SetQueueItem" "', argument " "1"" of type '" "lldb::SBQueueItem *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueueItem_SetQueueItem" "', argument "
"1"" of type '" "lldb::SBQueueItem *""'"); goto fail; } while
(0)
;
45626 }
45627 arg1 = reinterpret_cast< lldb::SBQueueItem * >(argp1);
45628 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_std__shared_ptrT_lldb_private__QueueItem_t, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[158
], 0 | 0, 0)
;
45629 if (!SWIG_IsOK(res2)(res2 >= 0)) {
45630 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBQueueItem_SetQueueItem" "', argument " "2"" of type '" "lldb::QueueItemSP const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBQueueItem_SetQueueItem" "', argument "
"2"" of type '" "lldb::QueueItemSP const &""'"); goto fail
; } while(0)
;
45631 }
45632 if (!argp2) {
45633 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBQueueItem_SetQueueItem" "', argument " "2"" of type '" "lldb::QueueItemSP const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBQueueItem_SetQueueItem" "', argument " "2"" of type '"
"lldb::QueueItemSP const &""'"); goto fail; } while(0)
;
45634 }
45635 arg2 = reinterpret_cast< lldb::QueueItemSP * >(argp2);
45636 {
45637 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45638 (arg1)->SetQueueItem((lldb::QueueItemSP const &)*arg2);
45639 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45640 }
45641 resultobj = SWIG_Py_Void();
45642 return resultobj;
45643fail:
45644 return NULL__null;
45645}
45646
45647
45648SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBQueueItem_GetExtendedBacktraceThread(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45649 PyObject *resultobj = 0;
45650 lldb::SBQueueItem *arg1 = (lldb::SBQueueItem *) 0 ;
45651 char *arg2 = (char *) 0 ;
45652 void *argp1 = 0 ;
45653 int res1 = 0 ;
45654 int res2 ;
45655 char *buf2 = 0 ;
45656 int alloc2 = 0 ;
45657 PyObject * obj0 = 0 ;
45658 PyObject * obj1 = 0 ;
45659 lldb::SBThread result;
45660
45661 if (!PyArg_ParseTuple(args,(char *)"OO:SBQueueItem_GetExtendedBacktraceThread",&obj0,&obj1)) SWIG_failgoto fail;
45662 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBQueueItem, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[51]
, 0 | 0, 0)
;
45663 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45664 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBQueueItem_GetExtendedBacktraceThread" "', argument " "1"" of type '" "lldb::SBQueueItem *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBQueueItem_GetExtendedBacktraceThread"
"', argument " "1"" of type '" "lldb::SBQueueItem *""'"); goto
fail; } while(0)
;
45665 }
45666 arg1 = reinterpret_cast< lldb::SBQueueItem * >(argp1);
45667 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
45668 if (!SWIG_IsOK(res2)(res2 >= 0)) {
45669 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBQueueItem_GetExtendedBacktraceThread" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBQueueItem_GetExtendedBacktraceThread"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
45670 }
45671 arg2 = reinterpret_cast< char * >(buf2);
45672 {
45673 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45674 result = (arg1)->GetExtendedBacktraceThread((char const *)arg2);
45675 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45676 }
45677 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
45678 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
45679 return resultobj;
45680fail:
45681 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
45682 return NULL__null;
45683}
45684
45685
45686SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBQueueItem_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45687 PyObject *obj;
45688 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
45689 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBQueueItemswig_types[51], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
45690 return SWIG_Py_Void();
45691}
45692
45693SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSection__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45694 PyObject *resultobj = 0;
45695 lldb::SBSection *result = 0 ;
45696
45697 if (!PyArg_ParseTuple(args,(char *)":new_SBSection")) SWIG_failgoto fail;
45698 {
45699 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45700 result = (lldb::SBSection *)new lldb::SBSection();
45701 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45702 }
45703 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBSection, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[52], (
(0x1 << 1) | 0x1) | 0)
;
45704 return resultobj;
45705fail:
45706 return NULL__null;
45707}
45708
45709
45710SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSection__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45711 PyObject *resultobj = 0;
45712 lldb::SBSection *arg1 = 0 ;
45713 void *argp1 = 0 ;
45714 int res1 = 0 ;
45715 PyObject * obj0 = 0 ;
45716 lldb::SBSection *result = 0 ;
45717
45718 if (!PyArg_ParseTuple(args,(char *)"O:new_SBSection",&obj0)) SWIG_failgoto fail;
45719 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBSection, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
45720 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45721 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBSection" "', argument " "1"" of type '" "lldb::SBSection const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBSection" "', argument "
"1"" of type '" "lldb::SBSection const &""'"); goto fail
; } while(0)
;
45722 }
45723 if (!argp1) {
45724 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBSection" "', argument " "1"" of type '" "lldb::SBSection const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBSection" "', argument " "1"" of type '"
"lldb::SBSection const &""'"); goto fail; } while(0)
;
45725 }
45726 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
45727 {
45728 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45729 result = (lldb::SBSection *)new lldb::SBSection((lldb::SBSection const &)*arg1);
45730 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45731 }
45732 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBSection, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[52], (
(0x1 << 1) | 0x1) | 0)
;
45733 return resultobj;
45734fail:
45735 return NULL__null;
45736}
45737
45738
45739SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSection(PyObject *self, PyObject *args) {
45740 Py_ssize_t argc;
45741 PyObject *argv[2] = {
45742 0
45743 };
45744 Py_ssize_t ii;
45745
45746 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
45747 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
45748 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
45749 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
45750 }
45751 if (argc == 0) {
45752 return _wrap_new_SBSection__SWIG_0(self, args);
45753 }
45754 if (argc == 1) {
45755 int _v;
45756 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBSection, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[52], 0, 0
)
;
45757 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
45758 if (_v) {
45759 return _wrap_new_SBSection__SWIG_1(self, args);
45760 }
45761 }
45762
45763fail:
45764 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBSection'.\n"
45765 " Possible C/C++ prototypes are:\n"
45766 " lldb::SBSection::SBSection()\n"
45767 " lldb::SBSection::SBSection(lldb::SBSection const &)\n");
45768 return 0;
45769}
45770
45771
45772SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBSection(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45773 PyObject *resultobj = 0;
45774 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
45775 void *argp1 = 0 ;
45776 int res1 = 0 ;
45777 PyObject * obj0 = 0 ;
45778
45779 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBSection",&obj0)) SWIG_failgoto fail;
45780 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0x1 | 0, 0)
;
45781 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45782 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBSection" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBSection" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
45783 }
45784 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
45785 {
45786 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45787 delete arg1;
45788 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45789 }
45790 resultobj = SWIG_Py_Void();
45791 return resultobj;
45792fail:
45793 return NULL__null;
45794}
45795
45796
45797SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45798 PyObject *resultobj = 0;
45799 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
45800 void *argp1 = 0 ;
45801 int res1 = 0 ;
45802 PyObject * obj0 = 0 ;
45803 bool result;
45804
45805 if (!PyArg_ParseTuple(args,(char *)"O:SBSection_IsValid",&obj0)) SWIG_failgoto fail;
45806 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
45807 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45808 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_IsValid" "', argument " "1"" of type '" "lldb::SBSection const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_IsValid" "', argument "
"1"" of type '" "lldb::SBSection const *""'"); goto fail; } while
(0)
;
45809 }
45810 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
45811 {
45812 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45813 result = (bool)((lldb::SBSection const *)arg1)->IsValid();
45814 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45815 }
45816 resultobj = SWIG_From_bool(static_cast< bool >(result));
45817 return resultobj;
45818fail:
45819 return NULL__null;
45820}
45821
45822
45823SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45824 PyObject *resultobj = 0;
45825 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
45826 void *argp1 = 0 ;
45827 int res1 = 0 ;
45828 PyObject * obj0 = 0 ;
45829 char *result = 0 ;
45830
45831 if (!PyArg_ParseTuple(args,(char *)"O:SBSection_GetName",&obj0)) SWIG_failgoto fail;
45832 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
45833 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45834 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetName" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetName" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
45835 }
45836 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
45837 {
45838 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45839 result = (char *)(arg1)->GetName();
45840 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45841 }
45842 resultobj = SWIG_FromCharPtr((const char *)result);
45843 return resultobj;
45844fail:
45845 return NULL__null;
45846}
45847
45848
45849SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetParent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45850 PyObject *resultobj = 0;
45851 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
45852 void *argp1 = 0 ;
45853 int res1 = 0 ;
45854 PyObject * obj0 = 0 ;
45855 lldb::SBSection result;
45856
45857 if (!PyArg_ParseTuple(args,(char *)"O:SBSection_GetParent",&obj0)) SWIG_failgoto fail;
45858 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
45859 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45860 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetParent" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetParent" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
45861 }
45862 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
45863 {
45864 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45865 result = (arg1)->GetParent();
45866 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45867 }
45868 resultobj = SWIG_NewPointerObj((new lldb::SBSection(static_cast< const lldb::SBSection& >(result))), SWIGTYPE_p_lldb__SBSection, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSection(static_cast
< const lldb::SBSection& >(result))), swig_types[52
], 0x1 | 0)
;
45869 return resultobj;
45870fail:
45871 return NULL__null;
45872}
45873
45874
45875SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_FindSubSection(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45876 PyObject *resultobj = 0;
45877 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
45878 char *arg2 = (char *) 0 ;
45879 void *argp1 = 0 ;
45880 int res1 = 0 ;
45881 int res2 ;
45882 char *buf2 = 0 ;
45883 int alloc2 = 0 ;
45884 PyObject * obj0 = 0 ;
45885 PyObject * obj1 = 0 ;
45886 lldb::SBSection result;
45887
45888 if (!PyArg_ParseTuple(args,(char *)"OO:SBSection_FindSubSection",&obj0,&obj1)) SWIG_failgoto fail;
45889 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
45890 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45891 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_FindSubSection" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_FindSubSection" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
45892 }
45893 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
45894 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
45895 if (!SWIG_IsOK(res2)(res2 >= 0)) {
45896 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSection_FindSubSection" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSection_FindSubSection" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
45897 }
45898 arg2 = reinterpret_cast< char * >(buf2);
45899 {
45900 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45901 result = (arg1)->FindSubSection((char const *)arg2);
45902 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45903 }
45904 resultobj = SWIG_NewPointerObj((new lldb::SBSection(static_cast< const lldb::SBSection& >(result))), SWIGTYPE_p_lldb__SBSection, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSection(static_cast
< const lldb::SBSection& >(result))), swig_types[52
], 0x1 | 0)
;
45905 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
45906 return resultobj;
45907fail:
45908 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
45909 return NULL__null;
45910}
45911
45912
45913SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetNumSubSections(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45914 PyObject *resultobj = 0;
45915 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
45916 void *argp1 = 0 ;
45917 int res1 = 0 ;
45918 PyObject * obj0 = 0 ;
45919 size_t result;
45920
45921 if (!PyArg_ParseTuple(args,(char *)"O:SBSection_GetNumSubSections",&obj0)) SWIG_failgoto fail;
45922 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
45923 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45924 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetNumSubSections" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetNumSubSections"
"', argument " "1"" of type '" "lldb::SBSection *""'"); goto
fail; } while(0)
;
45925 }
45926 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
45927 {
45928 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45929 result = (arg1)->GetNumSubSections();
45930 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45931 }
45932 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
45933 return resultobj;
45934fail:
45935 return NULL__null;
45936}
45937
45938
45939SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetSubSectionAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45940 PyObject *resultobj = 0;
45941 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
45942 size_t arg2 ;
45943 void *argp1 = 0 ;
45944 int res1 = 0 ;
45945 size_t val2 ;
45946 int ecode2 = 0 ;
45947 PyObject * obj0 = 0 ;
45948 PyObject * obj1 = 0 ;
45949 lldb::SBSection result;
45950
45951 if (!PyArg_ParseTuple(args,(char *)"OO:SBSection_GetSubSectionAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
45952 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
45953 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45954 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetSubSectionAtIndex" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetSubSectionAtIndex"
"', argument " "1"" of type '" "lldb::SBSection *""'"); goto
fail; } while(0)
;
45955 }
45956 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
45957 ecode2 = SWIG_AsVal_size_t(obj1, &val2);
45958 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
45959 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBSection_GetSubSectionAtIndex" "', argument " "2"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBSection_GetSubSectionAtIndex"
"', argument " "2"" of type '" "size_t""'"); goto fail; } while
(0)
;
45960 }
45961 arg2 = static_cast< size_t >(val2);
45962 {
45963 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45964 result = (arg1)->GetSubSectionAtIndex(arg2);
45965 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45966 }
45967 resultobj = SWIG_NewPointerObj((new lldb::SBSection(static_cast< const lldb::SBSection& >(result))), SWIGTYPE_p_lldb__SBSection, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSection(static_cast
< const lldb::SBSection& >(result))), swig_types[52
], 0x1 | 0)
;
45968 return resultobj;
45969fail:
45970 return NULL__null;
45971}
45972
45973
45974SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetFileAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
45975 PyObject *resultobj = 0;
45976 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
45977 void *argp1 = 0 ;
45978 int res1 = 0 ;
45979 PyObject * obj0 = 0 ;
45980 lldb::addr_t result;
45981
45982 if (!PyArg_ParseTuple(args,(char *)"O:SBSection_GetFileAddress",&obj0)) SWIG_failgoto fail;
45983 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
45984 if (!SWIG_IsOK(res1)(res1 >= 0)) {
45985 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetFileAddress" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetFileAddress" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
45986 }
45987 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
45988 {
45989 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
45990 result = (lldb::addr_t)(arg1)->GetFileAddress();
45991 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
45992 }
45993 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
45994 return resultobj;
45995fail:
45996 return NULL__null;
45997}
45998
45999
46000SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetLoadAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46001 PyObject *resultobj = 0;
46002 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46003 lldb::SBTarget *arg2 = 0 ;
46004 void *argp1 = 0 ;
46005 int res1 = 0 ;
46006 void *argp2 = 0 ;
46007 int res2 = 0 ;
46008 PyObject * obj0 = 0 ;
46009 PyObject * obj1 = 0 ;
46010 lldb::addr_t result;
46011
46012 if (!PyArg_ParseTuple(args,(char *)"OO:SBSection_GetLoadAddress",&obj0,&obj1)) SWIG_failgoto fail;
46013 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46014 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46015 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetLoadAddress" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetLoadAddress" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
46016 }
46017 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46018 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0, 0)
;
46019 if (!SWIG_IsOK(res2)(res2 >= 0)) {
46020 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSection_GetLoadAddress" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSection_GetLoadAddress" "', argument "
"2"" of type '" "lldb::SBTarget &""'"); goto fail; } while
(0)
;
46021 }
46022 if (!argp2) {
46023 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSection_GetLoadAddress" "', argument " "2"" of type '" "lldb::SBTarget &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSection_GetLoadAddress" "', argument " "2"" of type '"
"lldb::SBTarget &""'"); goto fail; } while(0)
;
46024 }
46025 arg2 = reinterpret_cast< lldb::SBTarget * >(argp2);
46026 {
46027 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46028 result = (lldb::addr_t)(arg1)->GetLoadAddress(*arg2);
46029 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46030 }
46031 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
46032 return resultobj;
46033fail:
46034 return NULL__null;
46035}
46036
46037
46038SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46039 PyObject *resultobj = 0;
46040 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46041 void *argp1 = 0 ;
46042 int res1 = 0 ;
46043 PyObject * obj0 = 0 ;
46044 lldb::addr_t result;
46045
46046 if (!PyArg_ParseTuple(args,(char *)"O:SBSection_GetByteSize",&obj0)) SWIG_failgoto fail;
46047 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46048 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46049 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetByteSize" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetByteSize" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
46050 }
46051 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46052 {
46053 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46054 result = (lldb::addr_t)(arg1)->GetByteSize();
46055 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46056 }
46057 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
46058 return resultobj;
46059fail:
46060 return NULL__null;
46061}
46062
46063
46064SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetFileOffset(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46065 PyObject *resultobj = 0;
46066 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46067 void *argp1 = 0 ;
46068 int res1 = 0 ;
46069 PyObject * obj0 = 0 ;
46070 uint64_t result;
46071
46072 if (!PyArg_ParseTuple(args,(char *)"O:SBSection_GetFileOffset",&obj0)) SWIG_failgoto fail;
46073 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46074 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46075 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetFileOffset" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetFileOffset" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
46076 }
46077 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46078 {
46079 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46080 result = (uint64_t)(arg1)->GetFileOffset();
46081 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46082 }
46083 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
46084 return resultobj;
46085fail:
46086 return NULL__null;
46087}
46088
46089
46090SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetFileByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46091 PyObject *resultobj = 0;
46092 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46093 void *argp1 = 0 ;
46094 int res1 = 0 ;
46095 PyObject * obj0 = 0 ;
46096 uint64_t result;
46097
46098 if (!PyArg_ParseTuple(args,(char *)"O:SBSection_GetFileByteSize",&obj0)) SWIG_failgoto fail;
46099 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46100 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46101 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetFileByteSize" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetFileByteSize"
"', argument " "1"" of type '" "lldb::SBSection *""'"); goto
fail; } while(0)
;
46102 }
46103 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46104 {
46105 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46106 result = (uint64_t)(arg1)->GetFileByteSize();
46107 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46108 }
46109 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
46110 return resultobj;
46111fail:
46112 return NULL__null;
46113}
46114
46115
46116SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetSectionData__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46117 PyObject *resultobj = 0;
46118 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46119 void *argp1 = 0 ;
46120 int res1 = 0 ;
46121 PyObject * obj0 = 0 ;
46122 lldb::SBData result;
46123
46124 if (!PyArg_ParseTuple(args,(char *)"O:SBSection_GetSectionData",&obj0)) SWIG_failgoto fail;
46125 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46126 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46127 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetSectionData" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetSectionData" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
46128 }
46129 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46130 {
46131 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46132 result = (arg1)->GetSectionData();
46133 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46134 }
46135 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
46136 return resultobj;
46137fail:
46138 return NULL__null;
46139}
46140
46141
46142SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetSectionData__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46143 PyObject *resultobj = 0;
46144 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46145 uint64_t arg2 ;
46146 uint64_t arg3 ;
46147 void *argp1 = 0 ;
46148 int res1 = 0 ;
46149 unsigned long long val2 ;
46150 int ecode2 = 0 ;
46151 unsigned long long val3 ;
46152 int ecode3 = 0 ;
46153 PyObject * obj0 = 0 ;
46154 PyObject * obj1 = 0 ;
46155 PyObject * obj2 = 0 ;
46156 lldb::SBData result;
46157
46158 if (!PyArg_ParseTuple(args,(char *)"OOO:SBSection_GetSectionData",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
46159 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46160 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46161 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetSectionData" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetSectionData" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
46162 }
46163 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46164 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
46165 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
46166 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBSection_GetSectionData" "', argument " "2"" of type '" "uint64_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBSection_GetSectionData"
"', argument " "2"" of type '" "uint64_t""'"); goto fail; } while
(0)
;
46167 }
46168 arg2 = static_cast< uint64_t >(val2);
46169 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
46170 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
46171 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBSection_GetSectionData" "', argument " "3"" of type '" "uint64_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBSection_GetSectionData"
"', argument " "3"" of type '" "uint64_t""'"); goto fail; } while
(0)
;
46172 }
46173 arg3 = static_cast< uint64_t >(val3);
46174 {
46175 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46176 result = (arg1)->GetSectionData(arg2,arg3);
46177 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46178 }
46179 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
46180 return resultobj;
46181fail:
46182 return NULL__null;
46183}
46184
46185
46186SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetSectionData(PyObject *self, PyObject *args) {
46187 Py_ssize_t argc;
46188 PyObject *argv[4] = {
46189 0
46190 };
46191 Py_ssize_t ii;
46192
46193 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
46194 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
46195 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
46196 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
46197 }
46198 if (argc == 1) {
46199 int _v;
46200 void *vptr = 0;
46201 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBSection, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[52
], 0, 0)
;
46202 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
46203 if (_v) {
46204 return _wrap_SBSection_GetSectionData__SWIG_0(self, args);
46205 }
46206 }
46207 if (argc == 3) {
46208 int _v;
46209 void *vptr = 0;
46210 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBSection, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[52
], 0, 0)
;
46211 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
46212 if (_v) {
46213 {
46214 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL__null);
46215 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
46216 }
46217 if (_v) {
46218 {
46219 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[2], NULL__null);
46220 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
46221 }
46222 if (_v) {
46223 return _wrap_SBSection_GetSectionData__SWIG_1(self, args);
46224 }
46225 }
46226 }
46227 }
46228
46229fail:
46230 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBSection_GetSectionData'.\n"
46231 " Possible C/C++ prototypes are:\n"
46232 " lldb::SBSection::GetSectionData()\n"
46233 " lldb::SBSection::GetSectionData(uint64_t,uint64_t)\n");
46234 return 0;
46235}
46236
46237
46238SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetSectionType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46239 PyObject *resultobj = 0;
46240 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46241 void *argp1 = 0 ;
46242 int res1 = 0 ;
46243 PyObject * obj0 = 0 ;
46244 lldb::SectionType result;
46245
46246 if (!PyArg_ParseTuple(args,(char *)"O:SBSection_GetSectionType",&obj0)) SWIG_failgoto fail;
46247 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46248 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46249 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetSectionType" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetSectionType" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
46250 }
46251 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46252 {
46253 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46254 result = (lldb::SectionType)(arg1)->GetSectionType();
46255 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46256 }
46257 resultobj = SWIG_From_int(static_cast< int >(result));
46258 return resultobj;
46259fail:
46260 return NULL__null;
46261}
46262
46263
46264SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetPermissions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46265 PyObject *resultobj = 0;
46266 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46267 void *argp1 = 0 ;
46268 int res1 = 0 ;
46269 PyObject * obj0 = 0 ;
46270 uint32_t result;
46271
46272 if (!PyArg_ParseTuple(args,(char *)"O:SBSection_GetPermissions",&obj0)) SWIG_failgoto fail;
46273 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46274 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46275 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetPermissions" "', argument " "1"" of type '" "lldb::SBSection const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetPermissions" "', argument "
"1"" of type '" "lldb::SBSection const *""'"); goto fail; } while
(0)
;
46276 }
46277 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46278 {
46279 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46280 result = (uint32_t)((lldb::SBSection const *)arg1)->GetPermissions();
46281 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46282 }
46283 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
46284 return resultobj;
46285fail:
46286 return NULL__null;
46287}
46288
46289
46290SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetTargetByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46291 PyObject *resultobj = 0;
46292 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46293 void *argp1 = 0 ;
46294 int res1 = 0 ;
46295 PyObject * obj0 = 0 ;
46296 uint32_t result;
46297
46298 if (!PyArg_ParseTuple(args,(char *)"O:SBSection_GetTargetByteSize",&obj0)) SWIG_failgoto fail;
46299 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46300 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46301 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetTargetByteSize" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetTargetByteSize"
"', argument " "1"" of type '" "lldb::SBSection *""'"); goto
fail; } while(0)
;
46302 }
46303 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46304 {
46305 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46306 result = (uint32_t)(arg1)->GetTargetByteSize();
46307 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46308 }
46309 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
46310 return resultobj;
46311fail:
46312 return NULL__null;
46313}
46314
46315
46316SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46317 PyObject *resultobj = 0;
46318 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46319 lldb::SBStream *arg2 = 0 ;
46320 void *argp1 = 0 ;
46321 int res1 = 0 ;
46322 void *argp2 = 0 ;
46323 int res2 = 0 ;
46324 PyObject * obj0 = 0 ;
46325 PyObject * obj1 = 0 ;
46326 bool result;
46327
46328 if (!PyArg_ParseTuple(args,(char *)"OO:SBSection_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
46329 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46330 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46331 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection_GetDescription" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection_GetDescription" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
46332 }
46333 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46334 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
46335 if (!SWIG_IsOK(res2)(res2 >= 0)) {
46336 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSection_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSection_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
46337 }
46338 if (!argp2) {
46339 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSection_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSection_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
46340 }
46341 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
46342 {
46343 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46344 result = (bool)(arg1)->GetDescription(*arg2);
46345 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46346 }
46347 resultobj = SWIG_From_bool(static_cast< bool >(result));
46348 return resultobj;
46349fail:
46350 return NULL__null;
46351}
46352
46353
46354SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46355 PyObject *resultobj = 0;
46356 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46357 lldb::SBSection *arg2 = 0 ;
46358 void *argp1 = 0 ;
46359 int res1 = 0 ;
46360 void *argp2 = 0 ;
46361 int res2 = 0 ;
46362 PyObject * obj0 = 0 ;
46363 PyObject * obj1 = 0 ;
46364 bool result;
46365
46366 if (!PyArg_ParseTuple(args,(char *)"OO:SBSection___eq__",&obj0,&obj1)) SWIG_failgoto fail;
46367 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46368 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46369 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection___eq__" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection___eq__" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
46370 }
46371 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46372 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBSection, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[52]
, 0 | 0, 0)
;
46373 if (!SWIG_IsOK(res2)(res2 >= 0)) {
46374 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSection___eq__" "', argument " "2"" of type '" "lldb::SBSection const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSection___eq__" "', argument "
"2"" of type '" "lldb::SBSection const &""'"); goto fail
; } while(0)
;
46375 }
46376 if (!argp2) {
46377 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSection___eq__" "', argument " "2"" of type '" "lldb::SBSection const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSection___eq__" "', argument " "2"" of type '"
"lldb::SBSection const &""'"); goto fail; } while(0)
;
46378 }
46379 arg2 = reinterpret_cast< lldb::SBSection * >(argp2);
46380 {
46381 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46382 result = (bool)(arg1)->operator ==((lldb::SBSection const &)*arg2);
46383 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46384 }
46385 resultobj = SWIG_From_bool(static_cast< bool >(result));
46386 return resultobj;
46387fail:
46388 return NULL__null;
46389}
46390
46391
46392SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46393 PyObject *resultobj = 0;
46394 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46395 lldb::SBSection *arg2 = 0 ;
46396 void *argp1 = 0 ;
46397 int res1 = 0 ;
46398 void *argp2 = 0 ;
46399 int res2 = 0 ;
46400 PyObject * obj0 = 0 ;
46401 PyObject * obj1 = 0 ;
46402 bool result;
46403
46404 if (!PyArg_ParseTuple(args,(char *)"OO:SBSection___ne__",&obj0,&obj1)) SWIG_failgoto fail;
46405 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46406 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46407 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection___ne__" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection___ne__" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
46408 }
46409 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46410 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBSection, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[52]
, 0 | 0, 0)
;
46411 if (!SWIG_IsOK(res2)(res2 >= 0)) {
46412 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSection___ne__" "', argument " "2"" of type '" "lldb::SBSection const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSection___ne__" "', argument "
"2"" of type '" "lldb::SBSection const &""'"); goto fail
; } while(0)
;
46413 }
46414 if (!argp2) {
46415 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSection___ne__" "', argument " "2"" of type '" "lldb::SBSection const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSection___ne__" "', argument " "2"" of type '"
"lldb::SBSection const &""'"); goto fail; } while(0)
;
46416 }
46417 arg2 = reinterpret_cast< lldb::SBSection * >(argp2);
46418 {
46419 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46420 result = (bool)(arg1)->operator !=((lldb::SBSection const &)*arg2);
46421 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46422 }
46423 resultobj = SWIG_From_bool(static_cast< bool >(result));
46424 return resultobj;
46425fail:
46426 return NULL__null;
46427}
46428
46429
46430SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSection___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46431 PyObject *resultobj = 0;
46432 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ;
46433 void *argp1 = 0 ;
46434 int res1 = 0 ;
46435 PyObject * obj0 = 0 ;
46436 PyObject *result = 0 ;
46437
46438 if (!PyArg_ParseTuple(args,(char *)"O:SBSection___str__",&obj0)) SWIG_failgoto fail;
46439 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[52]
, 0 | 0, 0)
;
46440 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46441 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSection___str__" "', argument " "1"" of type '" "lldb::SBSection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSection___str__" "', argument "
"1"" of type '" "lldb::SBSection *""'"); goto fail; } while(
0)
;
46442 }
46443 arg1 = reinterpret_cast< lldb::SBSection * >(argp1);
46444 result = (PyObject *)lldb_SBSection___str__(arg1);
46445 resultobj = result;
46446 return resultobj;
46447fail:
46448 return NULL__null;
46449}
46450
46451
46452SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBSection_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46453 PyObject *obj;
46454 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
46455 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBSectionswig_types[52], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
46456 return SWIG_Py_Void();
46457}
46458
46459SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSourceManager(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46460 PyObject *resultobj = 0;
46461 lldb::SBSourceManager *arg1 = 0 ;
46462 void *argp1 = 0 ;
46463 int res1 = 0 ;
46464 PyObject * obj0 = 0 ;
46465 lldb::SBSourceManager *result = 0 ;
46466
46467 if (!PyArg_ParseTuple(args,(char *)"O:new_SBSourceManager",&obj0)) SWIG_failgoto fail;
46468 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBSourceManager, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[53]
, 0 | 0, 0)
;
46469 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46470 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBSourceManager" "', argument " "1"" of type '" "lldb::SBSourceManager const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBSourceManager" "', argument "
"1"" of type '" "lldb::SBSourceManager const &""'"); goto
fail; } while(0)
;
46471 }
46472 if (!argp1) {
46473 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBSourceManager" "', argument " "1"" of type '" "lldb::SBSourceManager const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBSourceManager" "', argument " "1"" of type '"
"lldb::SBSourceManager const &""'"); goto fail; } while(
0)
;
46474 }
46475 arg1 = reinterpret_cast< lldb::SBSourceManager * >(argp1);
46476 {
46477 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46478 result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBSourceManager const &)*arg1);
46479 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46480 }
46481 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBSourceManager, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[53], (
(0x1 << 1) | 0x1) | 0)
;
46482 return resultobj;
46483fail:
46484 return NULL__null;
46485}
46486
46487
46488SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBSourceManager(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46489 PyObject *resultobj = 0;
46490 lldb::SBSourceManager *arg1 = (lldb::SBSourceManager *) 0 ;
46491 void *argp1 = 0 ;
46492 int res1 = 0 ;
46493 PyObject * obj0 = 0 ;
46494
46495 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBSourceManager",&obj0)) SWIG_failgoto fail;
46496 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSourceManager, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[53]
, 0x1 | 0, 0)
;
46497 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46498 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBSourceManager" "', argument " "1"" of type '" "lldb::SBSourceManager *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBSourceManager" "', argument "
"1"" of type '" "lldb::SBSourceManager *""'"); goto fail; } while
(0)
;
46499 }
46500 arg1 = reinterpret_cast< lldb::SBSourceManager * >(argp1);
46501 {
46502 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46503 delete arg1;
46504 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46505 }
46506 resultobj = SWIG_Py_Void();
46507 return resultobj;
46508fail:
46509 return NULL__null;
46510}
46511
46512
46513SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSourceManager_DisplaySourceLinesWithLineNumbers(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46514 PyObject *resultobj = 0;
46515 lldb::SBSourceManager *arg1 = (lldb::SBSourceManager *) 0 ;
46516 lldb::SBFileSpec *arg2 = 0 ;
46517 uint32_t arg3 ;
46518 uint32_t arg4 ;
46519 uint32_t arg5 ;
46520 char *arg6 = (char *) 0 ;
46521 lldb::SBStream *arg7 = 0 ;
46522 void *argp1 = 0 ;
46523 int res1 = 0 ;
46524 void *argp2 = 0 ;
46525 int res2 = 0 ;
46526 unsigned int val3 ;
46527 int ecode3 = 0 ;
46528 unsigned int val4 ;
46529 int ecode4 = 0 ;
46530 unsigned int val5 ;
46531 int ecode5 = 0 ;
46532 int res6 ;
46533 char *buf6 = 0 ;
46534 int alloc6 = 0 ;
46535 void *argp7 = 0 ;
46536 int res7 = 0 ;
46537 PyObject * obj0 = 0 ;
46538 PyObject * obj1 = 0 ;
46539 PyObject * obj2 = 0 ;
46540 PyObject * obj3 = 0 ;
46541 PyObject * obj4 = 0 ;
46542 PyObject * obj5 = 0 ;
46543 PyObject * obj6 = 0 ;
46544 size_t result;
46545
46546 if (!PyArg_ParseTuple(args,(char *)"OOOOOOO:SBSourceManager_DisplaySourceLinesWithLineNumbers",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_failgoto fail;
46547 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSourceManager, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[53]
, 0 | 0, 0)
;
46548 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46549 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers" "', argument " "1"" of type '" "lldb::SBSourceManager *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers"
"', argument " "1"" of type '" "lldb::SBSourceManager *""'")
; goto fail; } while(0)
;
46550 }
46551 arg1 = reinterpret_cast< lldb::SBSourceManager * >(argp1);
46552 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
46553 if (!SWIG_IsOK(res2)(res2 >= 0)) {
46554 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
46555 }
46556 if (!argp2) {
46557 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
46558 }
46559 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
46560 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
46561 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
46562 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
46563 }
46564 arg3 = static_cast< uint32_t >(val3);
46565 ecode4 = SWIG_AsVal_unsigned_SS_int(obj3, &val4);
46566 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
46567 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers" "', argument " "4"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers"
"', argument " "4"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
46568 }
46569 arg4 = static_cast< uint32_t >(val4);
46570 ecode5 = SWIG_AsVal_unsigned_SS_int(obj4, &val5);
46571 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
46572 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers" "', argument " "5"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers"
"', argument " "5"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
46573 }
46574 arg5 = static_cast< uint32_t >(val5);
46575 res6 = SWIG_AsCharPtrAndSize(obj5, &buf6, NULL__null, &alloc6);
46576 if (!SWIG_IsOK(res6)(res6 >= 0)) {
46577 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers" "', argument " "6"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res6 != (
-1)) ? res6 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers"
"', argument " "6"" of type '" "char const *""'"); goto fail
; } while(0)
;
46578 }
46579 arg6 = reinterpret_cast< char * >(buf6);
46580 res7 = SWIG_ConvertPtr(obj6, &argp7, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj6, &argp7, swig_types[54]
, 0, 0)
;
46581 if (!SWIG_IsOK(res7)(res7 >= 0)) {
46582 SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers" "', argument " "7"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res7 != (
-1)) ? res7 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers"
"', argument " "7"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
46583 }
46584 if (!argp7) {
46585 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers" "', argument " "7"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbers"
"', argument " "7"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
46586 }
46587 arg7 = reinterpret_cast< lldb::SBStream * >(argp7);
46588 {
46589 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46590 result = (arg1)->DisplaySourceLinesWithLineNumbers((lldb::SBFileSpec const &)*arg2,arg3,arg4,arg5,(char const *)arg6,*arg7);
46591 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46592 }
46593 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
46594 if (alloc6 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf6;
46595 return resultobj;
46596fail:
46597 if (alloc6 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf6;
46598 return NULL__null;
46599}
46600
46601
46602SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46603 PyObject *resultobj = 0;
46604 lldb::SBSourceManager *arg1 = (lldb::SBSourceManager *) 0 ;
46605 lldb::SBFileSpec *arg2 = 0 ;
46606 uint32_t arg3 ;
46607 uint32_t arg4 ;
46608 uint32_t arg5 ;
46609 uint32_t arg6 ;
46610 char *arg7 = (char *) 0 ;
46611 lldb::SBStream *arg8 = 0 ;
46612 void *argp1 = 0 ;
46613 int res1 = 0 ;
46614 void *argp2 = 0 ;
46615 int res2 = 0 ;
46616 unsigned int val3 ;
46617 int ecode3 = 0 ;
46618 unsigned int val4 ;
46619 int ecode4 = 0 ;
46620 unsigned int val5 ;
46621 int ecode5 = 0 ;
46622 unsigned int val6 ;
46623 int ecode6 = 0 ;
46624 int res7 ;
46625 char *buf7 = 0 ;
46626 int alloc7 = 0 ;
46627 void *argp8 = 0 ;
46628 int res8 = 0 ;
46629 PyObject * obj0 = 0 ;
46630 PyObject * obj1 = 0 ;
46631 PyObject * obj2 = 0 ;
46632 PyObject * obj3 = 0 ;
46633 PyObject * obj4 = 0 ;
46634 PyObject * obj5 = 0 ;
46635 PyObject * obj6 = 0 ;
46636 PyObject * obj7 = 0 ;
46637 size_t result;
46638
46639 if (!PyArg_ParseTuple(args,(char *)"OOOOOOOO:SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) SWIG_failgoto fail;
46640 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSourceManager, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[53]
, 0 | 0, 0)
;
46641 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46642 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn" "', argument " "1"" of type '" "lldb::SBSourceManager *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn"
"', argument " "1"" of type '" "lldb::SBSourceManager *""'")
; goto fail; } while(0)
;
46643 }
46644 arg1 = reinterpret_cast< lldb::SBSourceManager * >(argp1);
46645 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
46646 if (!SWIG_IsOK(res2)(res2 >= 0)) {
46647 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
46648 }
46649 if (!argp2) {
46650 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
46651 }
46652 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
46653 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
46654 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
46655 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
46656 }
46657 arg3 = static_cast< uint32_t >(val3);
46658 ecode4 = SWIG_AsVal_unsigned_SS_int(obj3, &val4);
46659 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
46660 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn" "', argument " "4"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn"
"', argument " "4"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
46661 }
46662 arg4 = static_cast< uint32_t >(val4);
46663 ecode5 = SWIG_AsVal_unsigned_SS_int(obj4, &val5);
46664 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
46665 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn" "', argument " "5"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn"
"', argument " "5"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
46666 }
46667 arg5 = static_cast< uint32_t >(val5);
46668 ecode6 = SWIG_AsVal_unsigned_SS_int(obj5, &val6);
46669 if (!SWIG_IsOK(ecode6)(ecode6 >= 0)) {
46670 SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn" "', argument " "6"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode6 !=
(-1)) ? ecode6 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn"
"', argument " "6"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
46671 }
46672 arg6 = static_cast< uint32_t >(val6);
46673 res7 = SWIG_AsCharPtrAndSize(obj6, &buf7, NULL__null, &alloc7);
46674 if (!SWIG_IsOK(res7)(res7 >= 0)) {
46675 SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn" "', argument " "7"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res7 != (
-1)) ? res7 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn"
"', argument " "7"" of type '" "char const *""'"); goto fail
; } while(0)
;
46676 }
46677 arg7 = reinterpret_cast< char * >(buf7);
46678 res8 = SWIG_ConvertPtr(obj7, &argp8, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj7, &argp8, swig_types[54]
, 0, 0)
;
46679 if (!SWIG_IsOK(res8)(res8 >= 0)) {
46680 SWIG_exception_fail(SWIG_ArgError(res8), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn" "', argument " "8"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res8 != (
-1)) ? res8 : -5)), "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn"
"', argument " "8"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
46681 }
46682 if (!argp8) {
46683 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn" "', argument " "8"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn"
"', argument " "8"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
46684 }
46685 arg8 = reinterpret_cast< lldb::SBStream * >(argp8);
46686 {
46687 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46688 result = (arg1)->DisplaySourceLinesWithLineNumbersAndColumn((lldb::SBFileSpec const &)*arg2,arg3,arg4,arg5,arg6,(char const *)arg7,*arg8);
46689 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46690 }
46691 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
46692 if (alloc7 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf7;
46693 return resultobj;
46694fail:
46695 if (alloc7 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf7;
46696 return NULL__null;
46697}
46698
46699
46700SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBSourceManager_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46701 PyObject *obj;
46702 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
46703 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBSourceManagerswig_types[53], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
46704 return SWIG_Py_Void();
46705}
46706
46707SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBStream(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46708 PyObject *resultobj = 0;
46709 lldb::SBStream *result = 0 ;
46710
46711 if (!PyArg_ParseTuple(args,(char *)":new_SBStream")) SWIG_failgoto fail;
46712 {
46713 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46714 result = (lldb::SBStream *)new lldb::SBStream();
46715 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46716 }
46717 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBStream, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[54], (
(0x1 << 1) | 0x1) | 0)
;
46718 return resultobj;
46719fail:
46720 return NULL__null;
46721}
46722
46723
46724SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBStream(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46725 PyObject *resultobj = 0;
46726 lldb::SBStream *arg1 = (lldb::SBStream *) 0 ;
46727 void *argp1 = 0 ;
46728 int res1 = 0 ;
46729 PyObject * obj0 = 0 ;
46730
46731 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBStream",&obj0)) SWIG_failgoto fail;
46732 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStream, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[54]
, 0x1 | 0, 0)
;
46733 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46734 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBStream" "', argument " "1"" of type '" "lldb::SBStream *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBStream" "', argument "
"1"" of type '" "lldb::SBStream *""'"); goto fail; } while(0
)
;
46735 }
46736 arg1 = reinterpret_cast< lldb::SBStream * >(argp1);
46737 {
46738 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46739 delete arg1;
46740 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46741 }
46742 resultobj = SWIG_Py_Void();
46743 return resultobj;
46744fail:
46745 return NULL__null;
46746}
46747
46748
46749SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStream_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46750 PyObject *resultobj = 0;
46751 lldb::SBStream *arg1 = (lldb::SBStream *) 0 ;
46752 void *argp1 = 0 ;
46753 int res1 = 0 ;
46754 PyObject * obj0 = 0 ;
46755 bool result;
46756
46757 if (!PyArg_ParseTuple(args,(char *)"O:SBStream_IsValid",&obj0)) SWIG_failgoto fail;
46758 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStream, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[54]
, 0 | 0, 0)
;
46759 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46760 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStream_IsValid" "', argument " "1"" of type '" "lldb::SBStream const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStream_IsValid" "', argument "
"1"" of type '" "lldb::SBStream const *""'"); goto fail; } while
(0)
;
46761 }
46762 arg1 = reinterpret_cast< lldb::SBStream * >(argp1);
46763 {
46764 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46765 result = (bool)((lldb::SBStream const *)arg1)->IsValid();
46766 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46767 }
46768 resultobj = SWIG_From_bool(static_cast< bool >(result));
46769 return resultobj;
46770fail:
46771 return NULL__null;
46772}
46773
46774
46775SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStream_GetData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46776 PyObject *resultobj = 0;
46777 lldb::SBStream *arg1 = (lldb::SBStream *) 0 ;
46778 void *argp1 = 0 ;
46779 int res1 = 0 ;
46780 PyObject * obj0 = 0 ;
46781 char *result = 0 ;
46782
46783 if (!PyArg_ParseTuple(args,(char *)"O:SBStream_GetData",&obj0)) SWIG_failgoto fail;
46784 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStream, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[54]
, 0 | 0, 0)
;
46785 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46786 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStream_GetData" "', argument " "1"" of type '" "lldb::SBStream *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStream_GetData" "', argument "
"1"" of type '" "lldb::SBStream *""'"); goto fail; } while(0
)
;
46787 }
46788 arg1 = reinterpret_cast< lldb::SBStream * >(argp1);
46789 {
46790 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46791 result = (char *)(arg1)->GetData();
46792 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46793 }
46794 resultobj = SWIG_FromCharPtr((const char *)result);
46795 return resultobj;
46796fail:
46797 return NULL__null;
46798}
46799
46800
46801SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStream_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46802 PyObject *resultobj = 0;
46803 lldb::SBStream *arg1 = (lldb::SBStream *) 0 ;
46804 void *argp1 = 0 ;
46805 int res1 = 0 ;
46806 PyObject * obj0 = 0 ;
46807 size_t result;
46808
46809 if (!PyArg_ParseTuple(args,(char *)"O:SBStream_GetSize",&obj0)) SWIG_failgoto fail;
46810 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStream, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[54]
, 0 | 0, 0)
;
46811 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46812 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStream_GetSize" "', argument " "1"" of type '" "lldb::SBStream *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStream_GetSize" "', argument "
"1"" of type '" "lldb::SBStream *""'"); goto fail; } while(0
)
;
46813 }
46814 arg1 = reinterpret_cast< lldb::SBStream * >(argp1);
46815 {
46816 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46817 result = (arg1)->GetSize();
46818 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46819 }
46820 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
46821 return resultobj;
46822fail:
46823 return NULL__null;
46824}
46825
46826
46827SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStream_Print(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46828 PyObject *resultobj = 0;
46829 lldb::SBStream *arg1 = (lldb::SBStream *) 0 ;
46830 char *arg2 = (char *) 0 ;
46831 void *argp1 = 0 ;
46832 int res1 = 0 ;
46833 int res2 ;
46834 char *buf2 = 0 ;
46835 int alloc2 = 0 ;
46836 PyObject * obj0 = 0 ;
46837 PyObject * obj1 = 0 ;
46838
46839 if (!PyArg_ParseTuple(args,(char *)"OO:SBStream_Print",&obj0,&obj1)) SWIG_failgoto fail;
46840 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStream, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[54]
, 0 | 0, 0)
;
46841 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46842 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStream_Print" "', argument " "1"" of type '" "lldb::SBStream *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStream_Print" "', argument "
"1"" of type '" "lldb::SBStream *""'"); goto fail; } while(0
)
;
46843 }
46844 arg1 = reinterpret_cast< lldb::SBStream * >(argp1);
46845 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
46846 if (!SWIG_IsOK(res2)(res2 >= 0)) {
46847 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBStream_Print" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBStream_Print" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
46848 }
46849 arg2 = reinterpret_cast< char * >(buf2);
46850 {
46851 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46852 lldb_SBStream_Print(arg1,(char const *)arg2);
46853 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46854 }
46855 resultobj = SWIG_Py_Void();
46856 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
46857 return resultobj;
46858fail:
46859 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
46860 return NULL__null;
46861}
46862
46863
46864SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStream_RedirectToFile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46865 PyObject *resultobj = 0;
46866 lldb::SBStream *arg1 = (lldb::SBStream *) 0 ;
46867 char *arg2 = (char *) 0 ;
46868 bool arg3 ;
46869 void *argp1 = 0 ;
46870 int res1 = 0 ;
46871 int res2 ;
46872 char *buf2 = 0 ;
46873 int alloc2 = 0 ;
46874 bool val3 ;
46875 int ecode3 = 0 ;
46876 PyObject * obj0 = 0 ;
46877 PyObject * obj1 = 0 ;
46878 PyObject * obj2 = 0 ;
46879
46880 if (!PyArg_ParseTuple(args,(char *)"OOO:SBStream_RedirectToFile",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
46881 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStream, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[54]
, 0 | 0, 0)
;
46882 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46883 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStream_RedirectToFile" "', argument " "1"" of type '" "lldb::SBStream *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStream_RedirectToFile" "', argument "
"1"" of type '" "lldb::SBStream *""'"); goto fail; } while(0
)
;
46884 }
46885 arg1 = reinterpret_cast< lldb::SBStream * >(argp1);
46886 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
46887 if (!SWIG_IsOK(res2)(res2 >= 0)) {
46888 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBStream_RedirectToFile" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBStream_RedirectToFile" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
46889 }
46890 arg2 = reinterpret_cast< char * >(buf2);
46891 ecode3 = SWIG_AsVal_bool(obj2, &val3);
46892 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
46893 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBStream_RedirectToFile" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBStream_RedirectToFile"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
46894 }
46895 arg3 = static_cast< bool >(val3);
46896 {
46897 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46898 (arg1)->RedirectToFile((char const *)arg2,arg3);
46899 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46900 }
46901 resultobj = SWIG_Py_Void();
46902 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
46903 return resultobj;
46904fail:
46905 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
46906 return NULL__null;
46907}
46908
46909
46910SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStream_RedirectToFileHandle(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46911 PyObject *resultobj = 0;
46912 lldb::SBStream *arg1 = (lldb::SBStream *) 0 ;
46913 FILE *arg2 = (FILE *) 0 ;
46914 bool arg3 ;
46915 void *argp1 = 0 ;
46916 int res1 = 0 ;
46917 bool val3 ;
46918 int ecode3 = 0 ;
46919 PyObject * obj0 = 0 ;
46920 PyObject * obj1 = 0 ;
46921 PyObject * obj2 = 0 ;
46922
46923 if (!PyArg_ParseTuple(args,(char *)"OOO:SBStream_RedirectToFileHandle",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
46924 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStream, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[54]
, 0 | 0, 0)
;
46925 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46926 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStream_RedirectToFileHandle" "', argument " "1"" of type '" "lldb::SBStream *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStream_RedirectToFileHandle"
"', argument " "1"" of type '" "lldb::SBStream *""'"); goto fail
; } while(0)
;
46927 }
46928 arg1 = reinterpret_cast< lldb::SBStream * >(argp1);
46929 {
46930 using namespace lldb_private;
46931 if (obj1 == Py_None(&_Py_NoneStruct))
46932 arg2 = nullptr;
46933 else if (!lldb_private::PythonFile::Check(obj1)) {
46934 int fd = PyObject_AsFileDescriptor(obj1);
46935 PythonObject py_input(PyRefType::Borrowed, obj1);
46936 PythonString py_mode = py_input.GetAttributeValue("mode").AsType<PythonString>();
46937
46938 if (-1 != fd && py_mode.IsValid()) {
46939 FILE *f;
46940 if ((f = fdopen(fd, py_mode.GetString().str().c_str())))
46941 arg2 = f;
46942 else
46943 PyErr_SetString(PyExc_TypeError, strerror(errno(*__errno_location ())));
46944 } else {
46945 PyErr_SetString(PyExc_TypeError,"not a file-like object");
46946 return nullptr;
46947 }
46948 }
46949 else
46950 {
46951 PythonFile py_file(PyRefType::Borrowed, obj1);
46952 File file;
46953 if (!py_file.GetUnderlyingFile(file))
46954 return nullptr;
46955
46956 arg2 = file.GetStream();
46957 if (arg2)
46958 file.Clear();
46959 }
46960 }
46961 ecode3 = SWIG_AsVal_bool(obj2, &val3);
46962 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
46963 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBStream_RedirectToFileHandle" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBStream_RedirectToFileHandle"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
46964 }
46965 arg3 = static_cast< bool >(val3);
46966 {
46967 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
46968 (arg1)->RedirectToFileHandle(arg2,arg3);
46969 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
46970 }
46971 resultobj = SWIG_Py_Void();
46972 return resultobj;
46973fail:
46974 return NULL__null;
46975}
46976
46977
46978SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStream_RedirectToFileDescriptor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
46979 PyObject *resultobj = 0;
46980 lldb::SBStream *arg1 = (lldb::SBStream *) 0 ;
46981 int arg2 ;
46982 bool arg3 ;
46983 void *argp1 = 0 ;
46984 int res1 = 0 ;
46985 int val2 ;
46986 int ecode2 = 0 ;
46987 bool val3 ;
46988 int ecode3 = 0 ;
46989 PyObject * obj0 = 0 ;
46990 PyObject * obj1 = 0 ;
46991 PyObject * obj2 = 0 ;
46992
46993 if (!PyArg_ParseTuple(args,(char *)"OOO:SBStream_RedirectToFileDescriptor",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
46994 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStream, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[54]
, 0 | 0, 0)
;
46995 if (!SWIG_IsOK(res1)(res1 >= 0)) {
46996 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStream_RedirectToFileDescriptor" "', argument " "1"" of type '" "lldb::SBStream *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStream_RedirectToFileDescriptor"
"', argument " "1"" of type '" "lldb::SBStream *""'"); goto fail
; } while(0)
;
46997 }
46998 arg1 = reinterpret_cast< lldb::SBStream * >(argp1);
46999 ecode2 = SWIG_AsVal_int(obj1, &val2);
47000 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
47001 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBStream_RedirectToFileDescriptor" "', argument " "2"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBStream_RedirectToFileDescriptor"
"', argument " "2"" of type '" "int""'"); goto fail; } while
(0)
;
47002 }
47003 arg2 = static_cast< int >(val2);
47004 ecode3 = SWIG_AsVal_bool(obj2, &val3);
47005 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
47006 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBStream_RedirectToFileDescriptor" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBStream_RedirectToFileDescriptor"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
47007 }
47008 arg3 = static_cast< bool >(val3);
47009 {
47010 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47011 (arg1)->RedirectToFileDescriptor(arg2,arg3);
47012 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47013 }
47014 resultobj = SWIG_Py_Void();
47015 return resultobj;
47016fail:
47017 return NULL__null;
47018}
47019
47020
47021SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStream_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47022 PyObject *resultobj = 0;
47023 lldb::SBStream *arg1 = (lldb::SBStream *) 0 ;
47024 void *argp1 = 0 ;
47025 int res1 = 0 ;
47026 PyObject * obj0 = 0 ;
47027
47028 if (!PyArg_ParseTuple(args,(char *)"O:SBStream_Clear",&obj0)) SWIG_failgoto fail;
47029 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStream, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[54]
, 0 | 0, 0)
;
47030 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47031 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStream_Clear" "', argument " "1"" of type '" "lldb::SBStream *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStream_Clear" "', argument "
"1"" of type '" "lldb::SBStream *""'"); goto fail; } while(0
)
;
47032 }
47033 arg1 = reinterpret_cast< lldb::SBStream * >(argp1);
47034 {
47035 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47036 (arg1)->Clear();
47037 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47038 }
47039 resultobj = SWIG_Py_Void();
47040 return resultobj;
47041fail:
47042 return NULL__null;
47043}
47044
47045
47046SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStream_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47047 PyObject *resultobj = 0;
47048 lldb::SBStream *arg1 = (lldb::SBStream *) 0 ;
47049 char *arg2 = (char *) 0 ;
47050 void *argp1 = 0 ;
47051 int res1 = 0 ;
47052 int res2 ;
47053 char *buf2 = 0 ;
47054 int alloc2 = 0 ;
47055 PyObject * obj0 = 0 ;
47056 PyObject * obj1 = 0 ;
47057
47058 if (!PyArg_ParseTuple(args,(char *)"OO:SBStream_write",&obj0,&obj1)) SWIG_failgoto fail;
47059 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStream, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[54]
, 0 | 0, 0)
;
47060 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47061 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStream_write" "', argument " "1"" of type '" "lldb::SBStream *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStream_write" "', argument "
"1"" of type '" "lldb::SBStream *""'"); goto fail; } while(0
)
;
47062 }
47063 arg1 = reinterpret_cast< lldb::SBStream * >(argp1);
47064 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
47065 if (!SWIG_IsOK(res2)(res2 >= 0)) {
47066 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBStream_write" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBStream_write" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
47067 }
47068 arg2 = reinterpret_cast< char * >(buf2);
47069 {
47070 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47071 lldb_SBStream_write(arg1,(char const *)arg2);
47072 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47073 }
47074 resultobj = SWIG_Py_Void();
47075 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
47076 return resultobj;
47077fail:
47078 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
47079 return NULL__null;
47080}
47081
47082
47083SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStream_flush(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47084 PyObject *resultobj = 0;
47085 lldb::SBStream *arg1 = (lldb::SBStream *) 0 ;
47086 void *argp1 = 0 ;
47087 int res1 = 0 ;
47088 PyObject * obj0 = 0 ;
47089
47090 if (!PyArg_ParseTuple(args,(char *)"O:SBStream_flush",&obj0)) SWIG_failgoto fail;
47091 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStream, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[54]
, 0 | 0, 0)
;
47092 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47093 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStream_flush" "', argument " "1"" of type '" "lldb::SBStream *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStream_flush" "', argument "
"1"" of type '" "lldb::SBStream *""'"); goto fail; } while(0
)
;
47094 }
47095 arg1 = reinterpret_cast< lldb::SBStream * >(argp1);
47096 {
47097 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47098 lldb_SBStream_flush(arg1);
47099 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47100 }
47101 resultobj = SWIG_Py_Void();
47102 return resultobj;
47103fail:
47104 return NULL__null;
47105}
47106
47107
47108SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBStream_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47109 PyObject *obj;
47110 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
47111 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBStreamswig_types[54], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
47112 return SWIG_Py_Void();
47113}
47114
47115SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBStringList__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47116 PyObject *resultobj = 0;
47117 lldb::SBStringList *result = 0 ;
47118
47119 if (!PyArg_ParseTuple(args,(char *)":new_SBStringList")) SWIG_failgoto fail;
47120 {
47121 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47122 result = (lldb::SBStringList *)new lldb::SBStringList();
47123 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47124 }
47125 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBStringList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[55], (
(0x1 << 1) | 0x1) | 0)
;
47126 return resultobj;
47127fail:
47128 return NULL__null;
47129}
47130
47131
47132SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBStringList__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47133 PyObject *resultobj = 0;
47134 lldb::SBStringList *arg1 = 0 ;
47135 void *argp1 = 0 ;
47136 int res1 = 0 ;
47137 PyObject * obj0 = 0 ;
47138 lldb::SBStringList *result = 0 ;
47139
47140 if (!PyArg_ParseTuple(args,(char *)"O:new_SBStringList",&obj0)) SWIG_failgoto fail;
47141 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBStringList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[55]
, 0 | 0, 0)
;
47142 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47143 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBStringList" "', argument " "1"" of type '" "lldb::SBStringList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBStringList" "', argument "
"1"" of type '" "lldb::SBStringList const &""'"); goto fail
; } while(0)
;
47144 }
47145 if (!argp1) {
47146 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBStringList" "', argument " "1"" of type '" "lldb::SBStringList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBStringList" "', argument " "1"" of type '"
"lldb::SBStringList const &""'"); goto fail; } while(0)
;
47147 }
47148 arg1 = reinterpret_cast< lldb::SBStringList * >(argp1);
47149 {
47150 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47151 result = (lldb::SBStringList *)new lldb::SBStringList((lldb::SBStringList const &)*arg1);
47152 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47153 }
47154 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBStringList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[55], (
(0x1 << 1) | 0x1) | 0)
;
47155 return resultobj;
47156fail:
47157 return NULL__null;
47158}
47159
47160
47161SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBStringList(PyObject *self, PyObject *args) {
47162 Py_ssize_t argc;
47163 PyObject *argv[2] = {
47164 0
47165 };
47166 Py_ssize_t ii;
47167
47168 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
47169 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
47170 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
47171 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
47172 }
47173 if (argc == 0) {
47174 return _wrap_new_SBStringList__SWIG_0(self, args);
47175 }
47176 if (argc == 1) {
47177 int _v;
47178 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBStringList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[55], 0, 0
)
;
47179 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
47180 if (_v) {
47181 return _wrap_new_SBStringList__SWIG_1(self, args);
47182 }
47183 }
47184
47185fail:
47186 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBStringList'.\n"
47187 " Possible C/C++ prototypes are:\n"
47188 " lldb::SBStringList::SBStringList()\n"
47189 " lldb::SBStringList::SBStringList(lldb::SBStringList const &)\n");
47190 return 0;
47191}
47192
47193
47194SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBStringList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47195 PyObject *resultobj = 0;
47196 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ;
47197 void *argp1 = 0 ;
47198 int res1 = 0 ;
47199 PyObject * obj0 = 0 ;
47200
47201 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBStringList",&obj0)) SWIG_failgoto fail;
47202 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStringList, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[55]
, 0x1 | 0, 0)
;
47203 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47204 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBStringList" "', argument " "1"" of type '" "lldb::SBStringList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBStringList" "', argument "
"1"" of type '" "lldb::SBStringList *""'"); goto fail; } while
(0)
;
47205 }
47206 arg1 = reinterpret_cast< lldb::SBStringList * >(argp1);
47207 {
47208 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47209 delete arg1;
47210 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47211 }
47212 resultobj = SWIG_Py_Void();
47213 return resultobj;
47214fail:
47215 return NULL__null;
47216}
47217
47218
47219SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStringList_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47220 PyObject *resultobj = 0;
47221 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ;
47222 void *argp1 = 0 ;
47223 int res1 = 0 ;
47224 PyObject * obj0 = 0 ;
47225 bool result;
47226
47227 if (!PyArg_ParseTuple(args,(char *)"O:SBStringList_IsValid",&obj0)) SWIG_failgoto fail;
47228 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStringList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[55]
, 0 | 0, 0)
;
47229 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47230 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStringList_IsValid" "', argument " "1"" of type '" "lldb::SBStringList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStringList_IsValid" "', argument "
"1"" of type '" "lldb::SBStringList const *""'"); goto fail;
} while(0)
;
47231 }
47232 arg1 = reinterpret_cast< lldb::SBStringList * >(argp1);
47233 {
47234 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47235 result = (bool)((lldb::SBStringList const *)arg1)->IsValid();
47236 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47237 }
47238 resultobj = SWIG_From_bool(static_cast< bool >(result));
47239 return resultobj;
47240fail:
47241 return NULL__null;
47242}
47243
47244
47245SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStringList_AppendString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47246 PyObject *resultobj = 0;
47247 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ;
47248 char *arg2 = (char *) 0 ;
47249 void *argp1 = 0 ;
47250 int res1 = 0 ;
47251 int res2 ;
47252 char *buf2 = 0 ;
47253 int alloc2 = 0 ;
47254 PyObject * obj0 = 0 ;
47255 PyObject * obj1 = 0 ;
47256
47257 if (!PyArg_ParseTuple(args,(char *)"OO:SBStringList_AppendString",&obj0,&obj1)) SWIG_failgoto fail;
47258 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStringList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[55]
, 0 | 0, 0)
;
47259 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47260 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStringList_AppendString" "', argument " "1"" of type '" "lldb::SBStringList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStringList_AppendString"
"', argument " "1"" of type '" "lldb::SBStringList *""'"); goto
fail; } while(0)
;
47261 }
47262 arg1 = reinterpret_cast< lldb::SBStringList * >(argp1);
47263 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
47264 if (!SWIG_IsOK(res2)(res2 >= 0)) {
47265 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBStringList_AppendString" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBStringList_AppendString"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
47266 }
47267 arg2 = reinterpret_cast< char * >(buf2);
47268 {
47269 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47270 (arg1)->AppendString((char const *)arg2);
47271 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47272 }
47273 resultobj = SWIG_Py_Void();
47274 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
47275 return resultobj;
47276fail:
47277 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
47278 return NULL__null;
47279}
47280
47281
47282SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStringList_AppendList__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47283 PyObject *resultobj = 0;
47284 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ;
47285 char **arg2 = (char **) 0 ;
47286 int arg3 ;
47287 void *argp1 = 0 ;
47288 int res1 = 0 ;
47289 int val3 ;
47290 int ecode3 = 0 ;
47291 PyObject * obj0 = 0 ;
47292 PyObject * obj1 = 0 ;
47293 PyObject * obj2 = 0 ;
47294
47295 if (!PyArg_ParseTuple(args,(char *)"OOO:SBStringList_AppendList",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
47296 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStringList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[55]
, 0 | 0, 0)
;
47297 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47298 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStringList_AppendList" "', argument " "1"" of type '" "lldb::SBStringList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStringList_AppendList" "', argument "
"1"" of type '" "lldb::SBStringList *""'"); goto fail; } while
(0)
;
47299 }
47300 arg1 = reinterpret_cast< lldb::SBStringList * >(argp1);
47301 {
47302 using namespace lldb_private;
47303 /* Check if is a list */
47304 if (PythonList::Check(obj1)) {
47305 PythonList list(PyRefType::Borrowed, obj1);
47306 int size = list.GetSize();
47307 int i = 0;
47308 arg2 = (char**)malloc((size+1)*sizeof(char*));
47309 for (i = 0; i < size; i++) {
47310 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
47311 if (!py_str.IsAllocated()) {
47312 PyErr_SetString(PyExc_TypeError,"list must contain strings");
47313 free(arg2);
47314 return nullptr;
47315 }
47316
47317 arg2[i] = const_cast<char*>(py_str.GetString().data());
47318 }
47319 arg2[i] = 0;
47320 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
47321 arg2 = NULL__null;
47322 } else {
47323 PyErr_SetString(PyExc_TypeError,"not a list");
47324 return NULL__null;
47325 }
47326 }
47327 ecode3 = SWIG_AsVal_int(obj2, &val3);
47328 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
47329 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBStringList_AppendList" "', argument " "3"" of type '" "int""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBStringList_AppendList"
"', argument " "3"" of type '" "int""'"); goto fail; } while
(0)
;
47330 }
47331 arg3 = static_cast< int >(val3);
47332 {
47333 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47334 (arg1)->AppendList((char const **)arg2,arg3);
47335 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47336 }
47337 resultobj = SWIG_Py_Void();
47338 {
47339 free((char *) arg2);
47340 }
47341 return resultobj;
47342fail:
47343 {
47344 free((char *) arg2);
47345 }
47346 return NULL__null;
47347}
47348
47349
47350SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStringList_AppendList__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47351 PyObject *resultobj = 0;
47352 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ;
47353 lldb::SBStringList *arg2 = 0 ;
47354 void *argp1 = 0 ;
47355 int res1 = 0 ;
47356 void *argp2 = 0 ;
47357 int res2 = 0 ;
47358 PyObject * obj0 = 0 ;
47359 PyObject * obj1 = 0 ;
47360
47361 if (!PyArg_ParseTuple(args,(char *)"OO:SBStringList_AppendList",&obj0,&obj1)) SWIG_failgoto fail;
47362 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStringList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[55]
, 0 | 0, 0)
;
47363 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47364 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStringList_AppendList" "', argument " "1"" of type '" "lldb::SBStringList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStringList_AppendList" "', argument "
"1"" of type '" "lldb::SBStringList *""'"); goto fail; } while
(0)
;
47365 }
47366 arg1 = reinterpret_cast< lldb::SBStringList * >(argp1);
47367 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStringList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[55]
, 0 | 0, 0)
;
47368 if (!SWIG_IsOK(res2)(res2 >= 0)) {
47369 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBStringList_AppendList" "', argument " "2"" of type '" "lldb::SBStringList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBStringList_AppendList" "', argument "
"2"" of type '" "lldb::SBStringList const &""'"); goto fail
; } while(0)
;
47370 }
47371 if (!argp2) {
47372 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBStringList_AppendList" "', argument " "2"" of type '" "lldb::SBStringList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBStringList_AppendList" "', argument " "2"" of type '"
"lldb::SBStringList const &""'"); goto fail; } while(0)
;
47373 }
47374 arg2 = reinterpret_cast< lldb::SBStringList * >(argp2);
47375 {
47376 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47377 (arg1)->AppendList((lldb::SBStringList const &)*arg2);
47378 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47379 }
47380 resultobj = SWIG_Py_Void();
47381 return resultobj;
47382fail:
47383 return NULL__null;
47384}
47385
47386
47387SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStringList_AppendList(PyObject *self, PyObject *args) {
47388 Py_ssize_t argc;
47389 PyObject *argv[4] = {
47390 0
47391 };
47392 Py_ssize_t ii;
47393
47394 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
47395 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
47396 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
47397 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
47398 }
47399 if (argc == 2) {
47400 int _v;
47401 void *vptr = 0;
47402 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBStringList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[55
], 0, 0)
;
47403 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
47404 if (_v) {
47405 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBStringList, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[55], 0, 0
)
;
47406 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
47407 if (_v) {
47408 return _wrap_SBStringList_AppendList__SWIG_1(self, args);
47409 }
47410 }
47411 }
47412 if (argc == 3) {
47413 int _v;
47414 void *vptr = 0;
47415 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBStringList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[55
], 0, 0)
;
47416 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
47417 if (_v) {
47418 {
47419 /* Check if is a list */
47420 _v = 1;
47421 using namespace lldb_private;
47422 if (PythonList::Check(argv[1])) {
47423 PythonList list(PyRefType::Borrowed, argv[1]);
47424 int size = list.GetSize();
47425 int i = 0;
47426 for (i = 0; i < size; i++) {
47427 PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
47428 if (!s.IsAllocated()) {
47429 _v = 0;
47430 }
47431 }
47432 }
47433 else
47434 {
47435 _v = ( (argv[1] == Py_None(&_Py_NoneStruct)) ? 1 : 0);
47436 }
47437 }
47438 if (_v) {
47439 {
47440 int res = SWIG_AsVal_int(argv[2], NULL__null);
47441 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
47442 }
47443 if (_v) {
47444 return _wrap_SBStringList_AppendList__SWIG_0(self, args);
47445 }
47446 }
47447 }
47448 }
47449
47450fail:
47451 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBStringList_AppendList'.\n"
47452 " Possible C/C++ prototypes are:\n"
47453 " lldb::SBStringList::AppendList(char const **,int)\n"
47454 " lldb::SBStringList::AppendList(lldb::SBStringList const &)\n");
47455 return 0;
47456}
47457
47458
47459SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStringList_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47460 PyObject *resultobj = 0;
47461 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ;
47462 void *argp1 = 0 ;
47463 int res1 = 0 ;
47464 PyObject * obj0 = 0 ;
47465 uint32_t result;
47466
47467 if (!PyArg_ParseTuple(args,(char *)"O:SBStringList_GetSize",&obj0)) SWIG_failgoto fail;
47468 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStringList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[55]
, 0 | 0, 0)
;
47469 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47470 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStringList_GetSize" "', argument " "1"" of type '" "lldb::SBStringList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStringList_GetSize" "', argument "
"1"" of type '" "lldb::SBStringList const *""'"); goto fail;
} while(0)
;
47471 }
47472 arg1 = reinterpret_cast< lldb::SBStringList * >(argp1);
47473 {
47474 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47475 result = (uint32_t)((lldb::SBStringList const *)arg1)->GetSize();
47476 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47477 }
47478 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
47479 return resultobj;
47480fail:
47481 return NULL__null;
47482}
47483
47484
47485SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStringList_GetStringAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47486 PyObject *resultobj = 0;
47487 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ;
47488 size_t arg2 ;
47489 void *argp1 = 0 ;
47490 int res1 = 0 ;
47491 size_t val2 ;
47492 int ecode2 = 0 ;
47493 PyObject * obj0 = 0 ;
47494 PyObject * obj1 = 0 ;
47495 char *result = 0 ;
47496
47497 if (!PyArg_ParseTuple(args,(char *)"OO:SBStringList_GetStringAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
47498 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStringList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[55]
, 0 | 0, 0)
;
47499 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47500 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStringList_GetStringAtIndex" "', argument " "1"" of type '" "lldb::SBStringList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStringList_GetStringAtIndex"
"', argument " "1"" of type '" "lldb::SBStringList *""'"); goto
fail; } while(0)
;
47501 }
47502 arg1 = reinterpret_cast< lldb::SBStringList * >(argp1);
47503 ecode2 = SWIG_AsVal_size_t(obj1, &val2);
47504 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
47505 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBStringList_GetStringAtIndex" "', argument " "2"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBStringList_GetStringAtIndex"
"', argument " "2"" of type '" "size_t""'"); goto fail; } while
(0)
;
47506 }
47507 arg2 = static_cast< size_t >(val2);
47508 {
47509 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47510 result = (char *)(arg1)->GetStringAtIndex(arg2);
47511 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47512 }
47513 resultobj = SWIG_FromCharPtr((const char *)result);
47514 return resultobj;
47515fail:
47516 return NULL__null;
47517}
47518
47519
47520SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStringList_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47521 PyObject *resultobj = 0;
47522 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ;
47523 void *argp1 = 0 ;
47524 int res1 = 0 ;
47525 PyObject * obj0 = 0 ;
47526
47527 if (!PyArg_ParseTuple(args,(char *)"O:SBStringList_Clear",&obj0)) SWIG_failgoto fail;
47528 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStringList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[55]
, 0 | 0, 0)
;
47529 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47530 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStringList_Clear" "', argument " "1"" of type '" "lldb::SBStringList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStringList_Clear" "', argument "
"1"" of type '" "lldb::SBStringList *""'"); goto fail; } while
(0)
;
47531 }
47532 arg1 = reinterpret_cast< lldb::SBStringList * >(argp1);
47533 {
47534 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47535 (arg1)->Clear();
47536 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47537 }
47538 resultobj = SWIG_Py_Void();
47539 return resultobj;
47540fail:
47541 return NULL__null;
47542}
47543
47544
47545SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBStringList_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47546 PyObject *obj;
47547 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
47548 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBStringListswig_types[55], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
47549 return SWIG_Py_Void();
47550}
47551
47552SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBStructuredData__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47553 PyObject *resultobj = 0;
47554 lldb::SBStructuredData *result = 0 ;
47555
47556 if (!PyArg_ParseTuple(args,(char *)":new_SBStructuredData")) SWIG_failgoto fail;
47557 {
47558 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47559 result = (lldb::SBStructuredData *)new lldb::SBStructuredData();
47560 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47561 }
47562 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[56], (
(0x1 << 1) | 0x1) | 0)
;
47563 return resultobj;
47564fail:
47565 return NULL__null;
47566}
47567
47568
47569SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBStructuredData__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47570 PyObject *resultobj = 0;
47571 lldb::SBStructuredData *arg1 = 0 ;
47572 void *argp1 = 0 ;
47573 int res1 = 0 ;
47574 PyObject * obj0 = 0 ;
47575 lldb::SBStructuredData *result = 0 ;
47576
47577 if (!PyArg_ParseTuple(args,(char *)"O:new_SBStructuredData",&obj0)) SWIG_failgoto fail;
47578 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBStructuredData, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
47579 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47580 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBStructuredData" "', argument " "1"" of type '" "lldb::SBStructuredData const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBStructuredData" "', argument "
"1"" of type '" "lldb::SBStructuredData const &""'"); goto
fail; } while(0)
;
47581 }
47582 if (!argp1) {
47583 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBStructuredData" "', argument " "1"" of type '" "lldb::SBStructuredData const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBStructuredData" "', argument " "1"" of type '"
"lldb::SBStructuredData const &""'"); goto fail; } while
(0)
;
47584 }
47585 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
47586 {
47587 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47588 result = (lldb::SBStructuredData *)new lldb::SBStructuredData((lldb::SBStructuredData const &)*arg1);
47589 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47590 }
47591 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[56], (
(0x1 << 1) | 0x1) | 0)
;
47592 return resultobj;
47593fail:
47594 return NULL__null;
47595}
47596
47597
47598SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBStructuredData__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47599 PyObject *resultobj = 0;
47600 lldb::EventSP *arg1 = 0 ;
47601 void *argp1 = 0 ;
47602 int res1 = 0 ;
47603 PyObject * obj0 = 0 ;
47604 lldb::SBStructuredData *result = 0 ;
47605
47606 if (!PyArg_ParseTuple(args,(char *)"O:new_SBStructuredData",&obj0)) SWIG_failgoto fail;
47607 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_std__shared_ptrT_lldb_private__Event_t, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[115
], 0 | 0, 0)
;
47608 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47609 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBStructuredData" "', argument " "1"" of type '" "lldb::EventSP const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBStructuredData" "', argument "
"1"" of type '" "lldb::EventSP const &""'"); goto fail; }
while(0)
;
47610 }
47611 if (!argp1) {
47612 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBStructuredData" "', argument " "1"" of type '" "lldb::EventSP const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBStructuredData" "', argument " "1"" of type '"
"lldb::EventSP const &""'"); goto fail; } while(0)
;
47613 }
47614 arg1 = reinterpret_cast< lldb::EventSP * >(argp1);
47615 {
47616 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47617 result = (lldb::SBStructuredData *)new lldb::SBStructuredData((lldb::EventSP const &)*arg1);
47618 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47619 }
47620 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[56], (
(0x1 << 1) | 0x1) | 0)
;
47621 return resultobj;
47622fail:
47623 return NULL__null;
47624}
47625
47626
47627SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBStructuredData(PyObject *self, PyObject *args) {
47628 Py_ssize_t argc;
47629 PyObject *argv[2] = {
47630 0
47631 };
47632 Py_ssize_t ii;
47633
47634 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
47635 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
47636 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
47637 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
47638 }
47639 if (argc == 0) {
47640 return _wrap_new_SBStructuredData__SWIG_0(self, args);
47641 }
47642 if (argc == 1) {
47643 int _v;
47644 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBStructuredData, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[56], 0, 0
)
;
47645 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
47646 if (_v) {
47647 return _wrap_new_SBStructuredData__SWIG_1(self, args);
47648 }
47649 }
47650 if (argc == 1) {
47651 int _v;
47652 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_std__shared_ptrT_lldb_private__Event_t, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[115], 0, 0
)
;
47653 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
47654 if (_v) {
47655 return _wrap_new_SBStructuredData__SWIG_2(self, args);
47656 }
47657 }
47658
47659fail:
47660 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBStructuredData'.\n"
47661 " Possible C/C++ prototypes are:\n"
47662 " lldb::SBStructuredData::SBStructuredData()\n"
47663 " lldb::SBStructuredData::SBStructuredData(lldb::SBStructuredData const &)\n"
47664 " lldb::SBStructuredData::SBStructuredData(lldb::EventSP const &)\n");
47665 return 0;
47666}
47667
47668
47669SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBStructuredData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47670 PyObject *resultobj = 0;
47671 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
47672 void *argp1 = 0 ;
47673 int res1 = 0 ;
47674 PyObject * obj0 = 0 ;
47675
47676 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBStructuredData",&obj0)) SWIG_failgoto fail;
47677 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0x1 | 0, 0)
;
47678 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47679 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBStructuredData" "', argument " "1"" of type '" "lldb::SBStructuredData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBStructuredData" "', argument "
"1"" of type '" "lldb::SBStructuredData *""'"); goto fail; }
while(0)
;
47680 }
47681 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
47682 {
47683 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47684 delete arg1;
47685 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47686 }
47687 resultobj = SWIG_Py_Void();
47688 return resultobj;
47689fail:
47690 return NULL__null;
47691}
47692
47693
47694SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47695 PyObject *resultobj = 0;
47696 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
47697 void *argp1 = 0 ;
47698 int res1 = 0 ;
47699 PyObject * obj0 = 0 ;
47700 bool result;
47701
47702 if (!PyArg_ParseTuple(args,(char *)"O:SBStructuredData_IsValid",&obj0)) SWIG_failgoto fail;
47703 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
47704 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47705 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_IsValid" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_IsValid" "', argument "
"1"" of type '" "lldb::SBStructuredData const *""'"); goto fail
; } while(0)
;
47706 }
47707 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
47708 {
47709 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47710 result = (bool)((lldb::SBStructuredData const *)arg1)->IsValid();
47711 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47712 }
47713 resultobj = SWIG_From_bool(static_cast< bool >(result));
47714 return resultobj;
47715fail:
47716 return NULL__null;
47717}
47718
47719
47720SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47721 PyObject *resultobj = 0;
47722 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
47723 void *argp1 = 0 ;
47724 int res1 = 0 ;
47725 PyObject * obj0 = 0 ;
47726
47727 if (!PyArg_ParseTuple(args,(char *)"O:SBStructuredData_Clear",&obj0)) SWIG_failgoto fail;
47728 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
47729 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47730 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_Clear" "', argument " "1"" of type '" "lldb::SBStructuredData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_Clear" "', argument "
"1"" of type '" "lldb::SBStructuredData *""'"); goto fail; }
while(0)
;
47731 }
47732 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
47733 {
47734 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47735 (arg1)->Clear();
47736 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47737 }
47738 resultobj = SWIG_Py_Void();
47739 return resultobj;
47740fail:
47741 return NULL__null;
47742}
47743
47744
47745SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47746 PyObject *resultobj = 0;
47747 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
47748 void *argp1 = 0 ;
47749 int res1 = 0 ;
47750 PyObject * obj0 = 0 ;
47751 lldb::StructuredDataType result;
47752
47753 if (!PyArg_ParseTuple(args,(char *)"O:SBStructuredData_GetType",&obj0)) SWIG_failgoto fail;
47754 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
47755 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47756 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetType" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetType" "', argument "
"1"" of type '" "lldb::SBStructuredData const *""'"); goto fail
; } while(0)
;
47757 }
47758 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
47759 {
47760 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47761 result = (lldb::StructuredDataType)((lldb::SBStructuredData const *)arg1)->GetType();
47762 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47763 }
47764 resultobj = SWIG_From_int(static_cast< int >(result));
47765 return resultobj;
47766fail:
47767 return NULL__null;
47768}
47769
47770
47771SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47772 PyObject *resultobj = 0;
47773 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
47774 void *argp1 = 0 ;
47775 int res1 = 0 ;
47776 PyObject * obj0 = 0 ;
47777 size_t result;
47778
47779 if (!PyArg_ParseTuple(args,(char *)"O:SBStructuredData_GetSize",&obj0)) SWIG_failgoto fail;
47780 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
47781 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47782 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetSize" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetSize" "', argument "
"1"" of type '" "lldb::SBStructuredData const *""'"); goto fail
; } while(0)
;
47783 }
47784 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
47785 {
47786 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47787 result = ((lldb::SBStructuredData const *)arg1)->GetSize();
47788 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47789 }
47790 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
47791 return resultobj;
47792fail:
47793 return NULL__null;
47794}
47795
47796
47797SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetKeys(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47798 PyObject *resultobj = 0;
47799 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
47800 lldb::SBStringList *arg2 = 0 ;
47801 void *argp1 = 0 ;
47802 int res1 = 0 ;
47803 void *argp2 = 0 ;
47804 int res2 = 0 ;
47805 PyObject * obj0 = 0 ;
47806 PyObject * obj1 = 0 ;
47807 bool result;
47808
47809 if (!PyArg_ParseTuple(args,(char *)"OO:SBStructuredData_GetKeys",&obj0,&obj1)) SWIG_failgoto fail;
47810 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
47811 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47812 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetKeys" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetKeys" "', argument "
"1"" of type '" "lldb::SBStructuredData const *""'"); goto fail
; } while(0)
;
47813 }
47814 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
47815 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[55]
, 0, 0)
;
47816 if (!SWIG_IsOK(res2)(res2 >= 0)) {
47817 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBStructuredData_GetKeys" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBStructuredData_GetKeys" "', argument "
"2"" of type '" "lldb::SBStringList &""'"); goto fail; }
while(0)
;
47818 }
47819 if (!argp2) {
47820 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBStructuredData_GetKeys" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBStructuredData_GetKeys" "', argument " "2"" of type '"
"lldb::SBStringList &""'"); goto fail; } while(0)
;
47821 }
47822 arg2 = reinterpret_cast< lldb::SBStringList * >(argp2);
47823 {
47824 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47825 result = (bool)((lldb::SBStructuredData const *)arg1)->GetKeys(*arg2);
47826 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47827 }
47828 resultobj = SWIG_From_bool(static_cast< bool >(result));
47829 return resultobj;
47830fail:
47831 return NULL__null;
47832}
47833
47834
47835SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetValueForKey(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47836 PyObject *resultobj = 0;
47837 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
47838 char *arg2 = (char *) 0 ;
47839 void *argp1 = 0 ;
47840 int res1 = 0 ;
47841 int res2 ;
47842 char *buf2 = 0 ;
47843 int alloc2 = 0 ;
47844 PyObject * obj0 = 0 ;
47845 PyObject * obj1 = 0 ;
47846 lldb::SBStructuredData result;
47847
47848 if (!PyArg_ParseTuple(args,(char *)"OO:SBStructuredData_GetValueForKey",&obj0,&obj1)) SWIG_failgoto fail;
47849 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
47850 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47851 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetValueForKey" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetValueForKey"
"', argument " "1"" of type '" "lldb::SBStructuredData const *"
"'"); goto fail; } while(0)
;
47852 }
47853 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
47854 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
47855 if (!SWIG_IsOK(res2)(res2 >= 0)) {
47856 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBStructuredData_GetValueForKey" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBStructuredData_GetValueForKey"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
47857 }
47858 arg2 = reinterpret_cast< char * >(buf2);
47859 {
47860 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47861 result = ((lldb::SBStructuredData const *)arg1)->GetValueForKey((char const *)arg2);
47862 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47863 }
47864 resultobj = SWIG_NewPointerObj((new lldb::SBStructuredData(static_cast< const lldb::SBStructuredData& >(result))), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBStructuredData
(static_cast< const lldb::SBStructuredData& >(result
))), swig_types[56], 0x1 | 0)
;
47865 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
47866 return resultobj;
47867fail:
47868 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
47869 return NULL__null;
47870}
47871
47872
47873SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetItemAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47874 PyObject *resultobj = 0;
47875 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
47876 size_t arg2 ;
47877 void *argp1 = 0 ;
47878 int res1 = 0 ;
47879 size_t val2 ;
47880 int ecode2 = 0 ;
47881 PyObject * obj0 = 0 ;
47882 PyObject * obj1 = 0 ;
47883 lldb::SBStructuredData result;
47884
47885 if (!PyArg_ParseTuple(args,(char *)"OO:SBStructuredData_GetItemAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
47886 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
47887 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47888 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetItemAtIndex" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetItemAtIndex"
"', argument " "1"" of type '" "lldb::SBStructuredData const *"
"'"); goto fail; } while(0)
;
47889 }
47890 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
47891 ecode2 = SWIG_AsVal_size_t(obj1, &val2);
47892 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
47893 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBStructuredData_GetItemAtIndex" "', argument " "2"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBStructuredData_GetItemAtIndex"
"', argument " "2"" of type '" "size_t""'"); goto fail; } while
(0)
;
47894 }
47895 arg2 = static_cast< size_t >(val2);
47896 {
47897 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47898 result = ((lldb::SBStructuredData const *)arg1)->GetItemAtIndex(arg2);
47899 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47900 }
47901 resultobj = SWIG_NewPointerObj((new lldb::SBStructuredData(static_cast< const lldb::SBStructuredData& >(result))), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBStructuredData
(static_cast< const lldb::SBStructuredData& >(result
))), swig_types[56], 0x1 | 0)
;
47902 return resultobj;
47903fail:
47904 return NULL__null;
47905}
47906
47907
47908SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetIntegerValue__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47909 PyObject *resultobj = 0;
47910 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
47911 uint64_t arg2 ;
47912 void *argp1 = 0 ;
47913 int res1 = 0 ;
47914 unsigned long long val2 ;
47915 int ecode2 = 0 ;
47916 PyObject * obj0 = 0 ;
47917 PyObject * obj1 = 0 ;
47918 uint64_t result;
47919
47920 if (!PyArg_ParseTuple(args,(char *)"OO:SBStructuredData_GetIntegerValue",&obj0,&obj1)) SWIG_failgoto fail;
47921 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
47922 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47923 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetIntegerValue" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetIntegerValue"
"', argument " "1"" of type '" "lldb::SBStructuredData const *"
"'"); goto fail; } while(0)
;
47924 }
47925 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
47926 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
47927 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
47928 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBStructuredData_GetIntegerValue" "', argument " "2"" of type '" "uint64_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBStructuredData_GetIntegerValue"
"', argument " "2"" of type '" "uint64_t""'"); goto fail; } while
(0)
;
47929 }
47930 arg2 = static_cast< uint64_t >(val2);
47931 {
47932 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47933 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetIntegerValue(arg2);
47934 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47935 }
47936 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
47937 return resultobj;
47938fail:
47939 return NULL__null;
47940}
47941
47942
47943SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetIntegerValue__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
47944 PyObject *resultobj = 0;
47945 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
47946 void *argp1 = 0 ;
47947 int res1 = 0 ;
47948 PyObject * obj0 = 0 ;
47949 uint64_t result;
47950
47951 if (!PyArg_ParseTuple(args,(char *)"O:SBStructuredData_GetIntegerValue",&obj0)) SWIG_failgoto fail;
47952 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
47953 if (!SWIG_IsOK(res1)(res1 >= 0)) {
47954 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetIntegerValue" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetIntegerValue"
"', argument " "1"" of type '" "lldb::SBStructuredData const *"
"'"); goto fail; } while(0)
;
47955 }
47956 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
47957 {
47958 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
47959 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetIntegerValue();
47960 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
47961 }
47962 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
47963 return resultobj;
47964fail:
47965 return NULL__null;
47966}
47967
47968
47969SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetIntegerValue(PyObject *self, PyObject *args) {
47970 Py_ssize_t argc;
47971 PyObject *argv[3] = {
47972 0
47973 };
47974 Py_ssize_t ii;
47975
47976 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
47977 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
47978 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
47979 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
47980 }
47981 if (argc == 1) {
47982 int _v;
47983 void *vptr = 0;
47984 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBStructuredData, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[56
], 0, 0)
;
47985 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
47986 if (_v) {
47987 return _wrap_SBStructuredData_GetIntegerValue__SWIG_1(self, args);
47988 }
47989 }
47990 if (argc == 2) {
47991 int _v;
47992 void *vptr = 0;
47993 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBStructuredData, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[56
], 0, 0)
;
47994 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
47995 if (_v) {
47996 {
47997 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL__null);
47998 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
47999 }
48000 if (_v) {
48001 return _wrap_SBStructuredData_GetIntegerValue__SWIG_0(self, args);
48002 }
48003 }
48004 }
48005
48006fail:
48007 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBStructuredData_GetIntegerValue'.\n"
48008 " Possible C/C++ prototypes are:\n"
48009 " lldb::SBStructuredData::GetIntegerValue(uint64_t) const\n"
48010 " lldb::SBStructuredData::GetIntegerValue() const\n");
48011 return 0;
48012}
48013
48014
48015SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetFloatValue__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48016 PyObject *resultobj = 0;
48017 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
48018 double arg2 ;
48019 void *argp1 = 0 ;
48020 int res1 = 0 ;
48021 double val2 ;
48022 int ecode2 = 0 ;
48023 PyObject * obj0 = 0 ;
48024 PyObject * obj1 = 0 ;
48025 double result;
48026
48027 if (!PyArg_ParseTuple(args,(char *)"OO:SBStructuredData_GetFloatValue",&obj0,&obj1)) SWIG_failgoto fail;
48028 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
48029 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48030 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetFloatValue" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetFloatValue"
"', argument " "1"" of type '" "lldb::SBStructuredData const *"
"'"); goto fail; } while(0)
;
48031 }
48032 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
48033 ecode2 = SWIG_AsVal_double(obj1, &val2);
48034 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
48035 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBStructuredData_GetFloatValue" "', argument " "2"" of type '" "double""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBStructuredData_GetFloatValue"
"', argument " "2"" of type '" "double""'"); goto fail; } while
(0)
;
48036 }
48037 arg2 = static_cast< double >(val2);
48038 {
48039 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48040 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue(arg2);
48041 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48042 }
48043 resultobj = SWIG_From_doublePyFloat_FromDouble(static_cast< double >(result));
48044 return resultobj;
48045fail:
48046 return NULL__null;
48047}
48048
48049
48050SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetFloatValue__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48051 PyObject *resultobj = 0;
48052 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
48053 void *argp1 = 0 ;
48054 int res1 = 0 ;
48055 PyObject * obj0 = 0 ;
48056 double result;
48057
48058 if (!PyArg_ParseTuple(args,(char *)"O:SBStructuredData_GetFloatValue",&obj0)) SWIG_failgoto fail;
48059 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
48060 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48061 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetFloatValue" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetFloatValue"
"', argument " "1"" of type '" "lldb::SBStructuredData const *"
"'"); goto fail; } while(0)
;
48062 }
48063 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
48064 {
48065 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48066 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue();
48067 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48068 }
48069 resultobj = SWIG_From_doublePyFloat_FromDouble(static_cast< double >(result));
48070 return resultobj;
48071fail:
48072 return NULL__null;
48073}
48074
48075
48076SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetFloatValue(PyObject *self, PyObject *args) {
48077 Py_ssize_t argc;
48078 PyObject *argv[3] = {
48079 0
48080 };
48081 Py_ssize_t ii;
48082
48083 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
48084 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
48085 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
48086 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
48087 }
48088 if (argc == 1) {
48089 int _v;
48090 void *vptr = 0;
48091 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBStructuredData, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[56
], 0, 0)
;
48092 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
48093 if (_v) {
48094 return _wrap_SBStructuredData_GetFloatValue__SWIG_1(self, args);
48095 }
48096 }
48097 if (argc == 2) {
48098 int _v;
48099 void *vptr = 0;
48100 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBStructuredData, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[56
], 0, 0)
;
48101 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
48102 if (_v) {
48103 {
48104 int res = SWIG_AsVal_double(argv[1], NULL__null);
48105 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
48106 }
48107 if (_v) {
48108 return _wrap_SBStructuredData_GetFloatValue__SWIG_0(self, args);
48109 }
48110 }
48111 }
48112
48113fail:
48114 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBStructuredData_GetFloatValue'.\n"
48115 " Possible C/C++ prototypes are:\n"
48116 " lldb::SBStructuredData::GetFloatValue(double) const\n"
48117 " lldb::SBStructuredData::GetFloatValue() const\n");
48118 return 0;
48119}
48120
48121
48122SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetBooleanValue__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48123 PyObject *resultobj = 0;
48124 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
48125 bool arg2 ;
48126 void *argp1 = 0 ;
48127 int res1 = 0 ;
48128 bool val2 ;
48129 int ecode2 = 0 ;
48130 PyObject * obj0 = 0 ;
48131 PyObject * obj1 = 0 ;
48132 bool result;
48133
48134 if (!PyArg_ParseTuple(args,(char *)"OO:SBStructuredData_GetBooleanValue",&obj0,&obj1)) SWIG_failgoto fail;
48135 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
48136 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48137 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetBooleanValue" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetBooleanValue"
"', argument " "1"" of type '" "lldb::SBStructuredData const *"
"'"); goto fail; } while(0)
;
48138 }
48139 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
48140 ecode2 = SWIG_AsVal_bool(obj1, &val2);
48141 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
48142 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBStructuredData_GetBooleanValue" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBStructuredData_GetBooleanValue"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
48143 }
48144 arg2 = static_cast< bool >(val2);
48145 {
48146 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48147 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(arg2);
48148 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48149 }
48150 resultobj = SWIG_From_bool(static_cast< bool >(result));
48151 return resultobj;
48152fail:
48153 return NULL__null;
48154}
48155
48156
48157SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetBooleanValue__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48158 PyObject *resultobj = 0;
48159 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
48160 void *argp1 = 0 ;
48161 int res1 = 0 ;
48162 PyObject * obj0 = 0 ;
48163 bool result;
48164
48165 if (!PyArg_ParseTuple(args,(char *)"O:SBStructuredData_GetBooleanValue",&obj0)) SWIG_failgoto fail;
48166 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
48167 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48168 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetBooleanValue" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetBooleanValue"
"', argument " "1"" of type '" "lldb::SBStructuredData const *"
"'"); goto fail; } while(0)
;
48169 }
48170 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
48171 {
48172 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48173 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue();
48174 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48175 }
48176 resultobj = SWIG_From_bool(static_cast< bool >(result));
48177 return resultobj;
48178fail:
48179 return NULL__null;
48180}
48181
48182
48183SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetBooleanValue(PyObject *self, PyObject *args) {
48184 Py_ssize_t argc;
48185 PyObject *argv[3] = {
48186 0
48187 };
48188 Py_ssize_t ii;
48189
48190 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
48191 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
48192 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
48193 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
48194 }
48195 if (argc == 1) {
48196 int _v;
48197 void *vptr = 0;
48198 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBStructuredData, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[56
], 0, 0)
;
48199 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
48200 if (_v) {
48201 return _wrap_SBStructuredData_GetBooleanValue__SWIG_1(self, args);
48202 }
48203 }
48204 if (argc == 2) {
48205 int _v;
48206 void *vptr = 0;
48207 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBStructuredData, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[56
], 0, 0)
;
48208 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
48209 if (_v) {
48210 {
48211 int res = SWIG_AsVal_bool(argv[1], NULL__null);
48212 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
48213 }
48214 if (_v) {
48215 return _wrap_SBStructuredData_GetBooleanValue__SWIG_0(self, args);
48216 }
48217 }
48218 }
48219
48220fail:
48221 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBStructuredData_GetBooleanValue'.\n"
48222 " Possible C/C++ prototypes are:\n"
48223 " lldb::SBStructuredData::GetBooleanValue(bool) const\n"
48224 " lldb::SBStructuredData::GetBooleanValue() const\n");
48225 return 0;
48226}
48227
48228
48229SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetStringValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48230 PyObject *resultobj = 0;
48231 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
48232 char *arg2 = (char *) 0 ;
48233 size_t arg3 ;
48234 void *argp1 = 0 ;
48235 int res1 = 0 ;
48236 PyObject * obj0 = 0 ;
48237 PyObject * obj1 = 0 ;
48238 size_t result;
48239
48240 if (!PyArg_ParseTuple(args,(char *)"OO:SBStructuredData_GetStringValue",&obj0,&obj1)) SWIG_failgoto fail;
48241 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
48242 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48243 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetStringValue" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetStringValue"
"', argument " "1"" of type '" "lldb::SBStructuredData const *"
"'"); goto fail; } while(0)
;
48244 }
48245 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
48246 {
48247 if (!PyInt_Check(obj1)((((obj1)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
48248 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
48249 return NULL__null;
48250 }
48251 arg3 = PyInt_AsLong(obj1);
48252 if (arg3 <= 0) {
48253 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
48254 return NULL__null;
48255 }
48256 arg2 = (char *) malloc(arg3);
48257 }
48258 {
48259 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48260 result = ((lldb::SBStructuredData const *)arg1)->GetStringValue(arg2,arg3);
48261 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48262 }
48263 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
48264 {
48265 Py_XDECREF(resultobj)do { if ((resultobj) == __null) ; else do { if ( --((PyObject
*)(resultobj))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(resultobj)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(resultobj)))); } while (0); } while (0)
; /* Blow away any previous result */
48266 if (result == 0) {
48267 lldb_private::PythonString string("");
48268 resultobj = string.release();
48269 Py_INCREF(resultobj)( ((PyObject*)(resultobj))->ob_refcnt++);
48270 } else {
48271 llvm::StringRef ref(static_cast<const char*>(arg2), result);
48272 lldb_private::PythonString string(ref);
48273 resultobj = string.release();
48274 }
48275 free(arg2);
48276 }
48277 return resultobj;
48278fail:
48279 return NULL__null;
48280}
48281
48282
48283SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetAsJSON(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48284 PyObject *resultobj = 0;
48285 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
48286 lldb::SBStream *arg2 = 0 ;
48287 void *argp1 = 0 ;
48288 int res1 = 0 ;
48289 void *argp2 = 0 ;
48290 int res2 = 0 ;
48291 PyObject * obj0 = 0 ;
48292 PyObject * obj1 = 0 ;
48293 lldb::SBError result;
48294
48295 if (!PyArg_ParseTuple(args,(char *)"OO:SBStructuredData_GetAsJSON",&obj0,&obj1)) SWIG_failgoto fail;
48296 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
48297 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48298 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetAsJSON" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetAsJSON"
"', argument " "1"" of type '" "lldb::SBStructuredData const *"
"'"); goto fail; } while(0)
;
48299 }
48300 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
48301 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
48302 if (!SWIG_IsOK(res2)(res2 >= 0)) {
48303 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBStructuredData_GetAsJSON" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBStructuredData_GetAsJSON"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
48304 }
48305 if (!argp2) {
48306 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBStructuredData_GetAsJSON" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBStructuredData_GetAsJSON" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
48307 }
48308 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
48309 {
48310 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48311 result = ((lldb::SBStructuredData const *)arg1)->GetAsJSON(*arg2);
48312 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48313 }
48314 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
48315 return resultobj;
48316fail:
48317 return NULL__null;
48318}
48319
48320
48321SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48322 PyObject *resultobj = 0;
48323 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
48324 lldb::SBStream *arg2 = 0 ;
48325 void *argp1 = 0 ;
48326 int res1 = 0 ;
48327 void *argp2 = 0 ;
48328 int res2 = 0 ;
48329 PyObject * obj0 = 0 ;
48330 PyObject * obj1 = 0 ;
48331 lldb::SBError result;
48332
48333 if (!PyArg_ParseTuple(args,(char *)"OO:SBStructuredData_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
48334 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
48335 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48336 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_GetDescription" "', argument " "1"" of type '" "lldb::SBStructuredData const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_GetDescription"
"', argument " "1"" of type '" "lldb::SBStructuredData const *"
"'"); goto fail; } while(0)
;
48337 }
48338 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
48339 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
48340 if (!SWIG_IsOK(res2)(res2 >= 0)) {
48341 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBStructuredData_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBStructuredData_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
48342 }
48343 if (!argp2) {
48344 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBStructuredData_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBStructuredData_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
48345 }
48346 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
48347 {
48348 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48349 result = ((lldb::SBStructuredData const *)arg1)->GetDescription(*arg2);
48350 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48351 }
48352 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
48353 return resultobj;
48354fail:
48355 return NULL__null;
48356}
48357
48358
48359SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBStructuredData_SetFromJSON(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48360 PyObject *resultobj = 0;
48361 lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
48362 lldb::SBStream *arg2 = 0 ;
48363 void *argp1 = 0 ;
48364 int res1 = 0 ;
48365 void *argp2 = 0 ;
48366 int res2 = 0 ;
48367 PyObject * obj0 = 0 ;
48368 PyObject * obj1 = 0 ;
48369 lldb::SBError result;
48370
48371 if (!PyArg_ParseTuple(args,(char *)"OO:SBStructuredData_SetFromJSON",&obj0,&obj1)) SWIG_failgoto fail;
48372 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBStructuredData, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[56]
, 0 | 0, 0)
;
48373 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48374 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBStructuredData_SetFromJSON" "', argument " "1"" of type '" "lldb::SBStructuredData *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBStructuredData_SetFromJSON"
"', argument " "1"" of type '" "lldb::SBStructuredData *""'"
); goto fail; } while(0)
;
48375 }
48376 arg1 = reinterpret_cast< lldb::SBStructuredData * >(argp1);
48377 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
48378 if (!SWIG_IsOK(res2)(res2 >= 0)) {
48379 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBStructuredData_SetFromJSON" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBStructuredData_SetFromJSON"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
48380 }
48381 if (!argp2) {
48382 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBStructuredData_SetFromJSON" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBStructuredData_SetFromJSON" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
48383 }
48384 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
48385 {
48386 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48387 result = (arg1)->SetFromJSON(*arg2);
48388 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48389 }
48390 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
48391 return resultobj;
48392fail:
48393 return NULL__null;
48394}
48395
48396
48397SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBStructuredData_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48398 PyObject *obj;
48399 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
48400 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBStructuredDataswig_types[56], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
48401 return SWIG_Py_Void();
48402}
48403
48404SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSymbol__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48405 PyObject *resultobj = 0;
48406 lldb::SBSymbol *result = 0 ;
48407
48408 if (!PyArg_ParseTuple(args,(char *)":new_SBSymbol")) SWIG_failgoto fail;
48409 {
48410 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48411 result = (lldb::SBSymbol *)new lldb::SBSymbol();
48412 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48413 }
48414 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBSymbol, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[57], (
(0x1 << 1) | 0x1) | 0)
;
48415 return resultobj;
48416fail:
48417 return NULL__null;
48418}
48419
48420
48421SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBSymbol(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48422 PyObject *resultobj = 0;
48423 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48424 void *argp1 = 0 ;
48425 int res1 = 0 ;
48426 PyObject * obj0 = 0 ;
48427
48428 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBSymbol",&obj0)) SWIG_failgoto fail;
48429 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0x1 | 0, 0)
;
48430 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48431 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBSymbol" "', argument " "1"" of type '" "lldb::SBSymbol *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBSymbol" "', argument "
"1"" of type '" "lldb::SBSymbol *""'"); goto fail; } while(0
)
;
48432 }
48433 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48434 {
48435 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48436 delete arg1;
48437 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48438 }
48439 resultobj = SWIG_Py_Void();
48440 return resultobj;
48441fail:
48442 return NULL__null;
48443}
48444
48445
48446SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSymbol__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48447 PyObject *resultobj = 0;
48448 lldb::SBSymbol *arg1 = 0 ;
48449 void *argp1 = 0 ;
48450 int res1 = 0 ;
48451 PyObject * obj0 = 0 ;
48452 lldb::SBSymbol *result = 0 ;
48453
48454 if (!PyArg_ParseTuple(args,(char *)"O:new_SBSymbol",&obj0)) SWIG_failgoto fail;
48455 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBSymbol, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48456 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48457 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBSymbol" "', argument " "1"" of type '" "lldb::SBSymbol const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBSymbol" "', argument "
"1"" of type '" "lldb::SBSymbol const &""'"); goto fail;
} while(0)
;
48458 }
48459 if (!argp1) {
48460 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBSymbol" "', argument " "1"" of type '" "lldb::SBSymbol const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBSymbol" "', argument " "1"" of type '" "lldb::SBSymbol const &"
"'"); goto fail; } while(0)
;
48461 }
48462 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48463 {
48464 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48465 result = (lldb::SBSymbol *)new lldb::SBSymbol((lldb::SBSymbol const &)*arg1);
48466 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48467 }
48468 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBSymbol, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[57], (
(0x1 << 1) | 0x1) | 0)
;
48469 return resultobj;
48470fail:
48471 return NULL__null;
48472}
48473
48474
48475SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSymbol(PyObject *self, PyObject *args) {
48476 Py_ssize_t argc;
48477 PyObject *argv[2] = {
48478 0
48479 };
48480 Py_ssize_t ii;
48481
48482 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
48483 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
48484 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
48485 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
48486 }
48487 if (argc == 0) {
48488 return _wrap_new_SBSymbol__SWIG_0(self, args);
48489 }
48490 if (argc == 1) {
48491 int _v;
48492 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBSymbol, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[57], 0, 0
)
;
48493 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
48494 if (_v) {
48495 return _wrap_new_SBSymbol__SWIG_1(self, args);
48496 }
48497 }
48498
48499fail:
48500 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBSymbol'.\n"
48501 " Possible C/C++ prototypes are:\n"
48502 " lldb::SBSymbol::SBSymbol()\n"
48503 " lldb::SBSymbol::SBSymbol(lldb::SBSymbol const &)\n");
48504 return 0;
48505}
48506
48507
48508SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48509 PyObject *resultobj = 0;
48510 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48511 void *argp1 = 0 ;
48512 int res1 = 0 ;
48513 PyObject * obj0 = 0 ;
48514 bool result;
48515
48516 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbol_IsValid",&obj0)) SWIG_failgoto fail;
48517 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48518 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48519 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_IsValid" "', argument " "1"" of type '" "lldb::SBSymbol const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_IsValid" "', argument "
"1"" of type '" "lldb::SBSymbol const *""'"); goto fail; } while
(0)
;
48520 }
48521 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48522 {
48523 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48524 result = (bool)((lldb::SBSymbol const *)arg1)->IsValid();
48525 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48526 }
48527 resultobj = SWIG_From_bool(static_cast< bool >(result));
48528 return resultobj;
48529fail:
48530 return NULL__null;
48531}
48532
48533
48534SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48535 PyObject *resultobj = 0;
48536 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48537 void *argp1 = 0 ;
48538 int res1 = 0 ;
48539 PyObject * obj0 = 0 ;
48540 char *result = 0 ;
48541
48542 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbol_GetName",&obj0)) SWIG_failgoto fail;
48543 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48544 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48545 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_GetName" "', argument " "1"" of type '" "lldb::SBSymbol const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_GetName" "', argument "
"1"" of type '" "lldb::SBSymbol const *""'"); goto fail; } while
(0)
;
48546 }
48547 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48548 {
48549 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48550 result = (char *)((lldb::SBSymbol const *)arg1)->GetName();
48551 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48552 }
48553 resultobj = SWIG_FromCharPtr((const char *)result);
48554 return resultobj;
48555fail:
48556 return NULL__null;
48557}
48558
48559
48560SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_GetDisplayName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48561 PyObject *resultobj = 0;
48562 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48563 void *argp1 = 0 ;
48564 int res1 = 0 ;
48565 PyObject * obj0 = 0 ;
48566 char *result = 0 ;
48567
48568 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbol_GetDisplayName",&obj0)) SWIG_failgoto fail;
48569 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48570 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48571 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_GetDisplayName" "', argument " "1"" of type '" "lldb::SBSymbol const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_GetDisplayName" "', argument "
"1"" of type '" "lldb::SBSymbol const *""'"); goto fail; } while
(0)
;
48572 }
48573 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48574 {
48575 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48576 result = (char *)((lldb::SBSymbol const *)arg1)->GetDisplayName();
48577 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48578 }
48579 resultobj = SWIG_FromCharPtr((const char *)result);
48580 return resultobj;
48581fail:
48582 return NULL__null;
48583}
48584
48585
48586SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_GetMangledName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48587 PyObject *resultobj = 0;
48588 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48589 void *argp1 = 0 ;
48590 int res1 = 0 ;
48591 PyObject * obj0 = 0 ;
48592 char *result = 0 ;
48593
48594 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbol_GetMangledName",&obj0)) SWIG_failgoto fail;
48595 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48596 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48597 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_GetMangledName" "', argument " "1"" of type '" "lldb::SBSymbol const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_GetMangledName" "', argument "
"1"" of type '" "lldb::SBSymbol const *""'"); goto fail; } while
(0)
;
48598 }
48599 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48600 {
48601 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48602 result = (char *)((lldb::SBSymbol const *)arg1)->GetMangledName();
48603 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48604 }
48605 resultobj = SWIG_FromCharPtr((const char *)result);
48606 return resultobj;
48607fail:
48608 return NULL__null;
48609}
48610
48611
48612SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_GetInstructions__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48613 PyObject *resultobj = 0;
48614 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48615 lldb::SBTarget arg2 ;
48616 void *argp1 = 0 ;
48617 int res1 = 0 ;
48618 void *argp2 ;
48619 int res2 = 0 ;
48620 PyObject * obj0 = 0 ;
48621 PyObject * obj1 = 0 ;
48622 lldb::SBInstructionList result;
48623
48624 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbol_GetInstructions",&obj0,&obj1)) SWIG_failgoto fail;
48625 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48626 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48627 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_GetInstructions" "', argument " "1"" of type '" "lldb::SBSymbol *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_GetInstructions" "', argument "
"1"" of type '" "lldb::SBSymbol *""'"); goto fail; } while(0
)
;
48628 }
48629 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48630 {
48631 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0 | 0, 0)
;
48632 if (!SWIG_IsOK(res2)(res2 >= 0)) {
48633 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbol_GetInstructions" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbol_GetInstructions" "', argument "
"2"" of type '" "lldb::SBTarget""'"); goto fail; } while(0)
;
48634 }
48635 if (!argp2) {
48636 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbol_GetInstructions" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbol_GetInstructions" "', argument " "2"" of type '"
"lldb::SBTarget""'"); goto fail; } while(0)
;
48637 } else {
48638 lldb::SBTarget * temp = reinterpret_cast< lldb::SBTarget * >(argp2);
48639 arg2 = *temp;
48640 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
48641 }
48642 }
48643 {
48644 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48645 result = (arg1)->GetInstructions(arg2);
48646 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48647 }
48648 resultobj = SWIG_NewPointerObj((new lldb::SBInstructionList(static_cast< const lldb::SBInstructionList& >(result))), SWIGTYPE_p_lldb__SBInstructionList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBInstructionList
(static_cast< const lldb::SBInstructionList& >(result
))), swig_types[35], 0x1 | 0)
;
48649 return resultobj;
48650fail:
48651 return NULL__null;
48652}
48653
48654
48655SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_GetInstructions__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48656 PyObject *resultobj = 0;
48657 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48658 lldb::SBTarget arg2 ;
48659 char *arg3 = (char *) 0 ;
48660 void *argp1 = 0 ;
48661 int res1 = 0 ;
48662 void *argp2 ;
48663 int res2 = 0 ;
48664 int res3 ;
48665 char *buf3 = 0 ;
48666 int alloc3 = 0 ;
48667 PyObject * obj0 = 0 ;
48668 PyObject * obj1 = 0 ;
48669 PyObject * obj2 = 0 ;
48670 lldb::SBInstructionList result;
48671
48672 if (!PyArg_ParseTuple(args,(char *)"OOO:SBSymbol_GetInstructions",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
48673 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48674 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48675 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_GetInstructions" "', argument " "1"" of type '" "lldb::SBSymbol *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_GetInstructions" "', argument "
"1"" of type '" "lldb::SBSymbol *""'"); goto fail; } while(0
)
;
48676 }
48677 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48678 {
48679 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0 | 0, 0)
;
48680 if (!SWIG_IsOK(res2)(res2 >= 0)) {
48681 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbol_GetInstructions" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbol_GetInstructions" "', argument "
"2"" of type '" "lldb::SBTarget""'"); goto fail; } while(0)
;
48682 }
48683 if (!argp2) {
48684 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbol_GetInstructions" "', argument " "2"" of type '" "lldb::SBTarget""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbol_GetInstructions" "', argument " "2"" of type '"
"lldb::SBTarget""'"); goto fail; } while(0)
;
48685 } else {
48686 lldb::SBTarget * temp = reinterpret_cast< lldb::SBTarget * >(argp2);
48687 arg2 = *temp;
48688 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
48689 }
48690 }
48691 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
48692 if (!SWIG_IsOK(res3)(res3 >= 0)) {
48693 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBSymbol_GetInstructions" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBSymbol_GetInstructions" "', argument "
"3"" of type '" "char const *""'"); goto fail; } while(0)
;
48694 }
48695 arg3 = reinterpret_cast< char * >(buf3);
48696 {
48697 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48698 result = (arg1)->GetInstructions(arg2,(char const *)arg3);
48699 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48700 }
48701 resultobj = SWIG_NewPointerObj((new lldb::SBInstructionList(static_cast< const lldb::SBInstructionList& >(result))), SWIGTYPE_p_lldb__SBInstructionList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBInstructionList
(static_cast< const lldb::SBInstructionList& >(result
))), swig_types[35], 0x1 | 0)
;
48702 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
48703 return resultobj;
48704fail:
48705 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
48706 return NULL__null;
48707}
48708
48709
48710SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_GetInstructions(PyObject *self, PyObject *args) {
48711 Py_ssize_t argc;
48712 PyObject *argv[4] = {
48713 0
48714 };
48715 Py_ssize_t ii;
48716
48717 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
48718 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
48719 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
48720 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
48721 }
48722 if (argc == 2) {
48723 int _v;
48724 void *vptr = 0;
48725 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBSymbol, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[57
], 0, 0)
;
48726 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
48727 if (_v) {
48728 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[60], 0, 0
)
;
48729 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
48730 if (_v) {
48731 return _wrap_SBSymbol_GetInstructions__SWIG_0(self, args);
48732 }
48733 }
48734 }
48735 if (argc == 3) {
48736 int _v;
48737 void *vptr = 0;
48738 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBSymbol, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[57
], 0, 0)
;
48739 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
48740 if (_v) {
48741 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[60], 0, 0
)
;
48742 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
48743 if (_v) {
48744 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
48745 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
48746 if (_v) {
48747 return _wrap_SBSymbol_GetInstructions__SWIG_1(self, args);
48748 }
48749 }
48750 }
48751 }
48752
48753fail:
48754 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBSymbol_GetInstructions'.\n"
48755 " Possible C/C++ prototypes are:\n"
48756 " lldb::SBSymbol::GetInstructions(lldb::SBTarget)\n"
48757 " lldb::SBSymbol::GetInstructions(lldb::SBTarget,char const *)\n");
48758 return 0;
48759}
48760
48761
48762SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_GetStartAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48763 PyObject *resultobj = 0;
48764 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48765 void *argp1 = 0 ;
48766 int res1 = 0 ;
48767 PyObject * obj0 = 0 ;
48768 lldb::SBAddress result;
48769
48770 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbol_GetStartAddress",&obj0)) SWIG_failgoto fail;
48771 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48772 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48773 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_GetStartAddress" "', argument " "1"" of type '" "lldb::SBSymbol *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_GetStartAddress" "', argument "
"1"" of type '" "lldb::SBSymbol *""'"); goto fail; } while(0
)
;
48774 }
48775 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48776 {
48777 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48778 result = (arg1)->GetStartAddress();
48779 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48780 }
48781 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
48782 return resultobj;
48783fail:
48784 return NULL__null;
48785}
48786
48787
48788SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_GetEndAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48789 PyObject *resultobj = 0;
48790 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48791 void *argp1 = 0 ;
48792 int res1 = 0 ;
48793 PyObject * obj0 = 0 ;
48794 lldb::SBAddress result;
48795
48796 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbol_GetEndAddress",&obj0)) SWIG_failgoto fail;
48797 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48798 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48799 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_GetEndAddress" "', argument " "1"" of type '" "lldb::SBSymbol *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_GetEndAddress" "', argument "
"1"" of type '" "lldb::SBSymbol *""'"); goto fail; } while(0
)
;
48800 }
48801 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48802 {
48803 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48804 result = (arg1)->GetEndAddress();
48805 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48806 }
48807 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
48808 return resultobj;
48809fail:
48810 return NULL__null;
48811}
48812
48813
48814SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_GetPrologueByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48815 PyObject *resultobj = 0;
48816 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48817 void *argp1 = 0 ;
48818 int res1 = 0 ;
48819 PyObject * obj0 = 0 ;
48820 uint32_t result;
48821
48822 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbol_GetPrologueByteSize",&obj0)) SWIG_failgoto fail;
48823 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48824 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48825 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_GetPrologueByteSize" "', argument " "1"" of type '" "lldb::SBSymbol *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_GetPrologueByteSize"
"', argument " "1"" of type '" "lldb::SBSymbol *""'"); goto fail
; } while(0)
;
48826 }
48827 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48828 {
48829 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48830 result = (uint32_t)(arg1)->GetPrologueByteSize();
48831 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48832 }
48833 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
48834 return resultobj;
48835fail:
48836 return NULL__null;
48837}
48838
48839
48840SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_GetType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48841 PyObject *resultobj = 0;
48842 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48843 void *argp1 = 0 ;
48844 int res1 = 0 ;
48845 PyObject * obj0 = 0 ;
48846 lldb::SymbolType result;
48847
48848 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbol_GetType",&obj0)) SWIG_failgoto fail;
48849 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48850 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48851 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_GetType" "', argument " "1"" of type '" "lldb::SBSymbol *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_GetType" "', argument "
"1"" of type '" "lldb::SBSymbol *""'"); goto fail; } while(0
)
;
48852 }
48853 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48854 {
48855 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48856 result = (lldb::SymbolType)(arg1)->GetType();
48857 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48858 }
48859 resultobj = SWIG_From_int(static_cast< int >(result));
48860 return resultobj;
48861fail:
48862 return NULL__null;
48863}
48864
48865
48866SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48867 PyObject *resultobj = 0;
48868 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48869 lldb::SBStream *arg2 = 0 ;
48870 void *argp1 = 0 ;
48871 int res1 = 0 ;
48872 void *argp2 = 0 ;
48873 int res2 = 0 ;
48874 PyObject * obj0 = 0 ;
48875 PyObject * obj1 = 0 ;
48876 bool result;
48877
48878 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbol_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
48879 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48880 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48881 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_GetDescription" "', argument " "1"" of type '" "lldb::SBSymbol *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_GetDescription" "', argument "
"1"" of type '" "lldb::SBSymbol *""'"); goto fail; } while(0
)
;
48882 }
48883 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48884 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
48885 if (!SWIG_IsOK(res2)(res2 >= 0)) {
48886 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbol_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbol_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
48887 }
48888 if (!argp2) {
48889 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbol_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbol_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
48890 }
48891 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
48892 {
48893 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48894 result = (bool)(arg1)->GetDescription(*arg2);
48895 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48896 }
48897 resultobj = SWIG_From_bool(static_cast< bool >(result));
48898 return resultobj;
48899fail:
48900 return NULL__null;
48901}
48902
48903
48904SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_IsExternal(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48905 PyObject *resultobj = 0;
48906 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48907 void *argp1 = 0 ;
48908 int res1 = 0 ;
48909 PyObject * obj0 = 0 ;
48910 bool result;
48911
48912 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbol_IsExternal",&obj0)) SWIG_failgoto fail;
48913 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48914 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48915 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_IsExternal" "', argument " "1"" of type '" "lldb::SBSymbol *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_IsExternal" "', argument "
"1"" of type '" "lldb::SBSymbol *""'"); goto fail; } while(0
)
;
48916 }
48917 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48918 {
48919 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48920 result = (bool)(arg1)->IsExternal();
48921 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48922 }
48923 resultobj = SWIG_From_bool(static_cast< bool >(result));
48924 return resultobj;
48925fail:
48926 return NULL__null;
48927}
48928
48929
48930SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol_IsSynthetic(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48931 PyObject *resultobj = 0;
48932 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48933 void *argp1 = 0 ;
48934 int res1 = 0 ;
48935 PyObject * obj0 = 0 ;
48936 bool result;
48937
48938 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbol_IsSynthetic",&obj0)) SWIG_failgoto fail;
48939 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48940 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48941 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol_IsSynthetic" "', argument " "1"" of type '" "lldb::SBSymbol *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol_IsSynthetic" "', argument "
"1"" of type '" "lldb::SBSymbol *""'"); goto fail; } while(0
)
;
48942 }
48943 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48944 {
48945 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48946 result = (bool)(arg1)->IsSynthetic();
48947 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48948 }
48949 resultobj = SWIG_From_bool(static_cast< bool >(result));
48950 return resultobj;
48951fail:
48952 return NULL__null;
48953}
48954
48955
48956SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48957 PyObject *resultobj = 0;
48958 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48959 lldb::SBSymbol *arg2 = 0 ;
48960 void *argp1 = 0 ;
48961 int res1 = 0 ;
48962 void *argp2 = 0 ;
48963 int res2 = 0 ;
48964 PyObject * obj0 = 0 ;
48965 PyObject * obj1 = 0 ;
48966 bool result;
48967
48968 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbol___eq__",&obj0,&obj1)) SWIG_failgoto fail;
48969 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
48970 if (!SWIG_IsOK(res1)(res1 >= 0)) {
48971 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol___eq__" "', argument " "1"" of type '" "lldb::SBSymbol const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol___eq__" "', argument "
"1"" of type '" "lldb::SBSymbol const *""'"); goto fail; } while
(0)
;
48972 }
48973 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
48974 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBSymbol, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[57]
, 0 | 0, 0)
;
48975 if (!SWIG_IsOK(res2)(res2 >= 0)) {
48976 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbol___eq__" "', argument " "2"" of type '" "lldb::SBSymbol const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbol___eq__" "', argument "
"2"" of type '" "lldb::SBSymbol const &""'"); goto fail;
} while(0)
;
48977 }
48978 if (!argp2) {
48979 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbol___eq__" "', argument " "2"" of type '" "lldb::SBSymbol const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbol___eq__" "', argument " "2"" of type '"
"lldb::SBSymbol const &""'"); goto fail; } while(0)
;
48980 }
48981 arg2 = reinterpret_cast< lldb::SBSymbol * >(argp2);
48982 {
48983 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
48984 result = (bool)((lldb::SBSymbol const *)arg1)->operator ==((lldb::SBSymbol const &)*arg2);
48985 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
48986 }
48987 resultobj = SWIG_From_bool(static_cast< bool >(result));
48988 return resultobj;
48989fail:
48990 return NULL__null;
48991}
48992
48993
48994SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
48995 PyObject *resultobj = 0;
48996 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
48997 lldb::SBSymbol *arg2 = 0 ;
48998 void *argp1 = 0 ;
48999 int res1 = 0 ;
49000 void *argp2 = 0 ;
49001 int res2 = 0 ;
49002 PyObject * obj0 = 0 ;
49003 PyObject * obj1 = 0 ;
49004 bool result;
49005
49006 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbol___ne__",&obj0,&obj1)) SWIG_failgoto fail;
49007 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
49008 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49009 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol___ne__" "', argument " "1"" of type '" "lldb::SBSymbol const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol___ne__" "', argument "
"1"" of type '" "lldb::SBSymbol const *""'"); goto fail; } while
(0)
;
49010 }
49011 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
49012 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBSymbol, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[57]
, 0 | 0, 0)
;
49013 if (!SWIG_IsOK(res2)(res2 >= 0)) {
49014 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbol___ne__" "', argument " "2"" of type '" "lldb::SBSymbol const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbol___ne__" "', argument "
"2"" of type '" "lldb::SBSymbol const &""'"); goto fail;
} while(0)
;
49015 }
49016 if (!argp2) {
49017 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbol___ne__" "', argument " "2"" of type '" "lldb::SBSymbol const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbol___ne__" "', argument " "2"" of type '"
"lldb::SBSymbol const &""'"); goto fail; } while(0)
;
49018 }
49019 arg2 = reinterpret_cast< lldb::SBSymbol * >(argp2);
49020 {
49021 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49022 result = (bool)((lldb::SBSymbol const *)arg1)->operator !=((lldb::SBSymbol const &)*arg2);
49023 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49024 }
49025 resultobj = SWIG_From_bool(static_cast< bool >(result));
49026 return resultobj;
49027fail:
49028 return NULL__null;
49029}
49030
49031
49032SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbol___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49033 PyObject *resultobj = 0;
49034 lldb::SBSymbol *arg1 = (lldb::SBSymbol *) 0 ;
49035 void *argp1 = 0 ;
49036 int res1 = 0 ;
49037 PyObject * obj0 = 0 ;
49038 PyObject *result = 0 ;
49039
49040 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbol___str__",&obj0)) SWIG_failgoto fail;
49041 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbol, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[57]
, 0 | 0, 0)
;
49042 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49043 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbol___str__" "', argument " "1"" of type '" "lldb::SBSymbol *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbol___str__" "', argument "
"1"" of type '" "lldb::SBSymbol *""'"); goto fail; } while(0
)
;
49044 }
49045 arg1 = reinterpret_cast< lldb::SBSymbol * >(argp1);
49046 result = (PyObject *)lldb_SBSymbol___str__(arg1);
49047 resultobj = result;
49048 return resultobj;
49049fail:
49050 return NULL__null;
49051}
49052
49053
49054SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBSymbol_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49055 PyObject *obj;
49056 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
49057 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBSymbolswig_types[57], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
49058 return SWIG_Py_Void();
49059}
49060
49061SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSymbolContext__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49062 PyObject *resultobj = 0;
49063 lldb::SBSymbolContext *result = 0 ;
49064
49065 if (!PyArg_ParseTuple(args,(char *)":new_SBSymbolContext")) SWIG_failgoto fail;
49066 {
49067 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49068 result = (lldb::SBSymbolContext *)new lldb::SBSymbolContext();
49069 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49070 }
49071 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBSymbolContext, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[58], (
(0x1 << 1) | 0x1) | 0)
;
49072 return resultobj;
49073fail:
49074 return NULL__null;
49075}
49076
49077
49078SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSymbolContext__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49079 PyObject *resultobj = 0;
49080 lldb::SBSymbolContext *arg1 = 0 ;
49081 void *argp1 = 0 ;
49082 int res1 = 0 ;
49083 PyObject * obj0 = 0 ;
49084 lldb::SBSymbolContext *result = 0 ;
49085
49086 if (!PyArg_ParseTuple(args,(char *)"O:new_SBSymbolContext",&obj0)) SWIG_failgoto fail;
49087 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49088 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49089 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBSymbolContext" "', argument " "1"" of type '" "lldb::SBSymbolContext const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBSymbolContext" "', argument "
"1"" of type '" "lldb::SBSymbolContext const &""'"); goto
fail; } while(0)
;
49090 }
49091 if (!argp1) {
49092 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBSymbolContext" "', argument " "1"" of type '" "lldb::SBSymbolContext const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBSymbolContext" "', argument " "1"" of type '"
"lldb::SBSymbolContext const &""'"); goto fail; } while(
0)
;
49093 }
49094 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49095 {
49096 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49097 result = (lldb::SBSymbolContext *)new lldb::SBSymbolContext((lldb::SBSymbolContext const &)*arg1);
49098 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49099 }
49100 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBSymbolContext, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[58], (
(0x1 << 1) | 0x1) | 0)
;
49101 return resultobj;
49102fail:
49103 return NULL__null;
49104}
49105
49106
49107SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSymbolContext(PyObject *self, PyObject *args) {
49108 Py_ssize_t argc;
49109 PyObject *argv[2] = {
49110 0
49111 };
49112 Py_ssize_t ii;
49113
49114 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
49115 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
49116 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
49117 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
49118 }
49119 if (argc == 0) {
49120 return _wrap_new_SBSymbolContext__SWIG_0(self, args);
49121 }
49122 if (argc == 1) {
49123 int _v;
49124 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBSymbolContext, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[58], 0, 0
)
;
49125 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
49126 if (_v) {
49127 return _wrap_new_SBSymbolContext__SWIG_1(self, args);
49128 }
49129 }
49130
49131fail:
49132 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBSymbolContext'.\n"
49133 " Possible C/C++ prototypes are:\n"
49134 " lldb::SBSymbolContext::SBSymbolContext()\n"
49135 " lldb::SBSymbolContext::SBSymbolContext(lldb::SBSymbolContext const &)\n");
49136 return 0;
49137}
49138
49139
49140SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBSymbolContext(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49141 PyObject *resultobj = 0;
49142 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49143 void *argp1 = 0 ;
49144 int res1 = 0 ;
49145 PyObject * obj0 = 0 ;
49146
49147 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBSymbolContext",&obj0)) SWIG_failgoto fail;
49148 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0x1 | 0, 0)
;
49149 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49150 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBSymbolContext" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBSymbolContext" "', argument "
"1"" of type '" "lldb::SBSymbolContext *""'"); goto fail; } while
(0)
;
49151 }
49152 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49153 {
49154 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49155 delete arg1;
49156 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49157 }
49158 resultobj = SWIG_Py_Void();
49159 return resultobj;
49160fail:
49161 return NULL__null;
49162}
49163
49164
49165SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49166 PyObject *resultobj = 0;
49167 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49168 void *argp1 = 0 ;
49169 int res1 = 0 ;
49170 PyObject * obj0 = 0 ;
49171 bool result;
49172
49173 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbolContext_IsValid",&obj0)) SWIG_failgoto fail;
49174 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49175 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49176 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_IsValid" "', argument " "1"" of type '" "lldb::SBSymbolContext const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_IsValid" "', argument "
"1"" of type '" "lldb::SBSymbolContext const *""'"); goto fail
; } while(0)
;
49177 }
49178 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49179 {
49180 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49181 result = (bool)((lldb::SBSymbolContext const *)arg1)->IsValid();
49182 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49183 }
49184 resultobj = SWIG_From_bool(static_cast< bool >(result));
49185 return resultobj;
49186fail:
49187 return NULL__null;
49188}
49189
49190
49191SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_GetModule(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49192 PyObject *resultobj = 0;
49193 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49194 void *argp1 = 0 ;
49195 int res1 = 0 ;
49196 PyObject * obj0 = 0 ;
49197 lldb::SBModule result;
49198
49199 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbolContext_GetModule",&obj0)) SWIG_failgoto fail;
49200 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49201 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49202 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_GetModule" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_GetModule"
"', argument " "1"" of type '" "lldb::SBSymbolContext *""'")
; goto fail; } while(0)
;
49203 }
49204 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49205 {
49206 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49207 result = (arg1)->GetModule();
49208 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49209 }
49210 resultobj = SWIG_NewPointerObj((new lldb::SBModule(static_cast< const lldb::SBModule& >(result))), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModule(static_cast
< const lldb::SBModule& >(result))), swig_types[42]
, 0x1 | 0)
;
49211 return resultobj;
49212fail:
49213 return NULL__null;
49214}
49215
49216
49217SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_GetCompileUnit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49218 PyObject *resultobj = 0;
49219 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49220 void *argp1 = 0 ;
49221 int res1 = 0 ;
49222 PyObject * obj0 = 0 ;
49223 lldb::SBCompileUnit result;
49224
49225 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbolContext_GetCompileUnit",&obj0)) SWIG_failgoto fail;
49226 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49227 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49228 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_GetCompileUnit" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_GetCompileUnit"
"', argument " "1"" of type '" "lldb::SBSymbolContext *""'")
; goto fail; } while(0)
;
49229 }
49230 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49231 {
49232 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49233 result = (arg1)->GetCompileUnit();
49234 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49235 }
49236 resultobj = SWIG_NewPointerObj((new lldb::SBCompileUnit(static_cast< const lldb::SBCompileUnit& >(result))), SWIGTYPE_p_lldb__SBCompileUnit, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBCompileUnit(static_cast
< const lldb::SBCompileUnit& >(result))), swig_types
[21], 0x1 | 0)
;
49237 return resultobj;
49238fail:
49239 return NULL__null;
49240}
49241
49242
49243SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_GetFunction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49244 PyObject *resultobj = 0;
49245 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49246 void *argp1 = 0 ;
49247 int res1 = 0 ;
49248 PyObject * obj0 = 0 ;
49249 lldb::SBFunction result;
49250
49251 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbolContext_GetFunction",&obj0)) SWIG_failgoto fail;
49252 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49253 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49254 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_GetFunction" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_GetFunction"
"', argument " "1"" of type '" "lldb::SBSymbolContext *""'")
; goto fail; } while(0)
;
49255 }
49256 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49257 {
49258 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49259 result = (arg1)->GetFunction();
49260 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49261 }
49262 resultobj = SWIG_NewPointerObj((new lldb::SBFunction(static_cast< const lldb::SBFunction& >(result))), SWIGTYPE_p_lldb__SBFunction, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFunction(static_cast
< const lldb::SBFunction& >(result))), swig_types[32
], 0x1 | 0)
;
49263 return resultobj;
49264fail:
49265 return NULL__null;
49266}
49267
49268
49269SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_GetBlock(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49270 PyObject *resultobj = 0;
49271 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49272 void *argp1 = 0 ;
49273 int res1 = 0 ;
49274 PyObject * obj0 = 0 ;
49275 lldb::SBBlock result;
49276
49277 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbolContext_GetBlock",&obj0)) SWIG_failgoto fail;
49278 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49279 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49280 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_GetBlock" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_GetBlock" "', argument "
"1"" of type '" "lldb::SBSymbolContext *""'"); goto fail; } while
(0)
;
49281 }
49282 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49283 {
49284 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49285 result = (arg1)->GetBlock();
49286 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49287 }
49288 resultobj = SWIG_NewPointerObj((new lldb::SBBlock(static_cast< const lldb::SBBlock& >(result))), SWIGTYPE_p_lldb__SBBlock, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBlock(static_cast
< const lldb::SBBlock& >(result))), swig_types[11],
0x1 | 0)
;
49289 return resultobj;
49290fail:
49291 return NULL__null;
49292}
49293
49294
49295SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_GetLineEntry(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49296 PyObject *resultobj = 0;
49297 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49298 void *argp1 = 0 ;
49299 int res1 = 0 ;
49300 PyObject * obj0 = 0 ;
49301 lldb::SBLineEntry result;
49302
49303 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbolContext_GetLineEntry",&obj0)) SWIG_failgoto fail;
49304 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49305 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49306 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_GetLineEntry" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_GetLineEntry"
"', argument " "1"" of type '" "lldb::SBSymbolContext *""'")
; goto fail; } while(0)
;
49307 }
49308 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49309 {
49310 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49311 result = (arg1)->GetLineEntry();
49312 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49313 }
49314 resultobj = SWIG_NewPointerObj((new lldb::SBLineEntry(static_cast< const lldb::SBLineEntry& >(result))), SWIGTYPE_p_lldb__SBLineEntry, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBLineEntry(static_cast
< const lldb::SBLineEntry& >(result))), swig_types[
38], 0x1 | 0)
;
49315 return resultobj;
49316fail:
49317 return NULL__null;
49318}
49319
49320
49321SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_GetSymbol(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49322 PyObject *resultobj = 0;
49323 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49324 void *argp1 = 0 ;
49325 int res1 = 0 ;
49326 PyObject * obj0 = 0 ;
49327 lldb::SBSymbol result;
49328
49329 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbolContext_GetSymbol",&obj0)) SWIG_failgoto fail;
49330 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49331 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49332 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_GetSymbol" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_GetSymbol"
"', argument " "1"" of type '" "lldb::SBSymbolContext *""'")
; goto fail; } while(0)
;
49333 }
49334 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49335 {
49336 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49337 result = (arg1)->GetSymbol();
49338 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49339 }
49340 resultobj = SWIG_NewPointerObj((new lldb::SBSymbol(static_cast< const lldb::SBSymbol& >(result))), SWIGTYPE_p_lldb__SBSymbol, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbol(static_cast
< const lldb::SBSymbol& >(result))), swig_types[57]
, 0x1 | 0)
;
49341 return resultobj;
49342fail:
49343 return NULL__null;
49344}
49345
49346
49347SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_SetModule(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49348 PyObject *resultobj = 0;
49349 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49350 lldb::SBModule arg2 ;
49351 void *argp1 = 0 ;
49352 int res1 = 0 ;
49353 void *argp2 ;
49354 int res2 = 0 ;
49355 PyObject * obj0 = 0 ;
49356 PyObject * obj1 = 0 ;
49357
49358 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbolContext_SetModule",&obj0,&obj1)) SWIG_failgoto fail;
49359 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49360 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49361 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_SetModule" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_SetModule"
"', argument " "1"" of type '" "lldb::SBSymbolContext *""'")
; goto fail; } while(0)
;
49362 }
49363 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49364 {
49365 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBModule, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[42]
, 0 | 0, 0)
;
49366 if (!SWIG_IsOK(res2)(res2 >= 0)) {
49367 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbolContext_SetModule" "', argument " "2"" of type '" "lldb::SBModule""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbolContext_SetModule"
"', argument " "2"" of type '" "lldb::SBModule""'"); goto fail
; } while(0)
;
49368 }
49369 if (!argp2) {
49370 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbolContext_SetModule" "', argument " "2"" of type '" "lldb::SBModule""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbolContext_SetModule" "', argument " "2"
" of type '" "lldb::SBModule""'"); goto fail; } while(0)
;
49371 } else {
49372 lldb::SBModule * temp = reinterpret_cast< lldb::SBModule * >(argp2);
49373 arg2 = *temp;
49374 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
49375 }
49376 }
49377 {
49378 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49379 (arg1)->SetModule(arg2);
49380 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49381 }
49382 resultobj = SWIG_Py_Void();
49383 return resultobj;
49384fail:
49385 return NULL__null;
49386}
49387
49388
49389SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_SetCompileUnit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49390 PyObject *resultobj = 0;
49391 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49392 lldb::SBCompileUnit arg2 ;
49393 void *argp1 = 0 ;
49394 int res1 = 0 ;
49395 void *argp2 ;
49396 int res2 = 0 ;
49397 PyObject * obj0 = 0 ;
49398 PyObject * obj1 = 0 ;
49399
49400 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbolContext_SetCompileUnit",&obj0,&obj1)) SWIG_failgoto fail;
49401 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49402 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49403 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_SetCompileUnit" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_SetCompileUnit"
"', argument " "1"" of type '" "lldb::SBSymbolContext *""'")
; goto fail; } while(0)
;
49404 }
49405 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49406 {
49407 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBCompileUnit, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[21]
, 0 | 0, 0)
;
49408 if (!SWIG_IsOK(res2)(res2 >= 0)) {
49409 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbolContext_SetCompileUnit" "', argument " "2"" of type '" "lldb::SBCompileUnit""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbolContext_SetCompileUnit"
"', argument " "2"" of type '" "lldb::SBCompileUnit""'"); goto
fail; } while(0)
;
49410 }
49411 if (!argp2) {
49412 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbolContext_SetCompileUnit" "', argument " "2"" of type '" "lldb::SBCompileUnit""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbolContext_SetCompileUnit" "', argument "
"2"" of type '" "lldb::SBCompileUnit""'"); goto fail; } while
(0)
;
49413 } else {
49414 lldb::SBCompileUnit * temp = reinterpret_cast< lldb::SBCompileUnit * >(argp2);
49415 arg2 = *temp;
49416 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
49417 }
49418 }
49419 {
49420 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49421 (arg1)->SetCompileUnit(arg2);
49422 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49423 }
49424 resultobj = SWIG_Py_Void();
49425 return resultobj;
49426fail:
49427 return NULL__null;
49428}
49429
49430
49431SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_SetFunction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49432 PyObject *resultobj = 0;
49433 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49434 lldb::SBFunction arg2 ;
49435 void *argp1 = 0 ;
49436 int res1 = 0 ;
49437 void *argp2 ;
49438 int res2 = 0 ;
49439 PyObject * obj0 = 0 ;
49440 PyObject * obj1 = 0 ;
49441
49442 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbolContext_SetFunction",&obj0,&obj1)) SWIG_failgoto fail;
49443 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49444 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49445 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_SetFunction" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_SetFunction"
"', argument " "1"" of type '" "lldb::SBSymbolContext *""'")
; goto fail; } while(0)
;
49446 }
49447 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49448 {
49449 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFunction, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[32]
, 0 | 0, 0)
;
49450 if (!SWIG_IsOK(res2)(res2 >= 0)) {
49451 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbolContext_SetFunction" "', argument " "2"" of type '" "lldb::SBFunction""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbolContext_SetFunction"
"', argument " "2"" of type '" "lldb::SBFunction""'"); goto fail
; } while(0)
;
49452 }
49453 if (!argp2) {
49454 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbolContext_SetFunction" "', argument " "2"" of type '" "lldb::SBFunction""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbolContext_SetFunction" "', argument " "2"
" of type '" "lldb::SBFunction""'"); goto fail; } while(0)
;
49455 } else {
49456 lldb::SBFunction * temp = reinterpret_cast< lldb::SBFunction * >(argp2);
49457 arg2 = *temp;
49458 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
49459 }
49460 }
49461 {
49462 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49463 (arg1)->SetFunction(arg2);
49464 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49465 }
49466 resultobj = SWIG_Py_Void();
49467 return resultobj;
49468fail:
49469 return NULL__null;
49470}
49471
49472
49473SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_SetBlock(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49474 PyObject *resultobj = 0;
49475 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49476 lldb::SBBlock arg2 ;
49477 void *argp1 = 0 ;
49478 int res1 = 0 ;
49479 void *argp2 ;
49480 int res2 = 0 ;
49481 PyObject * obj0 = 0 ;
49482 PyObject * obj1 = 0 ;
49483
49484 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbolContext_SetBlock",&obj0,&obj1)) SWIG_failgoto fail;
49485 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49486 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49487 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_SetBlock" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_SetBlock" "', argument "
"1"" of type '" "lldb::SBSymbolContext *""'"); goto fail; } while
(0)
;
49488 }
49489 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49490 {
49491 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBBlock, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[11]
, 0 | 0, 0)
;
49492 if (!SWIG_IsOK(res2)(res2 >= 0)) {
49493 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbolContext_SetBlock" "', argument " "2"" of type '" "lldb::SBBlock""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbolContext_SetBlock" "', argument "
"2"" of type '" "lldb::SBBlock""'"); goto fail; } while(0)
;
49494 }
49495 if (!argp2) {
49496 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbolContext_SetBlock" "', argument " "2"" of type '" "lldb::SBBlock""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbolContext_SetBlock" "', argument " "2"" of type '"
"lldb::SBBlock""'"); goto fail; } while(0)
;
49497 } else {
49498 lldb::SBBlock * temp = reinterpret_cast< lldb::SBBlock * >(argp2);
49499 arg2 = *temp;
49500 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
49501 }
49502 }
49503 {
49504 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49505 (arg1)->SetBlock(arg2);
49506 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49507 }
49508 resultobj = SWIG_Py_Void();
49509 return resultobj;
49510fail:
49511 return NULL__null;
49512}
49513
49514
49515SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_SetLineEntry(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49516 PyObject *resultobj = 0;
49517 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49518 lldb::SBLineEntry arg2 ;
49519 void *argp1 = 0 ;
49520 int res1 = 0 ;
49521 void *argp2 ;
49522 int res2 = 0 ;
49523 PyObject * obj0 = 0 ;
49524 PyObject * obj1 = 0 ;
49525
49526 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbolContext_SetLineEntry",&obj0,&obj1)) SWIG_failgoto fail;
49527 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49528 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49529 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_SetLineEntry" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_SetLineEntry"
"', argument " "1"" of type '" "lldb::SBSymbolContext *""'")
; goto fail; } while(0)
;
49530 }
49531 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49532 {
49533 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBLineEntry, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[38]
, 0 | 0, 0)
;
49534 if (!SWIG_IsOK(res2)(res2 >= 0)) {
49535 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbolContext_SetLineEntry" "', argument " "2"" of type '" "lldb::SBLineEntry""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbolContext_SetLineEntry"
"', argument " "2"" of type '" "lldb::SBLineEntry""'"); goto
fail; } while(0)
;
49536 }
49537 if (!argp2) {
49538 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbolContext_SetLineEntry" "', argument " "2"" of type '" "lldb::SBLineEntry""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbolContext_SetLineEntry" "', argument " "2"
" of type '" "lldb::SBLineEntry""'"); goto fail; } while(0)
;
49539 } else {
49540 lldb::SBLineEntry * temp = reinterpret_cast< lldb::SBLineEntry * >(argp2);
49541 arg2 = *temp;
49542 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
49543 }
49544 }
49545 {
49546 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49547 (arg1)->SetLineEntry(arg2);
49548 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49549 }
49550 resultobj = SWIG_Py_Void();
49551 return resultobj;
49552fail:
49553 return NULL__null;
49554}
49555
49556
49557SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_SetSymbol(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49558 PyObject *resultobj = 0;
49559 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49560 lldb::SBSymbol arg2 ;
49561 void *argp1 = 0 ;
49562 int res1 = 0 ;
49563 void *argp2 ;
49564 int res2 = 0 ;
49565 PyObject * obj0 = 0 ;
49566 PyObject * obj1 = 0 ;
49567
49568 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbolContext_SetSymbol",&obj0,&obj1)) SWIG_failgoto fail;
49569 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49570 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49571 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_SetSymbol" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_SetSymbol"
"', argument " "1"" of type '" "lldb::SBSymbolContext *""'")
; goto fail; } while(0)
;
49572 }
49573 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49574 {
49575 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBSymbol, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[57]
, 0 | 0, 0)
;
49576 if (!SWIG_IsOK(res2)(res2 >= 0)) {
49577 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbolContext_SetSymbol" "', argument " "2"" of type '" "lldb::SBSymbol""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbolContext_SetSymbol"
"', argument " "2"" of type '" "lldb::SBSymbol""'"); goto fail
; } while(0)
;
49578 }
49579 if (!argp2) {
49580 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbolContext_SetSymbol" "', argument " "2"" of type '" "lldb::SBSymbol""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbolContext_SetSymbol" "', argument " "2"
" of type '" "lldb::SBSymbol""'"); goto fail; } while(0)
;
49581 } else {
49582 lldb::SBSymbol * temp = reinterpret_cast< lldb::SBSymbol * >(argp2);
49583 arg2 = *temp;
49584 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
49585 }
49586 }
49587 {
49588 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49589 (arg1)->SetSymbol(arg2);
49590 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49591 }
49592 resultobj = SWIG_Py_Void();
49593 return resultobj;
49594fail:
49595 return NULL__null;
49596}
49597
49598
49599SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_GetParentOfInlinedScope(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49600 PyObject *resultobj = 0;
49601 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49602 lldb::SBAddress *arg2 = 0 ;
49603 lldb::SBAddress *arg3 = 0 ;
49604 void *argp1 = 0 ;
49605 int res1 = 0 ;
49606 void *argp2 = 0 ;
49607 int res2 = 0 ;
49608 void *argp3 = 0 ;
49609 int res3 = 0 ;
49610 PyObject * obj0 = 0 ;
49611 PyObject * obj1 = 0 ;
49612 PyObject * obj2 = 0 ;
49613 lldb::SBSymbolContext result;
49614
49615 if (!PyArg_ParseTuple(args,(char *)"OOO:SBSymbolContext_GetParentOfInlinedScope",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
49616 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49617 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49618 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_GetParentOfInlinedScope" "', argument " "1"" of type '" "lldb::SBSymbolContext const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_GetParentOfInlinedScope"
"', argument " "1"" of type '" "lldb::SBSymbolContext const *"
"'"); goto fail; } while(0)
;
49619 }
49620 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49621 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0 | 0, 0)
;
49622 if (!SWIG_IsOK(res2)(res2 >= 0)) {
49623 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbolContext_GetParentOfInlinedScope" "', argument " "2"" of type '" "lldb::SBAddress const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbolContext_GetParentOfInlinedScope"
"', argument " "2"" of type '" "lldb::SBAddress const &"
"'"); goto fail; } while(0)
;
49624 }
49625 if (!argp2) {
49626 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbolContext_GetParentOfInlinedScope" "', argument " "2"" of type '" "lldb::SBAddress const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbolContext_GetParentOfInlinedScope" "', argument "
"2"" of type '" "lldb::SBAddress const &""'"); goto fail
; } while(0)
;
49627 }
49628 arg2 = reinterpret_cast< lldb::SBAddress * >(argp2);
49629 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBAddress, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[9],
0, 0)
;
49630 if (!SWIG_IsOK(res3)(res3 >= 0)) {
49631 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBSymbolContext_GetParentOfInlinedScope" "', argument " "3"" of type '" "lldb::SBAddress &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBSymbolContext_GetParentOfInlinedScope"
"', argument " "3"" of type '" "lldb::SBAddress &""'"); goto
fail; } while(0)
;
49632 }
49633 if (!argp3) {
49634 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbolContext_GetParentOfInlinedScope" "', argument " "3"" of type '" "lldb::SBAddress &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbolContext_GetParentOfInlinedScope" "', argument "
"3"" of type '" "lldb::SBAddress &""'"); goto fail; } while
(0)
;
49635 }
49636 arg3 = reinterpret_cast< lldb::SBAddress * >(argp3);
49637 {
49638 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49639 result = ((lldb::SBSymbolContext const *)arg1)->GetParentOfInlinedScope((lldb::SBAddress const &)*arg2,*arg3);
49640 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49641 }
49642 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContext(static_cast< const lldb::SBSymbolContext& >(result))), SWIGTYPE_p_lldb__SBSymbolContext, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContext(
static_cast< const lldb::SBSymbolContext& >(result)
)), swig_types[58], 0x1 | 0)
;
49643 return resultobj;
49644fail:
49645 return NULL__null;
49646}
49647
49648
49649SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49650 PyObject *resultobj = 0;
49651 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49652 lldb::SBStream *arg2 = 0 ;
49653 void *argp1 = 0 ;
49654 int res1 = 0 ;
49655 void *argp2 = 0 ;
49656 int res2 = 0 ;
49657 PyObject * obj0 = 0 ;
49658 PyObject * obj1 = 0 ;
49659 bool result;
49660
49661 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbolContext_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
49662 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49663 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49664 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext_GetDescription" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext_GetDescription"
"', argument " "1"" of type '" "lldb::SBSymbolContext *""'")
; goto fail; } while(0)
;
49665 }
49666 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49667 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
49668 if (!SWIG_IsOK(res2)(res2 >= 0)) {
49669 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbolContext_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbolContext_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
49670 }
49671 if (!argp2) {
49672 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbolContext_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbolContext_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
49673 }
49674 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
49675 {
49676 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49677 result = (bool)(arg1)->GetDescription(*arg2);
49678 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49679 }
49680 resultobj = SWIG_From_bool(static_cast< bool >(result));
49681 return resultobj;
49682fail:
49683 return NULL__null;
49684}
49685
49686
49687SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContext___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49688 PyObject *resultobj = 0;
49689 lldb::SBSymbolContext *arg1 = (lldb::SBSymbolContext *) 0 ;
49690 void *argp1 = 0 ;
49691 int res1 = 0 ;
49692 PyObject * obj0 = 0 ;
49693 PyObject *result = 0 ;
49694
49695 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbolContext___str__",&obj0)) SWIG_failgoto fail;
49696 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContext, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[58]
, 0 | 0, 0)
;
49697 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49698 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContext___str__" "', argument " "1"" of type '" "lldb::SBSymbolContext *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContext___str__" "', argument "
"1"" of type '" "lldb::SBSymbolContext *""'"); goto fail; } while
(0)
;
49699 }
49700 arg1 = reinterpret_cast< lldb::SBSymbolContext * >(argp1);
49701 result = (PyObject *)lldb_SBSymbolContext___str__(arg1);
49702 resultobj = result;
49703 return resultobj;
49704fail:
49705 return NULL__null;
49706}
49707
49708
49709SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBSymbolContext_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49710 PyObject *obj;
49711 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
49712 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBSymbolContextswig_types[58], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
49713 return SWIG_Py_Void();
49714}
49715
49716SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSymbolContextList__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49717 PyObject *resultobj = 0;
49718 lldb::SBSymbolContextList *result = 0 ;
49719
49720 if (!PyArg_ParseTuple(args,(char *)":new_SBSymbolContextList")) SWIG_failgoto fail;
49721 {
49722 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49723 result = (lldb::SBSymbolContextList *)new lldb::SBSymbolContextList();
49724 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49725 }
49726 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[59], (
(0x1 << 1) | 0x1) | 0)
;
49727 return resultobj;
49728fail:
49729 return NULL__null;
49730}
49731
49732
49733SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSymbolContextList__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49734 PyObject *resultobj = 0;
49735 lldb::SBSymbolContextList *arg1 = 0 ;
49736 void *argp1 = 0 ;
49737 int res1 = 0 ;
49738 PyObject * obj0 = 0 ;
49739 lldb::SBSymbolContextList *result = 0 ;
49740
49741 if (!PyArg_ParseTuple(args,(char *)"O:new_SBSymbolContextList",&obj0)) SWIG_failgoto fail;
49742 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBSymbolContextList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[59]
, 0 | 0, 0)
;
49743 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49744 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBSymbolContextList" "', argument " "1"" of type '" "lldb::SBSymbolContextList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBSymbolContextList" "', argument "
"1"" of type '" "lldb::SBSymbolContextList const &""'");
goto fail; } while(0)
;
49745 }
49746 if (!argp1) {
49747 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBSymbolContextList" "', argument " "1"" of type '" "lldb::SBSymbolContextList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBSymbolContextList" "', argument " "1"" of type '"
"lldb::SBSymbolContextList const &""'"); goto fail; } while
(0)
;
49748 }
49749 arg1 = reinterpret_cast< lldb::SBSymbolContextList * >(argp1);
49750 {
49751 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49752 result = (lldb::SBSymbolContextList *)new lldb::SBSymbolContextList((lldb::SBSymbolContextList const &)*arg1);
49753 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49754 }
49755 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[59], (
(0x1 << 1) | 0x1) | 0)
;
49756 return resultobj;
49757fail:
49758 return NULL__null;
49759}
49760
49761
49762SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBSymbolContextList(PyObject *self, PyObject *args) {
49763 Py_ssize_t argc;
49764 PyObject *argv[2] = {
49765 0
49766 };
49767 Py_ssize_t ii;
49768
49769 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
49770 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
49771 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
49772 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
49773 }
49774 if (argc == 0) {
49775 return _wrap_new_SBSymbolContextList__SWIG_0(self, args);
49776 }
49777 if (argc == 1) {
49778 int _v;
49779 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBSymbolContextList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[59], 0, 0
)
;
49780 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
49781 if (_v) {
49782 return _wrap_new_SBSymbolContextList__SWIG_1(self, args);
49783 }
49784 }
49785
49786fail:
49787 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBSymbolContextList'.\n"
49788 " Possible C/C++ prototypes are:\n"
49789 " lldb::SBSymbolContextList::SBSymbolContextList()\n"
49790 " lldb::SBSymbolContextList::SBSymbolContextList(lldb::SBSymbolContextList const &)\n");
49791 return 0;
49792}
49793
49794
49795SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBSymbolContextList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49796 PyObject *resultobj = 0;
49797 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ;
49798 void *argp1 = 0 ;
49799 int res1 = 0 ;
49800 PyObject * obj0 = 0 ;
49801
49802 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBSymbolContextList",&obj0)) SWIG_failgoto fail;
49803 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[59]
, 0x1 | 0, 0)
;
49804 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49805 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBSymbolContextList" "', argument " "1"" of type '" "lldb::SBSymbolContextList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBSymbolContextList"
"', argument " "1"" of type '" "lldb::SBSymbolContextList *"
"'"); goto fail; } while(0)
;
49806 }
49807 arg1 = reinterpret_cast< lldb::SBSymbolContextList * >(argp1);
49808 {
49809 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49810 delete arg1;
49811 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49812 }
49813 resultobj = SWIG_Py_Void();
49814 return resultobj;
49815fail:
49816 return NULL__null;
49817}
49818
49819
49820SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContextList_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49821 PyObject *resultobj = 0;
49822 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ;
49823 void *argp1 = 0 ;
49824 int res1 = 0 ;
49825 PyObject * obj0 = 0 ;
49826 bool result;
49827
49828 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbolContextList_IsValid",&obj0)) SWIG_failgoto fail;
49829 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContextList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[59]
, 0 | 0, 0)
;
49830 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49831 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContextList_IsValid" "', argument " "1"" of type '" "lldb::SBSymbolContextList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContextList_IsValid"
"', argument " "1"" of type '" "lldb::SBSymbolContextList const *"
"'"); goto fail; } while(0)
;
49832 }
49833 arg1 = reinterpret_cast< lldb::SBSymbolContextList * >(argp1);
49834 {
49835 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49836 result = (bool)((lldb::SBSymbolContextList const *)arg1)->IsValid();
49837 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49838 }
49839 resultobj = SWIG_From_bool(static_cast< bool >(result));
49840 return resultobj;
49841fail:
49842 return NULL__null;
49843}
49844
49845
49846SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContextList_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49847 PyObject *resultobj = 0;
49848 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ;
49849 void *argp1 = 0 ;
49850 int res1 = 0 ;
49851 PyObject * obj0 = 0 ;
49852 uint32_t result;
49853
49854 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbolContextList_GetSize",&obj0)) SWIG_failgoto fail;
49855 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContextList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[59]
, 0 | 0, 0)
;
49856 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49857 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContextList_GetSize" "', argument " "1"" of type '" "lldb::SBSymbolContextList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContextList_GetSize"
"', argument " "1"" of type '" "lldb::SBSymbolContextList const *"
"'"); goto fail; } while(0)
;
49858 }
49859 arg1 = reinterpret_cast< lldb::SBSymbolContextList * >(argp1);
49860 {
49861 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49862 result = (uint32_t)((lldb::SBSymbolContextList const *)arg1)->GetSize();
49863 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49864 }
49865 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
49866 return resultobj;
49867fail:
49868 return NULL__null;
49869}
49870
49871
49872SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContextList_GetContextAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49873 PyObject *resultobj = 0;
49874 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ;
49875 uint32_t arg2 ;
49876 void *argp1 = 0 ;
49877 int res1 = 0 ;
49878 unsigned int val2 ;
49879 int ecode2 = 0 ;
49880 PyObject * obj0 = 0 ;
49881 PyObject * obj1 = 0 ;
49882 lldb::SBSymbolContext result;
49883
49884 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbolContextList_GetContextAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
49885 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContextList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[59]
, 0 | 0, 0)
;
49886 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49887 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContextList_GetContextAtIndex" "', argument " "1"" of type '" "lldb::SBSymbolContextList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContextList_GetContextAtIndex"
"', argument " "1"" of type '" "lldb::SBSymbolContextList *"
"'"); goto fail; } while(0)
;
49888 }
49889 arg1 = reinterpret_cast< lldb::SBSymbolContextList * >(argp1);
49890 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
49891 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
49892 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBSymbolContextList_GetContextAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBSymbolContextList_GetContextAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
49893 }
49894 arg2 = static_cast< uint32_t >(val2);
49895 {
49896 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49897 result = (arg1)->GetContextAtIndex(arg2);
49898 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49899 }
49900 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContext(static_cast< const lldb::SBSymbolContext& >(result))), SWIGTYPE_p_lldb__SBSymbolContext, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContext(
static_cast< const lldb::SBSymbolContext& >(result)
)), swig_types[58], 0x1 | 0)
;
49901 return resultobj;
49902fail:
49903 return NULL__null;
49904}
49905
49906
49907SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContextList_Append__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49908 PyObject *resultobj = 0;
49909 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ;
49910 lldb::SBSymbolContext *arg2 = 0 ;
49911 void *argp1 = 0 ;
49912 int res1 = 0 ;
49913 void *argp2 = 0 ;
49914 int res2 = 0 ;
49915 PyObject * obj0 = 0 ;
49916 PyObject * obj1 = 0 ;
49917
49918 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbolContextList_Append",&obj0,&obj1)) SWIG_failgoto fail;
49919 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContextList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[59]
, 0 | 0, 0)
;
49920 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49921 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContextList_Append" "', argument " "1"" of type '" "lldb::SBSymbolContextList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContextList_Append"
"', argument " "1"" of type '" "lldb::SBSymbolContextList *"
"'"); goto fail; } while(0)
;
49922 }
49923 arg1 = reinterpret_cast< lldb::SBSymbolContextList * >(argp1);
49924 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBSymbolContext, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[58]
, 0, 0)
;
49925 if (!SWIG_IsOK(res2)(res2 >= 0)) {
49926 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbolContextList_Append" "', argument " "2"" of type '" "lldb::SBSymbolContext &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbolContextList_Append"
"', argument " "2"" of type '" "lldb::SBSymbolContext &"
"'"); goto fail; } while(0)
;
49927 }
49928 if (!argp2) {
49929 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbolContextList_Append" "', argument " "2"" of type '" "lldb::SBSymbolContext &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbolContextList_Append" "', argument " "2"
" of type '" "lldb::SBSymbolContext &""'"); goto fail; } while
(0)
;
49930 }
49931 arg2 = reinterpret_cast< lldb::SBSymbolContext * >(argp2);
49932 {
49933 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49934 (arg1)->Append(*arg2);
49935 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49936 }
49937 resultobj = SWIG_Py_Void();
49938 return resultobj;
49939fail:
49940 return NULL__null;
49941}
49942
49943
49944SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContextList_Append__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
49945 PyObject *resultobj = 0;
49946 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ;
49947 lldb::SBSymbolContextList *arg2 = 0 ;
49948 void *argp1 = 0 ;
49949 int res1 = 0 ;
49950 void *argp2 = 0 ;
49951 int res2 = 0 ;
49952 PyObject * obj0 = 0 ;
49953 PyObject * obj1 = 0 ;
49954
49955 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbolContextList_Append",&obj0,&obj1)) SWIG_failgoto fail;
49956 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContextList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[59]
, 0 | 0, 0)
;
49957 if (!SWIG_IsOK(res1)(res1 >= 0)) {
49958 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContextList_Append" "', argument " "1"" of type '" "lldb::SBSymbolContextList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContextList_Append"
"', argument " "1"" of type '" "lldb::SBSymbolContextList *"
"'"); goto fail; } while(0)
;
49959 }
49960 arg1 = reinterpret_cast< lldb::SBSymbolContextList * >(argp1);
49961 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBSymbolContextList, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[59]
, 0, 0)
;
49962 if (!SWIG_IsOK(res2)(res2 >= 0)) {
49963 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbolContextList_Append" "', argument " "2"" of type '" "lldb::SBSymbolContextList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbolContextList_Append"
"', argument " "2"" of type '" "lldb::SBSymbolContextList &"
"'"); goto fail; } while(0)
;
49964 }
49965 if (!argp2) {
49966 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbolContextList_Append" "', argument " "2"" of type '" "lldb::SBSymbolContextList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbolContextList_Append" "', argument " "2"
" of type '" "lldb::SBSymbolContextList &""'"); goto fail
; } while(0)
;
49967 }
49968 arg2 = reinterpret_cast< lldb::SBSymbolContextList * >(argp2);
49969 {
49970 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
49971 (arg1)->Append(*arg2);
49972 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
49973 }
49974 resultobj = SWIG_Py_Void();
49975 return resultobj;
49976fail:
49977 return NULL__null;
49978}
49979
49980
49981SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContextList_Append(PyObject *self, PyObject *args) {
49982 Py_ssize_t argc;
49983 PyObject *argv[3] = {
49984 0
49985 };
49986 Py_ssize_t ii;
49987
49988 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
49989 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
49990 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
49991 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
49992 }
49993 if (argc == 2) {
49994 int _v;
49995 void *vptr = 0;
49996 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBSymbolContextList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[59
], 0, 0)
;
49997 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
49998 if (_v) {
49999 void *vptr = 0;
50000 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBSymbolContext, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[58
], 0, 0)
;
50001 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50002 if (_v) {
50003 return _wrap_SBSymbolContextList_Append__SWIG_0(self, args);
50004 }
50005 }
50006 }
50007 if (argc == 2) {
50008 int _v;
50009 void *vptr = 0;
50010 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBSymbolContextList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[59
], 0, 0)
;
50011 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50012 if (_v) {
50013 void *vptr = 0;
50014 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBSymbolContextList, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[59
], 0, 0)
;
50015 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50016 if (_v) {
50017 return _wrap_SBSymbolContextList_Append__SWIG_1(self, args);
50018 }
50019 }
50020 }
50021
50022fail:
50023 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBSymbolContextList_Append'.\n"
50024 " Possible C/C++ prototypes are:\n"
50025 " lldb::SBSymbolContextList::Append(lldb::SBSymbolContext &)\n"
50026 " lldb::SBSymbolContextList::Append(lldb::SBSymbolContextList &)\n");
50027 return 0;
50028}
50029
50030
50031SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContextList_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50032 PyObject *resultobj = 0;
50033 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ;
50034 lldb::SBStream *arg2 = 0 ;
50035 void *argp1 = 0 ;
50036 int res1 = 0 ;
50037 void *argp2 = 0 ;
50038 int res2 = 0 ;
50039 PyObject * obj0 = 0 ;
50040 PyObject * obj1 = 0 ;
50041 bool result;
50042
50043 if (!PyArg_ParseTuple(args,(char *)"OO:SBSymbolContextList_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
50044 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContextList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[59]
, 0 | 0, 0)
;
50045 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50046 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContextList_GetDescription" "', argument " "1"" of type '" "lldb::SBSymbolContextList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContextList_GetDescription"
"', argument " "1"" of type '" "lldb::SBSymbolContextList *"
"'"); goto fail; } while(0)
;
50047 }
50048 arg1 = reinterpret_cast< lldb::SBSymbolContextList * >(argp1);
50049 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
50050 if (!SWIG_IsOK(res2)(res2 >= 0)) {
50051 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBSymbolContextList_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBSymbolContextList_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
50052 }
50053 if (!argp2) {
50054 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBSymbolContextList_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBSymbolContextList_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
50055 }
50056 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
50057 {
50058 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50059 result = (bool)(arg1)->GetDescription(*arg2);
50060 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50061 }
50062 resultobj = SWIG_From_bool(static_cast< bool >(result));
50063 return resultobj;
50064fail:
50065 return NULL__null;
50066}
50067
50068
50069SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContextList_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50070 PyObject *resultobj = 0;
50071 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ;
50072 void *argp1 = 0 ;
50073 int res1 = 0 ;
50074 PyObject * obj0 = 0 ;
50075
50076 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbolContextList_Clear",&obj0)) SWIG_failgoto fail;
50077 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContextList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[59]
, 0 | 0, 0)
;
50078 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50079 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContextList_Clear" "', argument " "1"" of type '" "lldb::SBSymbolContextList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContextList_Clear"
"', argument " "1"" of type '" "lldb::SBSymbolContextList *"
"'"); goto fail; } while(0)
;
50080 }
50081 arg1 = reinterpret_cast< lldb::SBSymbolContextList * >(argp1);
50082 {
50083 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50084 (arg1)->Clear();
50085 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50086 }
50087 resultobj = SWIG_Py_Void();
50088 return resultobj;
50089fail:
50090 return NULL__null;
50091}
50092
50093
50094SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBSymbolContextList___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50095 PyObject *resultobj = 0;
50096 lldb::SBSymbolContextList *arg1 = (lldb::SBSymbolContextList *) 0 ;
50097 void *argp1 = 0 ;
50098 int res1 = 0 ;
50099 PyObject * obj0 = 0 ;
50100 PyObject *result = 0 ;
50101
50102 if (!PyArg_ParseTuple(args,(char *)"O:SBSymbolContextList___str__",&obj0)) SWIG_failgoto fail;
50103 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBSymbolContextList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[59]
, 0 | 0, 0)
;
50104 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50105 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBSymbolContextList___str__" "', argument " "1"" of type '" "lldb::SBSymbolContextList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBSymbolContextList___str__"
"', argument " "1"" of type '" "lldb::SBSymbolContextList *"
"'"); goto fail; } while(0)
;
50106 }
50107 arg1 = reinterpret_cast< lldb::SBSymbolContextList * >(argp1);
50108 result = (PyObject *)lldb_SBSymbolContextList___str__(arg1);
50109 resultobj = result;
50110 return resultobj;
50111fail:
50112 return NULL__null;
50113}
50114
50115
50116SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBSymbolContextList_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50117 PyObject *obj;
50118 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
50119 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBSymbolContextListswig_types[59], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
50120 return SWIG_Py_Void();
50121}
50122
50123SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTarget__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50124 PyObject *resultobj = 0;
50125 lldb::SBTarget *result = 0 ;
50126
50127 if (!PyArg_ParseTuple(args,(char *)":new_SBTarget")) SWIG_failgoto fail;
50128 {
50129 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50130 result = (lldb::SBTarget *)new lldb::SBTarget();
50131 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50132 }
50133 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[60], (
(0x1 << 1) | 0x1) | 0)
;
50134 return resultobj;
50135fail:
50136 return NULL__null;
50137}
50138
50139
50140SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTarget__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50141 PyObject *resultobj = 0;
50142 lldb::SBTarget *arg1 = 0 ;
50143 void *argp1 = 0 ;
50144 int res1 = 0 ;
50145 PyObject * obj0 = 0 ;
50146 lldb::SBTarget *result = 0 ;
50147
50148 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTarget",&obj0)) SWIG_failgoto fail;
50149 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
50150 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50151 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTarget" "', argument " "1"" of type '" "lldb::SBTarget const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTarget" "', argument "
"1"" of type '" "lldb::SBTarget const &""'"); goto fail;
} while(0)
;
50152 }
50153 if (!argp1) {
50154 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTarget" "', argument " "1"" of type '" "lldb::SBTarget const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTarget" "', argument " "1"" of type '" "lldb::SBTarget const &"
"'"); goto fail; } while(0)
;
50155 }
50156 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
50157 {
50158 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50159 result = (lldb::SBTarget *)new lldb::SBTarget((lldb::SBTarget const &)*arg1);
50160 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50161 }
50162 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[60], (
(0x1 << 1) | 0x1) | 0)
;
50163 return resultobj;
50164fail:
50165 return NULL__null;
50166}
50167
50168
50169SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTarget(PyObject *self, PyObject *args) {
50170 Py_ssize_t argc;
50171 PyObject *argv[2] = {
50172 0
50173 };
50174 Py_ssize_t ii;
50175
50176 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
50177 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
50178 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
50179 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
50180 }
50181 if (argc == 0) {
50182 return _wrap_new_SBTarget__SWIG_0(self, args);
50183 }
50184 if (argc == 1) {
50185 int _v;
50186 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[60], 0, 0
)
;
50187 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50188 if (_v) {
50189 return _wrap_new_SBTarget__SWIG_1(self, args);
50190 }
50191 }
50192
50193fail:
50194 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBTarget'.\n"
50195 " Possible C/C++ prototypes are:\n"
50196 " lldb::SBTarget::SBTarget()\n"
50197 " lldb::SBTarget::SBTarget(lldb::SBTarget const &)\n");
50198 return 0;
50199}
50200
50201
50202SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTarget(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50203 PyObject *resultobj = 0;
50204 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
50205 void *argp1 = 0 ;
50206 int res1 = 0 ;
50207 PyObject * obj0 = 0 ;
50208
50209 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTarget",&obj0)) SWIG_failgoto fail;
50210 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0x1 | 0, 0)
;
50211 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50212 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTarget" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTarget" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
50213 }
50214 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
50215 {
50216 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50217 delete arg1;
50218 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50219 }
50220 resultobj = SWIG_Py_Void();
50221 return resultobj;
50222fail:
50223 return NULL__null;
50224}
50225
50226
50227SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetBroadcasterClassName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50228 PyObject *resultobj = 0;
50229 char *result = 0 ;
50230
50231 if (!PyArg_ParseTuple(args,(char *)":SBTarget_GetBroadcasterClassName")) SWIG_failgoto fail;
50232 {
50233 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50234 result = (char *)lldb::SBTarget::GetBroadcasterClassName();
50235 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50236 }
50237 resultobj = SWIG_FromCharPtr((const char *)result);
50238 return resultobj;
50239fail:
50240 return NULL__null;
50241}
50242
50243
50244SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50245 PyObject *resultobj = 0;
50246 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
50247 void *argp1 = 0 ;
50248 int res1 = 0 ;
50249 PyObject * obj0 = 0 ;
50250 bool result;
50251
50252 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_IsValid",&obj0)) SWIG_failgoto fail;
50253 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
50254 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50255 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_IsValid" "', argument " "1"" of type '" "lldb::SBTarget const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_IsValid" "', argument "
"1"" of type '" "lldb::SBTarget const *""'"); goto fail; } while
(0)
;
50256 }
50257 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
50258 {
50259 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50260 result = (bool)((lldb::SBTarget const *)arg1)->IsValid();
50261 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50262 }
50263 resultobj = SWIG_From_bool(static_cast< bool >(result));
50264 return resultobj;
50265fail:
50266 return NULL__null;
50267}
50268
50269
50270SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_EventIsTargetEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50271 PyObject *resultobj = 0;
50272 lldb::SBEvent *arg1 = 0 ;
50273 void *argp1 = 0 ;
50274 int res1 = 0 ;
50275 PyObject * obj0 = 0 ;
50276 bool result;
50277
50278 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_EventIsTargetEvent",&obj0)) SWIG_failgoto fail;
50279 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
50280 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50281 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_EventIsTargetEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_EventIsTargetEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
50282 }
50283 if (!argp1) {
50284 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_EventIsTargetEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_EventIsTargetEvent" "', argument " "1"
" of type '" "lldb::SBEvent const &""'"); goto fail; } while
(0)
;
50285 }
50286 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
50287 {
50288 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50289 result = (bool)lldb::SBTarget::EventIsTargetEvent((lldb::SBEvent const &)*arg1);
50290 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50291 }
50292 resultobj = SWIG_From_bool(static_cast< bool >(result));
50293 return resultobj;
50294fail:
50295 return NULL__null;
50296}
50297
50298
50299SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetTargetFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50300 PyObject *resultobj = 0;
50301 lldb::SBEvent *arg1 = 0 ;
50302 void *argp1 = 0 ;
50303 int res1 = 0 ;
50304 PyObject * obj0 = 0 ;
50305 lldb::SBTarget result;
50306
50307 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetTargetFromEvent",&obj0)) SWIG_failgoto fail;
50308 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
50309 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50310 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetTargetFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetTargetFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
50311 }
50312 if (!argp1) {
50313 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_GetTargetFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_GetTargetFromEvent" "', argument " "1"
" of type '" "lldb::SBEvent const &""'"); goto fail; } while
(0)
;
50314 }
50315 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
50316 {
50317 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50318 result = lldb::SBTarget::GetTargetFromEvent((lldb::SBEvent const &)*arg1);
50319 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50320 }
50321 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
50322 return resultobj;
50323fail:
50324 return NULL__null;
50325}
50326
50327
50328SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetNumModulesFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50329 PyObject *resultobj = 0;
50330 lldb::SBEvent *arg1 = 0 ;
50331 void *argp1 = 0 ;
50332 int res1 = 0 ;
50333 PyObject * obj0 = 0 ;
50334 uint32_t result;
50335
50336 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetNumModulesFromEvent",&obj0)) SWIG_failgoto fail;
50337 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
50338 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50339 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetNumModulesFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetNumModulesFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
50340 }
50341 if (!argp1) {
50342 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_GetNumModulesFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_GetNumModulesFromEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
50343 }
50344 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
50345 {
50346 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50347 result = (uint32_t)lldb::SBTarget::GetNumModulesFromEvent((lldb::SBEvent const &)*arg1);
50348 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50349 }
50350 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
50351 return resultobj;
50352fail:
50353 return NULL__null;
50354}
50355
50356
50357SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetModuleAtIndexFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50358 PyObject *resultobj = 0;
50359 uint32_t arg1 ;
50360 lldb::SBEvent *arg2 = 0 ;
50361 unsigned int val1 ;
50362 int ecode1 = 0 ;
50363 void *argp2 = 0 ;
50364 int res2 = 0 ;
50365 PyObject * obj0 = 0 ;
50366 PyObject * obj1 = 0 ;
50367 lldb::SBModule result;
50368
50369 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_GetModuleAtIndexFromEvent",&obj0,&obj1)) SWIG_failgoto fail;
50370 ecode1 = SWIG_AsVal_unsigned_SS_int(obj0, &val1);
50371 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
50372 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "SBTarget_GetModuleAtIndexFromEvent" "', argument " "1"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "SBTarget_GetModuleAtIndexFromEvent"
"', argument " "1"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
50373 }
50374 arg1 = static_cast< uint32_t >(val1);
50375 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[26]
, 0 | 0, 0)
;
50376 if (!SWIG_IsOK(res2)(res2 >= 0)) {
50377 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_GetModuleAtIndexFromEvent" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_GetModuleAtIndexFromEvent"
"', argument " "2"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
50378 }
50379 if (!argp2) {
50380 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_GetModuleAtIndexFromEvent" "', argument " "2"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_GetModuleAtIndexFromEvent" "', argument "
"2"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
50381 }
50382 arg2 = reinterpret_cast< lldb::SBEvent * >(argp2);
50383 {
50384 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50385 result = lldb::SBTarget::GetModuleAtIndexFromEvent(arg1,(lldb::SBEvent const &)*arg2);
50386 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50387 }
50388 resultobj = SWIG_NewPointerObj((new lldb::SBModule(static_cast< const lldb::SBModule& >(result))), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModule(static_cast
< const lldb::SBModule& >(result))), swig_types[42]
, 0x1 | 0)
;
50389 return resultobj;
50390fail:
50391 return NULL__null;
50392}
50393
50394
50395SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetProcess(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50396 PyObject *resultobj = 0;
50397 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
50398 void *argp1 = 0 ;
50399 int res1 = 0 ;
50400 PyObject * obj0 = 0 ;
50401 lldb::SBProcess result;
50402
50403 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetProcess",&obj0)) SWIG_failgoto fail;
50404 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
50405 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50406 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetProcess" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetProcess" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
50407 }
50408 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
50409 {
50410 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50411 result = (arg1)->GetProcess();
50412 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50413 }
50414 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
50415 return resultobj;
50416fail:
50417 return NULL__null;
50418}
50419
50420
50421SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetPlatform(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50422 PyObject *resultobj = 0;
50423 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
50424 void *argp1 = 0 ;
50425 int res1 = 0 ;
50426 PyObject * obj0 = 0 ;
50427 lldb::SBPlatform result;
50428
50429 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetPlatform",&obj0)) SWIG_failgoto fail;
50430 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
50431 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50432 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetPlatform" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetPlatform" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
50433 }
50434 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
50435 {
50436 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50437 result = (arg1)->GetPlatform();
50438 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50439 }
50440 resultobj = SWIG_NewPointerObj((new lldb::SBPlatform(static_cast< const lldb::SBPlatform& >(result))), SWIGTYPE_p_lldb__SBPlatform, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBPlatform(static_cast
< const lldb::SBPlatform& >(result))), swig_types[45
], 0x1 | 0)
;
50441 return resultobj;
50442fail:
50443 return NULL__null;
50444}
50445
50446
50447SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_Install(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50448 PyObject *resultobj = 0;
50449 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
50450 void *argp1 = 0 ;
50451 int res1 = 0 ;
50452 PyObject * obj0 = 0 ;
50453 lldb::SBError result;
50454
50455 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_Install",&obj0)) SWIG_failgoto fail;
50456 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
50457 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50458 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_Install" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_Install" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
50459 }
50460 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
50461 {
50462 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50463 result = (arg1)->Install();
50464 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50465 }
50466 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
50467 return resultobj;
50468fail:
50469 return NULL__null;
50470}
50471
50472
50473SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_Launch__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50474 PyObject *resultobj = 0;
50475 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
50476 lldb::SBListener *arg2 = 0 ;
50477 char **arg3 = (char **) 0 ;
50478 char **arg4 = (char **) 0 ;
50479 char *arg5 = (char *) 0 ;
50480 char *arg6 = (char *) 0 ;
50481 char *arg7 = (char *) 0 ;
50482 char *arg8 = (char *) 0 ;
50483 uint32_t arg9 ;
50484 bool arg10 ;
50485 lldb::SBError *arg11 = 0 ;
50486 void *argp1 = 0 ;
50487 int res1 = 0 ;
50488 void *argp2 = 0 ;
50489 int res2 = 0 ;
50490 int res5 ;
50491 char *buf5 = 0 ;
50492 int alloc5 = 0 ;
50493 int res6 ;
50494 char *buf6 = 0 ;
50495 int alloc6 = 0 ;
50496 int res7 ;
50497 char *buf7 = 0 ;
50498 int alloc7 = 0 ;
50499 int res8 ;
50500 char *buf8 = 0 ;
50501 int alloc8 = 0 ;
50502 unsigned int val9 ;
50503 int ecode9 = 0 ;
50504 bool val10 ;
50505 int ecode10 = 0 ;
50506 void *argp11 = 0 ;
50507 int res11 = 0 ;
50508 PyObject * obj0 = 0 ;
50509 PyObject * obj1 = 0 ;
50510 PyObject * obj2 = 0 ;
50511 PyObject * obj3 = 0 ;
50512 PyObject * obj4 = 0 ;
50513 PyObject * obj5 = 0 ;
50514 PyObject * obj6 = 0 ;
50515 PyObject * obj7 = 0 ;
50516 PyObject * obj8 = 0 ;
50517 PyObject * obj9 = 0 ;
50518 PyObject * obj10 = 0 ;
50519 lldb::SBProcess result;
50520
50521 if (!PyArg_ParseTuple(args,(char *)"OOOOOOOOOOO:SBTarget_Launch",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) SWIG_failgoto fail;
50522 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
50523 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50524 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_Launch" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_Launch" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
50525 }
50526 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
50527 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBListener, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[39]
, 0, 0)
;
50528 if (!SWIG_IsOK(res2)(res2 >= 0)) {
50529 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_Launch" "', argument " "2"" of type '" "lldb::SBListener &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_Launch" "', argument "
"2"" of type '" "lldb::SBListener &""'"); goto fail; } while
(0)
;
50530 }
50531 if (!argp2) {
50532 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_Launch" "', argument " "2"" of type '" "lldb::SBListener &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_Launch" "', argument " "2"" of type '"
"lldb::SBListener &""'"); goto fail; } while(0)
;
50533 }
50534 arg2 = reinterpret_cast< lldb::SBListener * >(argp2);
50535 {
50536 using namespace lldb_private;
50537 /* Check if is a list */
50538 if (PythonList::Check(obj2)) {
50539 PythonList list(PyRefType::Borrowed, obj2);
50540 int size = list.GetSize();
50541 int i = 0;
50542 arg3 = (char**)malloc((size+1)*sizeof(char*));
50543 for (i = 0; i < size; i++) {
50544 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
50545 if (!py_str.IsAllocated()) {
50546 PyErr_SetString(PyExc_TypeError,"list must contain strings");
50547 free(arg3);
50548 return nullptr;
50549 }
50550
50551 arg3[i] = const_cast<char*>(py_str.GetString().data());
50552 }
50553 arg3[i] = 0;
50554 } else if (obj2 == Py_None(&_Py_NoneStruct)) {
50555 arg3 = NULL__null;
50556 } else {
50557 PyErr_SetString(PyExc_TypeError,"not a list");
50558 return NULL__null;
50559 }
50560 }
50561 {
50562 using namespace lldb_private;
50563 /* Check if is a list */
50564 if (PythonList::Check(obj3)) {
50565 PythonList list(PyRefType::Borrowed, obj3);
50566 int size = list.GetSize();
50567 int i = 0;
50568 arg4 = (char**)malloc((size+1)*sizeof(char*));
50569 for (i = 0; i < size; i++) {
50570 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
50571 if (!py_str.IsAllocated()) {
50572 PyErr_SetString(PyExc_TypeError,"list must contain strings");
50573 free(arg4);
50574 return nullptr;
50575 }
50576
50577 arg4[i] = const_cast<char*>(py_str.GetString().data());
50578 }
50579 arg4[i] = 0;
50580 } else if (obj3 == Py_None(&_Py_NoneStruct)) {
50581 arg4 = NULL__null;
50582 } else {
50583 PyErr_SetString(PyExc_TypeError,"not a list");
50584 return NULL__null;
50585 }
50586 }
50587 res5 = SWIG_AsCharPtrAndSize(obj4, &buf5, NULL__null, &alloc5);
50588 if (!SWIG_IsOK(res5)(res5 >= 0)) {
50589 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_Launch" "', argument " "5"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_Launch" "', argument "
"5"" of type '" "char const *""'"); goto fail; } while(0)
;
50590 }
50591 arg5 = reinterpret_cast< char * >(buf5);
50592 res6 = SWIG_AsCharPtrAndSize(obj5, &buf6, NULL__null, &alloc6);
50593 if (!SWIG_IsOK(res6)(res6 >= 0)) {
50594 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "SBTarget_Launch" "', argument " "6"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res6 != (
-1)) ? res6 : -5)), "in method '" "SBTarget_Launch" "', argument "
"6"" of type '" "char const *""'"); goto fail; } while(0)
;
50595 }
50596 arg6 = reinterpret_cast< char * >(buf6);
50597 res7 = SWIG_AsCharPtrAndSize(obj6, &buf7, NULL__null, &alloc7);
50598 if (!SWIG_IsOK(res7)(res7 >= 0)) {
50599 SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "SBTarget_Launch" "', argument " "7"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res7 != (
-1)) ? res7 : -5)), "in method '" "SBTarget_Launch" "', argument "
"7"" of type '" "char const *""'"); goto fail; } while(0)
;
50600 }
50601 arg7 = reinterpret_cast< char * >(buf7);
50602 res8 = SWIG_AsCharPtrAndSize(obj7, &buf8, NULL__null, &alloc8);
50603 if (!SWIG_IsOK(res8)(res8 >= 0)) {
50604 SWIG_exception_fail(SWIG_ArgError(res8), "in method '" "SBTarget_Launch" "', argument " "8"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res8 != (
-1)) ? res8 : -5)), "in method '" "SBTarget_Launch" "', argument "
"8"" of type '" "char const *""'"); goto fail; } while(0)
;
50605 }
50606 arg8 = reinterpret_cast< char * >(buf8);
50607 ecode9 = SWIG_AsVal_unsigned_SS_int(obj8, &val9);
50608 if (!SWIG_IsOK(ecode9)(ecode9 >= 0)) {
50609 SWIG_exception_fail(SWIG_ArgError(ecode9), "in method '" "SBTarget_Launch" "', argument " "9"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode9 !=
(-1)) ? ecode9 : -5)), "in method '" "SBTarget_Launch" "', argument "
"9"" of type '" "uint32_t""'"); goto fail; } while(0)
;
50610 }
50611 arg9 = static_cast< uint32_t >(val9);
50612 ecode10 = SWIG_AsVal_bool(obj9, &val10);
50613 if (!SWIG_IsOK(ecode10)(ecode10 >= 0)) {
50614 SWIG_exception_fail(SWIG_ArgError(ecode10), "in method '" "SBTarget_Launch" "', argument " "10"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode10 !=
(-1)) ? ecode10 : -5)), "in method '" "SBTarget_Launch" "', argument "
"10"" of type '" "bool""'"); goto fail; } while(0)
;
50615 }
50616 arg10 = static_cast< bool >(val10);
50617 res11 = SWIG_ConvertPtr(obj10, &argp11, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj10, &argp11, swig_types[25
], 0, 0)
;
50618 if (!SWIG_IsOK(res11)(res11 >= 0)) {
50619 SWIG_exception_fail(SWIG_ArgError(res11), "in method '" "SBTarget_Launch" "', argument " "11"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res11 !=
(-1)) ? res11 : -5)), "in method '" "SBTarget_Launch" "', argument "
"11"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
50620 }
50621 if (!argp11) {
50622 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_Launch" "', argument " "11"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_Launch" "', argument " "11"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
50623 }
50624 arg11 = reinterpret_cast< lldb::SBError * >(argp11);
50625 {
50626 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50627 result = (arg1)->Launch(*arg2,(char const **)arg3,(char const **)arg4,(char const *)arg5,(char const *)arg6,(char const *)arg7,(char const *)arg8,arg9,arg10,*arg11);
50628 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50629 }
50630 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
50631 {
50632 free((char *) arg3);
50633 }
50634 {
50635 free((char *) arg4);
50636 }
50637 if (alloc5 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf5;
50638 if (alloc6 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf6;
50639 if (alloc7 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf7;
50640 if (alloc8 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf8;
50641 return resultobj;
50642fail:
50643 {
50644 free((char *) arg3);
50645 }
50646 {
50647 free((char *) arg4);
50648 }
50649 if (alloc5 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf5;
50650 if (alloc6 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf6;
50651 if (alloc7 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf7;
50652 if (alloc8 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf8;
50653 return NULL__null;
50654}
50655
50656
50657SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_LaunchSimple(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50658 PyObject *resultobj = 0;
50659 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
50660 char **arg2 = (char **) 0 ;
50661 char **arg3 = (char **) 0 ;
50662 char *arg4 = (char *) 0 ;
50663 void *argp1 = 0 ;
50664 int res1 = 0 ;
50665 int res4 ;
50666 char *buf4 = 0 ;
50667 int alloc4 = 0 ;
50668 PyObject * obj0 = 0 ;
50669 PyObject * obj1 = 0 ;
50670 PyObject * obj2 = 0 ;
50671 PyObject * obj3 = 0 ;
50672 lldb::SBProcess result;
50673
50674 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_LaunchSimple",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
50675 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
50676 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50677 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_LaunchSimple" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_LaunchSimple" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
50678 }
50679 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
50680 {
50681 using namespace lldb_private;
50682 /* Check if is a list */
50683 if (PythonList::Check(obj1)) {
50684 PythonList list(PyRefType::Borrowed, obj1);
50685 int size = list.GetSize();
50686 int i = 0;
50687 arg2 = (char**)malloc((size+1)*sizeof(char*));
50688 for (i = 0; i < size; i++) {
50689 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
50690 if (!py_str.IsAllocated()) {
50691 PyErr_SetString(PyExc_TypeError,"list must contain strings");
50692 free(arg2);
50693 return nullptr;
50694 }
50695
50696 arg2[i] = const_cast<char*>(py_str.GetString().data());
50697 }
50698 arg2[i] = 0;
50699 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
50700 arg2 = NULL__null;
50701 } else {
50702 PyErr_SetString(PyExc_TypeError,"not a list");
50703 return NULL__null;
50704 }
50705 }
50706 {
50707 using namespace lldb_private;
50708 /* Check if is a list */
50709 if (PythonList::Check(obj2)) {
50710 PythonList list(PyRefType::Borrowed, obj2);
50711 int size = list.GetSize();
50712 int i = 0;
50713 arg3 = (char**)malloc((size+1)*sizeof(char*));
50714 for (i = 0; i < size; i++) {
50715 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
50716 if (!py_str.IsAllocated()) {
50717 PyErr_SetString(PyExc_TypeError,"list must contain strings");
50718 free(arg3);
50719 return nullptr;
50720 }
50721
50722 arg3[i] = const_cast<char*>(py_str.GetString().data());
50723 }
50724 arg3[i] = 0;
50725 } else if (obj2 == Py_None(&_Py_NoneStruct)) {
50726 arg3 = NULL__null;
50727 } else {
50728 PyErr_SetString(PyExc_TypeError,"not a list");
50729 return NULL__null;
50730 }
50731 }
50732 res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL__null, &alloc4);
50733 if (!SWIG_IsOK(res4)(res4 >= 0)) {
50734 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_LaunchSimple" "', argument " "4"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_LaunchSimple" "', argument "
"4"" of type '" "char const *""'"); goto fail; } while(0)
;
50735 }
50736 arg4 = reinterpret_cast< char * >(buf4);
50737 {
50738 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50739 result = (arg1)->LaunchSimple((char const **)arg2,(char const **)arg3,(char const *)arg4);
50740 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50741 }
50742 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
50743 {
50744 free((char *) arg2);
50745 }
50746 {
50747 free((char *) arg3);
50748 }
50749 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
50750 return resultobj;
50751fail:
50752 {
50753 free((char *) arg2);
50754 }
50755 {
50756 free((char *) arg3);
50757 }
50758 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
50759 return NULL__null;
50760}
50761
50762
50763SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_Launch__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50764 PyObject *resultobj = 0;
50765 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
50766 lldb::SBLaunchInfo *arg2 = 0 ;
50767 lldb::SBError *arg3 = 0 ;
50768 void *argp1 = 0 ;
50769 int res1 = 0 ;
50770 void *argp2 = 0 ;
50771 int res2 = 0 ;
50772 void *argp3 = 0 ;
50773 int res3 = 0 ;
50774 PyObject * obj0 = 0 ;
50775 PyObject * obj1 = 0 ;
50776 PyObject * obj2 = 0 ;
50777 lldb::SBProcess result;
50778
50779 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_Launch",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
50780 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
50781 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50782 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_Launch" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_Launch" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
50783 }
50784 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
50785 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBLaunchInfo, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[37]
, 0, 0)
;
50786 if (!SWIG_IsOK(res2)(res2 >= 0)) {
50787 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_Launch" "', argument " "2"" of type '" "lldb::SBLaunchInfo &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_Launch" "', argument "
"2"" of type '" "lldb::SBLaunchInfo &""'"); goto fail; }
while(0)
;
50788 }
50789 if (!argp2) {
50790 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_Launch" "', argument " "2"" of type '" "lldb::SBLaunchInfo &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_Launch" "', argument " "2"" of type '"
"lldb::SBLaunchInfo &""'"); goto fail; } while(0)
;
50791 }
50792 arg2 = reinterpret_cast< lldb::SBLaunchInfo * >(argp2);
50793 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
50794 if (!SWIG_IsOK(res3)(res3 >= 0)) {
50795 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_Launch" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_Launch" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
50796 }
50797 if (!argp3) {
50798 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_Launch" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_Launch" "', argument " "3"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
50799 }
50800 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
50801 {
50802 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50803 result = (arg1)->Launch(*arg2,*arg3);
50804 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50805 }
50806 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
50807 return resultobj;
50808fail:
50809 return NULL__null;
50810}
50811
50812
50813SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_Launch(PyObject *self, PyObject *args) {
50814 Py_ssize_t argc;
50815 PyObject *argv[12] = {
50816 0
50817 };
50818 Py_ssize_t ii;
50819
50820 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
50821 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
50822 for (ii = 0; (ii < 11) && (ii < argc); ii++) {
50823 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
50824 }
50825 if (argc == 3) {
50826 int _v;
50827 void *vptr = 0;
50828 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
50829 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50830 if (_v) {
50831 void *vptr = 0;
50832 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBLaunchInfo, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[37
], 0, 0)
;
50833 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50834 if (_v) {
50835 void *vptr = 0;
50836 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[25
], 0, 0)
;
50837 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50838 if (_v) {
50839 return _wrap_SBTarget_Launch__SWIG_1(self, args);
50840 }
50841 }
50842 }
50843 }
50844 if (argc == 11) {
50845 int _v;
50846 void *vptr = 0;
50847 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
50848 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50849 if (_v) {
50850 void *vptr = 0;
50851 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBListener, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[39
], 0, 0)
;
50852 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50853 if (_v) {
50854 {
50855 /* Check if is a list */
50856 _v = 1;
50857 using namespace lldb_private;
50858 if (PythonList::Check(argv[2])) {
50859 PythonList list(PyRefType::Borrowed, argv[2]);
50860 int size = list.GetSize();
50861 int i = 0;
50862 for (i = 0; i < size; i++) {
50863 PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
50864 if (!s.IsAllocated()) {
50865 _v = 0;
50866 }
50867 }
50868 }
50869 else
50870 {
50871 _v = ( (argv[2] == Py_None(&_Py_NoneStruct)) ? 1 : 0);
50872 }
50873 }
50874 if (_v) {
50875 {
50876 /* Check if is a list */
50877 _v = 1;
50878 using namespace lldb_private;
50879 if (PythonList::Check(argv[3])) {
50880 PythonList list(PyRefType::Borrowed, argv[3]);
50881 int size = list.GetSize();
50882 int i = 0;
50883 for (i = 0; i < size; i++) {
50884 PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
50885 if (!s.IsAllocated()) {
50886 _v = 0;
50887 }
50888 }
50889 }
50890 else
50891 {
50892 _v = ( (argv[3] == Py_None(&_Py_NoneStruct)) ? 1 : 0);
50893 }
50894 }
50895 if (_v) {
50896 int res = SWIG_AsCharPtrAndSize(argv[4], 0, NULL__null, 0);
50897 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50898 if (_v) {
50899 int res = SWIG_AsCharPtrAndSize(argv[5], 0, NULL__null, 0);
50900 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50901 if (_v) {
50902 int res = SWIG_AsCharPtrAndSize(argv[6], 0, NULL__null, 0);
50903 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50904 if (_v) {
50905 int res = SWIG_AsCharPtrAndSize(argv[7], 0, NULL__null, 0);
50906 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50907 if (_v) {
50908 {
50909 int res = SWIG_AsVal_unsigned_SS_int(argv[8], NULL__null);
50910 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50911 }
50912 if (_v) {
50913 {
50914 int res = SWIG_AsVal_bool(argv[9], NULL__null);
50915 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50916 }
50917 if (_v) {
50918 void *vptr = 0;
50919 int res = SWIG_ConvertPtr(argv[10], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[10], &vptr, swig_types[
25], 0, 0)
;
50920 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
50921 if (_v) {
50922 return _wrap_SBTarget_Launch__SWIG_0(self, args);
50923 }
50924 }
50925 }
50926 }
50927 }
50928 }
50929 }
50930 }
50931 }
50932 }
50933 }
50934 }
50935
50936fail:
50937 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_Launch'.\n"
50938 " Possible C/C++ prototypes are:\n"
50939 " lldb::SBTarget::Launch(lldb::SBListener &,char const **,char const **,char const *,char const *,char const *,char const *,uint32_t,bool,lldb::SBError &)\n"
50940 " lldb::SBTarget::Launch(lldb::SBLaunchInfo &,lldb::SBError &)\n");
50941 return 0;
50942}
50943
50944
50945SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_LoadCore__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50946 PyObject *resultobj = 0;
50947 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
50948 char *arg2 = (char *) 0 ;
50949 void *argp1 = 0 ;
50950 int res1 = 0 ;
50951 int res2 ;
50952 char *buf2 = 0 ;
50953 int alloc2 = 0 ;
50954 PyObject * obj0 = 0 ;
50955 PyObject * obj1 = 0 ;
50956 lldb::SBProcess result;
50957
50958 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_LoadCore",&obj0,&obj1)) SWIG_failgoto fail;
50959 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
50960 if (!SWIG_IsOK(res1)(res1 >= 0)) {
50961 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_LoadCore" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_LoadCore" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
50962 }
50963 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
50964 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
50965 if (!SWIG_IsOK(res2)(res2 >= 0)) {
50966 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_LoadCore" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_LoadCore" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
50967 }
50968 arg2 = reinterpret_cast< char * >(buf2);
50969 {
50970 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
50971 result = (arg1)->LoadCore((char const *)arg2);
50972 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
50973 }
50974 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
50975 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
50976 return resultobj;
50977fail:
50978 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
50979 return NULL__null;
50980}
50981
50982
50983SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_LoadCore__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
50984 PyObject *resultobj = 0;
50985 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
50986 char *arg2 = (char *) 0 ;
50987 lldb::SBError *arg3 = 0 ;
50988 void *argp1 = 0 ;
50989 int res1 = 0 ;
50990 int res2 ;
50991 char *buf2 = 0 ;
50992 int alloc2 = 0 ;
50993 void *argp3 = 0 ;
50994 int res3 = 0 ;
50995 PyObject * obj0 = 0 ;
50996 PyObject * obj1 = 0 ;
50997 PyObject * obj2 = 0 ;
50998 lldb::SBProcess result;
50999
51000 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_LoadCore",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
51001 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51002 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51003 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_LoadCore" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_LoadCore" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
51004 }
51005 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51006 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
51007 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51008 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_LoadCore" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_LoadCore" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
51009 }
51010 arg2 = reinterpret_cast< char * >(buf2);
51011 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
51012 if (!SWIG_IsOK(res3)(res3 >= 0)) {
51013 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_LoadCore" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_LoadCore" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
51014 }
51015 if (!argp3) {
51016 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_LoadCore" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_LoadCore" "', argument " "3"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
51017 }
51018 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
51019 {
51020 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51021 result = (arg1)->LoadCore((char const *)arg2,*arg3);
51022 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51023 }
51024 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
51025 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
51026 return resultobj;
51027fail:
51028 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
51029 return NULL__null;
51030}
51031
51032
51033SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_LoadCore(PyObject *self, PyObject *args) {
51034 Py_ssize_t argc;
51035 PyObject *argv[4] = {
51036 0
51037 };
51038 Py_ssize_t ii;
51039
51040 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
51041 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
51042 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
51043 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
51044 }
51045 if (argc == 2) {
51046 int _v;
51047 void *vptr = 0;
51048 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
51049 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51050 if (_v) {
51051 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
51052 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51053 if (_v) {
51054 return _wrap_SBTarget_LoadCore__SWIG_0(self, args);
51055 }
51056 }
51057 }
51058 if (argc == 3) {
51059 int _v;
51060 void *vptr = 0;
51061 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
51062 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51063 if (_v) {
51064 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
51065 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51066 if (_v) {
51067 void *vptr = 0;
51068 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[25
], 0, 0)
;
51069 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51070 if (_v) {
51071 return _wrap_SBTarget_LoadCore__SWIG_1(self, args);
51072 }
51073 }
51074 }
51075 }
51076
51077fail:
51078 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_LoadCore'.\n"
51079 " Possible C/C++ prototypes are:\n"
51080 " lldb::SBTarget::LoadCore(char const *)\n"
51081 " lldb::SBTarget::LoadCore(char const *,lldb::SBError &)\n");
51082 return 0;
51083}
51084
51085
51086SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_Attach(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51087 PyObject *resultobj = 0;
51088 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51089 lldb::SBAttachInfo *arg2 = 0 ;
51090 lldb::SBError *arg3 = 0 ;
51091 void *argp1 = 0 ;
51092 int res1 = 0 ;
51093 void *argp2 = 0 ;
51094 int res2 = 0 ;
51095 void *argp3 = 0 ;
51096 int res3 = 0 ;
51097 PyObject * obj0 = 0 ;
51098 PyObject * obj1 = 0 ;
51099 PyObject * obj2 = 0 ;
51100 lldb::SBProcess result;
51101
51102 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_Attach",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
51103 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51104 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51105 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_Attach" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_Attach" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
51106 }
51107 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51108 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAttachInfo, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[10]
, 0, 0)
;
51109 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51110 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_Attach" "', argument " "2"" of type '" "lldb::SBAttachInfo &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_Attach" "', argument "
"2"" of type '" "lldb::SBAttachInfo &""'"); goto fail; }
while(0)
;
51111 }
51112 if (!argp2) {
51113 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_Attach" "', argument " "2"" of type '" "lldb::SBAttachInfo &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_Attach" "', argument " "2"" of type '"
"lldb::SBAttachInfo &""'"); goto fail; } while(0)
;
51114 }
51115 arg2 = reinterpret_cast< lldb::SBAttachInfo * >(argp2);
51116 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
51117 if (!SWIG_IsOK(res3)(res3 >= 0)) {
51118 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_Attach" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_Attach" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
51119 }
51120 if (!argp3) {
51121 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_Attach" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_Attach" "', argument " "3"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
51122 }
51123 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
51124 {
51125 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51126 result = (arg1)->Attach(*arg2,*arg3);
51127 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51128 }
51129 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
51130 return resultobj;
51131fail:
51132 return NULL__null;
51133}
51134
51135
51136SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_AttachToProcessWithID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51137 PyObject *resultobj = 0;
51138 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51139 lldb::SBListener *arg2 = 0 ;
51140 lldb::pid_t arg3 ;
51141 lldb::SBError *arg4 = 0 ;
51142 void *argp1 = 0 ;
51143 int res1 = 0 ;
51144 void *argp2 = 0 ;
51145 int res2 = 0 ;
51146 unsigned long long val3 ;
51147 int ecode3 = 0 ;
51148 void *argp4 = 0 ;
51149 int res4 = 0 ;
51150 PyObject * obj0 = 0 ;
51151 PyObject * obj1 = 0 ;
51152 PyObject * obj2 = 0 ;
51153 PyObject * obj3 = 0 ;
51154 lldb::SBProcess result;
51155
51156 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_AttachToProcessWithID",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
51157 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51158 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51159 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_AttachToProcessWithID" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_AttachToProcessWithID"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
51160 }
51161 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51162 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBListener, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[39]
, 0, 0)
;
51163 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51164 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_AttachToProcessWithID" "', argument " "2"" of type '" "lldb::SBListener &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_AttachToProcessWithID"
"', argument " "2"" of type '" "lldb::SBListener &""'");
goto fail; } while(0)
;
51165 }
51166 if (!argp2) {
51167 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_AttachToProcessWithID" "', argument " "2"" of type '" "lldb::SBListener &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_AttachToProcessWithID" "', argument "
"2"" of type '" "lldb::SBListener &""'"); goto fail; } while
(0)
;
51168 }
51169 arg2 = reinterpret_cast< lldb::SBListener * >(argp2);
51170 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
51171 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
51172 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_AttachToProcessWithID" "', argument " "3"" of type '" "lldb::pid_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_AttachToProcessWithID"
"', argument " "3"" of type '" "lldb::pid_t""'"); goto fail;
} while(0)
;
51173 }
51174 arg3 = static_cast< lldb::pid_t >(val3);
51175 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[25]
, 0, 0)
;
51176 if (!SWIG_IsOK(res4)(res4 >= 0)) {
51177 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_AttachToProcessWithID" "', argument " "4"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_AttachToProcessWithID"
"', argument " "4"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
51178 }
51179 if (!argp4) {
51180 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_AttachToProcessWithID" "', argument " "4"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_AttachToProcessWithID" "', argument "
"4"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
51181 }
51182 arg4 = reinterpret_cast< lldb::SBError * >(argp4);
51183 {
51184 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51185 result = (arg1)->AttachToProcessWithID(*arg2,arg3,*arg4);
51186 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51187 }
51188 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
51189 return resultobj;
51190fail:
51191 return NULL__null;
51192}
51193
51194
51195SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_AttachToProcessWithName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51196 PyObject *resultobj = 0;
51197 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51198 lldb::SBListener *arg2 = 0 ;
51199 char *arg3 = (char *) 0 ;
51200 bool arg4 ;
51201 lldb::SBError *arg5 = 0 ;
51202 void *argp1 = 0 ;
51203 int res1 = 0 ;
51204 void *argp2 = 0 ;
51205 int res2 = 0 ;
51206 int res3 ;
51207 char *buf3 = 0 ;
51208 int alloc3 = 0 ;
51209 bool val4 ;
51210 int ecode4 = 0 ;
51211 void *argp5 = 0 ;
51212 int res5 = 0 ;
51213 PyObject * obj0 = 0 ;
51214 PyObject * obj1 = 0 ;
51215 PyObject * obj2 = 0 ;
51216 PyObject * obj3 = 0 ;
51217 PyObject * obj4 = 0 ;
51218 lldb::SBProcess result;
51219
51220 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBTarget_AttachToProcessWithName",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
51221 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51222 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51223 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_AttachToProcessWithName" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_AttachToProcessWithName"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
51224 }
51225 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51226 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBListener, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[39]
, 0, 0)
;
51227 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51228 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_AttachToProcessWithName" "', argument " "2"" of type '" "lldb::SBListener &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_AttachToProcessWithName"
"', argument " "2"" of type '" "lldb::SBListener &""'");
goto fail; } while(0)
;
51229 }
51230 if (!argp2) {
51231 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_AttachToProcessWithName" "', argument " "2"" of type '" "lldb::SBListener &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_AttachToProcessWithName" "', argument "
"2"" of type '" "lldb::SBListener &""'"); goto fail; } while
(0)
;
51232 }
51233 arg2 = reinterpret_cast< lldb::SBListener * >(argp2);
51234 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
51235 if (!SWIG_IsOK(res3)(res3 >= 0)) {
51236 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_AttachToProcessWithName" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_AttachToProcessWithName"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
51237 }
51238 arg3 = reinterpret_cast< char * >(buf3);
51239 ecode4 = SWIG_AsVal_bool(obj3, &val4);
51240 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
51241 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_AttachToProcessWithName" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_AttachToProcessWithName"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
51242 }
51243 arg4 = static_cast< bool >(val4);
51244 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[25]
, 0, 0)
;
51245 if (!SWIG_IsOK(res5)(res5 >= 0)) {
51246 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_AttachToProcessWithName" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_AttachToProcessWithName"
"', argument " "5"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
51247 }
51248 if (!argp5) {
51249 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_AttachToProcessWithName" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_AttachToProcessWithName" "', argument "
"5"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
51250 }
51251 arg5 = reinterpret_cast< lldb::SBError * >(argp5);
51252 {
51253 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51254 result = (arg1)->AttachToProcessWithName(*arg2,(char const *)arg3,arg4,*arg5);
51255 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51256 }
51257 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
51258 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
51259 return resultobj;
51260fail:
51261 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
51262 return NULL__null;
51263}
51264
51265
51266SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_ConnectRemote(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51267 PyObject *resultobj = 0;
51268 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51269 lldb::SBListener *arg2 = 0 ;
51270 char *arg3 = (char *) 0 ;
51271 char *arg4 = (char *) 0 ;
51272 lldb::SBError *arg5 = 0 ;
51273 void *argp1 = 0 ;
51274 int res1 = 0 ;
51275 void *argp2 = 0 ;
51276 int res2 = 0 ;
51277 int res3 ;
51278 char *buf3 = 0 ;
51279 int alloc3 = 0 ;
51280 int res4 ;
51281 char *buf4 = 0 ;
51282 int alloc4 = 0 ;
51283 void *argp5 = 0 ;
51284 int res5 = 0 ;
51285 PyObject * obj0 = 0 ;
51286 PyObject * obj1 = 0 ;
51287 PyObject * obj2 = 0 ;
51288 PyObject * obj3 = 0 ;
51289 PyObject * obj4 = 0 ;
51290 lldb::SBProcess result;
51291
51292 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBTarget_ConnectRemote",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
51293 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51294 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51295 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_ConnectRemote" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_ConnectRemote" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
51296 }
51297 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51298 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBListener, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[39]
, 0, 0)
;
51299 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51300 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_ConnectRemote" "', argument " "2"" of type '" "lldb::SBListener &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_ConnectRemote" "', argument "
"2"" of type '" "lldb::SBListener &""'"); goto fail; } while
(0)
;
51301 }
51302 if (!argp2) {
51303 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_ConnectRemote" "', argument " "2"" of type '" "lldb::SBListener &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_ConnectRemote" "', argument " "2"" of type '"
"lldb::SBListener &""'"); goto fail; } while(0)
;
51304 }
51305 arg2 = reinterpret_cast< lldb::SBListener * >(argp2);
51306 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
51307 if (!SWIG_IsOK(res3)(res3 >= 0)) {
51308 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_ConnectRemote" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_ConnectRemote" "', argument "
"3"" of type '" "char const *""'"); goto fail; } while(0)
;
51309 }
51310 arg3 = reinterpret_cast< char * >(buf3);
51311 res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL__null, &alloc4);
51312 if (!SWIG_IsOK(res4)(res4 >= 0)) {
51313 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_ConnectRemote" "', argument " "4"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_ConnectRemote" "', argument "
"4"" of type '" "char const *""'"); goto fail; } while(0)
;
51314 }
51315 arg4 = reinterpret_cast< char * >(buf4);
51316 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[25]
, 0, 0)
;
51317 if (!SWIG_IsOK(res5)(res5 >= 0)) {
51318 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_ConnectRemote" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_ConnectRemote" "', argument "
"5"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
51319 }
51320 if (!argp5) {
51321 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_ConnectRemote" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_ConnectRemote" "', argument " "5"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
51322 }
51323 arg5 = reinterpret_cast< lldb::SBError * >(argp5);
51324 {
51325 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51326 result = (arg1)->ConnectRemote(*arg2,(char const *)arg3,(char const *)arg4,*arg5);
51327 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51328 }
51329 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
51330 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
51331 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
51332 return resultobj;
51333fail:
51334 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
51335 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
51336 return NULL__null;
51337}
51338
51339
51340SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetExecutable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51341 PyObject *resultobj = 0;
51342 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51343 void *argp1 = 0 ;
51344 int res1 = 0 ;
51345 PyObject * obj0 = 0 ;
51346 lldb::SBFileSpec result;
51347
51348 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetExecutable",&obj0)) SWIG_failgoto fail;
51349 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51350 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51351 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetExecutable" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetExecutable" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
51352 }
51353 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51354 {
51355 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51356 result = (arg1)->GetExecutable();
51357 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51358 }
51359 resultobj = SWIG_NewPointerObj((new lldb::SBFileSpec(static_cast< const lldb::SBFileSpec& >(result))), SWIGTYPE_p_lldb__SBFileSpec, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFileSpec(static_cast
< const lldb::SBFileSpec& >(result))), swig_types[29
], 0x1 | 0)
;
51360 return resultobj;
51361fail:
51362 return NULL__null;
51363}
51364
51365
51366SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_AppendImageSearchPath(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51367 PyObject *resultobj = 0;
51368 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51369 char *arg2 = (char *) 0 ;
51370 char *arg3 = (char *) 0 ;
51371 lldb::SBError *arg4 = 0 ;
51372 void *argp1 = 0 ;
51373 int res1 = 0 ;
51374 int res2 ;
51375 char *buf2 = 0 ;
51376 int alloc2 = 0 ;
51377 int res3 ;
51378 char *buf3 = 0 ;
51379 int alloc3 = 0 ;
51380 void *argp4 = 0 ;
51381 int res4 = 0 ;
51382 PyObject * obj0 = 0 ;
51383 PyObject * obj1 = 0 ;
51384 PyObject * obj2 = 0 ;
51385 PyObject * obj3 = 0 ;
51386
51387 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_AppendImageSearchPath",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
51388 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51389 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51390 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_AppendImageSearchPath" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_AppendImageSearchPath"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
51391 }
51392 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51393 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
51394 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51395 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_AppendImageSearchPath" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_AppendImageSearchPath"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
51396 }
51397 arg2 = reinterpret_cast< char * >(buf2);
51398 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
51399 if (!SWIG_IsOK(res3)(res3 >= 0)) {
51400 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_AppendImageSearchPath" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_AppendImageSearchPath"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
51401 }
51402 arg3 = reinterpret_cast< char * >(buf3);
51403 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[25]
, 0, 0)
;
51404 if (!SWIG_IsOK(res4)(res4 >= 0)) {
51405 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_AppendImageSearchPath" "', argument " "4"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_AppendImageSearchPath"
"', argument " "4"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
51406 }
51407 if (!argp4) {
51408 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_AppendImageSearchPath" "', argument " "4"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_AppendImageSearchPath" "', argument "
"4"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
51409 }
51410 arg4 = reinterpret_cast< lldb::SBError * >(argp4);
51411 {
51412 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51413 (arg1)->AppendImageSearchPath((char const *)arg2,(char const *)arg3,*arg4);
51414 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51415 }
51416 resultobj = SWIG_Py_Void();
51417 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
51418 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
51419 return resultobj;
51420fail:
51421 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
51422 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
51423 return NULL__null;
51424}
51425
51426
51427SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_AddModule__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51428 PyObject *resultobj = 0;
51429 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51430 lldb::SBModule *arg2 = 0 ;
51431 void *argp1 = 0 ;
51432 int res1 = 0 ;
51433 void *argp2 = 0 ;
51434 int res2 = 0 ;
51435 PyObject * obj0 = 0 ;
51436 PyObject * obj1 = 0 ;
51437 bool result;
51438
51439 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_AddModule",&obj0,&obj1)) SWIG_failgoto fail;
51440 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51441 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51442 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_AddModule" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
51443 }
51444 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51445 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBModule, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[42]
, 0, 0)
;
51446 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51447 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_AddModule" "', argument " "2"" of type '" "lldb::SBModule &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"2"" of type '" "lldb::SBModule &""'"); goto fail; } while
(0)
;
51448 }
51449 if (!argp2) {
51450 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_AddModule" "', argument " "2"" of type '" "lldb::SBModule &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_AddModule" "', argument " "2"" of type '"
"lldb::SBModule &""'"); goto fail; } while(0)
;
51451 }
51452 arg2 = reinterpret_cast< lldb::SBModule * >(argp2);
51453 {
51454 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51455 result = (bool)(arg1)->AddModule(*arg2);
51456 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51457 }
51458 resultobj = SWIG_From_bool(static_cast< bool >(result));
51459 return resultobj;
51460fail:
51461 return NULL__null;
51462}
51463
51464
51465SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_AddModule__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51466 PyObject *resultobj = 0;
51467 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51468 char *arg2 = (char *) 0 ;
51469 char *arg3 = (char *) 0 ;
51470 char *arg4 = (char *) 0 ;
51471 void *argp1 = 0 ;
51472 int res1 = 0 ;
51473 int res2 ;
51474 char *buf2 = 0 ;
51475 int alloc2 = 0 ;
51476 int res3 ;
51477 char *buf3 = 0 ;
51478 int alloc3 = 0 ;
51479 int res4 ;
51480 char *buf4 = 0 ;
51481 int alloc4 = 0 ;
51482 PyObject * obj0 = 0 ;
51483 PyObject * obj1 = 0 ;
51484 PyObject * obj2 = 0 ;
51485 PyObject * obj3 = 0 ;
51486 lldb::SBModule result;
51487
51488 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_AddModule",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
51489 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51490 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51491 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_AddModule" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
51492 }
51493 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51494 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
51495 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51496 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_AddModule" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
51497 }
51498 arg2 = reinterpret_cast< char * >(buf2);
51499 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
51500 if (!SWIG_IsOK(res3)(res3 >= 0)) {
51501 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_AddModule" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"3"" of type '" "char const *""'"); goto fail; } while(0)
;
51502 }
51503 arg3 = reinterpret_cast< char * >(buf3);
51504 res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL__null, &alloc4);
51505 if (!SWIG_IsOK(res4)(res4 >= 0)) {
51506 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_AddModule" "', argument " "4"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"4"" of type '" "char const *""'"); goto fail; } while(0)
;
51507 }
51508 arg4 = reinterpret_cast< char * >(buf4);
51509 {
51510 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51511 result = (arg1)->AddModule((char const *)arg2,(char const *)arg3,(char const *)arg4);
51512 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51513 }
51514 resultobj = SWIG_NewPointerObj((new lldb::SBModule(static_cast< const lldb::SBModule& >(result))), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModule(static_cast
< const lldb::SBModule& >(result))), swig_types[42]
, 0x1 | 0)
;
51515 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
51516 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
51517 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
51518 return resultobj;
51519fail:
51520 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
51521 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
51522 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
51523 return NULL__null;
51524}
51525
51526
51527SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_AddModule__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51528 PyObject *resultobj = 0;
51529 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51530 char *arg2 = (char *) 0 ;
51531 char *arg3 = (char *) 0 ;
51532 char *arg4 = (char *) 0 ;
51533 char *arg5 = (char *) 0 ;
51534 void *argp1 = 0 ;
51535 int res1 = 0 ;
51536 int res2 ;
51537 char *buf2 = 0 ;
51538 int alloc2 = 0 ;
51539 int res3 ;
51540 char *buf3 = 0 ;
51541 int alloc3 = 0 ;
51542 int res4 ;
51543 char *buf4 = 0 ;
51544 int alloc4 = 0 ;
51545 int res5 ;
51546 char *buf5 = 0 ;
51547 int alloc5 = 0 ;
51548 PyObject * obj0 = 0 ;
51549 PyObject * obj1 = 0 ;
51550 PyObject * obj2 = 0 ;
51551 PyObject * obj3 = 0 ;
51552 PyObject * obj4 = 0 ;
51553 lldb::SBModule result;
51554
51555 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBTarget_AddModule",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
51556 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51557 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51558 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_AddModule" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
51559 }
51560 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51561 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
51562 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51563 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_AddModule" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
51564 }
51565 arg2 = reinterpret_cast< char * >(buf2);
51566 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
51567 if (!SWIG_IsOK(res3)(res3 >= 0)) {
51568 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_AddModule" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"3"" of type '" "char const *""'"); goto fail; } while(0)
;
51569 }
51570 arg3 = reinterpret_cast< char * >(buf3);
51571 res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL__null, &alloc4);
51572 if (!SWIG_IsOK(res4)(res4 >= 0)) {
51573 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_AddModule" "', argument " "4"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"4"" of type '" "char const *""'"); goto fail; } while(0)
;
51574 }
51575 arg4 = reinterpret_cast< char * >(buf4);
51576 res5 = SWIG_AsCharPtrAndSize(obj4, &buf5, NULL__null, &alloc5);
51577 if (!SWIG_IsOK(res5)(res5 >= 0)) {
51578 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_AddModule" "', argument " "5"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"5"" of type '" "char const *""'"); goto fail; } while(0)
;
51579 }
51580 arg5 = reinterpret_cast< char * >(buf5);
51581 {
51582 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51583 result = (arg1)->AddModule((char const *)arg2,(char const *)arg3,(char const *)arg4,(char const *)arg5);
51584 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51585 }
51586 resultobj = SWIG_NewPointerObj((new lldb::SBModule(static_cast< const lldb::SBModule& >(result))), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModule(static_cast
< const lldb::SBModule& >(result))), swig_types[42]
, 0x1 | 0)
;
51587 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
51588 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
51589 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
51590 if (alloc5 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf5;
51591 return resultobj;
51592fail:
51593 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
51594 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
51595 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
51596 if (alloc5 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf5;
51597 return NULL__null;
51598}
51599
51600
51601SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_AddModule__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51602 PyObject *resultobj = 0;
51603 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51604 lldb::SBModuleSpec *arg2 = 0 ;
51605 void *argp1 = 0 ;
51606 int res1 = 0 ;
51607 void *argp2 = 0 ;
51608 int res2 = 0 ;
51609 PyObject * obj0 = 0 ;
51610 PyObject * obj1 = 0 ;
51611 lldb::SBModule result;
51612
51613 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_AddModule",&obj0,&obj1)) SWIG_failgoto fail;
51614 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51615 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51616 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_AddModule" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
51617 }
51618 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51619 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBModuleSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[43]
, 0 | 0, 0)
;
51620 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51621 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_AddModule" "', argument " "2"" of type '" "lldb::SBModuleSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_AddModule" "', argument "
"2"" of type '" "lldb::SBModuleSpec const &""'"); goto fail
; } while(0)
;
51622 }
51623 if (!argp2) {
51624 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_AddModule" "', argument " "2"" of type '" "lldb::SBModuleSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_AddModule" "', argument " "2"" of type '"
"lldb::SBModuleSpec const &""'"); goto fail; } while(0)
;
51625 }
51626 arg2 = reinterpret_cast< lldb::SBModuleSpec * >(argp2);
51627 {
51628 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51629 result = (arg1)->AddModule((lldb::SBModuleSpec const &)*arg2);
51630 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51631 }
51632 resultobj = SWIG_NewPointerObj((new lldb::SBModule(static_cast< const lldb::SBModule& >(result))), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModule(static_cast
< const lldb::SBModule& >(result))), swig_types[42]
, 0x1 | 0)
;
51633 return resultobj;
51634fail:
51635 return NULL__null;
51636}
51637
51638
51639SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_AddModule(PyObject *self, PyObject *args) {
51640 Py_ssize_t argc;
51641 PyObject *argv[6] = {
51642 0
51643 };
51644 Py_ssize_t ii;
51645
51646 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
51647 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
51648 for (ii = 0; (ii < 5) && (ii < argc); ii++) {
51649 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
51650 }
51651 if (argc == 2) {
51652 int _v;
51653 void *vptr = 0;
51654 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
51655 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51656 if (_v) {
51657 void *vptr = 0;
51658 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBModule, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[42
], 0, 0)
;
51659 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51660 if (_v) {
51661 return _wrap_SBTarget_AddModule__SWIG_0(self, args);
51662 }
51663 }
51664 }
51665 if (argc == 2) {
51666 int _v;
51667 void *vptr = 0;
51668 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
51669 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51670 if (_v) {
51671 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBModuleSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[43], 0, 0
)
;
51672 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51673 if (_v) {
51674 return _wrap_SBTarget_AddModule__SWIG_3(self, args);
51675 }
51676 }
51677 }
51678 if (argc == 4) {
51679 int _v;
51680 void *vptr = 0;
51681 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
51682 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51683 if (_v) {
51684 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
51685 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51686 if (_v) {
51687 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
51688 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51689 if (_v) {
51690 int res = SWIG_AsCharPtrAndSize(argv[3], 0, NULL__null, 0);
51691 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51692 if (_v) {
51693 return _wrap_SBTarget_AddModule__SWIG_1(self, args);
51694 }
51695 }
51696 }
51697 }
51698 }
51699 if (argc == 5) {
51700 int _v;
51701 void *vptr = 0;
51702 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
51703 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51704 if (_v) {
51705 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
51706 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51707 if (_v) {
51708 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
51709 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51710 if (_v) {
51711 int res = SWIG_AsCharPtrAndSize(argv[3], 0, NULL__null, 0);
51712 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51713 if (_v) {
51714 int res = SWIG_AsCharPtrAndSize(argv[4], 0, NULL__null, 0);
51715 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
51716 if (_v) {
51717 return _wrap_SBTarget_AddModule__SWIG_2(self, args);
51718 }
51719 }
51720 }
51721 }
51722 }
51723 }
51724
51725fail:
51726 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_AddModule'.\n"
51727 " Possible C/C++ prototypes are:\n"
51728 " lldb::SBTarget::AddModule(lldb::SBModule &)\n"
51729 " lldb::SBTarget::AddModule(char const *,char const *,char const *)\n"
51730 " lldb::SBTarget::AddModule(char const *,char const *,char const *,char const *)\n"
51731 " lldb::SBTarget::AddModule(lldb::SBModuleSpec const &)\n");
51732 return 0;
51733}
51734
51735
51736SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetNumModules(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51737 PyObject *resultobj = 0;
51738 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51739 void *argp1 = 0 ;
51740 int res1 = 0 ;
51741 PyObject * obj0 = 0 ;
51742 uint32_t result;
51743
51744 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetNumModules",&obj0)) SWIG_failgoto fail;
51745 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51746 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51747 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetNumModules" "', argument " "1"" of type '" "lldb::SBTarget const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetNumModules" "', argument "
"1"" of type '" "lldb::SBTarget const *""'"); goto fail; } while
(0)
;
51748 }
51749 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51750 {
51751 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51752 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumModules();
51753 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51754 }
51755 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
51756 return resultobj;
51757fail:
51758 return NULL__null;
51759}
51760
51761
51762SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetModuleAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51763 PyObject *resultobj = 0;
51764 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51765 uint32_t arg2 ;
51766 void *argp1 = 0 ;
51767 int res1 = 0 ;
51768 unsigned int val2 ;
51769 int ecode2 = 0 ;
51770 PyObject * obj0 = 0 ;
51771 PyObject * obj1 = 0 ;
51772 lldb::SBModule result;
51773
51774 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_GetModuleAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
51775 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51776 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51777 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetModuleAtIndex" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetModuleAtIndex"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
51778 }
51779 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51780 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
51781 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
51782 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_GetModuleAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_GetModuleAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
51783 }
51784 arg2 = static_cast< uint32_t >(val2);
51785 {
51786 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51787 result = (arg1)->GetModuleAtIndex(arg2);
51788 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51789 }
51790 resultobj = SWIG_NewPointerObj((new lldb::SBModule(static_cast< const lldb::SBModule& >(result))), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModule(static_cast
< const lldb::SBModule& >(result))), swig_types[42]
, 0x1 | 0)
;
51791 return resultobj;
51792fail:
51793 return NULL__null;
51794}
51795
51796
51797SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_RemoveModule(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51798 PyObject *resultobj = 0;
51799 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51800 lldb::SBModule arg2 ;
51801 void *argp1 = 0 ;
51802 int res1 = 0 ;
51803 void *argp2 ;
51804 int res2 = 0 ;
51805 PyObject * obj0 = 0 ;
51806 PyObject * obj1 = 0 ;
51807 bool result;
51808
51809 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_RemoveModule",&obj0,&obj1)) SWIG_failgoto fail;
51810 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51811 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51812 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_RemoveModule" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_RemoveModule" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
51813 }
51814 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51815 {
51816 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBModule, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[42]
, 0 | 0, 0)
;
51817 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51818 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_RemoveModule" "', argument " "2"" of type '" "lldb::SBModule""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_RemoveModule" "', argument "
"2"" of type '" "lldb::SBModule""'"); goto fail; } while(0)
;
51819 }
51820 if (!argp2) {
51821 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_RemoveModule" "', argument " "2"" of type '" "lldb::SBModule""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_RemoveModule" "', argument " "2"" of type '"
"lldb::SBModule""'"); goto fail; } while(0)
;
51822 } else {
51823 lldb::SBModule * temp = reinterpret_cast< lldb::SBModule * >(argp2);
51824 arg2 = *temp;
51825 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
51826 }
51827 }
51828 {
51829 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51830 result = (bool)(arg1)->RemoveModule(arg2);
51831 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51832 }
51833 resultobj = SWIG_From_bool(static_cast< bool >(result));
51834 return resultobj;
51835fail:
51836 return NULL__null;
51837}
51838
51839
51840SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetDebugger(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51841 PyObject *resultobj = 0;
51842 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51843 void *argp1 = 0 ;
51844 int res1 = 0 ;
51845 PyObject * obj0 = 0 ;
51846 lldb::SBDebugger result;
51847
51848 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetDebugger",&obj0)) SWIG_failgoto fail;
51849 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51850 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51851 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetDebugger" "', argument " "1"" of type '" "lldb::SBTarget const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetDebugger" "', argument "
"1"" of type '" "lldb::SBTarget const *""'"); goto fail; } while
(0)
;
51852 }
51853 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51854 {
51855 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51856 result = ((lldb::SBTarget const *)arg1)->GetDebugger();
51857 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51858 }
51859 resultobj = SWIG_NewPointerObj((new lldb::SBDebugger(static_cast< const lldb::SBDebugger& >(result))), SWIGTYPE_p_lldb__SBDebugger, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBDebugger(static_cast
< const lldb::SBDebugger& >(result))), swig_types[23
], 0x1 | 0)
;
51860 return resultobj;
51861fail:
51862 return NULL__null;
51863}
51864
51865
51866SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindModule(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51867 PyObject *resultobj = 0;
51868 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51869 lldb::SBFileSpec *arg2 = 0 ;
51870 void *argp1 = 0 ;
51871 int res1 = 0 ;
51872 void *argp2 = 0 ;
51873 int res2 = 0 ;
51874 PyObject * obj0 = 0 ;
51875 PyObject * obj1 = 0 ;
51876 lldb::SBModule result;
51877
51878 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_FindModule",&obj0,&obj1)) SWIG_failgoto fail;
51879 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51880 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51881 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindModule" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindModule" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
51882 }
51883 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51884 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
51885 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51886 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindModule" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindModule" "', argument "
"2"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
51887 }
51888 if (!argp2) {
51889 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_FindModule" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_FindModule" "', argument " "2"" of type '"
"lldb::SBFileSpec const &""'"); goto fail; } while(0)
;
51890 }
51891 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
51892 {
51893 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51894 result = (arg1)->FindModule((lldb::SBFileSpec const &)*arg2);
51895 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51896 }
51897 resultobj = SWIG_NewPointerObj((new lldb::SBModule(static_cast< const lldb::SBModule& >(result))), SWIGTYPE_p_lldb__SBModule, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBModule(static_cast
< const lldb::SBModule& >(result))), swig_types[42]
, 0x1 | 0)
;
51898 return resultobj;
51899fail:
51900 return NULL__null;
51901}
51902
51903
51904SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindCompileUnits(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51905 PyObject *resultobj = 0;
51906 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51907 lldb::SBFileSpec *arg2 = 0 ;
51908 void *argp1 = 0 ;
51909 int res1 = 0 ;
51910 void *argp2 = 0 ;
51911 int res2 = 0 ;
51912 PyObject * obj0 = 0 ;
51913 PyObject * obj1 = 0 ;
51914 lldb::SBSymbolContextList result;
51915
51916 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_FindCompileUnits",&obj0,&obj1)) SWIG_failgoto fail;
51917 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51918 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51919 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindCompileUnits" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindCompileUnits"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
51920 }
51921 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51922 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
51923 if (!SWIG_IsOK(res2)(res2 >= 0)) {
51924 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindCompileUnits" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindCompileUnits"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
51925 }
51926 if (!argp2) {
51927 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_FindCompileUnits" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_FindCompileUnits" "', argument " "2"
" of type '" "lldb::SBFileSpec const &""'"); goto fail; }
while(0)
;
51928 }
51929 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
51930 {
51931 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51932 result = (arg1)->FindCompileUnits((lldb::SBFileSpec const &)*arg2);
51933 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51934 }
51935 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContextList(static_cast< const lldb::SBSymbolContextList& >(result))), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContextList
(static_cast< const lldb::SBSymbolContextList& >(result
))), swig_types[59], 0x1 | 0)
;
51936 return resultobj;
51937fail:
51938 return NULL__null;
51939}
51940
51941
51942SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetByteOrder(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51943 PyObject *resultobj = 0;
51944 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51945 void *argp1 = 0 ;
51946 int res1 = 0 ;
51947 PyObject * obj0 = 0 ;
51948 lldb::ByteOrder result;
51949
51950 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetByteOrder",&obj0)) SWIG_failgoto fail;
51951 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51952 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51953 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetByteOrder" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetByteOrder" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
51954 }
51955 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51956 {
51957 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51958 result = (lldb::ByteOrder)(arg1)->GetByteOrder();
51959 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51960 }
51961 resultobj = SWIG_From_int(static_cast< int >(result));
51962 return resultobj;
51963fail:
51964 return NULL__null;
51965}
51966
51967
51968SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetAddressByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51969 PyObject *resultobj = 0;
51970 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51971 void *argp1 = 0 ;
51972 int res1 = 0 ;
51973 PyObject * obj0 = 0 ;
51974 uint32_t result;
51975
51976 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetAddressByteSize",&obj0)) SWIG_failgoto fail;
51977 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
51978 if (!SWIG_IsOK(res1)(res1 >= 0)) {
51979 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetAddressByteSize" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetAddressByteSize"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
51980 }
51981 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
51982 {
51983 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
51984 result = (uint32_t)(arg1)->GetAddressByteSize();
51985 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
51986 }
51987 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
51988 return resultobj;
51989fail:
51990 return NULL__null;
51991}
51992
51993
51994SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetTriple(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
51995 PyObject *resultobj = 0;
51996 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
51997 void *argp1 = 0 ;
51998 int res1 = 0 ;
51999 PyObject * obj0 = 0 ;
52000 char *result = 0 ;
52001
52002 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetTriple",&obj0)) SWIG_failgoto fail;
52003 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52004 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52005 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetTriple" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetTriple" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
52006 }
52007 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52008 {
52009 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52010 result = (char *)(arg1)->GetTriple();
52011 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52012 }
52013 resultobj = SWIG_FromCharPtr((const char *)result);
52014 return resultobj;
52015fail:
52016 return NULL__null;
52017}
52018
52019
52020SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetDataByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52021 PyObject *resultobj = 0;
52022 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52023 void *argp1 = 0 ;
52024 int res1 = 0 ;
52025 PyObject * obj0 = 0 ;
52026 uint32_t result;
52027
52028 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetDataByteSize",&obj0)) SWIG_failgoto fail;
52029 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52030 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52031 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetDataByteSize" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetDataByteSize" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
52032 }
52033 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52034 {
52035 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52036 result = (uint32_t)(arg1)->GetDataByteSize();
52037 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52038 }
52039 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
52040 return resultobj;
52041fail:
52042 return NULL__null;
52043}
52044
52045
52046SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetCodeByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52047 PyObject *resultobj = 0;
52048 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52049 void *argp1 = 0 ;
52050 int res1 = 0 ;
52051 PyObject * obj0 = 0 ;
52052 uint32_t result;
52053
52054 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetCodeByteSize",&obj0)) SWIG_failgoto fail;
52055 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52056 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52057 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetCodeByteSize" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetCodeByteSize" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
52058 }
52059 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52060 {
52061 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52062 result = (uint32_t)(arg1)->GetCodeByteSize();
52063 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52064 }
52065 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
52066 return resultobj;
52067fail:
52068 return NULL__null;
52069}
52070
52071
52072SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_SetSectionLoadAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52073 PyObject *resultobj = 0;
52074 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52075 lldb::SBSection arg2 ;
52076 lldb::addr_t arg3 ;
52077 void *argp1 = 0 ;
52078 int res1 = 0 ;
52079 void *argp2 ;
52080 int res2 = 0 ;
52081 unsigned long long val3 ;
52082 int ecode3 = 0 ;
52083 PyObject * obj0 = 0 ;
52084 PyObject * obj1 = 0 ;
52085 PyObject * obj2 = 0 ;
52086 lldb::SBError result;
52087
52088 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_SetSectionLoadAddress",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
52089 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52090 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52091 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_SetSectionLoadAddress" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_SetSectionLoadAddress"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52092 }
52093 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52094 {
52095 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBSection, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[52]
, 0 | 0, 0)
;
52096 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52097 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_SetSectionLoadAddress" "', argument " "2"" of type '" "lldb::SBSection""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_SetSectionLoadAddress"
"', argument " "2"" of type '" "lldb::SBSection""'"); goto fail
; } while(0)
;
52098 }
52099 if (!argp2) {
52100 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_SetSectionLoadAddress" "', argument " "2"" of type '" "lldb::SBSection""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_SetSectionLoadAddress" "', argument "
"2"" of type '" "lldb::SBSection""'"); goto fail; } while(0)
;
52101 } else {
52102 lldb::SBSection * temp = reinterpret_cast< lldb::SBSection * >(argp2);
52103 arg2 = *temp;
52104 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
52105 }
52106 }
52107 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
52108 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
52109 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_SetSectionLoadAddress" "', argument " "3"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_SetSectionLoadAddress"
"', argument " "3"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
52110 }
52111 arg3 = static_cast< lldb::addr_t >(val3);
52112 {
52113 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52114 result = (arg1)->SetSectionLoadAddress(arg2,arg3);
52115 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52116 }
52117 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
52118 return resultobj;
52119fail:
52120 return NULL__null;
52121}
52122
52123
52124SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_ClearSectionLoadAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52125 PyObject *resultobj = 0;
52126 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52127 lldb::SBSection arg2 ;
52128 void *argp1 = 0 ;
52129 int res1 = 0 ;
52130 void *argp2 ;
52131 int res2 = 0 ;
52132 PyObject * obj0 = 0 ;
52133 PyObject * obj1 = 0 ;
52134 lldb::SBError result;
52135
52136 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_ClearSectionLoadAddress",&obj0,&obj1)) SWIG_failgoto fail;
52137 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52138 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52139 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_ClearSectionLoadAddress" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_ClearSectionLoadAddress"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52140 }
52141 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52142 {
52143 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBSection, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[52]
, 0 | 0, 0)
;
52144 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52145 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_ClearSectionLoadAddress" "', argument " "2"" of type '" "lldb::SBSection""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_ClearSectionLoadAddress"
"', argument " "2"" of type '" "lldb::SBSection""'"); goto fail
; } while(0)
;
52146 }
52147 if (!argp2) {
52148 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_ClearSectionLoadAddress" "', argument " "2"" of type '" "lldb::SBSection""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_ClearSectionLoadAddress" "', argument "
"2"" of type '" "lldb::SBSection""'"); goto fail; } while(0)
;
52149 } else {
52150 lldb::SBSection * temp = reinterpret_cast< lldb::SBSection * >(argp2);
52151 arg2 = *temp;
52152 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
52153 }
52154 }
52155 {
52156 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52157 result = (arg1)->ClearSectionLoadAddress(arg2);
52158 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52159 }
52160 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
52161 return resultobj;
52162fail:
52163 return NULL__null;
52164}
52165
52166
52167SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_SetModuleLoadAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52168 PyObject *resultobj = 0;
52169 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52170 lldb::SBModule arg2 ;
52171 int64_t arg3 ;
52172 void *argp1 = 0 ;
52173 int res1 = 0 ;
52174 void *argp2 ;
52175 int res2 = 0 ;
52176 long long val3 ;
52177 int ecode3 = 0 ;
52178 PyObject * obj0 = 0 ;
52179 PyObject * obj1 = 0 ;
52180 PyObject * obj2 = 0 ;
52181 lldb::SBError result;
52182
52183 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_SetModuleLoadAddress",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
52184 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52185 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52186 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_SetModuleLoadAddress" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_SetModuleLoadAddress"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52187 }
52188 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52189 {
52190 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBModule, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[42]
, 0 | 0, 0)
;
52191 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52192 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_SetModuleLoadAddress" "', argument " "2"" of type '" "lldb::SBModule""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_SetModuleLoadAddress"
"', argument " "2"" of type '" "lldb::SBModule""'"); goto fail
; } while(0)
;
52193 }
52194 if (!argp2) {
52195 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_SetModuleLoadAddress" "', argument " "2"" of type '" "lldb::SBModule""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_SetModuleLoadAddress" "', argument "
"2"" of type '" "lldb::SBModule""'"); goto fail; } while(0)
;
52196 } else {
52197 lldb::SBModule * temp = reinterpret_cast< lldb::SBModule * >(argp2);
52198 arg2 = *temp;
52199 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
52200 }
52201 }
52202 ecode3 = SWIG_AsVal_long_SS_long(obj2, &val3);
52203 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
52204 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_SetModuleLoadAddress" "', argument " "3"" of type '" "int64_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_SetModuleLoadAddress"
"', argument " "3"" of type '" "int64_t""'"); goto fail; } while
(0)
;
52205 }
52206 arg3 = static_cast< int64_t >(val3);
52207 {
52208 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52209 result = (arg1)->SetModuleLoadAddress(arg2,arg3);
52210 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52211 }
52212 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
52213 return resultobj;
52214fail:
52215 return NULL__null;
52216}
52217
52218
52219SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_ClearModuleLoadAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52220 PyObject *resultobj = 0;
52221 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52222 lldb::SBModule arg2 ;
52223 void *argp1 = 0 ;
52224 int res1 = 0 ;
52225 void *argp2 ;
52226 int res2 = 0 ;
52227 PyObject * obj0 = 0 ;
52228 PyObject * obj1 = 0 ;
52229 lldb::SBError result;
52230
52231 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_ClearModuleLoadAddress",&obj0,&obj1)) SWIG_failgoto fail;
52232 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52233 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52234 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_ClearModuleLoadAddress" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_ClearModuleLoadAddress"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52235 }
52236 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52237 {
52238 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBModule, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[42]
, 0 | 0, 0)
;
52239 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52240 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_ClearModuleLoadAddress" "', argument " "2"" of type '" "lldb::SBModule""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_ClearModuleLoadAddress"
"', argument " "2"" of type '" "lldb::SBModule""'"); goto fail
; } while(0)
;
52241 }
52242 if (!argp2) {
52243 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_ClearModuleLoadAddress" "', argument " "2"" of type '" "lldb::SBModule""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_ClearModuleLoadAddress" "', argument "
"2"" of type '" "lldb::SBModule""'"); goto fail; } while(0)
;
52244 } else {
52245 lldb::SBModule * temp = reinterpret_cast< lldb::SBModule * >(argp2);
52246 arg2 = *temp;
52247 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
52248 }
52249 }
52250 {
52251 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52252 result = (arg1)->ClearModuleLoadAddress(arg2);
52253 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52254 }
52255 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
52256 return resultobj;
52257fail:
52258 return NULL__null;
52259}
52260
52261
52262SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindFunctions__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52263 PyObject *resultobj = 0;
52264 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52265 char *arg2 = (char *) 0 ;
52266 uint32_t arg3 ;
52267 void *argp1 = 0 ;
52268 int res1 = 0 ;
52269 int res2 ;
52270 char *buf2 = 0 ;
52271 int alloc2 = 0 ;
52272 unsigned int val3 ;
52273 int ecode3 = 0 ;
52274 PyObject * obj0 = 0 ;
52275 PyObject * obj1 = 0 ;
52276 PyObject * obj2 = 0 ;
52277 lldb::SBSymbolContextList result;
52278
52279 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_FindFunctions",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
52280 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52281 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52282 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindFunctions" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindFunctions" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
52283 }
52284 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52285 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
52286 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52287 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindFunctions" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindFunctions" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
52288 }
52289 arg2 = reinterpret_cast< char * >(buf2);
52290 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
52291 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
52292 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_FindFunctions" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_FindFunctions"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
52293 }
52294 arg3 = static_cast< uint32_t >(val3);
52295 {
52296 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52297 result = (arg1)->FindFunctions((char const *)arg2,arg3);
52298 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52299 }
52300 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContextList(static_cast< const lldb::SBSymbolContextList& >(result))), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContextList
(static_cast< const lldb::SBSymbolContextList& >(result
))), swig_types[59], 0x1 | 0)
;
52301 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52302 return resultobj;
52303fail:
52304 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52305 return NULL__null;
52306}
52307
52308
52309SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindFunctions__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52310 PyObject *resultobj = 0;
52311 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52312 char *arg2 = (char *) 0 ;
52313 void *argp1 = 0 ;
52314 int res1 = 0 ;
52315 int res2 ;
52316 char *buf2 = 0 ;
52317 int alloc2 = 0 ;
52318 PyObject * obj0 = 0 ;
52319 PyObject * obj1 = 0 ;
52320 lldb::SBSymbolContextList result;
52321
52322 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_FindFunctions",&obj0,&obj1)) SWIG_failgoto fail;
52323 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52324 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52325 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindFunctions" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindFunctions" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
52326 }
52327 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52328 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
52329 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52330 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindFunctions" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindFunctions" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
52331 }
52332 arg2 = reinterpret_cast< char * >(buf2);
52333 {
52334 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52335 result = (arg1)->FindFunctions((char const *)arg2);
52336 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52337 }
52338 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContextList(static_cast< const lldb::SBSymbolContextList& >(result))), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContextList
(static_cast< const lldb::SBSymbolContextList& >(result
))), swig_types[59], 0x1 | 0)
;
52339 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52340 return resultobj;
52341fail:
52342 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52343 return NULL__null;
52344}
52345
52346
52347SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindFunctions(PyObject *self, PyObject *args) {
52348 Py_ssize_t argc;
52349 PyObject *argv[4] = {
52350 0
52351 };
52352 Py_ssize_t ii;
52353
52354 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
52355 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
52356 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
52357 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
52358 }
52359 if (argc == 2) {
52360 int _v;
52361 void *vptr = 0;
52362 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
52363 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
52364 if (_v) {
52365 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
52366 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
52367 if (_v) {
52368 return _wrap_SBTarget_FindFunctions__SWIG_1(self, args);
52369 }
52370 }
52371 }
52372 if (argc == 3) {
52373 int _v;
52374 void *vptr = 0;
52375 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
52376 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
52377 if (_v) {
52378 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
52379 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
52380 if (_v) {
52381 {
52382 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
52383 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
52384 }
52385 if (_v) {
52386 return _wrap_SBTarget_FindFunctions__SWIG_0(self, args);
52387 }
52388 }
52389 }
52390 }
52391
52392fail:
52393 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_FindFunctions'.\n"
52394 " Possible C/C++ prototypes are:\n"
52395 " lldb::SBTarget::FindFunctions(char const *,uint32_t)\n"
52396 " lldb::SBTarget::FindFunctions(char const *)\n");
52397 return 0;
52398}
52399
52400
52401SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindFirstType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52402 PyObject *resultobj = 0;
52403 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52404 char *arg2 = (char *) 0 ;
52405 void *argp1 = 0 ;
52406 int res1 = 0 ;
52407 int res2 ;
52408 char *buf2 = 0 ;
52409 int alloc2 = 0 ;
52410 PyObject * obj0 = 0 ;
52411 PyObject * obj1 = 0 ;
52412 lldb::SBType result;
52413
52414 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_FindFirstType",&obj0,&obj1)) SWIG_failgoto fail;
52415 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52416 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52417 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindFirstType" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindFirstType" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
52418 }
52419 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52420 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
52421 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52422 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindFirstType" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindFirstType" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
52423 }
52424 arg2 = reinterpret_cast< char * >(buf2);
52425 {
52426 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52427 result = (arg1)->FindFirstType((char const *)arg2);
52428 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52429 }
52430 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
52431 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52432 return resultobj;
52433fail:
52434 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52435 return NULL__null;
52436}
52437
52438
52439SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindTypes(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52440 PyObject *resultobj = 0;
52441 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52442 char *arg2 = (char *) 0 ;
52443 void *argp1 = 0 ;
52444 int res1 = 0 ;
52445 int res2 ;
52446 char *buf2 = 0 ;
52447 int alloc2 = 0 ;
52448 PyObject * obj0 = 0 ;
52449 PyObject * obj1 = 0 ;
52450 lldb::SBTypeList result;
52451
52452 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_FindTypes",&obj0,&obj1)) SWIG_failgoto fail;
52453 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52454 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52455 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindTypes" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindTypes" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
52456 }
52457 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52458 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
52459 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52460 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindTypes" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindTypes" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
52461 }
52462 arg2 = reinterpret_cast< char * >(buf2);
52463 {
52464 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52465 result = (arg1)->FindTypes((char const *)arg2);
52466 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52467 }
52468 resultobj = SWIG_NewPointerObj((new lldb::SBTypeList(static_cast< const lldb::SBTypeList& >(result))), SWIGTYPE_p_lldb__SBTypeList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeList(static_cast
< const lldb::SBTypeList& >(result))), swig_types[72
], 0x1 | 0)
;
52469 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52470 return resultobj;
52471fail:
52472 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52473 return NULL__null;
52474}
52475
52476
52477SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetBasicType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52478 PyObject *resultobj = 0;
52479 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52480 lldb::BasicType arg2 ;
52481 void *argp1 = 0 ;
52482 int res1 = 0 ;
52483 int val2 ;
52484 int ecode2 = 0 ;
52485 PyObject * obj0 = 0 ;
52486 PyObject * obj1 = 0 ;
52487 lldb::SBType result;
52488
52489 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_GetBasicType",&obj0,&obj1)) SWIG_failgoto fail;
52490 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52491 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52492 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetBasicType" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetBasicType" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
52493 }
52494 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52495 ecode2 = SWIG_AsVal_int(obj1, &val2);
52496 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
52497 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_GetBasicType" "', argument " "2"" of type '" "lldb::BasicType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_GetBasicType"
"', argument " "2"" of type '" "lldb::BasicType""'"); goto fail
; } while(0)
;
52498 }
52499 arg2 = static_cast< lldb::BasicType >(val2);
52500 {
52501 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52502 result = (arg1)->GetBasicType(arg2);
52503 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52504 }
52505 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
52506 return resultobj;
52507fail:
52508 return NULL__null;
52509}
52510
52511
52512SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetSourceManager(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52513 PyObject *resultobj = 0;
52514 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52515 void *argp1 = 0 ;
52516 int res1 = 0 ;
52517 PyObject * obj0 = 0 ;
52518 SwigValueWrapper< lldb::SBSourceManager > result;
52519
52520 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetSourceManager",&obj0)) SWIG_failgoto fail;
52521 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52522 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52523 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetSourceManager" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetSourceManager"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52524 }
52525 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52526 {
52527 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52528 result = (arg1)->GetSourceManager();
52529 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52530 }
52531 resultobj = SWIG_NewPointerObj((new lldb::SBSourceManager(static_cast< const lldb::SBSourceManager& >(result))), SWIGTYPE_p_lldb__SBSourceManager, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSourceManager(
static_cast< const lldb::SBSourceManager& >(result)
)), swig_types[53], 0x1 | 0)
;
52532 return resultobj;
52533fail:
52534 return NULL__null;
52535}
52536
52537
52538SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindGlobalVariables__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52539 PyObject *resultobj = 0;
52540 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52541 char *arg2 = (char *) 0 ;
52542 uint32_t arg3 ;
52543 void *argp1 = 0 ;
52544 int res1 = 0 ;
52545 int res2 ;
52546 char *buf2 = 0 ;
52547 int alloc2 = 0 ;
52548 unsigned int val3 ;
52549 int ecode3 = 0 ;
52550 PyObject * obj0 = 0 ;
52551 PyObject * obj1 = 0 ;
52552 PyObject * obj2 = 0 ;
52553 lldb::SBValueList result;
52554
52555 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_FindGlobalVariables",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
52556 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52557 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52558 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindGlobalVariables" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindGlobalVariables"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52559 }
52560 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52561 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
52562 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52563 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindGlobalVariables" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindGlobalVariables"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
52564 }
52565 arg2 = reinterpret_cast< char * >(buf2);
52566 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
52567 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
52568 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_FindGlobalVariables" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_FindGlobalVariables"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
52569 }
52570 arg3 = static_cast< uint32_t >(val3);
52571 {
52572 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52573 result = (arg1)->FindGlobalVariables((char const *)arg2,arg3);
52574 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52575 }
52576 resultobj = SWIG_NewPointerObj((new lldb::SBValueList(static_cast< const lldb::SBValueList& >(result))), SWIGTYPE_p_lldb__SBValueList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValueList(static_cast
< const lldb::SBValueList& >(result))), swig_types[
81], 0x1 | 0)
;
52577 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52578 return resultobj;
52579fail:
52580 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52581 return NULL__null;
52582}
52583
52584
52585SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindFirstGlobalVariable(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52586 PyObject *resultobj = 0;
52587 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52588 char *arg2 = (char *) 0 ;
52589 void *argp1 = 0 ;
52590 int res1 = 0 ;
52591 int res2 ;
52592 char *buf2 = 0 ;
52593 int alloc2 = 0 ;
52594 PyObject * obj0 = 0 ;
52595 PyObject * obj1 = 0 ;
52596 lldb::SBValue result;
52597
52598 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_FindFirstGlobalVariable",&obj0,&obj1)) SWIG_failgoto fail;
52599 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52600 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52601 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindFirstGlobalVariable" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindFirstGlobalVariable"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52602 }
52603 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52604 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
52605 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52606 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindFirstGlobalVariable" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindFirstGlobalVariable"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
52607 }
52608 arg2 = reinterpret_cast< char * >(buf2);
52609 {
52610 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52611 result = (arg1)->FindFirstGlobalVariable((char const *)arg2);
52612 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52613 }
52614 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
52615 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52616 return resultobj;
52617fail:
52618 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52619 return NULL__null;
52620}
52621
52622
52623SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindGlobalVariables__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52624 PyObject *resultobj = 0;
52625 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52626 char *arg2 = (char *) 0 ;
52627 uint32_t arg3 ;
52628 lldb::MatchType arg4 ;
52629 void *argp1 = 0 ;
52630 int res1 = 0 ;
52631 int res2 ;
52632 char *buf2 = 0 ;
52633 int alloc2 = 0 ;
52634 unsigned int val3 ;
52635 int ecode3 = 0 ;
52636 int val4 ;
52637 int ecode4 = 0 ;
52638 PyObject * obj0 = 0 ;
52639 PyObject * obj1 = 0 ;
52640 PyObject * obj2 = 0 ;
52641 PyObject * obj3 = 0 ;
52642 lldb::SBValueList result;
52643
52644 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_FindGlobalVariables",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
52645 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52646 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52647 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindGlobalVariables" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindGlobalVariables"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52648 }
52649 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52650 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
52651 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52652 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindGlobalVariables" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindGlobalVariables"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
52653 }
52654 arg2 = reinterpret_cast< char * >(buf2);
52655 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
52656 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
52657 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_FindGlobalVariables" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_FindGlobalVariables"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
52658 }
52659 arg3 = static_cast< uint32_t >(val3);
52660 ecode4 = SWIG_AsVal_int(obj3, &val4);
52661 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
52662 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_FindGlobalVariables" "', argument " "4"" of type '" "lldb::MatchType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_FindGlobalVariables"
"', argument " "4"" of type '" "lldb::MatchType""'"); goto fail
; } while(0)
;
52663 }
52664 arg4 = static_cast< lldb::MatchType >(val4);
52665 {
52666 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52667 result = (arg1)->FindGlobalVariables((char const *)arg2,arg3,arg4);
52668 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52669 }
52670 resultobj = SWIG_NewPointerObj((new lldb::SBValueList(static_cast< const lldb::SBValueList& >(result))), SWIGTYPE_p_lldb__SBValueList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValueList(static_cast
< const lldb::SBValueList& >(result))), swig_types[
81], 0x1 | 0)
;
52671 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52672 return resultobj;
52673fail:
52674 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52675 return NULL__null;
52676}
52677
52678
52679SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindGlobalVariables(PyObject *self, PyObject *args) {
52680 Py_ssize_t argc;
52681 PyObject *argv[5] = {
52682 0
52683 };
52684 Py_ssize_t ii;
52685
52686 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
52687 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
52688 for (ii = 0; (ii < 4) && (ii < argc); ii++) {
52689 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
52690 }
52691 if (argc == 3) {
52692 int _v;
52693 void *vptr = 0;
52694 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
52695 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
52696 if (_v) {
52697 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
52698 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
52699 if (_v) {
52700 {
52701 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
52702 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
52703 }
52704 if (_v) {
52705 return _wrap_SBTarget_FindGlobalVariables__SWIG_0(self, args);
52706 }
52707 }
52708 }
52709 }
52710 if (argc == 4) {
52711 int _v;
52712 void *vptr = 0;
52713 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
52714 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
52715 if (_v) {
52716 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
52717 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
52718 if (_v) {
52719 {
52720 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
52721 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
52722 }
52723 if (_v) {
52724 {
52725 int res = SWIG_AsVal_int(argv[3], NULL__null);
52726 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
52727 }
52728 if (_v) {
52729 return _wrap_SBTarget_FindGlobalVariables__SWIG_1(self, args);
52730 }
52731 }
52732 }
52733 }
52734 }
52735
52736fail:
52737 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_FindGlobalVariables'.\n"
52738 " Possible C/C++ prototypes are:\n"
52739 " lldb::SBTarget::FindGlobalVariables(char const *,uint32_t)\n"
52740 " lldb::SBTarget::FindGlobalVariables(char const *,uint32_t,lldb::MatchType)\n");
52741 return 0;
52742}
52743
52744
52745SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindGlobalFunctions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52746 PyObject *resultobj = 0;
52747 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52748 char *arg2 = (char *) 0 ;
52749 uint32_t arg3 ;
52750 lldb::MatchType arg4 ;
52751 void *argp1 = 0 ;
52752 int res1 = 0 ;
52753 int res2 ;
52754 char *buf2 = 0 ;
52755 int alloc2 = 0 ;
52756 unsigned int val3 ;
52757 int ecode3 = 0 ;
52758 int val4 ;
52759 int ecode4 = 0 ;
52760 PyObject * obj0 = 0 ;
52761 PyObject * obj1 = 0 ;
52762 PyObject * obj2 = 0 ;
52763 PyObject * obj3 = 0 ;
52764 lldb::SBSymbolContextList result;
52765
52766 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_FindGlobalFunctions",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
52767 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52768 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52769 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindGlobalFunctions" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindGlobalFunctions"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52770 }
52771 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52772 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
52773 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52774 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindGlobalFunctions" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindGlobalFunctions"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
52775 }
52776 arg2 = reinterpret_cast< char * >(buf2);
52777 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
52778 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
52779 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_FindGlobalFunctions" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_FindGlobalFunctions"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
52780 }
52781 arg3 = static_cast< uint32_t >(val3);
52782 ecode4 = SWIG_AsVal_int(obj3, &val4);
52783 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
52784 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_FindGlobalFunctions" "', argument " "4"" of type '" "lldb::MatchType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_FindGlobalFunctions"
"', argument " "4"" of type '" "lldb::MatchType""'"); goto fail
; } while(0)
;
52785 }
52786 arg4 = static_cast< lldb::MatchType >(val4);
52787 {
52788 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52789 result = (arg1)->FindGlobalFunctions((char const *)arg2,arg3,arg4);
52790 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52791 }
52792 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContextList(static_cast< const lldb::SBSymbolContextList& >(result))), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContextList
(static_cast< const lldb::SBSymbolContextList& >(result
))), swig_types[59], 0x1 | 0)
;
52793 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52794 return resultobj;
52795fail:
52796 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
52797 return NULL__null;
52798}
52799
52800
52801SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52802 PyObject *resultobj = 0;
52803 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52804 void *argp1 = 0 ;
52805 int res1 = 0 ;
52806 PyObject * obj0 = 0 ;
52807
52808 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_Clear",&obj0)) SWIG_failgoto fail;
52809 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52810 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52811 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_Clear" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_Clear" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
52812 }
52813 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52814 {
52815 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52816 (arg1)->Clear();
52817 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52818 }
52819 resultobj = SWIG_Py_Void();
52820 return resultobj;
52821fail:
52822 return NULL__null;
52823}
52824
52825
52826SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_ResolveFileAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52827 PyObject *resultobj = 0;
52828 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52829 lldb::addr_t arg2 ;
52830 void *argp1 = 0 ;
52831 int res1 = 0 ;
52832 unsigned long long val2 ;
52833 int ecode2 = 0 ;
52834 PyObject * obj0 = 0 ;
52835 PyObject * obj1 = 0 ;
52836 lldb::SBAddress result;
52837
52838 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_ResolveFileAddress",&obj0,&obj1)) SWIG_failgoto fail;
52839 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52840 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52841 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_ResolveFileAddress" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_ResolveFileAddress"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52842 }
52843 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52844 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
52845 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
52846 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_ResolveFileAddress" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_ResolveFileAddress"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
52847 }
52848 arg2 = static_cast< lldb::addr_t >(val2);
52849 {
52850 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52851 result = (arg1)->ResolveFileAddress(arg2);
52852 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52853 }
52854 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
52855 return resultobj;
52856fail:
52857 return NULL__null;
52858}
52859
52860
52861SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_ResolveLoadAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52862 PyObject *resultobj = 0;
52863 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52864 lldb::addr_t arg2 ;
52865 void *argp1 = 0 ;
52866 int res1 = 0 ;
52867 unsigned long long val2 ;
52868 int ecode2 = 0 ;
52869 PyObject * obj0 = 0 ;
52870 PyObject * obj1 = 0 ;
52871 lldb::SBAddress result;
52872
52873 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_ResolveLoadAddress",&obj0,&obj1)) SWIG_failgoto fail;
52874 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52875 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52876 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_ResolveLoadAddress" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_ResolveLoadAddress"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52877 }
52878 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52879 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
52880 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
52881 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_ResolveLoadAddress" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_ResolveLoadAddress"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
52882 }
52883 arg2 = static_cast< lldb::addr_t >(val2);
52884 {
52885 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52886 result = (arg1)->ResolveLoadAddress(arg2);
52887 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52888 }
52889 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
52890 return resultobj;
52891fail:
52892 return NULL__null;
52893}
52894
52895
52896SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_ResolvePastLoadAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52897 PyObject *resultobj = 0;
52898 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52899 uint32_t arg2 ;
52900 lldb::addr_t arg3 ;
52901 void *argp1 = 0 ;
52902 int res1 = 0 ;
52903 unsigned int val2 ;
52904 int ecode2 = 0 ;
52905 unsigned long long val3 ;
52906 int ecode3 = 0 ;
52907 PyObject * obj0 = 0 ;
52908 PyObject * obj1 = 0 ;
52909 PyObject * obj2 = 0 ;
52910 lldb::SBAddress result;
52911
52912 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_ResolvePastLoadAddress",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
52913 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52914 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52915 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_ResolvePastLoadAddress" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_ResolvePastLoadAddress"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52916 }
52917 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52918 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
52919 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
52920 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_ResolvePastLoadAddress" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_ResolvePastLoadAddress"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
52921 }
52922 arg2 = static_cast< uint32_t >(val2);
52923 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
52924 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
52925 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_ResolvePastLoadAddress" "', argument " "3"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_ResolvePastLoadAddress"
"', argument " "3"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
52926 }
52927 arg3 = static_cast< lldb::addr_t >(val3);
52928 {
52929 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52930 result = (arg1)->ResolvePastLoadAddress(arg2,arg3);
52931 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52932 }
52933 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
52934 return resultobj;
52935fail:
52936 return NULL__null;
52937}
52938
52939
52940SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_ResolveSymbolContextForAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52941 PyObject *resultobj = 0;
52942 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52943 lldb::SBAddress *arg2 = 0 ;
52944 uint32_t arg3 ;
52945 void *argp1 = 0 ;
52946 int res1 = 0 ;
52947 void *argp2 = 0 ;
52948 int res2 = 0 ;
52949 unsigned int val3 ;
52950 int ecode3 = 0 ;
52951 PyObject * obj0 = 0 ;
52952 PyObject * obj1 = 0 ;
52953 PyObject * obj2 = 0 ;
52954 lldb::SBSymbolContext result;
52955
52956 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_ResolveSymbolContextForAddress",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
52957 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
52958 if (!SWIG_IsOK(res1)(res1 >= 0)) {
52959 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_ResolveSymbolContextForAddress" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_ResolveSymbolContextForAddress"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
52960 }
52961 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
52962 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0 | 0, 0)
;
52963 if (!SWIG_IsOK(res2)(res2 >= 0)) {
52964 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_ResolveSymbolContextForAddress" "', argument " "2"" of type '" "lldb::SBAddress const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_ResolveSymbolContextForAddress"
"', argument " "2"" of type '" "lldb::SBAddress const &"
"'"); goto fail; } while(0)
;
52965 }
52966 if (!argp2) {
52967 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_ResolveSymbolContextForAddress" "', argument " "2"" of type '" "lldb::SBAddress const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_ResolveSymbolContextForAddress" "', argument "
"2"" of type '" "lldb::SBAddress const &""'"); goto fail
; } while(0)
;
52968 }
52969 arg2 = reinterpret_cast< lldb::SBAddress * >(argp2);
52970 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
52971 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
52972 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_ResolveSymbolContextForAddress" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_ResolveSymbolContextForAddress"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
52973 }
52974 arg3 = static_cast< uint32_t >(val3);
52975 {
52976 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
52977 result = (arg1)->ResolveSymbolContextForAddress((lldb::SBAddress const &)*arg2,arg3);
52978 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
52979 }
52980 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContext(static_cast< const lldb::SBSymbolContext& >(result))), SWIGTYPE_p_lldb__SBSymbolContext, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContext(
static_cast< const lldb::SBSymbolContext& >(result)
)), swig_types[58], 0x1 | 0)
;
52981 return resultobj;
52982fail:
52983 return NULL__null;
52984}
52985
52986
52987SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_ReadMemory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
52988 PyObject *resultobj = 0;
52989 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
52990 lldb::SBAddress arg2 ;
52991 void *arg3 = (void *) 0 ;
52992 size_t arg4 ;
52993 lldb::SBError *arg5 = 0 ;
52994 void *argp1 = 0 ;
52995 int res1 = 0 ;
52996 void *argp2 ;
52997 int res2 = 0 ;
52998 void *argp5 = 0 ;
52999 int res5 = 0 ;
53000 PyObject * obj0 = 0 ;
53001 PyObject * obj1 = 0 ;
53002 PyObject * obj2 = 0 ;
53003 PyObject * obj3 = 0 ;
53004 size_t result;
53005
53006 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_ReadMemory",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
53007 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
53008 if (!SWIG_IsOK(res1)(res1 >= 0)) {
53009 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_ReadMemory" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_ReadMemory" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
53010 }
53011 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
53012 {
53013 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0 | 0, 0)
;
53014 if (!SWIG_IsOK(res2)(res2 >= 0)) {
53015 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_ReadMemory" "', argument " "2"" of type '" "lldb::SBAddress const""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_ReadMemory" "', argument "
"2"" of type '" "lldb::SBAddress const""'"); goto fail; } while
(0)
;
53016 }
53017 if (!argp2) {
53018 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_ReadMemory" "', argument " "2"" of type '" "lldb::SBAddress const""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_ReadMemory" "', argument " "2"" of type '"
"lldb::SBAddress const""'"); goto fail; } while(0)
;
53019 } else {
53020 lldb::SBAddress * temp = reinterpret_cast< lldb::SBAddress * >(argp2);
53021 arg2 = *temp;
53022 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
53023 }
53024 }
53025 {
53026 if (PyInt_Check(obj2)((((obj2)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
53027 arg4 = PyInt_AsLong(obj2);
53028 } else if (PyLong_Check(obj2)((((((PyObject*)(obj2))->ob_type))->tp_flags & ((1L
<<24))) != 0)
) {
53029 arg4 = PyLong_AsLong(obj2);
53030 } else {
53031 PyErr_SetString(PyExc_ValueError, "Expecting an integer or long object");
53032 return NULL__null;
53033 }
53034 if (arg4 <= 0) {
53035 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
53036 return NULL__null;
53037 }
53038 arg3 = (void *) malloc(arg4);
53039 }
53040 res5 = SWIG_ConvertPtr(obj3, &argp5, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp5, swig_types[25]
, 0, 0)
;
53041 if (!SWIG_IsOK(res5)(res5 >= 0)) {
53042 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_ReadMemory" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_ReadMemory" "', argument "
"5"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
53043 }
53044 if (!argp5) {
53045 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_ReadMemory" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_ReadMemory" "', argument " "5"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
53046 }
53047 arg5 = reinterpret_cast< lldb::SBError * >(argp5);
53048 {
53049 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
53050 result = (arg1)->ReadMemory(arg2,arg3,arg4,*arg5);
53051 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
53052 }
53053 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
53054 {
53055 Py_XDECREF(resultobj)do { if ((resultobj) == __null) ; else do { if ( --((PyObject
*)(resultobj))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(resultobj)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(resultobj)))); } while (0); } while (0)
; /* Blow away any previous result */
53056 if (result == 0) {
53057 resultobj = Py_None(&_Py_NoneStruct);
53058 Py_INCREF(resultobj)( ((PyObject*)(resultobj))->ob_refcnt++);
53059 } else {
53060 lldb_private::PythonBytes bytes(static_cast<const uint8_t*>(arg3), result);
53061 resultobj = bytes.release();
53062 }
53063 free(arg3);
53064 }
53065 return resultobj;
53066fail:
53067 return NULL__null;
53068}
53069
53070
53071SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByLocation__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
53072 PyObject *resultobj = 0;
53073 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
53074 char *arg2 = (char *) 0 ;
53075 uint32_t arg3 ;
53076 void *argp1 = 0 ;
53077 int res1 = 0 ;
53078 int res2 ;
53079 char *buf2 = 0 ;
53080 int alloc2 = 0 ;
53081 unsigned int val3 ;
53082 int ecode3 = 0 ;
53083 PyObject * obj0 = 0 ;
53084 PyObject * obj1 = 0 ;
53085 PyObject * obj2 = 0 ;
53086 lldb::SBBreakpoint result;
53087
53088 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_BreakpointCreateByLocation",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
53089 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
53090 if (!SWIG_IsOK(res1)(res1 >= 0)) {
53091 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
53092 }
53093 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
53094 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
53095 if (!SWIG_IsOK(res2)(res2 >= 0)) {
53096 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
53097 }
53098 arg2 = reinterpret_cast< char * >(buf2);
53099 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
53100 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
53101 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
53102 }
53103 arg3 = static_cast< uint32_t >(val3);
53104 {
53105 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
53106 result = (arg1)->BreakpointCreateByLocation((char const *)arg2,arg3);
53107 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
53108 }
53109 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
53110 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
53111 return resultobj;
53112fail:
53113 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
53114 return NULL__null;
53115}
53116
53117
53118SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByLocation__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
53119 PyObject *resultobj = 0;
53120 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
53121 lldb::SBFileSpec *arg2 = 0 ;
53122 uint32_t arg3 ;
53123 void *argp1 = 0 ;
53124 int res1 = 0 ;
53125 void *argp2 = 0 ;
53126 int res2 = 0 ;
53127 unsigned int val3 ;
53128 int ecode3 = 0 ;
53129 PyObject * obj0 = 0 ;
53130 PyObject * obj1 = 0 ;
53131 PyObject * obj2 = 0 ;
53132 lldb::SBBreakpoint result;
53133
53134 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_BreakpointCreateByLocation",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
53135 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
53136 if (!SWIG_IsOK(res1)(res1 >= 0)) {
53137 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
53138 }
53139 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
53140 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
53141 if (!SWIG_IsOK(res2)(res2 >= 0)) {
53142 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
53143 }
53144 if (!argp2) {
53145 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByLocation" "', argument "
"2"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
53146 }
53147 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
53148 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
53149 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
53150 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
53151 }
53152 arg3 = static_cast< uint32_t >(val3);
53153 {
53154 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
53155 result = (arg1)->BreakpointCreateByLocation((lldb::SBFileSpec const &)*arg2,arg3);
53156 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
53157 }
53158 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
53159 return resultobj;
53160fail:
53161 return NULL__null;
53162}
53163
53164
53165SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByLocation__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
53166 PyObject *resultobj = 0;
53167 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
53168 lldb::SBFileSpec *arg2 = 0 ;
53169 uint32_t arg3 ;
53170 lldb::addr_t arg4 ;
53171 void *argp1 = 0 ;
53172 int res1 = 0 ;
53173 void *argp2 = 0 ;
53174 int res2 = 0 ;
53175 unsigned int val3 ;
53176 int ecode3 = 0 ;
53177 unsigned long long val4 ;
53178 int ecode4 = 0 ;
53179 PyObject * obj0 = 0 ;
53180 PyObject * obj1 = 0 ;
53181 PyObject * obj2 = 0 ;
53182 PyObject * obj3 = 0 ;
53183 lldb::SBBreakpoint result;
53184
53185 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_BreakpointCreateByLocation",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
53186 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
53187 if (!SWIG_IsOK(res1)(res1 >= 0)) {
53188 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
53189 }
53190 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
53191 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
53192 if (!SWIG_IsOK(res2)(res2 >= 0)) {
53193 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
53194 }
53195 if (!argp2) {
53196 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByLocation" "', argument "
"2"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
53197 }
53198 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
53199 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
53200 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
53201 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
53202 }
53203 arg3 = static_cast< uint32_t >(val3);
53204 ecode4 = SWIG_AsVal_unsigned_SS_long_SS_long(obj3, &val4);
53205 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
53206 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "4"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "4"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
53207 }
53208 arg4 = static_cast< lldb::addr_t >(val4);
53209 {
53210 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
53211 result = (arg1)->BreakpointCreateByLocation((lldb::SBFileSpec const &)*arg2,arg3,arg4);
53212 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
53213 }
53214 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
53215 return resultobj;
53216fail:
53217 return NULL__null;
53218}
53219
53220
53221SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByLocation__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
53222 PyObject *resultobj = 0;
53223 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
53224 lldb::SBFileSpec *arg2 = 0 ;
53225 uint32_t arg3 ;
53226 lldb::addr_t arg4 ;
53227 lldb::SBFileSpecList *arg5 = 0 ;
53228 void *argp1 = 0 ;
53229 int res1 = 0 ;
53230 void *argp2 = 0 ;
53231 int res2 = 0 ;
53232 unsigned int val3 ;
53233 int ecode3 = 0 ;
53234 unsigned long long val4 ;
53235 int ecode4 = 0 ;
53236 void *argp5 = 0 ;
53237 int res5 = 0 ;
53238 PyObject * obj0 = 0 ;
53239 PyObject * obj1 = 0 ;
53240 PyObject * obj2 = 0 ;
53241 PyObject * obj3 = 0 ;
53242 PyObject * obj4 = 0 ;
53243 lldb::SBBreakpoint result;
53244
53245 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBTarget_BreakpointCreateByLocation",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
53246 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
53247 if (!SWIG_IsOK(res1)(res1 >= 0)) {
53248 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
53249 }
53250 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
53251 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
53252 if (!SWIG_IsOK(res2)(res2 >= 0)) {
53253 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
53254 }
53255 if (!argp2) {
53256 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByLocation" "', argument "
"2"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
53257 }
53258 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
53259 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
53260 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
53261 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
53262 }
53263 arg3 = static_cast< uint32_t >(val3);
53264 ecode4 = SWIG_AsVal_unsigned_SS_long_SS_long(obj3, &val4);
53265 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
53266 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "4"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "4"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
53267 }
53268 arg4 = static_cast< lldb::addr_t >(val4);
53269 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBFileSpecList, 0 )SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[30]
, 0, 0)
;
53270 if (!SWIG_IsOK(res5)(res5 >= 0)) {
53271 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "5"" of type '" "lldb::SBFileSpecList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "5"" of type '" "lldb::SBFileSpecList &""'"
); goto fail; } while(0)
;
53272 }
53273 if (!argp5) {
53274 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "5"" of type '" "lldb::SBFileSpecList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByLocation" "', argument "
"5"" of type '" "lldb::SBFileSpecList &""'"); goto fail;
} while(0)
;
53275 }
53276 arg5 = reinterpret_cast< lldb::SBFileSpecList * >(argp5);
53277 {
53278 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
53279 result = (arg1)->BreakpointCreateByLocation((lldb::SBFileSpec const &)*arg2,arg3,arg4,*arg5);
53280 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
53281 }
53282 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
53283 return resultobj;
53284fail:
53285 return NULL__null;
53286}
53287
53288
53289SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByLocation__SWIG_4(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
53290 PyObject *resultobj = 0;
53291 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
53292 lldb::SBFileSpec *arg2 = 0 ;
53293 uint32_t arg3 ;
53294 uint32_t arg4 ;
53295 lldb::addr_t arg5 ;
53296 lldb::SBFileSpecList *arg6 = 0 ;
53297 void *argp1 = 0 ;
53298 int res1 = 0 ;
53299 void *argp2 = 0 ;
53300 int res2 = 0 ;
53301 unsigned int val3 ;
53302 int ecode3 = 0 ;
53303 unsigned int val4 ;
53304 int ecode4 = 0 ;
53305 unsigned long long val5 ;
53306 int ecode5 = 0 ;
53307 void *argp6 = 0 ;
53308 int res6 = 0 ;
53309 PyObject * obj0 = 0 ;
53310 PyObject * obj1 = 0 ;
53311 PyObject * obj2 = 0 ;
53312 PyObject * obj3 = 0 ;
53313 PyObject * obj4 = 0 ;
53314 PyObject * obj5 = 0 ;
53315 lldb::SBBreakpoint result;
53316
53317 if (!PyArg_ParseTuple(args,(char *)"OOOOOO:SBTarget_BreakpointCreateByLocation",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) SWIG_failgoto fail;
53318 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
53319 if (!SWIG_IsOK(res1)(res1 >= 0)) {
53320 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
53321 }
53322 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
53323 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0 | 0, 0)
;
53324 if (!SWIG_IsOK(res2)(res2 >= 0)) {
53325 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "2"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
53326 }
53327 if (!argp2) {
53328 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "2"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByLocation" "', argument "
"2"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
53329 }
53330 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
53331 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
53332 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
53333 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
53334 }
53335 arg3 = static_cast< uint32_t >(val3);
53336 ecode4 = SWIG_AsVal_unsigned_SS_int(obj3, &val4);
53337 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
53338 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "4"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "4"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
53339 }
53340 arg4 = static_cast< uint32_t >(val4);
53341 ecode5 = SWIG_AsVal_unsigned_SS_long_SS_long(obj4, &val5);
53342 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
53343 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "5"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "5"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
53344 }
53345 arg5 = static_cast< lldb::addr_t >(val5);
53346 res6 = SWIG_ConvertPtr(obj5, &argp6, SWIGTYPE_p_lldb__SBFileSpecList, 0 )SWIG_Python_ConvertPtrAndOwn(obj5, &argp6, swig_types[30]
, 0, 0)
;
53347 if (!SWIG_IsOK(res6)(res6 >= 0)) {
53348 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "6"" of type '" "lldb::SBFileSpecList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res6 != (
-1)) ? res6 : -5)), "in method '" "SBTarget_BreakpointCreateByLocation"
"', argument " "6"" of type '" "lldb::SBFileSpecList &""'"
); goto fail; } while(0)
;
53349 }
53350 if (!argp6) {
53351 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByLocation" "', argument " "6"" of type '" "lldb::SBFileSpecList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByLocation" "', argument "
"6"" of type '" "lldb::SBFileSpecList &""'"); goto fail;
} while(0)
;
53352 }
53353 arg6 = reinterpret_cast< lldb::SBFileSpecList * >(argp6);
53354 {
53355 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
53356 result = (arg1)->BreakpointCreateByLocation((lldb::SBFileSpec const &)*arg2,arg3,arg4,arg5,*arg6);
53357 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
53358 }
53359 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
53360 return resultobj;
53361fail:
53362 return NULL__null;
53363}
53364
53365
53366SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByLocation(PyObject *self, PyObject *args) {
53367 Py_ssize_t argc;
53368 PyObject *argv[7] = {
53369 0
53370 };
53371 Py_ssize_t ii;
53372
53373 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
53374 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
53375 for (ii = 0; (ii < 6) && (ii < argc); ii++) {
53376 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
53377 }
53378 if (argc == 3) {
53379 int _v;
53380 void *vptr = 0;
53381 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
53382 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53383 if (_v) {
53384 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[29], 0, 0
)
;
53385 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53386 if (_v) {
53387 {
53388 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
53389 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53390 }
53391 if (_v) {
53392 return _wrap_SBTarget_BreakpointCreateByLocation__SWIG_1(self, args);
53393 }
53394 }
53395 }
53396 }
53397 if (argc == 3) {
53398 int _v;
53399 void *vptr = 0;
53400 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
53401 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53402 if (_v) {
53403 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
53404 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53405 if (_v) {
53406 {
53407 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
53408 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53409 }
53410 if (_v) {
53411 return _wrap_SBTarget_BreakpointCreateByLocation__SWIG_0(self, args);
53412 }
53413 }
53414 }
53415 }
53416 if (argc == 4) {
53417 int _v;
53418 void *vptr = 0;
53419 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
53420 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53421 if (_v) {
53422 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[29], 0, 0
)
;
53423 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53424 if (_v) {
53425 {
53426 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
53427 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53428 }
53429 if (_v) {
53430 {
53431 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[3], NULL__null);
53432 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53433 }
53434 if (_v) {
53435 return _wrap_SBTarget_BreakpointCreateByLocation__SWIG_2(self, args);
53436 }
53437 }
53438 }
53439 }
53440 }
53441 if (argc == 5) {
53442 int _v;
53443 void *vptr = 0;
53444 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
53445 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53446 if (_v) {
53447 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[29], 0, 0
)
;
53448 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53449 if (_v) {
53450 {
53451 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
53452 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53453 }
53454 if (_v) {
53455 {
53456 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[3], NULL__null);
53457 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53458 }
53459 if (_v) {
53460 void *vptr = 0;
53461 int res = SWIG_ConvertPtr(argv[4], &vptr, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[4], &vptr, swig_types[30
], 0, 0)
;
53462 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53463 if (_v) {
53464 return _wrap_SBTarget_BreakpointCreateByLocation__SWIG_3(self, args);
53465 }
53466 }
53467 }
53468 }
53469 }
53470 }
53471 if (argc == 6) {
53472 int _v;
53473 void *vptr = 0;
53474 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
53475 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53476 if (_v) {
53477 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[29], 0, 0
)
;
53478 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53479 if (_v) {
53480 {
53481 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
53482 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53483 }
53484 if (_v) {
53485 {
53486 int res = SWIG_AsVal_unsigned_SS_int(argv[3], NULL__null);
53487 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53488 }
53489 if (_v) {
53490 {
53491 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[4], NULL__null);
53492 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53493 }
53494 if (_v) {
53495 void *vptr = 0;
53496 int res = SWIG_ConvertPtr(argv[5], &vptr, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[5], &vptr, swig_types[30
], 0, 0)
;
53497 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53498 if (_v) {
53499 return _wrap_SBTarget_BreakpointCreateByLocation__SWIG_4(self, args);
53500 }
53501 }
53502 }
53503 }
53504 }
53505 }
53506 }
53507
53508fail:
53509 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_BreakpointCreateByLocation'.\n"
53510 " Possible C/C++ prototypes are:\n"
53511 " lldb::SBTarget::BreakpointCreateByLocation(char const *,uint32_t)\n"
53512 " lldb::SBTarget::BreakpointCreateByLocation(lldb::SBFileSpec const &,uint32_t)\n"
53513 " lldb::SBTarget::BreakpointCreateByLocation(lldb::SBFileSpec const &,uint32_t,lldb::addr_t)\n"
53514 " lldb::SBTarget::BreakpointCreateByLocation(lldb::SBFileSpec const &,uint32_t,lldb::addr_t,lldb::SBFileSpecList &)\n"
53515 " lldb::SBTarget::BreakpointCreateByLocation(lldb::SBFileSpec const &,uint32_t,uint32_t,lldb::addr_t,lldb::SBFileSpecList &)\n");
53516 return 0;
53517}
53518
53519
53520SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByName__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
53521 PyObject *resultobj = 0;
53522 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
53523 char *arg2 = (char *) 0 ;
53524 char *arg3 = (char *) 0 ;
53525 void *argp1 = 0 ;
53526 int res1 = 0 ;
53527 int res2 ;
53528 char *buf2 = 0 ;
53529 int alloc2 = 0 ;
53530 int res3 ;
53531 char *buf3 = 0 ;
53532 int alloc3 = 0 ;
53533 PyObject * obj0 = 0 ;
53534 PyObject * obj1 = 0 ;
53535 PyObject * obj2 = 0 ;
53536 lldb::SBBreakpoint result;
53537
53538 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_BreakpointCreateByName",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
53539 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
53540 if (!SWIG_IsOK(res1)(res1 >= 0)) {
53541 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
53542 }
53543 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
53544 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
53545 if (!SWIG_IsOK(res2)(res2 >= 0)) {
53546 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
53547 }
53548 arg2 = reinterpret_cast< char * >(buf2);
53549 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
53550 if (!SWIG_IsOK(res3)(res3 >= 0)) {
53551 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
53552 }
53553 arg3 = reinterpret_cast< char * >(buf3);
53554 {
53555 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
53556 result = (arg1)->BreakpointCreateByName((char const *)arg2,(char const *)arg3);
53557 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
53558 }
53559 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
53560 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
53561 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
53562 return resultobj;
53563fail:
53564 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
53565 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
53566 return NULL__null;
53567}
53568
53569
53570SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByName__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
53571 PyObject *resultobj = 0;
53572 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
53573 char *arg2 = (char *) 0 ;
53574 void *argp1 = 0 ;
53575 int res1 = 0 ;
53576 int res2 ;
53577 char *buf2 = 0 ;
53578 int alloc2 = 0 ;
53579 PyObject * obj0 = 0 ;
53580 PyObject * obj1 = 0 ;
53581 lldb::SBBreakpoint result;
53582
53583 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_BreakpointCreateByName",&obj0,&obj1)) SWIG_failgoto fail;
53584 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
53585 if (!SWIG_IsOK(res1)(res1 >= 0)) {
53586 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
53587 }
53588 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
53589 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
53590 if (!SWIG_IsOK(res2)(res2 >= 0)) {
53591 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
53592 }
53593 arg2 = reinterpret_cast< char * >(buf2);
53594 {
53595 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
53596 result = (arg1)->BreakpointCreateByName((char const *)arg2);
53597 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
53598 }
53599 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
53600 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
53601 return resultobj;
53602fail:
53603 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
53604 return NULL__null;
53605}
53606
53607
53608SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByName__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
53609 PyObject *resultobj = 0;
53610 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
53611 char *arg2 = (char *) 0 ;
53612 uint32_t arg3 ;
53613 lldb::SBFileSpecList *arg4 = 0 ;
53614 lldb::SBFileSpecList *arg5 = 0 ;
53615 void *argp1 = 0 ;
53616 int res1 = 0 ;
53617 int res2 ;
53618 char *buf2 = 0 ;
53619 int alloc2 = 0 ;
53620 unsigned int val3 ;
53621 int ecode3 = 0 ;
53622 void *argp4 = 0 ;
53623 int res4 = 0 ;
53624 void *argp5 = 0 ;
53625 int res5 = 0 ;
53626 PyObject * obj0 = 0 ;
53627 PyObject * obj1 = 0 ;
53628 PyObject * obj2 = 0 ;
53629 PyObject * obj3 = 0 ;
53630 PyObject * obj4 = 0 ;
53631 lldb::SBBreakpoint result;
53632
53633 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBTarget_BreakpointCreateByName",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
53634 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
53635 if (!SWIG_IsOK(res1)(res1 >= 0)) {
53636 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
53637 }
53638 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
53639 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
53640 if (!SWIG_IsOK(res2)(res2 >= 0)) {
53641 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
53642 }
53643 arg2 = reinterpret_cast< char * >(buf2);
53644 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
53645 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
53646 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
53647 }
53648 arg3 = static_cast< uint32_t >(val3);
53649 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[30]
, 0 | 0, 0)
;
53650 if (!SWIG_IsOK(res4)(res4 >= 0)) {
53651 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "4"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "4"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
53652 }
53653 if (!argp4) {
53654 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByName" "', argument " "4"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByName" "', argument "
"4"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
53655 }
53656 arg4 = reinterpret_cast< lldb::SBFileSpecList * >(argp4);
53657 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[30]
, 0 | 0, 0)
;
53658 if (!SWIG_IsOK(res5)(res5 >= 0)) {
53659 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "5"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "5"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
53660 }
53661 if (!argp5) {
53662 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByName" "', argument " "5"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByName" "', argument "
"5"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
53663 }
53664 arg5 = reinterpret_cast< lldb::SBFileSpecList * >(argp5);
53665 {
53666 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
53667 result = (arg1)->BreakpointCreateByName((char const *)arg2,arg3,(lldb::SBFileSpecList const &)*arg4,(lldb::SBFileSpecList const &)*arg5);
53668 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
53669 }
53670 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
53671 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
53672 return resultobj;
53673fail:
53674 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
53675 return NULL__null;
53676}
53677
53678
53679SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByName__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
53680 PyObject *resultobj = 0;
53681 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
53682 char *arg2 = (char *) 0 ;
53683 uint32_t arg3 ;
53684 lldb::LanguageType arg4 ;
53685 lldb::SBFileSpecList *arg5 = 0 ;
53686 lldb::SBFileSpecList *arg6 = 0 ;
53687 void *argp1 = 0 ;
53688 int res1 = 0 ;
53689 int res2 ;
53690 char *buf2 = 0 ;
53691 int alloc2 = 0 ;
53692 unsigned int val3 ;
53693 int ecode3 = 0 ;
53694 int val4 ;
53695 int ecode4 = 0 ;
53696 void *argp5 = 0 ;
53697 int res5 = 0 ;
53698 void *argp6 = 0 ;
53699 int res6 = 0 ;
53700 PyObject * obj0 = 0 ;
53701 PyObject * obj1 = 0 ;
53702 PyObject * obj2 = 0 ;
53703 PyObject * obj3 = 0 ;
53704 PyObject * obj4 = 0 ;
53705 PyObject * obj5 = 0 ;
53706 lldb::SBBreakpoint result;
53707
53708 if (!PyArg_ParseTuple(args,(char *)"OOOOOO:SBTarget_BreakpointCreateByName",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) SWIG_failgoto fail;
53709 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
53710 if (!SWIG_IsOK(res1)(res1 >= 0)) {
53711 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
53712 }
53713 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
53714 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
53715 if (!SWIG_IsOK(res2)(res2 >= 0)) {
53716 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
53717 }
53718 arg2 = reinterpret_cast< char * >(buf2);
53719 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
53720 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
53721 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
53722 }
53723 arg3 = static_cast< uint32_t >(val3);
53724 ecode4 = SWIG_AsVal_int(obj3, &val4);
53725 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
53726 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "4"" of type '" "lldb::LanguageType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "4"" of type '" "lldb::LanguageType""'"); goto
fail; } while(0)
;
53727 }
53728 arg4 = static_cast< lldb::LanguageType >(val4);
53729 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[30]
, 0 | 0, 0)
;
53730 if (!SWIG_IsOK(res5)(res5 >= 0)) {
53731 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "5"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "5"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
53732 }
53733 if (!argp5) {
53734 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByName" "', argument " "5"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByName" "', argument "
"5"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
53735 }
53736 arg5 = reinterpret_cast< lldb::SBFileSpecList * >(argp5);
53737 res6 = SWIG_ConvertPtr(obj5, &argp6, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj5, &argp6, swig_types[30]
, 0 | 0, 0)
;
53738 if (!SWIG_IsOK(res6)(res6 >= 0)) {
53739 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "SBTarget_BreakpointCreateByName" "', argument " "6"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res6 != (
-1)) ? res6 : -5)), "in method '" "SBTarget_BreakpointCreateByName"
"', argument " "6"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
53740 }
53741 if (!argp6) {
53742 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByName" "', argument " "6"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByName" "', argument "
"6"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
53743 }
53744 arg6 = reinterpret_cast< lldb::SBFileSpecList * >(argp6);
53745 {
53746 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
53747 result = (arg1)->BreakpointCreateByName((char const *)arg2,arg3,arg4,(lldb::SBFileSpecList const &)*arg5,(lldb::SBFileSpecList const &)*arg6);
53748 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
53749 }
53750 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
53751 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
53752 return resultobj;
53753fail:
53754 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
53755 return NULL__null;
53756}
53757
53758
53759SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByName(PyObject *self, PyObject *args) {
53760 Py_ssize_t argc;
53761 PyObject *argv[7] = {
53762 0
53763 };
53764 Py_ssize_t ii;
53765
53766 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
53767 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
53768 for (ii = 0; (ii < 6) && (ii < argc); ii++) {
53769 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
53770 }
53771 if (argc == 2) {
53772 int _v;
53773 void *vptr = 0;
53774 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
53775 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53776 if (_v) {
53777 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
53778 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53779 if (_v) {
53780 return _wrap_SBTarget_BreakpointCreateByName__SWIG_1(self, args);
53781 }
53782 }
53783 }
53784 if (argc == 3) {
53785 int _v;
53786 void *vptr = 0;
53787 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
53788 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53789 if (_v) {
53790 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
53791 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53792 if (_v) {
53793 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
53794 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53795 if (_v) {
53796 return _wrap_SBTarget_BreakpointCreateByName__SWIG_0(self, args);
53797 }
53798 }
53799 }
53800 }
53801 if (argc == 5) {
53802 int _v;
53803 void *vptr = 0;
53804 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
53805 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53806 if (_v) {
53807 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
53808 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53809 if (_v) {
53810 {
53811 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
53812 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53813 }
53814 if (_v) {
53815 int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], 0, swig_types[30], 0, 0
)
;
53816 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53817 if (_v) {
53818 int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[4], 0, swig_types[30], 0, 0
)
;
53819 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53820 if (_v) {
53821 return _wrap_SBTarget_BreakpointCreateByName__SWIG_2(self, args);
53822 }
53823 }
53824 }
53825 }
53826 }
53827 }
53828 if (argc == 6) {
53829 int _v;
53830 void *vptr = 0;
53831 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
53832 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53833 if (_v) {
53834 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
53835 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53836 if (_v) {
53837 {
53838 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
53839 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53840 }
53841 if (_v) {
53842 {
53843 int res = SWIG_AsVal_int(argv[3], NULL__null);
53844 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53845 }
53846 if (_v) {
53847 int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[4], 0, swig_types[30], 0, 0
)
;
53848 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53849 if (_v) {
53850 int res = SWIG_ConvertPtr(argv[5], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[5], 0, swig_types[30], 0, 0
)
;
53851 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
53852 if (_v) {
53853 return _wrap_SBTarget_BreakpointCreateByName__SWIG_3(self, args);
53854 }
53855 }
53856 }
53857 }
53858 }
53859 }
53860 }
53861
53862fail:
53863 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_BreakpointCreateByName'.\n"
53864 " Possible C/C++ prototypes are:\n"
53865 " lldb::SBTarget::BreakpointCreateByName(char const *,char const *)\n"
53866 " lldb::SBTarget::BreakpointCreateByName(char const *)\n"
53867 " lldb::SBTarget::BreakpointCreateByName(char const *,uint32_t,lldb::SBFileSpecList const &,lldb::SBFileSpecList const &)\n"
53868 " lldb::SBTarget::BreakpointCreateByName(char const *,uint32_t,lldb::LanguageType,lldb::SBFileSpecList const &,lldb::SBFileSpecList const &)\n");
53869 return 0;
53870}
53871
53872
53873SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByNames__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
53874 PyObject *resultobj = 0;
53875 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
53876 char **arg2 = (char **) 0 ;
53877 uint32_t arg3 ;
53878 uint32_t arg4 ;
53879 lldb::SBFileSpecList *arg5 = 0 ;
53880 lldb::SBFileSpecList *arg6 = 0 ;
53881 void *argp1 = 0 ;
53882 int res1 = 0 ;
53883 unsigned int val4 ;
53884 int ecode4 = 0 ;
53885 void *argp5 = 0 ;
53886 int res5 = 0 ;
53887 void *argp6 = 0 ;
53888 int res6 = 0 ;
53889 PyObject * obj0 = 0 ;
53890 PyObject * obj1 = 0 ;
53891 PyObject * obj2 = 0 ;
53892 PyObject * obj3 = 0 ;
53893 PyObject * obj4 = 0 ;
53894 lldb::SBBreakpoint result;
53895
53896 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBTarget_BreakpointCreateByNames",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
53897 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
53898 if (!SWIG_IsOK(res1)(res1 >= 0)) {
53899 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
53900 }
53901 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
53902 {
53903 using namespace lldb_private;
53904 /* Check if is a list */
53905 if (PythonList::Check(obj1)) {
53906 PythonList list(PyRefType::Borrowed, obj1);
53907 arg3 = list.GetSize();
53908 int i = 0;
53909 arg2 = (char**)malloc((arg3+1)*sizeof(char*));
53910 for (i = 0; i < arg3; i++) {
53911 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
53912 if (!py_str.IsAllocated()) {
53913 PyErr_SetString(PyExc_TypeError,"list must contain strings and blubby");
53914 free(arg2);
53915 return nullptr;
53916 }
53917
53918 arg2[i] = const_cast<char*>(py_str.GetString().data());
53919 }
53920 arg2[i] = 0;
53921 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
53922 arg2 = NULL__null;
53923 } else {
53924 PyErr_SetString(PyExc_TypeError,"not a list");
53925 return NULL__null;
53926 }
53927 }
53928 ecode4 = SWIG_AsVal_unsigned_SS_int(obj2, &val4);
53929 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
53930 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "4"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "4"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
53931 }
53932 arg4 = static_cast< uint32_t >(val4);
53933 res5 = SWIG_ConvertPtr(obj3, &argp5, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj3, &argp5, swig_types[30]
, 0 | 0, 0)
;
53934 if (!SWIG_IsOK(res5)(res5 >= 0)) {
53935 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "5"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "5"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
53936 }
53937 if (!argp5) {
53938 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "5"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByNames" "', argument "
"5"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
53939 }
53940 arg5 = reinterpret_cast< lldb::SBFileSpecList * >(argp5);
53941 res6 = SWIG_ConvertPtr(obj4, &argp6, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj4, &argp6, swig_types[30]
, 0 | 0, 0)
;
53942 if (!SWIG_IsOK(res6)(res6 >= 0)) {
53943 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "6"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res6 != (
-1)) ? res6 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "6"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
53944 }
53945 if (!argp6) {
53946 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "6"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByNames" "', argument "
"6"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
53947 }
53948 arg6 = reinterpret_cast< lldb::SBFileSpecList * >(argp6);
53949 {
53950 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
53951 result = (arg1)->BreakpointCreateByNames((char const **)arg2,arg3,arg4,(lldb::SBFileSpecList const &)*arg5,(lldb::SBFileSpecList const &)*arg6);
53952 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
53953 }
53954 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
53955 return resultobj;
53956fail:
53957 return NULL__null;
53958}
53959
53960
53961SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByNames__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
53962 PyObject *resultobj = 0;
53963 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
53964 char **arg2 = (char **) 0 ;
53965 uint32_t arg3 ;
53966 uint32_t arg4 ;
53967 lldb::LanguageType arg5 ;
53968 lldb::SBFileSpecList *arg6 = 0 ;
53969 lldb::SBFileSpecList *arg7 = 0 ;
53970 void *argp1 = 0 ;
53971 int res1 = 0 ;
53972 unsigned int val4 ;
53973 int ecode4 = 0 ;
53974 int val5 ;
53975 int ecode5 = 0 ;
53976 void *argp6 = 0 ;
53977 int res6 = 0 ;
53978 void *argp7 = 0 ;
53979 int res7 = 0 ;
53980 PyObject * obj0 = 0 ;
53981 PyObject * obj1 = 0 ;
53982 PyObject * obj2 = 0 ;
53983 PyObject * obj3 = 0 ;
53984 PyObject * obj4 = 0 ;
53985 PyObject * obj5 = 0 ;
53986 lldb::SBBreakpoint result;
53987
53988 if (!PyArg_ParseTuple(args,(char *)"OOOOOO:SBTarget_BreakpointCreateByNames",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) SWIG_failgoto fail;
53989 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
53990 if (!SWIG_IsOK(res1)(res1 >= 0)) {
53991 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
53992 }
53993 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
53994 {
53995 using namespace lldb_private;
53996 /* Check if is a list */
53997 if (PythonList::Check(obj1)) {
53998 PythonList list(PyRefType::Borrowed, obj1);
53999 arg3 = list.GetSize();
54000 int i = 0;
54001 arg2 = (char**)malloc((arg3+1)*sizeof(char*));
54002 for (i = 0; i < arg3; i++) {
54003 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
54004 if (!py_str.IsAllocated()) {
54005 PyErr_SetString(PyExc_TypeError,"list must contain strings and blubby");
54006 free(arg2);
54007 return nullptr;
54008 }
54009
54010 arg2[i] = const_cast<char*>(py_str.GetString().data());
54011 }
54012 arg2[i] = 0;
54013 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
54014 arg2 = NULL__null;
54015 } else {
54016 PyErr_SetString(PyExc_TypeError,"not a list");
54017 return NULL__null;
54018 }
54019 }
54020 ecode4 = SWIG_AsVal_unsigned_SS_int(obj2, &val4);
54021 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
54022 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "4"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "4"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
54023 }
54024 arg4 = static_cast< uint32_t >(val4);
54025 ecode5 = SWIG_AsVal_int(obj3, &val5);
54026 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
54027 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "5"" of type '" "lldb::LanguageType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "5"" of type '" "lldb::LanguageType""'"); goto
fail; } while(0)
;
54028 }
54029 arg5 = static_cast< lldb::LanguageType >(val5);
54030 res6 = SWIG_ConvertPtr(obj4, &argp6, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj4, &argp6, swig_types[30]
, 0 | 0, 0)
;
54031 if (!SWIG_IsOK(res6)(res6 >= 0)) {
54032 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "6"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res6 != (
-1)) ? res6 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "6"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
54033 }
54034 if (!argp6) {
54035 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "6"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByNames" "', argument "
"6"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
54036 }
54037 arg6 = reinterpret_cast< lldb::SBFileSpecList * >(argp6);
54038 res7 = SWIG_ConvertPtr(obj5, &argp7, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj5, &argp7, swig_types[30]
, 0 | 0, 0)
;
54039 if (!SWIG_IsOK(res7)(res7 >= 0)) {
54040 SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "7"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res7 != (
-1)) ? res7 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "7"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
54041 }
54042 if (!argp7) {
54043 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "7"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByNames" "', argument "
"7"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
54044 }
54045 arg7 = reinterpret_cast< lldb::SBFileSpecList * >(argp7);
54046 {
54047 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
54048 result = (arg1)->BreakpointCreateByNames((char const **)arg2,arg3,arg4,arg5,(lldb::SBFileSpecList const &)*arg6,(lldb::SBFileSpecList const &)*arg7);
54049 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
54050 }
54051 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
54052 return resultobj;
54053fail:
54054 return NULL__null;
54055}
54056
54057
54058SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByNames__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
54059 PyObject *resultobj = 0;
54060 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
54061 char **arg2 = (char **) 0 ;
54062 uint32_t arg3 ;
54063 uint32_t arg4 ;
54064 lldb::LanguageType arg5 ;
54065 lldb::addr_t arg6 ;
54066 lldb::SBFileSpecList *arg7 = 0 ;
54067 lldb::SBFileSpecList *arg8 = 0 ;
54068 void *argp1 = 0 ;
54069 int res1 = 0 ;
54070 unsigned int val4 ;
54071 int ecode4 = 0 ;
54072 int val5 ;
54073 int ecode5 = 0 ;
54074 unsigned long long val6 ;
54075 int ecode6 = 0 ;
54076 void *argp7 = 0 ;
54077 int res7 = 0 ;
54078 void *argp8 = 0 ;
54079 int res8 = 0 ;
54080 PyObject * obj0 = 0 ;
54081 PyObject * obj1 = 0 ;
54082 PyObject * obj2 = 0 ;
54083 PyObject * obj3 = 0 ;
54084 PyObject * obj4 = 0 ;
54085 PyObject * obj5 = 0 ;
54086 PyObject * obj6 = 0 ;
54087 lldb::SBBreakpoint result;
54088
54089 if (!PyArg_ParseTuple(args,(char *)"OOOOOOO:SBTarget_BreakpointCreateByNames",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_failgoto fail;
54090 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
54091 if (!SWIG_IsOK(res1)(res1 >= 0)) {
54092 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
54093 }
54094 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
54095 {
54096 using namespace lldb_private;
54097 /* Check if is a list */
54098 if (PythonList::Check(obj1)) {
54099 PythonList list(PyRefType::Borrowed, obj1);
54100 arg3 = list.GetSize();
54101 int i = 0;
54102 arg2 = (char**)malloc((arg3+1)*sizeof(char*));
54103 for (i = 0; i < arg3; i++) {
54104 PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
54105 if (!py_str.IsAllocated()) {
54106 PyErr_SetString(PyExc_TypeError,"list must contain strings and blubby");
54107 free(arg2);
54108 return nullptr;
54109 }
54110
54111 arg2[i] = const_cast<char*>(py_str.GetString().data());
54112 }
54113 arg2[i] = 0;
54114 } else if (obj1 == Py_None(&_Py_NoneStruct)) {
54115 arg2 = NULL__null;
54116 } else {
54117 PyErr_SetString(PyExc_TypeError,"not a list");
54118 return NULL__null;
54119 }
54120 }
54121 ecode4 = SWIG_AsVal_unsigned_SS_int(obj2, &val4);
54122 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
54123 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "4"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "4"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
54124 }
54125 arg4 = static_cast< uint32_t >(val4);
54126 ecode5 = SWIG_AsVal_int(obj3, &val5);
54127 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
54128 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "5"" of type '" "lldb::LanguageType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "5"" of type '" "lldb::LanguageType""'"); goto
fail; } while(0)
;
54129 }
54130 arg5 = static_cast< lldb::LanguageType >(val5);
54131 ecode6 = SWIG_AsVal_unsigned_SS_long_SS_long(obj4, &val6);
54132 if (!SWIG_IsOK(ecode6)(ecode6 >= 0)) {
54133 SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "6"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode6 !=
(-1)) ? ecode6 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "6"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
54134 }
54135 arg6 = static_cast< lldb::addr_t >(val6);
54136 res7 = SWIG_ConvertPtr(obj5, &argp7, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj5, &argp7, swig_types[30]
, 0 | 0, 0)
;
54137 if (!SWIG_IsOK(res7)(res7 >= 0)) {
54138 SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "7"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res7 != (
-1)) ? res7 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "7"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
54139 }
54140 if (!argp7) {
54141 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "7"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByNames" "', argument "
"7"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
54142 }
54143 arg7 = reinterpret_cast< lldb::SBFileSpecList * >(argp7);
54144 res8 = SWIG_ConvertPtr(obj6, &argp8, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj6, &argp8, swig_types[30]
, 0 | 0, 0)
;
54145 if (!SWIG_IsOK(res8)(res8 >= 0)) {
54146 SWIG_exception_fail(SWIG_ArgError(res8), "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "8"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res8 != (
-1)) ? res8 : -5)), "in method '" "SBTarget_BreakpointCreateByNames"
"', argument " "8"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
54147 }
54148 if (!argp8) {
54149 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByNames" "', argument " "8"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByNames" "', argument "
"8"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
54150 }
54151 arg8 = reinterpret_cast< lldb::SBFileSpecList * >(argp8);
54152 {
54153 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
54154 result = (arg1)->BreakpointCreateByNames((char const **)arg2,arg3,arg4,arg5,arg6,(lldb::SBFileSpecList const &)*arg7,(lldb::SBFileSpecList const &)*arg8);
54155 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
54156 }
54157 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
54158 return resultobj;
54159fail:
54160 return NULL__null;
54161}
54162
54163
54164SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByNames(PyObject *self, PyObject *args) {
54165 Py_ssize_t argc;
54166 PyObject *argv[8] = {
54167 0
54168 };
54169 Py_ssize_t ii;
54170
54171 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
54172 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
54173 for (ii = 0; (ii < 7) && (ii < argc); ii++) {
54174 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
54175 }
54176 if (argc == 5) {
54177 int _v;
54178 void *vptr = 0;
54179 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
54180 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54181 if (_v) {
54182 {
54183 /* Check if is a list */
54184 _v = 1;
54185 using namespace lldb_private;
54186 if (PythonList::Check(argv[1])) {
54187 PythonList list(PyRefType::Borrowed, argv[1]);
54188 int size = list.GetSize();
54189 int i = 0;
54190 for (i = 0; i < size; i++) {
54191 PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
54192 if (!s.IsAllocated()) {
54193 _v = 0;
54194 }
54195 }
54196 }
54197 else
54198 {
54199 _v = ( (argv[1] == Py_None(&_Py_NoneStruct)) ? 1 : 0);
54200 }
54201 }
54202 if (_v) {
54203 {
54204 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
54205 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54206 }
54207 if (_v) {
54208 int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], 0, swig_types[30], 0, 0
)
;
54209 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54210 if (_v) {
54211 int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[4], 0, swig_types[30], 0, 0
)
;
54212 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54213 if (_v) {
54214 return _wrap_SBTarget_BreakpointCreateByNames__SWIG_0(self, args);
54215 }
54216 }
54217 }
54218 }
54219 }
54220 }
54221 if (argc == 6) {
54222 int _v;
54223 void *vptr = 0;
54224 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
54225 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54226 if (_v) {
54227 {
54228 /* Check if is a list */
54229 _v = 1;
54230 using namespace lldb_private;
54231 if (PythonList::Check(argv[1])) {
54232 PythonList list(PyRefType::Borrowed, argv[1]);
54233 int size = list.GetSize();
54234 int i = 0;
54235 for (i = 0; i < size; i++) {
54236 PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
54237 if (!s.IsAllocated()) {
54238 _v = 0;
54239 }
54240 }
54241 }
54242 else
54243 {
54244 _v = ( (argv[1] == Py_None(&_Py_NoneStruct)) ? 1 : 0);
54245 }
54246 }
54247 if (_v) {
54248 {
54249 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
54250 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54251 }
54252 if (_v) {
54253 {
54254 int res = SWIG_AsVal_int(argv[3], NULL__null);
54255 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54256 }
54257 if (_v) {
54258 int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[4], 0, swig_types[30], 0, 0
)
;
54259 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54260 if (_v) {
54261 int res = SWIG_ConvertPtr(argv[5], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[5], 0, swig_types[30], 0, 0
)
;
54262 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54263 if (_v) {
54264 return _wrap_SBTarget_BreakpointCreateByNames__SWIG_1(self, args);
54265 }
54266 }
54267 }
54268 }
54269 }
54270 }
54271 }
54272 if (argc == 7) {
54273 int _v;
54274 void *vptr = 0;
54275 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
54276 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54277 if (_v) {
54278 {
54279 /* Check if is a list */
54280 _v = 1;
54281 using namespace lldb_private;
54282 if (PythonList::Check(argv[1])) {
54283 PythonList list(PyRefType::Borrowed, argv[1]);
54284 int size = list.GetSize();
54285 int i = 0;
54286 for (i = 0; i < size; i++) {
54287 PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
54288 if (!s.IsAllocated()) {
54289 _v = 0;
54290 }
54291 }
54292 }
54293 else
54294 {
54295 _v = ( (argv[1] == Py_None(&_Py_NoneStruct)) ? 1 : 0);
54296 }
54297 }
54298 if (_v) {
54299 {
54300 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
54301 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54302 }
54303 if (_v) {
54304 {
54305 int res = SWIG_AsVal_int(argv[3], NULL__null);
54306 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54307 }
54308 if (_v) {
54309 {
54310 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[4], NULL__null);
54311 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54312 }
54313 if (_v) {
54314 int res = SWIG_ConvertPtr(argv[5], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[5], 0, swig_types[30], 0, 0
)
;
54315 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54316 if (_v) {
54317 int res = SWIG_ConvertPtr(argv[6], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[6], 0, swig_types[30], 0, 0
)
;
54318 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54319 if (_v) {
54320 return _wrap_SBTarget_BreakpointCreateByNames__SWIG_2(self, args);
54321 }
54322 }
54323 }
54324 }
54325 }
54326 }
54327 }
54328 }
54329
54330fail:
54331 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_BreakpointCreateByNames'.\n"
54332 " Possible C/C++ prototypes are:\n"
54333 " lldb::SBTarget::BreakpointCreateByNames(char const **,uint32_t,uint32_t,lldb::SBFileSpecList const &,lldb::SBFileSpecList const &)\n"
54334 " lldb::SBTarget::BreakpointCreateByNames(char const **,uint32_t,uint32_t,lldb::LanguageType,lldb::SBFileSpecList const &,lldb::SBFileSpecList const &)\n"
54335 " lldb::SBTarget::BreakpointCreateByNames(char const **,uint32_t,uint32_t,lldb::LanguageType,lldb::addr_t,lldb::SBFileSpecList const &,lldb::SBFileSpecList const &)\n");
54336 return 0;
54337}
54338
54339
54340SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByRegex__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
54341 PyObject *resultobj = 0;
54342 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
54343 char *arg2 = (char *) 0 ;
54344 char *arg3 = (char *) 0 ;
54345 void *argp1 = 0 ;
54346 int res1 = 0 ;
54347 int res2 ;
54348 char *buf2 = 0 ;
54349 int alloc2 = 0 ;
54350 int res3 ;
54351 char *buf3 = 0 ;
54352 int alloc3 = 0 ;
54353 PyObject * obj0 = 0 ;
54354 PyObject * obj1 = 0 ;
54355 PyObject * obj2 = 0 ;
54356 lldb::SBBreakpoint result;
54357
54358 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_BreakpointCreateByRegex",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
54359 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
54360 if (!SWIG_IsOK(res1)(res1 >= 0)) {
54361 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByRegex" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByRegex"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
54362 }
54363 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
54364 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
54365 if (!SWIG_IsOK(res2)(res2 >= 0)) {
54366 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateByRegex" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateByRegex"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
54367 }
54368 arg2 = reinterpret_cast< char * >(buf2);
54369 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
54370 if (!SWIG_IsOK(res3)(res3 >= 0)) {
54371 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_BreakpointCreateByRegex" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_BreakpointCreateByRegex"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
54372 }
54373 arg3 = reinterpret_cast< char * >(buf3);
54374 {
54375 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
54376 result = (arg1)->BreakpointCreateByRegex((char const *)arg2,(char const *)arg3);
54377 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
54378 }
54379 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
54380 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54381 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
54382 return resultobj;
54383fail:
54384 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54385 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
54386 return NULL__null;
54387}
54388
54389
54390SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByRegex__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
54391 PyObject *resultobj = 0;
54392 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
54393 char *arg2 = (char *) 0 ;
54394 void *argp1 = 0 ;
54395 int res1 = 0 ;
54396 int res2 ;
54397 char *buf2 = 0 ;
54398 int alloc2 = 0 ;
54399 PyObject * obj0 = 0 ;
54400 PyObject * obj1 = 0 ;
54401 lldb::SBBreakpoint result;
54402
54403 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_BreakpointCreateByRegex",&obj0,&obj1)) SWIG_failgoto fail;
54404 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
54405 if (!SWIG_IsOK(res1)(res1 >= 0)) {
54406 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByRegex" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByRegex"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
54407 }
54408 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
54409 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
54410 if (!SWIG_IsOK(res2)(res2 >= 0)) {
54411 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateByRegex" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateByRegex"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
54412 }
54413 arg2 = reinterpret_cast< char * >(buf2);
54414 {
54415 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
54416 result = (arg1)->BreakpointCreateByRegex((char const *)arg2);
54417 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
54418 }
54419 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
54420 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54421 return resultobj;
54422fail:
54423 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54424 return NULL__null;
54425}
54426
54427
54428SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByRegex__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
54429 PyObject *resultobj = 0;
54430 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
54431 char *arg2 = (char *) 0 ;
54432 lldb::LanguageType arg3 ;
54433 lldb::SBFileSpecList *arg4 = 0 ;
54434 lldb::SBFileSpecList *arg5 = 0 ;
54435 void *argp1 = 0 ;
54436 int res1 = 0 ;
54437 int res2 ;
54438 char *buf2 = 0 ;
54439 int alloc2 = 0 ;
54440 int val3 ;
54441 int ecode3 = 0 ;
54442 void *argp4 = 0 ;
54443 int res4 = 0 ;
54444 void *argp5 = 0 ;
54445 int res5 = 0 ;
54446 PyObject * obj0 = 0 ;
54447 PyObject * obj1 = 0 ;
54448 PyObject * obj2 = 0 ;
54449 PyObject * obj3 = 0 ;
54450 PyObject * obj4 = 0 ;
54451 lldb::SBBreakpoint result;
54452
54453 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBTarget_BreakpointCreateByRegex",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
54454 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
54455 if (!SWIG_IsOK(res1)(res1 >= 0)) {
54456 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByRegex" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByRegex"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
54457 }
54458 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
54459 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
54460 if (!SWIG_IsOK(res2)(res2 >= 0)) {
54461 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateByRegex" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateByRegex"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
54462 }
54463 arg2 = reinterpret_cast< char * >(buf2);
54464 ecode3 = SWIG_AsVal_int(obj2, &val3);
54465 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
54466 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_BreakpointCreateByRegex" "', argument " "3"" of type '" "lldb::LanguageType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_BreakpointCreateByRegex"
"', argument " "3"" of type '" "lldb::LanguageType""'"); goto
fail; } while(0)
;
54467 }
54468 arg3 = static_cast< lldb::LanguageType >(val3);
54469 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[30]
, 0 | 0, 0)
;
54470 if (!SWIG_IsOK(res4)(res4 >= 0)) {
54471 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_BreakpointCreateByRegex" "', argument " "4"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_BreakpointCreateByRegex"
"', argument " "4"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
54472 }
54473 if (!argp4) {
54474 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByRegex" "', argument " "4"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByRegex" "', argument "
"4"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
54475 }
54476 arg4 = reinterpret_cast< lldb::SBFileSpecList * >(argp4);
54477 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[30]
, 0 | 0, 0)
;
54478 if (!SWIG_IsOK(res5)(res5 >= 0)) {
54479 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_BreakpointCreateByRegex" "', argument " "5"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_BreakpointCreateByRegex"
"', argument " "5"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
54480 }
54481 if (!argp5) {
54482 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateByRegex" "', argument " "5"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateByRegex" "', argument "
"5"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
54483 }
54484 arg5 = reinterpret_cast< lldb::SBFileSpecList * >(argp5);
54485 {
54486 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
54487 result = (arg1)->BreakpointCreateByRegex((char const *)arg2,arg3,(lldb::SBFileSpecList const &)*arg4,(lldb::SBFileSpecList const &)*arg5);
54488 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
54489 }
54490 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
54491 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54492 return resultobj;
54493fail:
54494 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54495 return NULL__null;
54496}
54497
54498
54499SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByRegex(PyObject *self, PyObject *args) {
54500 Py_ssize_t argc;
54501 PyObject *argv[6] = {
54502 0
54503 };
54504 Py_ssize_t ii;
54505
54506 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
54507 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
54508 for (ii = 0; (ii < 5) && (ii < argc); ii++) {
54509 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
54510 }
54511 if (argc == 2) {
54512 int _v;
54513 void *vptr = 0;
54514 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
54515 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54516 if (_v) {
54517 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
54518 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54519 if (_v) {
54520 return _wrap_SBTarget_BreakpointCreateByRegex__SWIG_1(self, args);
54521 }
54522 }
54523 }
54524 if (argc == 3) {
54525 int _v;
54526 void *vptr = 0;
54527 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
54528 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54529 if (_v) {
54530 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
54531 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54532 if (_v) {
54533 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
54534 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54535 if (_v) {
54536 return _wrap_SBTarget_BreakpointCreateByRegex__SWIG_0(self, args);
54537 }
54538 }
54539 }
54540 }
54541 if (argc == 5) {
54542 int _v;
54543 void *vptr = 0;
54544 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
54545 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54546 if (_v) {
54547 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
54548 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54549 if (_v) {
54550 {
54551 int res = SWIG_AsVal_int(argv[2], NULL__null);
54552 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54553 }
54554 if (_v) {
54555 int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], 0, swig_types[30], 0, 0
)
;
54556 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54557 if (_v) {
54558 int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[4], 0, swig_types[30], 0, 0
)
;
54559 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54560 if (_v) {
54561 return _wrap_SBTarget_BreakpointCreateByRegex__SWIG_2(self, args);
54562 }
54563 }
54564 }
54565 }
54566 }
54567 }
54568
54569fail:
54570 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_BreakpointCreateByRegex'.\n"
54571 " Possible C/C++ prototypes are:\n"
54572 " lldb::SBTarget::BreakpointCreateByRegex(char const *,char const *)\n"
54573 " lldb::SBTarget::BreakpointCreateByRegex(char const *)\n"
54574 " lldb::SBTarget::BreakpointCreateByRegex(char const *,lldb::LanguageType,lldb::SBFileSpecList const &,lldb::SBFileSpecList const &)\n");
54575 return 0;
54576}
54577
54578
54579SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateBySourceRegex__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
54580 PyObject *resultobj = 0;
54581 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
54582 char *arg2 = (char *) 0 ;
54583 lldb::SBFileSpec *arg3 = 0 ;
54584 char *arg4 = (char *) 0 ;
54585 void *argp1 = 0 ;
54586 int res1 = 0 ;
54587 int res2 ;
54588 char *buf2 = 0 ;
54589 int alloc2 = 0 ;
54590 void *argp3 = 0 ;
54591 int res3 = 0 ;
54592 int res4 ;
54593 char *buf4 = 0 ;
54594 int alloc4 = 0 ;
54595 PyObject * obj0 = 0 ;
54596 PyObject * obj1 = 0 ;
54597 PyObject * obj2 = 0 ;
54598 PyObject * obj3 = 0 ;
54599 lldb::SBBreakpoint result;
54600
54601 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_BreakpointCreateBySourceRegex",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
54602 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
54603 if (!SWIG_IsOK(res1)(res1 >= 0)) {
54604 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
54605 }
54606 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
54607 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
54608 if (!SWIG_IsOK(res2)(res2 >= 0)) {
54609 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
54610 }
54611 arg2 = reinterpret_cast< char * >(buf2);
54612 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[29]
, 0 | 0, 0)
;
54613 if (!SWIG_IsOK(res3)(res3 >= 0)) {
54614 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "3"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "3"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
54615 }
54616 if (!argp3) {
54617 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "3"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument "
"3"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
54618 }
54619 arg3 = reinterpret_cast< lldb::SBFileSpec * >(argp3);
54620 res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL__null, &alloc4);
54621 if (!SWIG_IsOK(res4)(res4 >= 0)) {
54622 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "4"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "4"" of type '" "char const *""'"); goto fail
; } while(0)
;
54623 }
54624 arg4 = reinterpret_cast< char * >(buf4);
54625 {
54626 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
54627 result = (arg1)->BreakpointCreateBySourceRegex((char const *)arg2,(lldb::SBFileSpec const &)*arg3,(char const *)arg4);
54628 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
54629 }
54630 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
54631 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54632 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
54633 return resultobj;
54634fail:
54635 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54636 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
54637 return NULL__null;
54638}
54639
54640
54641SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateBySourceRegex__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
54642 PyObject *resultobj = 0;
54643 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
54644 char *arg2 = (char *) 0 ;
54645 lldb::SBFileSpec *arg3 = 0 ;
54646 void *argp1 = 0 ;
54647 int res1 = 0 ;
54648 int res2 ;
54649 char *buf2 = 0 ;
54650 int alloc2 = 0 ;
54651 void *argp3 = 0 ;
54652 int res3 = 0 ;
54653 PyObject * obj0 = 0 ;
54654 PyObject * obj1 = 0 ;
54655 PyObject * obj2 = 0 ;
54656 lldb::SBBreakpoint result;
54657
54658 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_BreakpointCreateBySourceRegex",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
54659 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
54660 if (!SWIG_IsOK(res1)(res1 >= 0)) {
54661 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
54662 }
54663 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
54664 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
54665 if (!SWIG_IsOK(res2)(res2 >= 0)) {
54666 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
54667 }
54668 arg2 = reinterpret_cast< char * >(buf2);
54669 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBFileSpec, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[29]
, 0 | 0, 0)
;
54670 if (!SWIG_IsOK(res3)(res3 >= 0)) {
54671 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "3"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "3"" of type '" "lldb::SBFileSpec const &"
"'"); goto fail; } while(0)
;
54672 }
54673 if (!argp3) {
54674 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "3"" of type '" "lldb::SBFileSpec const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument "
"3"" of type '" "lldb::SBFileSpec const &""'"); goto fail
; } while(0)
;
54675 }
54676 arg3 = reinterpret_cast< lldb::SBFileSpec * >(argp3);
54677 {
54678 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
54679 result = (arg1)->BreakpointCreateBySourceRegex((char const *)arg2,(lldb::SBFileSpec const &)*arg3);
54680 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
54681 }
54682 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
54683 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54684 return resultobj;
54685fail:
54686 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54687 return NULL__null;
54688}
54689
54690
54691SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateBySourceRegex__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
54692 PyObject *resultobj = 0;
54693 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
54694 char *arg2 = (char *) 0 ;
54695 lldb::SBFileSpecList *arg3 = 0 ;
54696 lldb::SBFileSpecList *arg4 = 0 ;
54697 void *argp1 = 0 ;
54698 int res1 = 0 ;
54699 int res2 ;
54700 char *buf2 = 0 ;
54701 int alloc2 = 0 ;
54702 void *argp3 = 0 ;
54703 int res3 = 0 ;
54704 void *argp4 = 0 ;
54705 int res4 = 0 ;
54706 PyObject * obj0 = 0 ;
54707 PyObject * obj1 = 0 ;
54708 PyObject * obj2 = 0 ;
54709 PyObject * obj3 = 0 ;
54710 lldb::SBBreakpoint result;
54711
54712 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_BreakpointCreateBySourceRegex",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
54713 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
54714 if (!SWIG_IsOK(res1)(res1 >= 0)) {
54715 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
54716 }
54717 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
54718 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
54719 if (!SWIG_IsOK(res2)(res2 >= 0)) {
54720 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
54721 }
54722 arg2 = reinterpret_cast< char * >(buf2);
54723 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[30]
, 0 | 0, 0)
;
54724 if (!SWIG_IsOK(res3)(res3 >= 0)) {
54725 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "3"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "3"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
54726 }
54727 if (!argp3) {
54728 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "3"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument "
"3"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
54729 }
54730 arg3 = reinterpret_cast< lldb::SBFileSpecList * >(argp3);
54731 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[30]
, 0 | 0, 0)
;
54732 if (!SWIG_IsOK(res4)(res4 >= 0)) {
54733 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "4"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "4"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
54734 }
54735 if (!argp4) {
54736 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "4"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument "
"4"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
54737 }
54738 arg4 = reinterpret_cast< lldb::SBFileSpecList * >(argp4);
54739 {
54740 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
54741 result = (arg1)->BreakpointCreateBySourceRegex((char const *)arg2,(lldb::SBFileSpecList const &)*arg3,(lldb::SBFileSpecList const &)*arg4);
54742 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
54743 }
54744 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
54745 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54746 return resultobj;
54747fail:
54748 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54749 return NULL__null;
54750}
54751
54752
54753SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateBySourceRegex__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
54754 PyObject *resultobj = 0;
54755 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
54756 char *arg2 = (char *) 0 ;
54757 lldb::SBFileSpecList *arg3 = 0 ;
54758 lldb::SBFileSpecList *arg4 = 0 ;
54759 lldb::SBStringList *arg5 = 0 ;
54760 void *argp1 = 0 ;
54761 int res1 = 0 ;
54762 int res2 ;
54763 char *buf2 = 0 ;
54764 int alloc2 = 0 ;
54765 void *argp3 = 0 ;
54766 int res3 = 0 ;
54767 void *argp4 = 0 ;
54768 int res4 = 0 ;
54769 void *argp5 = 0 ;
54770 int res5 = 0 ;
54771 PyObject * obj0 = 0 ;
54772 PyObject * obj1 = 0 ;
54773 PyObject * obj2 = 0 ;
54774 PyObject * obj3 = 0 ;
54775 PyObject * obj4 = 0 ;
54776 lldb::SBBreakpoint result;
54777
54778 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBTarget_BreakpointCreateBySourceRegex",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
54779 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
54780 if (!SWIG_IsOK(res1)(res1 >= 0)) {
54781 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
54782 }
54783 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
54784 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
54785 if (!SWIG_IsOK(res2)(res2 >= 0)) {
54786 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
54787 }
54788 arg2 = reinterpret_cast< char * >(buf2);
54789 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[30]
, 0 | 0, 0)
;
54790 if (!SWIG_IsOK(res3)(res3 >= 0)) {
54791 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "3"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "3"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
54792 }
54793 if (!argp3) {
54794 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "3"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument "
"3"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
54795 }
54796 arg3 = reinterpret_cast< lldb::SBFileSpecList * >(argp3);
54797 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[30]
, 0 | 0, 0)
;
54798 if (!SWIG_IsOK(res4)(res4 >= 0)) {
54799 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "4"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "4"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
54800 }
54801 if (!argp4) {
54802 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "4"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument "
"4"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
54803 }
54804 arg4 = reinterpret_cast< lldb::SBFileSpecList * >(argp4);
54805 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBStringList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[55]
, 0 | 0, 0)
;
54806 if (!SWIG_IsOK(res5)(res5 >= 0)) {
54807 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "5"" of type '" "lldb::SBStringList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_BreakpointCreateBySourceRegex"
"', argument " "5"" of type '" "lldb::SBStringList const &"
"'"); goto fail; } while(0)
;
54808 }
54809 if (!argp5) {
54810 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument " "5"" of type '" "lldb::SBStringList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateBySourceRegex" "', argument "
"5"" of type '" "lldb::SBStringList const &""'"); goto fail
; } while(0)
;
54811 }
54812 arg5 = reinterpret_cast< lldb::SBStringList * >(argp5);
54813 {
54814 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
54815 result = (arg1)->BreakpointCreateBySourceRegex((char const *)arg2,(lldb::SBFileSpecList const &)*arg3,(lldb::SBFileSpecList const &)*arg4,(lldb::SBStringList const &)*arg5);
54816 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
54817 }
54818 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
54819 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54820 return resultobj;
54821fail:
54822 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
54823 return NULL__null;
54824}
54825
54826
54827SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateBySourceRegex(PyObject *self, PyObject *args) {
54828 Py_ssize_t argc;
54829 PyObject *argv[6] = {
54830 0
54831 };
54832 Py_ssize_t ii;
54833
54834 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
54835 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
54836 for (ii = 0; (ii < 5) && (ii < argc); ii++) {
54837 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
54838 }
54839 if (argc == 3) {
54840 int _v;
54841 void *vptr = 0;
54842 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
54843 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54844 if (_v) {
54845 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
54846 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54847 if (_v) {
54848 int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], 0, swig_types[29], 0, 0
)
;
54849 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54850 if (_v) {
54851 return _wrap_SBTarget_BreakpointCreateBySourceRegex__SWIG_1(self, args);
54852 }
54853 }
54854 }
54855 }
54856 if (argc == 4) {
54857 int _v;
54858 void *vptr = 0;
54859 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
54860 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54861 if (_v) {
54862 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
54863 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54864 if (_v) {
54865 int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], 0, swig_types[29], 0, 0
)
;
54866 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54867 if (_v) {
54868 int res = SWIG_AsCharPtrAndSize(argv[3], 0, NULL__null, 0);
54869 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54870 if (_v) {
54871 return _wrap_SBTarget_BreakpointCreateBySourceRegex__SWIG_0(self, args);
54872 }
54873 }
54874 }
54875 }
54876 }
54877 if (argc == 4) {
54878 int _v;
54879 void *vptr = 0;
54880 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
54881 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54882 if (_v) {
54883 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
54884 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54885 if (_v) {
54886 int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], 0, swig_types[30], 0, 0
)
;
54887 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54888 if (_v) {
54889 int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], 0, swig_types[30], 0, 0
)
;
54890 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54891 if (_v) {
54892 return _wrap_SBTarget_BreakpointCreateBySourceRegex__SWIG_2(self, args);
54893 }
54894 }
54895 }
54896 }
54897 }
54898 if (argc == 5) {
54899 int _v;
54900 void *vptr = 0;
54901 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
54902 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54903 if (_v) {
54904 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
54905 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54906 if (_v) {
54907 int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], 0, swig_types[30], 0, 0
)
;
54908 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54909 if (_v) {
54910 int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], 0, swig_types[30], 0, 0
)
;
54911 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54912 if (_v) {
54913 int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_lldb__SBStringList, 0)SWIG_Python_ConvertPtrAndOwn(argv[4], 0, swig_types[55], 0, 0
)
;
54914 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
54915 if (_v) {
54916 return _wrap_SBTarget_BreakpointCreateBySourceRegex__SWIG_3(self, args);
54917 }
54918 }
54919 }
54920 }
54921 }
54922 }
54923
54924fail:
54925 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_BreakpointCreateBySourceRegex'.\n"
54926 " Possible C/C++ prototypes are:\n"
54927 " lldb::SBTarget::BreakpointCreateBySourceRegex(char const *,lldb::SBFileSpec const &,char const *)\n"
54928 " lldb::SBTarget::BreakpointCreateBySourceRegex(char const *,lldb::SBFileSpec const &)\n"
54929 " lldb::SBTarget::BreakpointCreateBySourceRegex(char const *,lldb::SBFileSpecList const &,lldb::SBFileSpecList const &)\n"
54930 " lldb::SBTarget::BreakpointCreateBySourceRegex(char const *,lldb::SBFileSpecList const &,lldb::SBFileSpecList const &,lldb::SBStringList const &)\n");
54931 return 0;
54932}
54933
54934
54935SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateForException(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
54936 PyObject *resultobj = 0;
54937 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
54938 lldb::LanguageType arg2 ;
54939 bool arg3 ;
54940 bool arg4 ;
54941 void *argp1 = 0 ;
54942 int res1 = 0 ;
54943 int val2 ;
54944 int ecode2 = 0 ;
54945 bool val3 ;
54946 int ecode3 = 0 ;
54947 bool val4 ;
54948 int ecode4 = 0 ;
54949 PyObject * obj0 = 0 ;
54950 PyObject * obj1 = 0 ;
54951 PyObject * obj2 = 0 ;
54952 PyObject * obj3 = 0 ;
54953 lldb::SBBreakpoint result;
54954
54955 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_BreakpointCreateForException",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
54956 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
54957 if (!SWIG_IsOK(res1)(res1 >= 0)) {
54958 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateForException" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateForException"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
54959 }
54960 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
54961 ecode2 = SWIG_AsVal_int(obj1, &val2);
54962 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
54963 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_BreakpointCreateForException" "', argument " "2"" of type '" "lldb::LanguageType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_BreakpointCreateForException"
"', argument " "2"" of type '" "lldb::LanguageType""'"); goto
fail; } while(0)
;
54964 }
54965 arg2 = static_cast< lldb::LanguageType >(val2);
54966 ecode3 = SWIG_AsVal_bool(obj2, &val3);
54967 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
54968 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_BreakpointCreateForException" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_BreakpointCreateForException"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
54969 }
54970 arg3 = static_cast< bool >(val3);
54971 ecode4 = SWIG_AsVal_bool(obj3, &val4);
54972 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
54973 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_BreakpointCreateForException" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_BreakpointCreateForException"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
54974 }
54975 arg4 = static_cast< bool >(val4);
54976 {
54977 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
54978 result = (arg1)->BreakpointCreateForException(arg2,arg3,arg4);
54979 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
54980 }
54981 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
54982 return resultobj;
54983fail:
54984 return NULL__null;
54985}
54986
54987
54988SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateByAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
54989 PyObject *resultobj = 0;
54990 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
54991 lldb::addr_t arg2 ;
54992 void *argp1 = 0 ;
54993 int res1 = 0 ;
54994 unsigned long long val2 ;
54995 int ecode2 = 0 ;
54996 PyObject * obj0 = 0 ;
54997 PyObject * obj1 = 0 ;
54998 lldb::SBBreakpoint result;
54999
55000 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_BreakpointCreateByAddress",&obj0,&obj1)) SWIG_failgoto fail;
55001 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55002 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55003 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateByAddress" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateByAddress"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55004 }
55005 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55006 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
55007 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
55008 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_BreakpointCreateByAddress" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_BreakpointCreateByAddress"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
55009 }
55010 arg2 = static_cast< lldb::addr_t >(val2);
55011 {
55012 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55013 result = (arg1)->BreakpointCreateByAddress(arg2);
55014 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55015 }
55016 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
55017 return resultobj;
55018fail:
55019 return NULL__null;
55020}
55021
55022
55023SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateBySBAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55024 PyObject *resultobj = 0;
55025 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55026 lldb::SBAddress *arg2 = 0 ;
55027 void *argp1 = 0 ;
55028 int res1 = 0 ;
55029 void *argp2 = 0 ;
55030 int res2 = 0 ;
55031 PyObject * obj0 = 0 ;
55032 PyObject * obj1 = 0 ;
55033 lldb::SBBreakpoint result;
55034
55035 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_BreakpointCreateBySBAddress",&obj0,&obj1)) SWIG_failgoto fail;
55036 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55037 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55038 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateBySBAddress" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateBySBAddress"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55039 }
55040 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55041 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0, 0)
;
55042 if (!SWIG_IsOK(res2)(res2 >= 0)) {
55043 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateBySBAddress" "', argument " "2"" of type '" "lldb::SBAddress &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateBySBAddress"
"', argument " "2"" of type '" "lldb::SBAddress &""'"); goto
fail; } while(0)
;
55044 }
55045 if (!argp2) {
55046 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateBySBAddress" "', argument " "2"" of type '" "lldb::SBAddress &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateBySBAddress" "', argument "
"2"" of type '" "lldb::SBAddress &""'"); goto fail; } while
(0)
;
55047 }
55048 arg2 = reinterpret_cast< lldb::SBAddress * >(argp2);
55049 {
55050 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55051 result = (arg1)->BreakpointCreateBySBAddress(*arg2);
55052 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55053 }
55054 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
55055 return resultobj;
55056fail:
55057 return NULL__null;
55058}
55059
55060
55061SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateFromScript__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55062 PyObject *resultobj = 0;
55063 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55064 char *arg2 = (char *) 0 ;
55065 lldb::SBStructuredData *arg3 = 0 ;
55066 lldb::SBFileSpecList *arg4 = 0 ;
55067 lldb::SBFileSpecList *arg5 = 0 ;
55068 bool arg6 ;
55069 void *argp1 = 0 ;
55070 int res1 = 0 ;
55071 int res2 ;
55072 char *buf2 = 0 ;
55073 int alloc2 = 0 ;
55074 void *argp3 = 0 ;
55075 int res3 = 0 ;
55076 void *argp4 = 0 ;
55077 int res4 = 0 ;
55078 void *argp5 = 0 ;
55079 int res5 = 0 ;
55080 bool val6 ;
55081 int ecode6 = 0 ;
55082 PyObject * obj0 = 0 ;
55083 PyObject * obj1 = 0 ;
55084 PyObject * obj2 = 0 ;
55085 PyObject * obj3 = 0 ;
55086 PyObject * obj4 = 0 ;
55087 PyObject * obj5 = 0 ;
55088 lldb::SBBreakpoint result;
55089
55090 if (!PyArg_ParseTuple(args,(char *)"OOOOOO:SBTarget_BreakpointCreateFromScript",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) SWIG_failgoto fail;
55091 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55092 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55093 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateFromScript"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55094 }
55095 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55096 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
55097 if (!SWIG_IsOK(res2)(res2 >= 0)) {
55098 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateFromScript"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
55099 }
55100 arg2 = reinterpret_cast< char * >(buf2);
55101 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBStructuredData, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[56]
, 0, 0)
;
55102 if (!SWIG_IsOK(res3)(res3 >= 0)) {
55103 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "3"" of type '" "lldb::SBStructuredData &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_BreakpointCreateFromScript"
"', argument " "3"" of type '" "lldb::SBStructuredData &"
"'"); goto fail; } while(0)
;
55104 }
55105 if (!argp3) {
55106 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "3"" of type '" "lldb::SBStructuredData &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateFromScript" "', argument "
"3"" of type '" "lldb::SBStructuredData &""'"); goto fail
; } while(0)
;
55107 }
55108 arg3 = reinterpret_cast< lldb::SBStructuredData * >(argp3);
55109 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[30]
, 0 | 0, 0)
;
55110 if (!SWIG_IsOK(res4)(res4 >= 0)) {
55111 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "4"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_BreakpointCreateFromScript"
"', argument " "4"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
55112 }
55113 if (!argp4) {
55114 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "4"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateFromScript" "', argument "
"4"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
55115 }
55116 arg4 = reinterpret_cast< lldb::SBFileSpecList * >(argp4);
55117 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[30]
, 0 | 0, 0)
;
55118 if (!SWIG_IsOK(res5)(res5 >= 0)) {
55119 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "5"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_BreakpointCreateFromScript"
"', argument " "5"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
55120 }
55121 if (!argp5) {
55122 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "5"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateFromScript" "', argument "
"5"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
55123 }
55124 arg5 = reinterpret_cast< lldb::SBFileSpecList * >(argp5);
55125 ecode6 = SWIG_AsVal_bool(obj5, &val6);
55126 if (!SWIG_IsOK(ecode6)(ecode6 >= 0)) {
55127 SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "6"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode6 !=
(-1)) ? ecode6 : -5)), "in method '" "SBTarget_BreakpointCreateFromScript"
"', argument " "6"" of type '" "bool""'"); goto fail; } while
(0)
;
55128 }
55129 arg6 = static_cast< bool >(val6);
55130 {
55131 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55132 result = (arg1)->BreakpointCreateFromScript((char const *)arg2,*arg3,(lldb::SBFileSpecList const &)*arg4,(lldb::SBFileSpecList const &)*arg5,arg6);
55133 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55134 }
55135 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
55136 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
55137 return resultobj;
55138fail:
55139 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
55140 return NULL__null;
55141}
55142
55143
55144SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateFromScript__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55145 PyObject *resultobj = 0;
55146 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55147 char *arg2 = (char *) 0 ;
55148 lldb::SBStructuredData *arg3 = 0 ;
55149 lldb::SBFileSpecList *arg4 = 0 ;
55150 lldb::SBFileSpecList *arg5 = 0 ;
55151 void *argp1 = 0 ;
55152 int res1 = 0 ;
55153 int res2 ;
55154 char *buf2 = 0 ;
55155 int alloc2 = 0 ;
55156 void *argp3 = 0 ;
55157 int res3 = 0 ;
55158 void *argp4 = 0 ;
55159 int res4 = 0 ;
55160 void *argp5 = 0 ;
55161 int res5 = 0 ;
55162 PyObject * obj0 = 0 ;
55163 PyObject * obj1 = 0 ;
55164 PyObject * obj2 = 0 ;
55165 PyObject * obj3 = 0 ;
55166 PyObject * obj4 = 0 ;
55167 lldb::SBBreakpoint result;
55168
55169 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBTarget_BreakpointCreateFromScript",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
55170 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55171 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55172 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointCreateFromScript"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55173 }
55174 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55175 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
55176 if (!SWIG_IsOK(res2)(res2 >= 0)) {
55177 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointCreateFromScript"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
55178 }
55179 arg2 = reinterpret_cast< char * >(buf2);
55180 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBStructuredData, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[56]
, 0, 0)
;
55181 if (!SWIG_IsOK(res3)(res3 >= 0)) {
55182 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "3"" of type '" "lldb::SBStructuredData &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_BreakpointCreateFromScript"
"', argument " "3"" of type '" "lldb::SBStructuredData &"
"'"); goto fail; } while(0)
;
55183 }
55184 if (!argp3) {
55185 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "3"" of type '" "lldb::SBStructuredData &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateFromScript" "', argument "
"3"" of type '" "lldb::SBStructuredData &""'"); goto fail
; } while(0)
;
55186 }
55187 arg3 = reinterpret_cast< lldb::SBStructuredData * >(argp3);
55188 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[30]
, 0 | 0, 0)
;
55189 if (!SWIG_IsOK(res4)(res4 >= 0)) {
55190 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "4"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_BreakpointCreateFromScript"
"', argument " "4"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
55191 }
55192 if (!argp4) {
55193 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "4"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateFromScript" "', argument "
"4"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
55194 }
55195 arg4 = reinterpret_cast< lldb::SBFileSpecList * >(argp4);
55196 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBFileSpecList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[30]
, 0 | 0, 0)
;
55197 if (!SWIG_IsOK(res5)(res5 >= 0)) {
55198 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "5"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBTarget_BreakpointCreateFromScript"
"', argument " "5"" of type '" "lldb::SBFileSpecList const &"
"'"); goto fail; } while(0)
;
55199 }
55200 if (!argp5) {
55201 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointCreateFromScript" "', argument " "5"" of type '" "lldb::SBFileSpecList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointCreateFromScript" "', argument "
"5"" of type '" "lldb::SBFileSpecList const &""'"); goto
fail; } while(0)
;
55202 }
55203 arg5 = reinterpret_cast< lldb::SBFileSpecList * >(argp5);
55204 {
55205 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55206 result = (arg1)->BreakpointCreateFromScript((char const *)arg2,*arg3,(lldb::SBFileSpecList const &)*arg4,(lldb::SBFileSpecList const &)*arg5);
55207 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55208 }
55209 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
55210 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
55211 return resultobj;
55212fail:
55213 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
55214 return NULL__null;
55215}
55216
55217
55218SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointCreateFromScript(PyObject *self, PyObject *args) {
55219 Py_ssize_t argc;
55220 PyObject *argv[7] = {
55221 0
55222 };
55223 Py_ssize_t ii;
55224
55225 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
55226 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
55227 for (ii = 0; (ii < 6) && (ii < argc); ii++) {
55228 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
55229 }
55230 if (argc == 5) {
55231 int _v;
55232 void *vptr = 0;
55233 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
55234 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55235 if (_v) {
55236 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
55237 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55238 if (_v) {
55239 void *vptr = 0;
55240 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBStructuredData, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[56
], 0, 0)
;
55241 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55242 if (_v) {
55243 int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], 0, swig_types[30], 0, 0
)
;
55244 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55245 if (_v) {
55246 int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[4], 0, swig_types[30], 0, 0
)
;
55247 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55248 if (_v) {
55249 return _wrap_SBTarget_BreakpointCreateFromScript__SWIG_1(self, args);
55250 }
55251 }
55252 }
55253 }
55254 }
55255 }
55256 if (argc == 6) {
55257 int _v;
55258 void *vptr = 0;
55259 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
55260 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55261 if (_v) {
55262 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
55263 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55264 if (_v) {
55265 void *vptr = 0;
55266 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBStructuredData, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[56
], 0, 0)
;
55267 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55268 if (_v) {
55269 int res = SWIG_ConvertPtr(argv[3], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], 0, swig_types[30], 0, 0
)
;
55270 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55271 if (_v) {
55272 int res = SWIG_ConvertPtr(argv[4], 0, SWIGTYPE_p_lldb__SBFileSpecList, 0)SWIG_Python_ConvertPtrAndOwn(argv[4], 0, swig_types[30], 0, 0
)
;
55273 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55274 if (_v) {
55275 {
55276 int res = SWIG_AsVal_bool(argv[5], NULL__null);
55277 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55278 }
55279 if (_v) {
55280 return _wrap_SBTarget_BreakpointCreateFromScript__SWIG_0(self, args);
55281 }
55282 }
55283 }
55284 }
55285 }
55286 }
55287 }
55288
55289fail:
55290 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_BreakpointCreateFromScript'.\n"
55291 " Possible C/C++ prototypes are:\n"
55292 " lldb::SBTarget::BreakpointCreateFromScript(char const *,lldb::SBStructuredData &,lldb::SBFileSpecList const &,lldb::SBFileSpecList const &,bool)\n"
55293 " lldb::SBTarget::BreakpointCreateFromScript(char const *,lldb::SBStructuredData &,lldb::SBFileSpecList const &,lldb::SBFileSpecList const &)\n");
55294 return 0;
55295}
55296
55297
55298SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetNumBreakpoints(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55299 PyObject *resultobj = 0;
55300 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55301 void *argp1 = 0 ;
55302 int res1 = 0 ;
55303 PyObject * obj0 = 0 ;
55304 uint32_t result;
55305
55306 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetNumBreakpoints",&obj0)) SWIG_failgoto fail;
55307 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55308 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55309 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetNumBreakpoints" "', argument " "1"" of type '" "lldb::SBTarget const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetNumBreakpoints"
"', argument " "1"" of type '" "lldb::SBTarget const *""'");
goto fail; } while(0)
;
55310 }
55311 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55312 {
55313 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55314 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumBreakpoints();
55315 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55316 }
55317 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
55318 return resultobj;
55319fail:
55320 return NULL__null;
55321}
55322
55323
55324SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetBreakpointAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55325 PyObject *resultobj = 0;
55326 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55327 uint32_t arg2 ;
55328 void *argp1 = 0 ;
55329 int res1 = 0 ;
55330 unsigned int val2 ;
55331 int ecode2 = 0 ;
55332 PyObject * obj0 = 0 ;
55333 PyObject * obj1 = 0 ;
55334 lldb::SBBreakpoint result;
55335
55336 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_GetBreakpointAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
55337 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55338 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55339 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetBreakpointAtIndex" "', argument " "1"" of type '" "lldb::SBTarget const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetBreakpointAtIndex"
"', argument " "1"" of type '" "lldb::SBTarget const *""'");
goto fail; } while(0)
;
55340 }
55341 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55342 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
55343 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
55344 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_GetBreakpointAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_GetBreakpointAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
55345 }
55346 arg2 = static_cast< uint32_t >(val2);
55347 {
55348 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55349 result = ((lldb::SBTarget const *)arg1)->GetBreakpointAtIndex(arg2);
55350 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55351 }
55352 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
55353 return resultobj;
55354fail:
55355 return NULL__null;
55356}
55357
55358
55359SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointDelete(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55360 PyObject *resultobj = 0;
55361 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55362 lldb::break_id_t arg2 ;
55363 void *argp1 = 0 ;
55364 int res1 = 0 ;
55365 int val2 ;
55366 int ecode2 = 0 ;
55367 PyObject * obj0 = 0 ;
55368 PyObject * obj1 = 0 ;
55369 bool result;
55370
55371 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_BreakpointDelete",&obj0,&obj1)) SWIG_failgoto fail;
55372 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55373 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55374 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointDelete" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointDelete"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55375 }
55376 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55377 ecode2 = SWIG_AsVal_int(obj1, &val2);
55378 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
55379 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_BreakpointDelete" "', argument " "2"" of type '" "lldb::break_id_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_BreakpointDelete"
"', argument " "2"" of type '" "lldb::break_id_t""'"); goto fail
; } while(0)
;
55380 }
55381 arg2 = static_cast< lldb::break_id_t >(val2);
55382 {
55383 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55384 result = (bool)(arg1)->BreakpointDelete(arg2);
55385 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55386 }
55387 resultobj = SWIG_From_bool(static_cast< bool >(result));
55388 return resultobj;
55389fail:
55390 return NULL__null;
55391}
55392
55393
55394SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindBreakpointByID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55395 PyObject *resultobj = 0;
55396 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55397 lldb::break_id_t arg2 ;
55398 void *argp1 = 0 ;
55399 int res1 = 0 ;
55400 int val2 ;
55401 int ecode2 = 0 ;
55402 PyObject * obj0 = 0 ;
55403 PyObject * obj1 = 0 ;
55404 lldb::SBBreakpoint result;
55405
55406 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_FindBreakpointByID",&obj0,&obj1)) SWIG_failgoto fail;
55407 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55408 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55409 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindBreakpointByID" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindBreakpointByID"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55410 }
55411 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55412 ecode2 = SWIG_AsVal_int(obj1, &val2);
55413 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
55414 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_FindBreakpointByID" "', argument " "2"" of type '" "lldb::break_id_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_FindBreakpointByID"
"', argument " "2"" of type '" "lldb::break_id_t""'"); goto fail
; } while(0)
;
55415 }
55416 arg2 = static_cast< lldb::break_id_t >(val2);
55417 {
55418 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55419 result = (arg1)->FindBreakpointByID(arg2);
55420 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55421 }
55422 resultobj = SWIG_NewPointerObj((new lldb::SBBreakpoint(static_cast< const lldb::SBBreakpoint& >(result))), SWIGTYPE_p_lldb__SBBreakpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBreakpoint(static_cast
< const lldb::SBBreakpoint& >(result))), swig_types
[12], 0x1 | 0)
;
55423 return resultobj;
55424fail:
55425 return NULL__null;
55426}
55427
55428
55429SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindBreakpointsByName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55430 PyObject *resultobj = 0;
55431 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55432 char *arg2 = (char *) 0 ;
55433 lldb::SBBreakpointList *arg3 = 0 ;
55434 void *argp1 = 0 ;
55435 int res1 = 0 ;
55436 int res2 ;
55437 char *buf2 = 0 ;
55438 int alloc2 = 0 ;
55439 void *argp3 = 0 ;
55440 int res3 = 0 ;
55441 PyObject * obj0 = 0 ;
55442 PyObject * obj1 = 0 ;
55443 PyObject * obj2 = 0 ;
55444 bool result;
55445
55446 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_FindBreakpointsByName",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
55447 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55448 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55449 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindBreakpointsByName" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindBreakpointsByName"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55450 }
55451 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55452 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
55453 if (!SWIG_IsOK(res2)(res2 >= 0)) {
55454 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindBreakpointsByName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindBreakpointsByName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
55455 }
55456 arg2 = reinterpret_cast< char * >(buf2);
55457 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBBreakpointList, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[13]
, 0, 0)
;
55458 if (!SWIG_IsOK(res3)(res3 >= 0)) {
55459 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_FindBreakpointsByName" "', argument " "3"" of type '" "lldb::SBBreakpointList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_FindBreakpointsByName"
"', argument " "3"" of type '" "lldb::SBBreakpointList &"
"'"); goto fail; } while(0)
;
55460 }
55461 if (!argp3) {
55462 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_FindBreakpointsByName" "', argument " "3"" of type '" "lldb::SBBreakpointList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_FindBreakpointsByName" "', argument "
"3"" of type '" "lldb::SBBreakpointList &""'"); goto fail
; } while(0)
;
55463 }
55464 arg3 = reinterpret_cast< lldb::SBBreakpointList * >(argp3);
55465 {
55466 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55467 result = (bool)(arg1)->FindBreakpointsByName((char const *)arg2,*arg3);
55468 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55469 }
55470 resultobj = SWIG_From_bool(static_cast< bool >(result));
55471 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
55472 return resultobj;
55473fail:
55474 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
55475 return NULL__null;
55476}
55477
55478
55479SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_DeleteBreakpointName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55480 PyObject *resultobj = 0;
55481 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55482 char *arg2 = (char *) 0 ;
55483 void *argp1 = 0 ;
55484 int res1 = 0 ;
55485 int res2 ;
55486 char *buf2 = 0 ;
55487 int alloc2 = 0 ;
55488 PyObject * obj0 = 0 ;
55489 PyObject * obj1 = 0 ;
55490
55491 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_DeleteBreakpointName",&obj0,&obj1)) SWIG_failgoto fail;
55492 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55493 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55494 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_DeleteBreakpointName" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_DeleteBreakpointName"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55495 }
55496 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55497 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
55498 if (!SWIG_IsOK(res2)(res2 >= 0)) {
55499 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_DeleteBreakpointName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_DeleteBreakpointName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
55500 }
55501 arg2 = reinterpret_cast< char * >(buf2);
55502 {
55503 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55504 (arg1)->DeleteBreakpointName((char const *)arg2);
55505 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55506 }
55507 resultobj = SWIG_Py_Void();
55508 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
55509 return resultobj;
55510fail:
55511 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
55512 return NULL__null;
55513}
55514
55515
55516SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetBreakpointNames(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55517 PyObject *resultobj = 0;
55518 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55519 lldb::SBStringList *arg2 = 0 ;
55520 void *argp1 = 0 ;
55521 int res1 = 0 ;
55522 void *argp2 = 0 ;
55523 int res2 = 0 ;
55524 PyObject * obj0 = 0 ;
55525 PyObject * obj1 = 0 ;
55526
55527 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_GetBreakpointNames",&obj0,&obj1)) SWIG_failgoto fail;
55528 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55529 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55530 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetBreakpointNames" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetBreakpointNames"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55531 }
55532 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55533 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[55]
, 0, 0)
;
55534 if (!SWIG_IsOK(res2)(res2 >= 0)) {
55535 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_GetBreakpointNames" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_GetBreakpointNames"
"', argument " "2"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
55536 }
55537 if (!argp2) {
55538 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_GetBreakpointNames" "', argument " "2"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_GetBreakpointNames" "', argument " "2"
" of type '" "lldb::SBStringList &""'"); goto fail; } while
(0)
;
55539 }
55540 arg2 = reinterpret_cast< lldb::SBStringList * >(argp2);
55541 {
55542 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55543 (arg1)->GetBreakpointNames(*arg2);
55544 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55545 }
55546 resultobj = SWIG_Py_Void();
55547 return resultobj;
55548fail:
55549 return NULL__null;
55550}
55551
55552
55553SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_EnableAllBreakpoints(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55554 PyObject *resultobj = 0;
55555 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55556 void *argp1 = 0 ;
55557 int res1 = 0 ;
55558 PyObject * obj0 = 0 ;
55559 bool result;
55560
55561 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_EnableAllBreakpoints",&obj0)) SWIG_failgoto fail;
55562 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55563 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55564 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_EnableAllBreakpoints" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_EnableAllBreakpoints"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55565 }
55566 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55567 {
55568 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55569 result = (bool)(arg1)->EnableAllBreakpoints();
55570 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55571 }
55572 resultobj = SWIG_From_bool(static_cast< bool >(result));
55573 return resultobj;
55574fail:
55575 return NULL__null;
55576}
55577
55578
55579SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_DisableAllBreakpoints(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55580 PyObject *resultobj = 0;
55581 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55582 void *argp1 = 0 ;
55583 int res1 = 0 ;
55584 PyObject * obj0 = 0 ;
55585 bool result;
55586
55587 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_DisableAllBreakpoints",&obj0)) SWIG_failgoto fail;
55588 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55589 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55590 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_DisableAllBreakpoints" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_DisableAllBreakpoints"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55591 }
55592 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55593 {
55594 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55595 result = (bool)(arg1)->DisableAllBreakpoints();
55596 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55597 }
55598 resultobj = SWIG_From_bool(static_cast< bool >(result));
55599 return resultobj;
55600fail:
55601 return NULL__null;
55602}
55603
55604
55605SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_DeleteAllBreakpoints(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55606 PyObject *resultobj = 0;
55607 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55608 void *argp1 = 0 ;
55609 int res1 = 0 ;
55610 PyObject * obj0 = 0 ;
55611 bool result;
55612
55613 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_DeleteAllBreakpoints",&obj0)) SWIG_failgoto fail;
55614 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55615 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55616 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_DeleteAllBreakpoints" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_DeleteAllBreakpoints"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55617 }
55618 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55619 {
55620 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55621 result = (bool)(arg1)->DeleteAllBreakpoints();
55622 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55623 }
55624 resultobj = SWIG_From_bool(static_cast< bool >(result));
55625 return resultobj;
55626fail:
55627 return NULL__null;
55628}
55629
55630
55631SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointsCreateFromFile__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55632 PyObject *resultobj = 0;
55633 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55634 lldb::SBFileSpec *arg2 = 0 ;
55635 lldb::SBBreakpointList *arg3 = 0 ;
55636 void *argp1 = 0 ;
55637 int res1 = 0 ;
55638 void *argp2 = 0 ;
55639 int res2 = 0 ;
55640 void *argp3 = 0 ;
55641 int res3 = 0 ;
55642 PyObject * obj0 = 0 ;
55643 PyObject * obj1 = 0 ;
55644 PyObject * obj2 = 0 ;
55645 lldb::SBError result;
55646
55647 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_BreakpointsCreateFromFile",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
55648 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55649 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55650 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointsCreateFromFile" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointsCreateFromFile"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55651 }
55652 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55653 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0, 0)
;
55654 if (!SWIG_IsOK(res2)(res2 >= 0)) {
55655 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointsCreateFromFile" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointsCreateFromFile"
"', argument " "2"" of type '" "lldb::SBFileSpec &""'");
goto fail; } while(0)
;
55656 }
55657 if (!argp2) {
55658 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointsCreateFromFile" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointsCreateFromFile" "', argument "
"2"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
55659 }
55660 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
55661 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBBreakpointList, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[13]
, 0, 0)
;
55662 if (!SWIG_IsOK(res3)(res3 >= 0)) {
55663 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_BreakpointsCreateFromFile" "', argument " "3"" of type '" "lldb::SBBreakpointList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_BreakpointsCreateFromFile"
"', argument " "3"" of type '" "lldb::SBBreakpointList &"
"'"); goto fail; } while(0)
;
55664 }
55665 if (!argp3) {
55666 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointsCreateFromFile" "', argument " "3"" of type '" "lldb::SBBreakpointList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointsCreateFromFile" "', argument "
"3"" of type '" "lldb::SBBreakpointList &""'"); goto fail
; } while(0)
;
55667 }
55668 arg3 = reinterpret_cast< lldb::SBBreakpointList * >(argp3);
55669 {
55670 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55671 result = (arg1)->BreakpointsCreateFromFile(*arg2,*arg3);
55672 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55673 }
55674 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
55675 return resultobj;
55676fail:
55677 return NULL__null;
55678}
55679
55680
55681SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointsCreateFromFile__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55682 PyObject *resultobj = 0;
55683 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55684 lldb::SBFileSpec *arg2 = 0 ;
55685 lldb::SBStringList *arg3 = 0 ;
55686 lldb::SBBreakpointList *arg4 = 0 ;
55687 void *argp1 = 0 ;
55688 int res1 = 0 ;
55689 void *argp2 = 0 ;
55690 int res2 = 0 ;
55691 void *argp3 = 0 ;
55692 int res3 = 0 ;
55693 void *argp4 = 0 ;
55694 int res4 = 0 ;
55695 PyObject * obj0 = 0 ;
55696 PyObject * obj1 = 0 ;
55697 PyObject * obj2 = 0 ;
55698 PyObject * obj3 = 0 ;
55699 lldb::SBError result;
55700
55701 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_BreakpointsCreateFromFile",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
55702 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55703 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55704 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointsCreateFromFile" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointsCreateFromFile"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55705 }
55706 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55707 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0, 0)
;
55708 if (!SWIG_IsOK(res2)(res2 >= 0)) {
55709 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointsCreateFromFile" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointsCreateFromFile"
"', argument " "2"" of type '" "lldb::SBFileSpec &""'");
goto fail; } while(0)
;
55710 }
55711 if (!argp2) {
55712 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointsCreateFromFile" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointsCreateFromFile" "', argument "
"2"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
55713 }
55714 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
55715 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBStringList, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[55]
, 0, 0)
;
55716 if (!SWIG_IsOK(res3)(res3 >= 0)) {
55717 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_BreakpointsCreateFromFile" "', argument " "3"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_BreakpointsCreateFromFile"
"', argument " "3"" of type '" "lldb::SBStringList &""'"
); goto fail; } while(0)
;
55718 }
55719 if (!argp3) {
55720 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointsCreateFromFile" "', argument " "3"" of type '" "lldb::SBStringList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointsCreateFromFile" "', argument "
"3"" of type '" "lldb::SBStringList &""'"); goto fail; }
while(0)
;
55721 }
55722 arg3 = reinterpret_cast< lldb::SBStringList * >(argp3);
55723 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBBreakpointList, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[13]
, 0, 0)
;
55724 if (!SWIG_IsOK(res4)(res4 >= 0)) {
55725 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_BreakpointsCreateFromFile" "', argument " "4"" of type '" "lldb::SBBreakpointList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_BreakpointsCreateFromFile"
"', argument " "4"" of type '" "lldb::SBBreakpointList &"
"'"); goto fail; } while(0)
;
55726 }
55727 if (!argp4) {
55728 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointsCreateFromFile" "', argument " "4"" of type '" "lldb::SBBreakpointList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointsCreateFromFile" "', argument "
"4"" of type '" "lldb::SBBreakpointList &""'"); goto fail
; } while(0)
;
55729 }
55730 arg4 = reinterpret_cast< lldb::SBBreakpointList * >(argp4);
55731 {
55732 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55733 result = (arg1)->BreakpointsCreateFromFile(*arg2,*arg3,*arg4);
55734 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55735 }
55736 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
55737 return resultobj;
55738fail:
55739 return NULL__null;
55740}
55741
55742
55743SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointsCreateFromFile(PyObject *self, PyObject *args) {
55744 Py_ssize_t argc;
55745 PyObject *argv[5] = {
55746 0
55747 };
55748 Py_ssize_t ii;
55749
55750 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
55751 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
55752 for (ii = 0; (ii < 4) && (ii < argc); ii++) {
55753 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
55754 }
55755 if (argc == 3) {
55756 int _v;
55757 void *vptr = 0;
55758 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
55759 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55760 if (_v) {
55761 void *vptr = 0;
55762 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[29
], 0, 0)
;
55763 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55764 if (_v) {
55765 void *vptr = 0;
55766 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBBreakpointList, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[13
], 0, 0)
;
55767 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55768 if (_v) {
55769 return _wrap_SBTarget_BreakpointsCreateFromFile__SWIG_0(self, args);
55770 }
55771 }
55772 }
55773 }
55774 if (argc == 4) {
55775 int _v;
55776 void *vptr = 0;
55777 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
55778 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55779 if (_v) {
55780 void *vptr = 0;
55781 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[29
], 0, 0)
;
55782 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55783 if (_v) {
55784 void *vptr = 0;
55785 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBStringList, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[55
], 0, 0)
;
55786 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55787 if (_v) {
55788 void *vptr = 0;
55789 int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_lldb__SBBreakpointList, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], &vptr, swig_types[13
], 0, 0)
;
55790 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55791 if (_v) {
55792 return _wrap_SBTarget_BreakpointsCreateFromFile__SWIG_1(self, args);
55793 }
55794 }
55795 }
55796 }
55797 }
55798
55799fail:
55800 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_BreakpointsCreateFromFile'.\n"
55801 " Possible C/C++ prototypes are:\n"
55802 " lldb::SBTarget::BreakpointsCreateFromFile(lldb::SBFileSpec &,lldb::SBBreakpointList &)\n"
55803 " lldb::SBTarget::BreakpointsCreateFromFile(lldb::SBFileSpec &,lldb::SBStringList &,lldb::SBBreakpointList &)\n");
55804 return 0;
55805}
55806
55807
55808SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointsWriteToFile__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55809 PyObject *resultobj = 0;
55810 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55811 lldb::SBFileSpec *arg2 = 0 ;
55812 void *argp1 = 0 ;
55813 int res1 = 0 ;
55814 void *argp2 = 0 ;
55815 int res2 = 0 ;
55816 PyObject * obj0 = 0 ;
55817 PyObject * obj1 = 0 ;
55818 lldb::SBError result;
55819
55820 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_BreakpointsWriteToFile",&obj0,&obj1)) SWIG_failgoto fail;
55821 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55822 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55823 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointsWriteToFile"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55824 }
55825 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55826 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0, 0)
;
55827 if (!SWIG_IsOK(res2)(res2 >= 0)) {
55828 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointsWriteToFile"
"', argument " "2"" of type '" "lldb::SBFileSpec &""'");
goto fail; } while(0)
;
55829 }
55830 if (!argp2) {
55831 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointsWriteToFile" "', argument "
"2"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
55832 }
55833 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
55834 {
55835 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55836 result = (arg1)->BreakpointsWriteToFile(*arg2);
55837 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55838 }
55839 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
55840 return resultobj;
55841fail:
55842 return NULL__null;
55843}
55844
55845
55846SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointsWriteToFile__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55847 PyObject *resultobj = 0;
55848 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55849 lldb::SBFileSpec *arg2 = 0 ;
55850 lldb::SBBreakpointList *arg3 = 0 ;
55851 bool arg4 ;
55852 void *argp1 = 0 ;
55853 int res1 = 0 ;
55854 void *argp2 = 0 ;
55855 int res2 = 0 ;
55856 void *argp3 = 0 ;
55857 int res3 = 0 ;
55858 bool val4 ;
55859 int ecode4 = 0 ;
55860 PyObject * obj0 = 0 ;
55861 PyObject * obj1 = 0 ;
55862 PyObject * obj2 = 0 ;
55863 PyObject * obj3 = 0 ;
55864 lldb::SBError result;
55865
55866 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_BreakpointsWriteToFile",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
55867 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55868 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55869 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointsWriteToFile"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55870 }
55871 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55872 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0, 0)
;
55873 if (!SWIG_IsOK(res2)(res2 >= 0)) {
55874 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointsWriteToFile"
"', argument " "2"" of type '" "lldb::SBFileSpec &""'");
goto fail; } while(0)
;
55875 }
55876 if (!argp2) {
55877 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointsWriteToFile" "', argument "
"2"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
55878 }
55879 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
55880 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBBreakpointList, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[13]
, 0, 0)
;
55881 if (!SWIG_IsOK(res3)(res3 >= 0)) {
55882 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "3"" of type '" "lldb::SBBreakpointList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_BreakpointsWriteToFile"
"', argument " "3"" of type '" "lldb::SBBreakpointList &"
"'"); goto fail; } while(0)
;
55883 }
55884 if (!argp3) {
55885 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "3"" of type '" "lldb::SBBreakpointList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointsWriteToFile" "', argument "
"3"" of type '" "lldb::SBBreakpointList &""'"); goto fail
; } while(0)
;
55886 }
55887 arg3 = reinterpret_cast< lldb::SBBreakpointList * >(argp3);
55888 ecode4 = SWIG_AsVal_bool(obj3, &val4);
55889 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
55890 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_BreakpointsWriteToFile"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
55891 }
55892 arg4 = static_cast< bool >(val4);
55893 {
55894 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55895 result = (arg1)->BreakpointsWriteToFile(*arg2,*arg3,arg4);
55896 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55897 }
55898 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
55899 return resultobj;
55900fail:
55901 return NULL__null;
55902}
55903
55904
55905SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointsWriteToFile__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
55906 PyObject *resultobj = 0;
55907 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
55908 lldb::SBFileSpec *arg2 = 0 ;
55909 lldb::SBBreakpointList *arg3 = 0 ;
55910 void *argp1 = 0 ;
55911 int res1 = 0 ;
55912 void *argp2 = 0 ;
55913 int res2 = 0 ;
55914 void *argp3 = 0 ;
55915 int res3 = 0 ;
55916 PyObject * obj0 = 0 ;
55917 PyObject * obj1 = 0 ;
55918 PyObject * obj2 = 0 ;
55919 lldb::SBError result;
55920
55921 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_BreakpointsWriteToFile",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
55922 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
55923 if (!SWIG_IsOK(res1)(res1 >= 0)) {
55924 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_BreakpointsWriteToFile"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
55925 }
55926 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
55927 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0, 0)
;
55928 if (!SWIG_IsOK(res2)(res2 >= 0)) {
55929 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_BreakpointsWriteToFile"
"', argument " "2"" of type '" "lldb::SBFileSpec &""'");
goto fail; } while(0)
;
55930 }
55931 if (!argp2) {
55932 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointsWriteToFile" "', argument "
"2"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
55933 }
55934 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
55935 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBBreakpointList, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[13]
, 0, 0)
;
55936 if (!SWIG_IsOK(res3)(res3 >= 0)) {
55937 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "3"" of type '" "lldb::SBBreakpointList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_BreakpointsWriteToFile"
"', argument " "3"" of type '" "lldb::SBBreakpointList &"
"'"); goto fail; } while(0)
;
55938 }
55939 if (!argp3) {
55940 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_BreakpointsWriteToFile" "', argument " "3"" of type '" "lldb::SBBreakpointList &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_BreakpointsWriteToFile" "', argument "
"3"" of type '" "lldb::SBBreakpointList &""'"); goto fail
; } while(0)
;
55941 }
55942 arg3 = reinterpret_cast< lldb::SBBreakpointList * >(argp3);
55943 {
55944 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
55945 result = (arg1)->BreakpointsWriteToFile(*arg2,*arg3);
55946 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
55947 }
55948 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
55949 return resultobj;
55950fail:
55951 return NULL__null;
55952}
55953
55954
55955SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_BreakpointsWriteToFile(PyObject *self, PyObject *args) {
55956 Py_ssize_t argc;
55957 PyObject *argv[5] = {
55958 0
55959 };
55960 Py_ssize_t ii;
55961
55962 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
55963 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
55964 for (ii = 0; (ii < 4) && (ii < argc); ii++) {
55965 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
55966 }
55967 if (argc == 2) {
55968 int _v;
55969 void *vptr = 0;
55970 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
55971 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55972 if (_v) {
55973 void *vptr = 0;
55974 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[29
], 0, 0)
;
55975 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55976 if (_v) {
55977 return _wrap_SBTarget_BreakpointsWriteToFile__SWIG_0(self, args);
55978 }
55979 }
55980 }
55981 if (argc == 3) {
55982 int _v;
55983 void *vptr = 0;
55984 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
55985 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55986 if (_v) {
55987 void *vptr = 0;
55988 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[29
], 0, 0)
;
55989 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55990 if (_v) {
55991 void *vptr = 0;
55992 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBBreakpointList, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[13
], 0, 0)
;
55993 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
55994 if (_v) {
55995 return _wrap_SBTarget_BreakpointsWriteToFile__SWIG_2(self, args);
55996 }
55997 }
55998 }
55999 }
56000 if (argc == 4) {
56001 int _v;
56002 void *vptr = 0;
56003 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
56004 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56005 if (_v) {
56006 void *vptr = 0;
56007 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBFileSpec, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[29
], 0, 0)
;
56008 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56009 if (_v) {
56010 void *vptr = 0;
56011 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBBreakpointList, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[13
], 0, 0)
;
56012 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56013 if (_v) {
56014 {
56015 int res = SWIG_AsVal_bool(argv[3], NULL__null);
56016 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56017 }
56018 if (_v) {
56019 return _wrap_SBTarget_BreakpointsWriteToFile__SWIG_1(self, args);
56020 }
56021 }
56022 }
56023 }
56024 }
56025
56026fail:
56027 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_BreakpointsWriteToFile'.\n"
56028 " Possible C/C++ prototypes are:\n"
56029 " lldb::SBTarget::BreakpointsWriteToFile(lldb::SBFileSpec &)\n"
56030 " lldb::SBTarget::BreakpointsWriteToFile(lldb::SBFileSpec &,lldb::SBBreakpointList &,bool)\n"
56031 " lldb::SBTarget::BreakpointsWriteToFile(lldb::SBFileSpec &,lldb::SBBreakpointList &)\n");
56032 return 0;
56033}
56034
56035
56036SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetNumWatchpoints(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56037 PyObject *resultobj = 0;
56038 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56039 void *argp1 = 0 ;
56040 int res1 = 0 ;
56041 PyObject * obj0 = 0 ;
56042 uint32_t result;
56043
56044 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetNumWatchpoints",&obj0)) SWIG_failgoto fail;
56045 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56046 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56047 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetNumWatchpoints" "', argument " "1"" of type '" "lldb::SBTarget const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetNumWatchpoints"
"', argument " "1"" of type '" "lldb::SBTarget const *""'");
goto fail; } while(0)
;
56048 }
56049 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56050 {
56051 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56052 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumWatchpoints();
56053 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56054 }
56055 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
56056 return resultobj;
56057fail:
56058 return NULL__null;
56059}
56060
56061
56062SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetWatchpointAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56063 PyObject *resultobj = 0;
56064 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56065 uint32_t arg2 ;
56066 void *argp1 = 0 ;
56067 int res1 = 0 ;
56068 unsigned int val2 ;
56069 int ecode2 = 0 ;
56070 PyObject * obj0 = 0 ;
56071 PyObject * obj1 = 0 ;
56072 lldb::SBWatchpoint result;
56073
56074 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_GetWatchpointAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
56075 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56076 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56077 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetWatchpointAtIndex" "', argument " "1"" of type '" "lldb::SBTarget const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetWatchpointAtIndex"
"', argument " "1"" of type '" "lldb::SBTarget const *""'");
goto fail; } while(0)
;
56078 }
56079 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56080 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
56081 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
56082 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_GetWatchpointAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_GetWatchpointAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
56083 }
56084 arg2 = static_cast< uint32_t >(val2);
56085 {
56086 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56087 result = ((lldb::SBTarget const *)arg1)->GetWatchpointAtIndex(arg2);
56088 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56089 }
56090 resultobj = SWIG_NewPointerObj((new lldb::SBWatchpoint(static_cast< const lldb::SBWatchpoint& >(result))), SWIGTYPE_p_lldb__SBWatchpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBWatchpoint(static_cast
< const lldb::SBWatchpoint& >(result))), swig_types
[83], 0x1 | 0)
;
56091 return resultobj;
56092fail:
56093 return NULL__null;
56094}
56095
56096
56097SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_DeleteWatchpoint(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56098 PyObject *resultobj = 0;
56099 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56100 lldb::watch_id_t arg2 ;
56101 void *argp1 = 0 ;
56102 int res1 = 0 ;
56103 int val2 ;
56104 int ecode2 = 0 ;
56105 PyObject * obj0 = 0 ;
56106 PyObject * obj1 = 0 ;
56107 bool result;
56108
56109 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_DeleteWatchpoint",&obj0,&obj1)) SWIG_failgoto fail;
56110 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56111 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56112 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_DeleteWatchpoint" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_DeleteWatchpoint"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
56113 }
56114 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56115 ecode2 = SWIG_AsVal_int(obj1, &val2);
56116 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
56117 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_DeleteWatchpoint" "', argument " "2"" of type '" "lldb::watch_id_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_DeleteWatchpoint"
"', argument " "2"" of type '" "lldb::watch_id_t""'"); goto fail
; } while(0)
;
56118 }
56119 arg2 = static_cast< lldb::watch_id_t >(val2);
56120 {
56121 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56122 result = (bool)(arg1)->DeleteWatchpoint(arg2);
56123 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56124 }
56125 resultobj = SWIG_From_bool(static_cast< bool >(result));
56126 return resultobj;
56127fail:
56128 return NULL__null;
56129}
56130
56131
56132SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindWatchpointByID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56133 PyObject *resultobj = 0;
56134 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56135 lldb::watch_id_t arg2 ;
56136 void *argp1 = 0 ;
56137 int res1 = 0 ;
56138 int val2 ;
56139 int ecode2 = 0 ;
56140 PyObject * obj0 = 0 ;
56141 PyObject * obj1 = 0 ;
56142 lldb::SBWatchpoint result;
56143
56144 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_FindWatchpointByID",&obj0,&obj1)) SWIG_failgoto fail;
56145 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56146 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56147 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindWatchpointByID" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindWatchpointByID"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
56148 }
56149 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56150 ecode2 = SWIG_AsVal_int(obj1, &val2);
56151 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
56152 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_FindWatchpointByID" "', argument " "2"" of type '" "lldb::watch_id_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_FindWatchpointByID"
"', argument " "2"" of type '" "lldb::watch_id_t""'"); goto fail
; } while(0)
;
56153 }
56154 arg2 = static_cast< lldb::watch_id_t >(val2);
56155 {
56156 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56157 result = (arg1)->FindWatchpointByID(arg2);
56158 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56159 }
56160 resultobj = SWIG_NewPointerObj((new lldb::SBWatchpoint(static_cast< const lldb::SBWatchpoint& >(result))), SWIGTYPE_p_lldb__SBWatchpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBWatchpoint(static_cast
< const lldb::SBWatchpoint& >(result))), swig_types
[83], 0x1 | 0)
;
56161 return resultobj;
56162fail:
56163 return NULL__null;
56164}
56165
56166
56167SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_EnableAllWatchpoints(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56168 PyObject *resultobj = 0;
56169 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56170 void *argp1 = 0 ;
56171 int res1 = 0 ;
56172 PyObject * obj0 = 0 ;
56173 bool result;
56174
56175 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_EnableAllWatchpoints",&obj0)) SWIG_failgoto fail;
56176 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56177 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56178 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_EnableAllWatchpoints" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_EnableAllWatchpoints"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
56179 }
56180 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56181 {
56182 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56183 result = (bool)(arg1)->EnableAllWatchpoints();
56184 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56185 }
56186 resultobj = SWIG_From_bool(static_cast< bool >(result));
56187 return resultobj;
56188fail:
56189 return NULL__null;
56190}
56191
56192
56193SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_DisableAllWatchpoints(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56194 PyObject *resultobj = 0;
56195 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56196 void *argp1 = 0 ;
56197 int res1 = 0 ;
56198 PyObject * obj0 = 0 ;
56199 bool result;
56200
56201 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_DisableAllWatchpoints",&obj0)) SWIG_failgoto fail;
56202 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56203 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56204 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_DisableAllWatchpoints" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_DisableAllWatchpoints"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
56205 }
56206 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56207 {
56208 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56209 result = (bool)(arg1)->DisableAllWatchpoints();
56210 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56211 }
56212 resultobj = SWIG_From_bool(static_cast< bool >(result));
56213 return resultobj;
56214fail:
56215 return NULL__null;
56216}
56217
56218
56219SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_DeleteAllWatchpoints(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56220 PyObject *resultobj = 0;
56221 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56222 void *argp1 = 0 ;
56223 int res1 = 0 ;
56224 PyObject * obj0 = 0 ;
56225 bool result;
56226
56227 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_DeleteAllWatchpoints",&obj0)) SWIG_failgoto fail;
56228 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56229 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56230 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_DeleteAllWatchpoints" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_DeleteAllWatchpoints"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
56231 }
56232 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56233 {
56234 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56235 result = (bool)(arg1)->DeleteAllWatchpoints();
56236 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56237 }
56238 resultobj = SWIG_From_bool(static_cast< bool >(result));
56239 return resultobj;
56240fail:
56241 return NULL__null;
56242}
56243
56244
56245SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_WatchAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56246 PyObject *resultobj = 0;
56247 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56248 lldb::addr_t arg2 ;
56249 size_t arg3 ;
56250 bool arg4 ;
56251 bool arg5 ;
56252 lldb::SBError *arg6 = 0 ;
56253 void *argp1 = 0 ;
56254 int res1 = 0 ;
56255 unsigned long long val2 ;
56256 int ecode2 = 0 ;
56257 size_t val3 ;
56258 int ecode3 = 0 ;
56259 bool val4 ;
56260 int ecode4 = 0 ;
56261 bool val5 ;
56262 int ecode5 = 0 ;
56263 void *argp6 = 0 ;
56264 int res6 = 0 ;
56265 PyObject * obj0 = 0 ;
56266 PyObject * obj1 = 0 ;
56267 PyObject * obj2 = 0 ;
56268 PyObject * obj3 = 0 ;
56269 PyObject * obj4 = 0 ;
56270 PyObject * obj5 = 0 ;
56271 lldb::SBWatchpoint result;
56272
56273 if (!PyArg_ParseTuple(args,(char *)"OOOOOO:SBTarget_WatchAddress",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) SWIG_failgoto fail;
56274 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56275 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56276 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_WatchAddress" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_WatchAddress" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
56277 }
56278 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56279 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
56280 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
56281 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_WatchAddress" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_WatchAddress"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
56282 }
56283 arg2 = static_cast< lldb::addr_t >(val2);
56284 ecode3 = SWIG_AsVal_size_t(obj2, &val3);
56285 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
56286 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_WatchAddress" "', argument " "3"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_WatchAddress"
"', argument " "3"" of type '" "size_t""'"); goto fail; } while
(0)
;
56287 }
56288 arg3 = static_cast< size_t >(val3);
56289 ecode4 = SWIG_AsVal_bool(obj3, &val4);
56290 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
56291 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBTarget_WatchAddress" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBTarget_WatchAddress"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
56292 }
56293 arg4 = static_cast< bool >(val4);
56294 ecode5 = SWIG_AsVal_bool(obj4, &val5);
56295 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
56296 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBTarget_WatchAddress" "', argument " "5"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBTarget_WatchAddress"
"', argument " "5"" of type '" "bool""'"); goto fail; } while
(0)
;
56297 }
56298 arg5 = static_cast< bool >(val5);
56299 res6 = SWIG_ConvertPtr(obj5, &argp6, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj5, &argp6, swig_types[25]
, 0, 0)
;
56300 if (!SWIG_IsOK(res6)(res6 >= 0)) {
56301 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "SBTarget_WatchAddress" "', argument " "6"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res6 != (
-1)) ? res6 : -5)), "in method '" "SBTarget_WatchAddress" "', argument "
"6"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
56302 }
56303 if (!argp6) {
56304 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_WatchAddress" "', argument " "6"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_WatchAddress" "', argument " "6"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
56305 }
56306 arg6 = reinterpret_cast< lldb::SBError * >(argp6);
56307 {
56308 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56309 result = (arg1)->WatchAddress(arg2,arg3,arg4,arg5,*arg6);
56310 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56311 }
56312 resultobj = SWIG_NewPointerObj((new lldb::SBWatchpoint(static_cast< const lldb::SBWatchpoint& >(result))), SWIGTYPE_p_lldb__SBWatchpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBWatchpoint(static_cast
< const lldb::SBWatchpoint& >(result))), swig_types
[83], 0x1 | 0)
;
56313 return resultobj;
56314fail:
56315 return NULL__null;
56316}
56317
56318
56319SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetBroadcaster(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56320 PyObject *resultobj = 0;
56321 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56322 void *argp1 = 0 ;
56323 int res1 = 0 ;
56324 PyObject * obj0 = 0 ;
56325 lldb::SBBroadcaster result;
56326
56327 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetBroadcaster",&obj0)) SWIG_failgoto fail;
56328 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56329 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56330 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetBroadcaster" "', argument " "1"" of type '" "lldb::SBTarget const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetBroadcaster" "', argument "
"1"" of type '" "lldb::SBTarget const *""'"); goto fail; } while
(0)
;
56331 }
56332 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56333 {
56334 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56335 result = ((lldb::SBTarget const *)arg1)->GetBroadcaster();
56336 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56337 }
56338 resultobj = SWIG_NewPointerObj((new lldb::SBBroadcaster(static_cast< const lldb::SBBroadcaster& >(result))), SWIGTYPE_p_lldb__SBBroadcaster, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBBroadcaster(static_cast
< const lldb::SBBroadcaster& >(result))), swig_types
[16], 0x1 | 0)
;
56339 return resultobj;
56340fail:
56341 return NULL__null;
56342}
56343
56344
56345SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_CreateValueFromAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56346 PyObject *resultobj = 0;
56347 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56348 char *arg2 = (char *) 0 ;
56349 lldb::SBAddress arg3 ;
56350 lldb::SBType arg4 ;
56351 void *argp1 = 0 ;
56352 int res1 = 0 ;
56353 int res2 ;
56354 char *buf2 = 0 ;
56355 int alloc2 = 0 ;
56356 void *argp3 ;
56357 int res3 = 0 ;
56358 void *argp4 ;
56359 int res4 = 0 ;
56360 PyObject * obj0 = 0 ;
56361 PyObject * obj1 = 0 ;
56362 PyObject * obj2 = 0 ;
56363 PyObject * obj3 = 0 ;
56364 lldb::SBValue result;
56365
56366 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_CreateValueFromAddress",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
56367 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56368 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56369 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_CreateValueFromAddress" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_CreateValueFromAddress"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
56370 }
56371 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56372 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
56373 if (!SWIG_IsOK(res2)(res2 >= 0)) {
56374 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_CreateValueFromAddress" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_CreateValueFromAddress"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
56375 }
56376 arg2 = reinterpret_cast< char * >(buf2);
56377 {
56378 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[9],
0 | 0, 0)
;
56379 if (!SWIG_IsOK(res3)(res3 >= 0)) {
56380 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_CreateValueFromAddress" "', argument " "3"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_CreateValueFromAddress"
"', argument " "3"" of type '" "lldb::SBAddress""'"); goto fail
; } while(0)
;
56381 }
56382 if (!argp3) {
56383 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_CreateValueFromAddress" "', argument " "3"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_CreateValueFromAddress" "', argument "
"3"" of type '" "lldb::SBAddress""'"); goto fail; } while(0)
;
56384 } else {
56385 lldb::SBAddress * temp = reinterpret_cast< lldb::SBAddress * >(argp3);
56386 arg3 = *temp;
56387 if (SWIG_IsNewObj(res3)((res3 >= 0) && (res3 & ((1 << 8) <<
1)))
) delete temp;
56388 }
56389 }
56390 {
56391 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBType, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[66]
, 0 | 0, 0)
;
56392 if (!SWIG_IsOK(res4)(res4 >= 0)) {
56393 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_CreateValueFromAddress" "', argument " "4"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_CreateValueFromAddress"
"', argument " "4"" of type '" "lldb::SBType""'"); goto fail
; } while(0)
;
56394 }
56395 if (!argp4) {
56396 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_CreateValueFromAddress" "', argument " "4"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_CreateValueFromAddress" "', argument "
"4"" of type '" "lldb::SBType""'"); goto fail; } while(0)
;
56397 } else {
56398 lldb::SBType * temp = reinterpret_cast< lldb::SBType * >(argp4);
56399 arg4 = *temp;
56400 if (SWIG_IsNewObj(res4)((res4 >= 0) && (res4 & ((1 << 8) <<
1)))
) delete temp;
56401 }
56402 }
56403 {
56404 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56405 result = (arg1)->CreateValueFromAddress((char const *)arg2,arg3,arg4);
56406 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56407 }
56408 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
56409 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
56410 return resultobj;
56411fail:
56412 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
56413 return NULL__null;
56414}
56415
56416
56417SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_CreateValueFromData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56418 PyObject *resultobj = 0;
56419 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56420 char *arg2 = (char *) 0 ;
56421 lldb::SBData arg3 ;
56422 lldb::SBType arg4 ;
56423 void *argp1 = 0 ;
56424 int res1 = 0 ;
56425 int res2 ;
56426 char *buf2 = 0 ;
56427 int alloc2 = 0 ;
56428 void *argp3 ;
56429 int res3 = 0 ;
56430 void *argp4 ;
56431 int res4 = 0 ;
56432 PyObject * obj0 = 0 ;
56433 PyObject * obj1 = 0 ;
56434 PyObject * obj2 = 0 ;
56435 PyObject * obj3 = 0 ;
56436 lldb::SBValue result;
56437
56438 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_CreateValueFromData",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
56439 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56440 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56441 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_CreateValueFromData" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_CreateValueFromData"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
56442 }
56443 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56444 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
56445 if (!SWIG_IsOK(res2)(res2 >= 0)) {
56446 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_CreateValueFromData" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_CreateValueFromData"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
56447 }
56448 arg2 = reinterpret_cast< char * >(buf2);
56449 {
56450 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBData, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[22]
, 0 | 0, 0)
;
56451 if (!SWIG_IsOK(res3)(res3 >= 0)) {
56452 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_CreateValueFromData" "', argument " "3"" of type '" "lldb::SBData""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_CreateValueFromData"
"', argument " "3"" of type '" "lldb::SBData""'"); goto fail
; } while(0)
;
56453 }
56454 if (!argp3) {
56455 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_CreateValueFromData" "', argument " "3"" of type '" "lldb::SBData""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_CreateValueFromData" "', argument " "3"
" of type '" "lldb::SBData""'"); goto fail; } while(0)
;
56456 } else {
56457 lldb::SBData * temp = reinterpret_cast< lldb::SBData * >(argp3);
56458 arg3 = *temp;
56459 if (SWIG_IsNewObj(res3)((res3 >= 0) && (res3 & ((1 << 8) <<
1)))
) delete temp;
56460 }
56461 }
56462 {
56463 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBType, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[66]
, 0 | 0, 0)
;
56464 if (!SWIG_IsOK(res4)(res4 >= 0)) {
56465 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_CreateValueFromData" "', argument " "4"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_CreateValueFromData"
"', argument " "4"" of type '" "lldb::SBType""'"); goto fail
; } while(0)
;
56466 }
56467 if (!argp4) {
56468 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_CreateValueFromData" "', argument " "4"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_CreateValueFromData" "', argument " "4"
" of type '" "lldb::SBType""'"); goto fail; } while(0)
;
56469 } else {
56470 lldb::SBType * temp = reinterpret_cast< lldb::SBType * >(argp4);
56471 arg4 = *temp;
56472 if (SWIG_IsNewObj(res4)((res4 >= 0) && (res4 & ((1 << 8) <<
1)))
) delete temp;
56473 }
56474 }
56475 {
56476 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56477 result = (arg1)->CreateValueFromData((char const *)arg2,arg3,arg4);
56478 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56479 }
56480 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
56481 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
56482 return resultobj;
56483fail:
56484 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
56485 return NULL__null;
56486}
56487
56488
56489SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_CreateValueFromExpression(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56490 PyObject *resultobj = 0;
56491 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56492 char *arg2 = (char *) 0 ;
56493 char *arg3 = (char *) 0 ;
56494 void *argp1 = 0 ;
56495 int res1 = 0 ;
56496 int res2 ;
56497 char *buf2 = 0 ;
56498 int alloc2 = 0 ;
56499 int res3 ;
56500 char *buf3 = 0 ;
56501 int alloc3 = 0 ;
56502 PyObject * obj0 = 0 ;
56503 PyObject * obj1 = 0 ;
56504 PyObject * obj2 = 0 ;
56505 lldb::SBValue result;
56506
56507 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_CreateValueFromExpression",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
56508 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56509 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56510 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_CreateValueFromExpression" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_CreateValueFromExpression"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
56511 }
56512 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56513 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
56514 if (!SWIG_IsOK(res2)(res2 >= 0)) {
56515 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_CreateValueFromExpression" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_CreateValueFromExpression"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
56516 }
56517 arg2 = reinterpret_cast< char * >(buf2);
56518 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
56519 if (!SWIG_IsOK(res3)(res3 >= 0)) {
56520 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_CreateValueFromExpression" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_CreateValueFromExpression"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
56521 }
56522 arg3 = reinterpret_cast< char * >(buf3);
56523 {
56524 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56525 result = (arg1)->CreateValueFromExpression((char const *)arg2,(char const *)arg3);
56526 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56527 }
56528 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
56529 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
56530 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
56531 return resultobj;
56532fail:
56533 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
56534 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
56535 return NULL__null;
56536}
56537
56538
56539SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_ReadInstructions__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56540 PyObject *resultobj = 0;
56541 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56542 lldb::SBAddress arg2 ;
56543 uint32_t arg3 ;
56544 void *argp1 = 0 ;
56545 int res1 = 0 ;
56546 void *argp2 ;
56547 int res2 = 0 ;
56548 unsigned int val3 ;
56549 int ecode3 = 0 ;
56550 PyObject * obj0 = 0 ;
56551 PyObject * obj1 = 0 ;
56552 PyObject * obj2 = 0 ;
56553 lldb::SBInstructionList result;
56554
56555 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_ReadInstructions",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
56556 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56557 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56558 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_ReadInstructions" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_ReadInstructions"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
56559 }
56560 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56561 {
56562 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0 | 0, 0)
;
56563 if (!SWIG_IsOK(res2)(res2 >= 0)) {
56564 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_ReadInstructions" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_ReadInstructions"
"', argument " "2"" of type '" "lldb::SBAddress""'"); goto fail
; } while(0)
;
56565 }
56566 if (!argp2) {
56567 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_ReadInstructions" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_ReadInstructions" "', argument " "2"
" of type '" "lldb::SBAddress""'"); goto fail; } while(0)
;
56568 } else {
56569 lldb::SBAddress * temp = reinterpret_cast< lldb::SBAddress * >(argp2);
56570 arg2 = *temp;
56571 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
56572 }
56573 }
56574 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
56575 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
56576 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_ReadInstructions" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_ReadInstructions"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
56577 }
56578 arg3 = static_cast< uint32_t >(val3);
56579 {
56580 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56581 result = (arg1)->ReadInstructions(arg2,arg3);
56582 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56583 }
56584 resultobj = SWIG_NewPointerObj((new lldb::SBInstructionList(static_cast< const lldb::SBInstructionList& >(result))), SWIGTYPE_p_lldb__SBInstructionList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBInstructionList
(static_cast< const lldb::SBInstructionList& >(result
))), swig_types[35], 0x1 | 0)
;
56585 return resultobj;
56586fail:
56587 return NULL__null;
56588}
56589
56590
56591SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_ReadInstructions__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56592 PyObject *resultobj = 0;
56593 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56594 lldb::SBAddress arg2 ;
56595 uint32_t arg3 ;
56596 char *arg4 = (char *) 0 ;
56597 void *argp1 = 0 ;
56598 int res1 = 0 ;
56599 void *argp2 ;
56600 int res2 = 0 ;
56601 unsigned int val3 ;
56602 int ecode3 = 0 ;
56603 int res4 ;
56604 char *buf4 = 0 ;
56605 int alloc4 = 0 ;
56606 PyObject * obj0 = 0 ;
56607 PyObject * obj1 = 0 ;
56608 PyObject * obj2 = 0 ;
56609 PyObject * obj3 = 0 ;
56610 lldb::SBInstructionList result;
56611
56612 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_ReadInstructions",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
56613 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56614 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56615 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_ReadInstructions" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_ReadInstructions"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
56616 }
56617 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56618 {
56619 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0 | 0, 0)
;
56620 if (!SWIG_IsOK(res2)(res2 >= 0)) {
56621 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_ReadInstructions" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_ReadInstructions"
"', argument " "2"" of type '" "lldb::SBAddress""'"); goto fail
; } while(0)
;
56622 }
56623 if (!argp2) {
56624 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_ReadInstructions" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_ReadInstructions" "', argument " "2"
" of type '" "lldb::SBAddress""'"); goto fail; } while(0)
;
56625 } else {
56626 lldb::SBAddress * temp = reinterpret_cast< lldb::SBAddress * >(argp2);
56627 arg2 = *temp;
56628 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
56629 }
56630 }
56631 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
56632 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
56633 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_ReadInstructions" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_ReadInstructions"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
56634 }
56635 arg3 = static_cast< uint32_t >(val3);
56636 res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL__null, &alloc4);
56637 if (!SWIG_IsOK(res4)(res4 >= 0)) {
56638 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBTarget_ReadInstructions" "', argument " "4"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBTarget_ReadInstructions"
"', argument " "4"" of type '" "char const *""'"); goto fail
; } while(0)
;
56639 }
56640 arg4 = reinterpret_cast< char * >(buf4);
56641 {
56642 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56643 result = (arg1)->ReadInstructions(arg2,arg3,(char const *)arg4);
56644 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56645 }
56646 resultobj = SWIG_NewPointerObj((new lldb::SBInstructionList(static_cast< const lldb::SBInstructionList& >(result))), SWIGTYPE_p_lldb__SBInstructionList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBInstructionList
(static_cast< const lldb::SBInstructionList& >(result
))), swig_types[35], 0x1 | 0)
;
56647 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
56648 return resultobj;
56649fail:
56650 if (alloc4 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf4;
56651 return NULL__null;
56652}
56653
56654
56655SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_ReadInstructions(PyObject *self, PyObject *args) {
56656 Py_ssize_t argc;
56657 PyObject *argv[5] = {
56658 0
56659 };
56660 Py_ssize_t ii;
56661
56662 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
56663 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
56664 for (ii = 0; (ii < 4) && (ii < argc); ii++) {
56665 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
56666 }
56667 if (argc == 3) {
56668 int _v;
56669 void *vptr = 0;
56670 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
56671 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56672 if (_v) {
56673 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBAddress, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[9], 0, 0);
56674 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56675 if (_v) {
56676 {
56677 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
56678 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56679 }
56680 if (_v) {
56681 return _wrap_SBTarget_ReadInstructions__SWIG_0(self, args);
56682 }
56683 }
56684 }
56685 }
56686 if (argc == 4) {
56687 int _v;
56688 void *vptr = 0;
56689 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
56690 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56691 if (_v) {
56692 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBAddress, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[9], 0, 0);
56693 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56694 if (_v) {
56695 {
56696 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
56697 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56698 }
56699 if (_v) {
56700 int res = SWIG_AsCharPtrAndSize(argv[3], 0, NULL__null, 0);
56701 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56702 if (_v) {
56703 return _wrap_SBTarget_ReadInstructions__SWIG_1(self, args);
56704 }
56705 }
56706 }
56707 }
56708 }
56709
56710fail:
56711 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_ReadInstructions'.\n"
56712 " Possible C/C++ prototypes are:\n"
56713 " lldb::SBTarget::ReadInstructions(lldb::SBAddress,uint32_t)\n"
56714 " lldb::SBTarget::ReadInstructions(lldb::SBAddress,uint32_t,char const *)\n");
56715 return 0;
56716}
56717
56718
56719SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetInstructions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56720 PyObject *resultobj = 0;
56721 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56722 lldb::SBAddress arg2 ;
56723 void *arg3 = (void *) 0 ;
56724 size_t arg4 ;
56725 void *argp1 = 0 ;
56726 int res1 = 0 ;
56727 void *argp2 ;
56728 int res2 = 0 ;
56729 PyObject * obj0 = 0 ;
56730 PyObject * obj1 = 0 ;
56731 PyObject * obj2 = 0 ;
56732 lldb::SBInstructionList result;
56733
56734 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_GetInstructions",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
56735 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56736 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56737 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetInstructions" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetInstructions" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
56738 }
56739 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56740 {
56741 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0 | 0, 0)
;
56742 if (!SWIG_IsOK(res2)(res2 >= 0)) {
56743 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_GetInstructions" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_GetInstructions" "', argument "
"2"" of type '" "lldb::SBAddress""'"); goto fail; } while(0)
;
56744 }
56745 if (!argp2) {
56746 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_GetInstructions" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_GetInstructions" "', argument " "2"" of type '"
"lldb::SBAddress""'"); goto fail; } while(0)
;
56747 } else {
56748 lldb::SBAddress * temp = reinterpret_cast< lldb::SBAddress * >(argp2);
56749 arg2 = *temp;
56750 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
56751 }
56752 }
56753 {
56754 using namespace lldb_private;
56755 if (PythonString::Check(obj2)) {
56756 PythonString str(PyRefType::Borrowed, obj2);
56757 arg3 = (void*)str.GetString().data();
56758 arg4 = str.GetSize();
56759 }
56760 else if(PythonByteArray::Check(obj2)) {
56761 PythonByteArray bytearray(PyRefType::Borrowed, obj2);
56762 arg3 = (void*)bytearray.GetBytes().data();
56763 arg4 = bytearray.GetSize();
56764 }
56765 else if (PythonBytes::Check(obj2)) {
56766 PythonBytes bytes(PyRefType::Borrowed, obj2);
56767 arg3 = (void*)bytes.GetBytes().data();
56768 arg4 = bytes.GetSize();
56769 }
56770 else {
56771 PyErr_SetString(PyExc_ValueError, "Expecting a buffer");
56772 return NULL__null;
56773 }
56774 }
56775 {
56776 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56777 result = (arg1)->GetInstructions(arg2,(void const *)arg3,arg4);
56778 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56779 }
56780 resultobj = SWIG_NewPointerObj((new lldb::SBInstructionList(static_cast< const lldb::SBInstructionList& >(result))), SWIGTYPE_p_lldb__SBInstructionList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBInstructionList
(static_cast< const lldb::SBInstructionList& >(result
))), swig_types[35], 0x1 | 0)
;
56781 return resultobj;
56782fail:
56783 return NULL__null;
56784}
56785
56786
56787SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetInstructionsWithFlavor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56788 PyObject *resultobj = 0;
56789 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56790 lldb::SBAddress arg2 ;
56791 char *arg3 = (char *) 0 ;
56792 void *arg4 = (void *) 0 ;
56793 size_t arg5 ;
56794 void *argp1 = 0 ;
56795 int res1 = 0 ;
56796 void *argp2 ;
56797 int res2 = 0 ;
56798 int res3 ;
56799 char *buf3 = 0 ;
56800 int alloc3 = 0 ;
56801 PyObject * obj0 = 0 ;
56802 PyObject * obj1 = 0 ;
56803 PyObject * obj2 = 0 ;
56804 PyObject * obj3 = 0 ;
56805 lldb::SBInstructionList result;
56806
56807 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBTarget_GetInstructionsWithFlavor",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
56808 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56809 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56810 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetInstructionsWithFlavor" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetInstructionsWithFlavor"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
56811 }
56812 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56813 {
56814 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0 | 0, 0)
;
56815 if (!SWIG_IsOK(res2)(res2 >= 0)) {
56816 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_GetInstructionsWithFlavor" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_GetInstructionsWithFlavor"
"', argument " "2"" of type '" "lldb::SBAddress""'"); goto fail
; } while(0)
;
56817 }
56818 if (!argp2) {
56819 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_GetInstructionsWithFlavor" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_GetInstructionsWithFlavor" "', argument "
"2"" of type '" "lldb::SBAddress""'"); goto fail; } while(0)
;
56820 } else {
56821 lldb::SBAddress * temp = reinterpret_cast< lldb::SBAddress * >(argp2);
56822 arg2 = *temp;
56823 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
56824 }
56825 }
56826 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
56827 if (!SWIG_IsOK(res3)(res3 >= 0)) {
56828 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_GetInstructionsWithFlavor" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_GetInstructionsWithFlavor"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
56829 }
56830 arg3 = reinterpret_cast< char * >(buf3);
56831 {
56832 using namespace lldb_private;
56833 if (PythonString::Check(obj3)) {
56834 PythonString str(PyRefType::Borrowed, obj3);
56835 arg4 = (void*)str.GetString().data();
56836 arg5 = str.GetSize();
56837 }
56838 else if(PythonByteArray::Check(obj3)) {
56839 PythonByteArray bytearray(PyRefType::Borrowed, obj3);
56840 arg4 = (void*)bytearray.GetBytes().data();
56841 arg5 = bytearray.GetSize();
56842 }
56843 else if (PythonBytes::Check(obj3)) {
56844 PythonBytes bytes(PyRefType::Borrowed, obj3);
56845 arg4 = (void*)bytes.GetBytes().data();
56846 arg5 = bytes.GetSize();
56847 }
56848 else {
56849 PyErr_SetString(PyExc_ValueError, "Expecting a buffer");
56850 return NULL__null;
56851 }
56852 }
56853 {
56854 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56855 result = (arg1)->GetInstructionsWithFlavor(arg2,(char const *)arg3,(void const *)arg4,arg5);
56856 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56857 }
56858 resultobj = SWIG_NewPointerObj((new lldb::SBInstructionList(static_cast< const lldb::SBInstructionList& >(result))), SWIGTYPE_p_lldb__SBInstructionList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBInstructionList
(static_cast< const lldb::SBInstructionList& >(result
))), swig_types[35], 0x1 | 0)
;
56859 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
56860 return resultobj;
56861fail:
56862 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
56863 return NULL__null;
56864}
56865
56866
56867SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindSymbols__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56868 PyObject *resultobj = 0;
56869 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56870 char *arg2 = (char *) 0 ;
56871 lldb::SymbolType arg3 ;
56872 void *argp1 = 0 ;
56873 int res1 = 0 ;
56874 int res2 ;
56875 char *buf2 = 0 ;
56876 int alloc2 = 0 ;
56877 int val3 ;
56878 int ecode3 = 0 ;
56879 PyObject * obj0 = 0 ;
56880 PyObject * obj1 = 0 ;
56881 PyObject * obj2 = 0 ;
56882 lldb::SBSymbolContextList result;
56883
56884 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_FindSymbols",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
56885 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56886 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56887 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindSymbols" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindSymbols" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
56888 }
56889 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56890 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
56891 if (!SWIG_IsOK(res2)(res2 >= 0)) {
56892 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindSymbols" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindSymbols" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
56893 }
56894 arg2 = reinterpret_cast< char * >(buf2);
56895 ecode3 = SWIG_AsVal_int(obj2, &val3);
56896 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
56897 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_FindSymbols" "', argument " "3"" of type '" "lldb::SymbolType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_FindSymbols" "', argument "
"3"" of type '" "lldb::SymbolType""'"); goto fail; } while(0
)
;
56898 }
56899 arg3 = static_cast< lldb::SymbolType >(val3);
56900 {
56901 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56902 result = (arg1)->FindSymbols((char const *)arg2,arg3);
56903 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56904 }
56905 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContextList(static_cast< const lldb::SBSymbolContextList& >(result))), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContextList
(static_cast< const lldb::SBSymbolContextList& >(result
))), swig_types[59], 0x1 | 0)
;
56906 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
56907 return resultobj;
56908fail:
56909 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
56910 return NULL__null;
56911}
56912
56913
56914SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindSymbols__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
56915 PyObject *resultobj = 0;
56916 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
56917 char *arg2 = (char *) 0 ;
56918 void *argp1 = 0 ;
56919 int res1 = 0 ;
56920 int res2 ;
56921 char *buf2 = 0 ;
56922 int alloc2 = 0 ;
56923 PyObject * obj0 = 0 ;
56924 PyObject * obj1 = 0 ;
56925 lldb::SBSymbolContextList result;
56926
56927 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_FindSymbols",&obj0,&obj1)) SWIG_failgoto fail;
56928 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
56929 if (!SWIG_IsOK(res1)(res1 >= 0)) {
56930 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_FindSymbols" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_FindSymbols" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
56931 }
56932 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
56933 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
56934 if (!SWIG_IsOK(res2)(res2 >= 0)) {
56935 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_FindSymbols" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_FindSymbols" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
56936 }
56937 arg2 = reinterpret_cast< char * >(buf2);
56938 {
56939 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
56940 result = (arg1)->FindSymbols((char const *)arg2);
56941 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
56942 }
56943 resultobj = SWIG_NewPointerObj((new lldb::SBSymbolContextList(static_cast< const lldb::SBSymbolContextList& >(result))), SWIGTYPE_p_lldb__SBSymbolContextList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBSymbolContextList
(static_cast< const lldb::SBSymbolContextList& >(result
))), swig_types[59], 0x1 | 0)
;
56944 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
56945 return resultobj;
56946fail:
56947 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
56948 return NULL__null;
56949}
56950
56951
56952SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_FindSymbols(PyObject *self, PyObject *args) {
56953 Py_ssize_t argc;
56954 PyObject *argv[4] = {
56955 0
56956 };
56957 Py_ssize_t ii;
56958
56959 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
56960 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
56961 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
56962 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
56963 }
56964 if (argc == 2) {
56965 int _v;
56966 void *vptr = 0;
56967 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
56968 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56969 if (_v) {
56970 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
56971 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56972 if (_v) {
56973 return _wrap_SBTarget_FindSymbols__SWIG_1(self, args);
56974 }
56975 }
56976 }
56977 if (argc == 3) {
56978 int _v;
56979 void *vptr = 0;
56980 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
56981 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56982 if (_v) {
56983 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
56984 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56985 if (_v) {
56986 {
56987 int res = SWIG_AsVal_int(argv[2], NULL__null);
56988 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
56989 }
56990 if (_v) {
56991 return _wrap_SBTarget_FindSymbols__SWIG_0(self, args);
56992 }
56993 }
56994 }
56995 }
56996
56997fail:
56998 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_FindSymbols'.\n"
56999 " Possible C/C++ prototypes are:\n"
57000 " lldb::SBTarget::FindSymbols(char const *,lldb::SymbolType)\n"
57001 " lldb::SBTarget::FindSymbols(char const *)\n");
57002 return 0;
57003}
57004
57005
57006SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57007 PyObject *resultobj = 0;
57008 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
57009 lldb::SBStream *arg2 = 0 ;
57010 lldb::DescriptionLevel arg3 ;
57011 void *argp1 = 0 ;
57012 int res1 = 0 ;
57013 void *argp2 = 0 ;
57014 int res2 = 0 ;
57015 int val3 ;
57016 int ecode3 = 0 ;
57017 PyObject * obj0 = 0 ;
57018 PyObject * obj1 = 0 ;
57019 PyObject * obj2 = 0 ;
57020 bool result;
57021
57022 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
57023 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
57024 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57025 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetDescription" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetDescription" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
57026 }
57027 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
57028 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
57029 if (!SWIG_IsOK(res2)(res2 >= 0)) {
57030 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
57031 }
57032 if (!argp2) {
57033 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
57034 }
57035 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
57036 ecode3 = SWIG_AsVal_int(obj2, &val3);
57037 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
57038 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_GetDescription" "', argument " "3"" of type '" "lldb::DescriptionLevel""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTarget_GetDescription"
"', argument " "3"" of type '" "lldb::DescriptionLevel""'");
goto fail; } while(0)
;
57039 }
57040 arg3 = static_cast< lldb::DescriptionLevel >(val3);
57041 {
57042 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57043 result = (bool)(arg1)->GetDescription(*arg2,arg3);
57044 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57045 }
57046 resultobj = SWIG_From_bool(static_cast< bool >(result));
57047 return resultobj;
57048fail:
57049 return NULL__null;
57050}
57051
57052
57053SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetStackRedZoneSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57054 PyObject *resultobj = 0;
57055 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
57056 void *argp1 = 0 ;
57057 int res1 = 0 ;
57058 PyObject * obj0 = 0 ;
57059 lldb::addr_t result;
57060
57061 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetStackRedZoneSize",&obj0)) SWIG_failgoto fail;
57062 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
57063 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57064 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetStackRedZoneSize" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetStackRedZoneSize"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
57065 }
57066 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
57067 {
57068 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57069 result = (lldb::addr_t)(arg1)->GetStackRedZoneSize();
57070 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57071 }
57072 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
57073 return resultobj;
57074fail:
57075 return NULL__null;
57076}
57077
57078
57079SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetLaunchInfo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57080 PyObject *resultobj = 0;
57081 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
57082 void *argp1 = 0 ;
57083 int res1 = 0 ;
57084 PyObject * obj0 = 0 ;
57085 SwigValueWrapper< lldb::SBLaunchInfo > result;
57086
57087 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetLaunchInfo",&obj0)) SWIG_failgoto fail;
57088 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
57089 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57090 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetLaunchInfo" "', argument " "1"" of type '" "lldb::SBTarget const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetLaunchInfo" "', argument "
"1"" of type '" "lldb::SBTarget const *""'"); goto fail; } while
(0)
;
57091 }
57092 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
57093 {
57094 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57095 result = ((lldb::SBTarget const *)arg1)->GetLaunchInfo();
57096 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57097 }
57098 resultobj = SWIG_NewPointerObj((new lldb::SBLaunchInfo(static_cast< const lldb::SBLaunchInfo& >(result))), SWIGTYPE_p_lldb__SBLaunchInfo, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBLaunchInfo(static_cast
< const lldb::SBLaunchInfo& >(result))), swig_types
[37], 0x1 | 0)
;
57099 return resultobj;
57100fail:
57101 return NULL__null;
57102}
57103
57104
57105SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_SetLaunchInfo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57106 PyObject *resultobj = 0;
57107 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
57108 lldb::SBLaunchInfo *arg2 = 0 ;
57109 void *argp1 = 0 ;
57110 int res1 = 0 ;
57111 void *argp2 = 0 ;
57112 int res2 = 0 ;
57113 PyObject * obj0 = 0 ;
57114 PyObject * obj1 = 0 ;
57115
57116 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_SetLaunchInfo",&obj0,&obj1)) SWIG_failgoto fail;
57117 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
57118 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57119 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_SetLaunchInfo" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_SetLaunchInfo" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
57120 }
57121 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
57122 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBLaunchInfo, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[37]
, 0 | 0, 0)
;
57123 if (!SWIG_IsOK(res2)(res2 >= 0)) {
57124 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_SetLaunchInfo" "', argument " "2"" of type '" "lldb::SBLaunchInfo const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_SetLaunchInfo" "', argument "
"2"" of type '" "lldb::SBLaunchInfo const &""'"); goto fail
; } while(0)
;
57125 }
57126 if (!argp2) {
57127 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_SetLaunchInfo" "', argument " "2"" of type '" "lldb::SBLaunchInfo const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_SetLaunchInfo" "', argument " "2"" of type '"
"lldb::SBLaunchInfo const &""'"); goto fail; } while(0)
;
57128 }
57129 arg2 = reinterpret_cast< lldb::SBLaunchInfo * >(argp2);
57130 {
57131 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57132 (arg1)->SetLaunchInfo((lldb::SBLaunchInfo const &)*arg2);
57133 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57134 }
57135 resultobj = SWIG_Py_Void();
57136 return resultobj;
57137fail:
57138 return NULL__null;
57139}
57140
57141
57142SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_SetCollectingStats(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57143 PyObject *resultobj = 0;
57144 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
57145 bool arg2 ;
57146 void *argp1 = 0 ;
57147 int res1 = 0 ;
57148 bool val2 ;
57149 int ecode2 = 0 ;
57150 PyObject * obj0 = 0 ;
57151 PyObject * obj1 = 0 ;
57152
57153 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_SetCollectingStats",&obj0,&obj1)) SWIG_failgoto fail;
57154 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
57155 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57156 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_SetCollectingStats" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_SetCollectingStats"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
57157 }
57158 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
57159 ecode2 = SWIG_AsVal_bool(obj1, &val2);
57160 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
57161 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTarget_SetCollectingStats" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTarget_SetCollectingStats"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
57162 }
57163 arg2 = static_cast< bool >(val2);
57164 {
57165 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57166 (arg1)->SetCollectingStats(arg2);
57167 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57168 }
57169 resultobj = SWIG_Py_Void();
57170 return resultobj;
57171fail:
57172 return NULL__null;
57173}
57174
57175
57176SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetCollectingStats(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57177 PyObject *resultobj = 0;
57178 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
57179 void *argp1 = 0 ;
57180 int res1 = 0 ;
57181 PyObject * obj0 = 0 ;
57182 bool result;
57183
57184 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetCollectingStats",&obj0)) SWIG_failgoto fail;
57185 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
57186 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57187 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetCollectingStats" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetCollectingStats"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
57188 }
57189 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
57190 {
57191 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57192 result = (bool)(arg1)->GetCollectingStats();
57193 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57194 }
57195 resultobj = SWIG_From_bool(static_cast< bool >(result));
57196 return resultobj;
57197fail:
57198 return NULL__null;
57199}
57200
57201
57202SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_GetStatistics(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57203 PyObject *resultobj = 0;
57204 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
57205 void *argp1 = 0 ;
57206 int res1 = 0 ;
57207 PyObject * obj0 = 0 ;
57208 lldb::SBStructuredData result;
57209
57210 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget_GetStatistics",&obj0)) SWIG_failgoto fail;
57211 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
57212 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57213 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_GetStatistics" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_GetStatistics" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
57214 }
57215 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
57216 {
57217 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57218 result = (arg1)->GetStatistics();
57219 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57220 }
57221 resultobj = SWIG_NewPointerObj((new lldb::SBStructuredData(static_cast< const lldb::SBStructuredData& >(result))), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBStructuredData
(static_cast< const lldb::SBStructuredData& >(result
))), swig_types[56], 0x1 | 0)
;
57222 return resultobj;
57223fail:
57224 return NULL__null;
57225}
57226
57227
57228SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57229 PyObject *resultobj = 0;
57230 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
57231 lldb::SBTarget *arg2 = 0 ;
57232 void *argp1 = 0 ;
57233 int res1 = 0 ;
57234 void *argp2 = 0 ;
57235 int res2 = 0 ;
57236 PyObject * obj0 = 0 ;
57237 PyObject * obj1 = 0 ;
57238 bool result;
57239
57240 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget___eq__",&obj0,&obj1)) SWIG_failgoto fail;
57241 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
57242 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57243 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget___eq__" "', argument " "1"" of type '" "lldb::SBTarget const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget___eq__" "', argument "
"1"" of type '" "lldb::SBTarget const *""'"); goto fail; } while
(0)
;
57244 }
57245 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
57246 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0 | 0, 0)
;
57247 if (!SWIG_IsOK(res2)(res2 >= 0)) {
57248 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget___eq__" "', argument " "2"" of type '" "lldb::SBTarget const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget___eq__" "', argument "
"2"" of type '" "lldb::SBTarget const &""'"); goto fail;
} while(0)
;
57249 }
57250 if (!argp2) {
57251 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget___eq__" "', argument " "2"" of type '" "lldb::SBTarget const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget___eq__" "', argument " "2"" of type '"
"lldb::SBTarget const &""'"); goto fail; } while(0)
;
57252 }
57253 arg2 = reinterpret_cast< lldb::SBTarget * >(argp2);
57254 {
57255 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57256 result = (bool)((lldb::SBTarget const *)arg1)->operator ==((lldb::SBTarget const &)*arg2);
57257 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57258 }
57259 resultobj = SWIG_From_bool(static_cast< bool >(result));
57260 return resultobj;
57261fail:
57262 return NULL__null;
57263}
57264
57265
57266SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57267 PyObject *resultobj = 0;
57268 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
57269 lldb::SBTarget *arg2 = 0 ;
57270 void *argp1 = 0 ;
57271 int res1 = 0 ;
57272 void *argp2 = 0 ;
57273 int res2 = 0 ;
57274 PyObject * obj0 = 0 ;
57275 PyObject * obj1 = 0 ;
57276 bool result;
57277
57278 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget___ne__",&obj0,&obj1)) SWIG_failgoto fail;
57279 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
57280 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57281 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget___ne__" "', argument " "1"" of type '" "lldb::SBTarget const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget___ne__" "', argument "
"1"" of type '" "lldb::SBTarget const *""'"); goto fail; } while
(0)
;
57282 }
57283 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
57284 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTarget, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[60]
, 0 | 0, 0)
;
57285 if (!SWIG_IsOK(res2)(res2 >= 0)) {
57286 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget___ne__" "', argument " "2"" of type '" "lldb::SBTarget const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget___ne__" "', argument "
"2"" of type '" "lldb::SBTarget const &""'"); goto fail;
} while(0)
;
57287 }
57288 if (!argp2) {
57289 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget___ne__" "', argument " "2"" of type '" "lldb::SBTarget const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget___ne__" "', argument " "2"" of type '"
"lldb::SBTarget const &""'"); goto fail; } while(0)
;
57290 }
57291 arg2 = reinterpret_cast< lldb::SBTarget * >(argp2);
57292 {
57293 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57294 result = (bool)((lldb::SBTarget const *)arg1)->operator !=((lldb::SBTarget const &)*arg2);
57295 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57296 }
57297 resultobj = SWIG_From_bool(static_cast< bool >(result));
57298 return resultobj;
57299fail:
57300 return NULL__null;
57301}
57302
57303
57304SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_EvaluateExpression__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57305 PyObject *resultobj = 0;
57306 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
57307 char *arg2 = (char *) 0 ;
57308 void *argp1 = 0 ;
57309 int res1 = 0 ;
57310 int res2 ;
57311 char *buf2 = 0 ;
57312 int alloc2 = 0 ;
57313 PyObject * obj0 = 0 ;
57314 PyObject * obj1 = 0 ;
57315 lldb::SBValue result;
57316
57317 if (!PyArg_ParseTuple(args,(char *)"OO:SBTarget_EvaluateExpression",&obj0,&obj1)) SWIG_failgoto fail;
57318 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
57319 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57320 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_EvaluateExpression" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_EvaluateExpression"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
57321 }
57322 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
57323 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
57324 if (!SWIG_IsOK(res2)(res2 >= 0)) {
57325 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_EvaluateExpression" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_EvaluateExpression"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
57326 }
57327 arg2 = reinterpret_cast< char * >(buf2);
57328 {
57329 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57330 result = (arg1)->EvaluateExpression((char const *)arg2);
57331 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57332 }
57333 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
57334 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
57335 return resultobj;
57336fail:
57337 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
57338 return NULL__null;
57339}
57340
57341
57342SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_EvaluateExpression__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57343 PyObject *resultobj = 0;
57344 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
57345 char *arg2 = (char *) 0 ;
57346 lldb::SBExpressionOptions *arg3 = 0 ;
57347 void *argp1 = 0 ;
57348 int res1 = 0 ;
57349 int res2 ;
57350 char *buf2 = 0 ;
57351 int alloc2 = 0 ;
57352 void *argp3 = 0 ;
57353 int res3 = 0 ;
57354 PyObject * obj0 = 0 ;
57355 PyObject * obj1 = 0 ;
57356 PyObject * obj2 = 0 ;
57357 lldb::SBValue result;
57358
57359 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTarget_EvaluateExpression",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
57360 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
57361 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57362 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget_EvaluateExpression" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget_EvaluateExpression"
"', argument " "1"" of type '" "lldb::SBTarget *""'"); goto fail
; } while(0)
;
57363 }
57364 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
57365 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
57366 if (!SWIG_IsOK(res2)(res2 >= 0)) {
57367 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTarget_EvaluateExpression" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTarget_EvaluateExpression"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
57368 }
57369 arg2 = reinterpret_cast< char * >(buf2);
57370 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBExpressionOptions, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[28]
, 0 | 0, 0)
;
57371 if (!SWIG_IsOK(res3)(res3 >= 0)) {
57372 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTarget_EvaluateExpression" "', argument " "3"" of type '" "lldb::SBExpressionOptions const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTarget_EvaluateExpression"
"', argument " "3"" of type '" "lldb::SBExpressionOptions const &"
"'"); goto fail; } while(0)
;
57373 }
57374 if (!argp3) {
57375 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTarget_EvaluateExpression" "', argument " "3"" of type '" "lldb::SBExpressionOptions const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTarget_EvaluateExpression" "', argument " "3"
" of type '" "lldb::SBExpressionOptions const &""'"); goto
fail; } while(0)
;
57376 }
57377 arg3 = reinterpret_cast< lldb::SBExpressionOptions * >(argp3);
57378 {
57379 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57380 result = (arg1)->EvaluateExpression((char const *)arg2,(lldb::SBExpressionOptions const &)*arg3);
57381 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57382 }
57383 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
57384 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
57385 return resultobj;
57386fail:
57387 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
57388 return NULL__null;
57389}
57390
57391
57392SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget_EvaluateExpression(PyObject *self, PyObject *args) {
57393 Py_ssize_t argc;
57394 PyObject *argv[4] = {
57395 0
57396 };
57397 Py_ssize_t ii;
57398
57399 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
57400 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
57401 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
57402 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
57403 }
57404 if (argc == 2) {
57405 int _v;
57406 void *vptr = 0;
57407 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
57408 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
57409 if (_v) {
57410 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
57411 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
57412 if (_v) {
57413 return _wrap_SBTarget_EvaluateExpression__SWIG_0(self, args);
57414 }
57415 }
57416 }
57417 if (argc == 3) {
57418 int _v;
57419 void *vptr = 0;
57420 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBTarget, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[60
], 0, 0)
;
57421 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
57422 if (_v) {
57423 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
57424 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
57425 if (_v) {
57426 int res = SWIG_ConvertPtr(argv[2], 0, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], 0, swig_types[28], 0, 0
)
;
57427 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
57428 if (_v) {
57429 return _wrap_SBTarget_EvaluateExpression__SWIG_1(self, args);
57430 }
57431 }
57432 }
57433 }
57434
57435fail:
57436 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTarget_EvaluateExpression'.\n"
57437 " Possible C/C++ prototypes are:\n"
57438 " lldb::SBTarget::EvaluateExpression(char const *)\n"
57439 " lldb::SBTarget::EvaluateExpression(char const *,lldb::SBExpressionOptions const &)\n");
57440 return 0;
57441}
57442
57443
57444SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTarget___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57445 PyObject *resultobj = 0;
57446 lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
57447 void *argp1 = 0 ;
57448 int res1 = 0 ;
57449 PyObject * obj0 = 0 ;
57450 PyObject *result = 0 ;
57451
57452 if (!PyArg_ParseTuple(args,(char *)"O:SBTarget___str__",&obj0)) SWIG_failgoto fail;
57453 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTarget, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[60]
, 0 | 0, 0)
;
57454 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57455 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTarget___str__" "', argument " "1"" of type '" "lldb::SBTarget *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTarget___str__" "', argument "
"1"" of type '" "lldb::SBTarget *""'"); goto fail; } while(0
)
;
57456 }
57457 arg1 = reinterpret_cast< lldb::SBTarget * >(argp1);
57458 result = (PyObject *)lldb_SBTarget___str__(arg1);
57459 resultobj = result;
57460 return resultobj;
57461fail:
57462 return NULL__null;
57463}
57464
57465
57466SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTarget_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57467 PyObject *obj;
57468 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
57469 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTargetswig_types[60], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
57470 return SWIG_Py_Void();
57471}
57472
57473SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBThread__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57474 PyObject *resultobj = 0;
57475 lldb::SBThread *result = 0 ;
57476
57477 if (!PyArg_ParseTuple(args,(char *)":new_SBThread")) SWIG_failgoto fail;
57478 {
57479 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57480 result = (lldb::SBThread *)new lldb::SBThread();
57481 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57482 }
57483 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[61], (
(0x1 << 1) | 0x1) | 0)
;
57484 return resultobj;
57485fail:
57486 return NULL__null;
57487}
57488
57489
57490SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBThread__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57491 PyObject *resultobj = 0;
57492 lldb::SBThread *arg1 = 0 ;
57493 void *argp1 = 0 ;
57494 int res1 = 0 ;
57495 PyObject * obj0 = 0 ;
57496 lldb::SBThread *result = 0 ;
57497
57498 if (!PyArg_ParseTuple(args,(char *)"O:new_SBThread",&obj0)) SWIG_failgoto fail;
57499 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBThread, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
57500 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57501 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBThread" "', argument " "1"" of type '" "lldb::SBThread const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBThread" "', argument "
"1"" of type '" "lldb::SBThread const &""'"); goto fail;
} while(0)
;
57502 }
57503 if (!argp1) {
57504 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBThread" "', argument " "1"" of type '" "lldb::SBThread const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBThread" "', argument " "1"" of type '" "lldb::SBThread const &"
"'"); goto fail; } while(0)
;
57505 }
57506 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
57507 {
57508 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57509 result = (lldb::SBThread *)new lldb::SBThread((lldb::SBThread const &)*arg1);
57510 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57511 }
57512 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[61], (
(0x1 << 1) | 0x1) | 0)
;
57513 return resultobj;
57514fail:
57515 return NULL__null;
57516}
57517
57518
57519SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBThread(PyObject *self, PyObject *args) {
57520 Py_ssize_t argc;
57521 PyObject *argv[2] = {
57522 0
57523 };
57524 Py_ssize_t ii;
57525
57526 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
57527 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
57528 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
57529 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
57530 }
57531 if (argc == 0) {
57532 return _wrap_new_SBThread__SWIG_0(self, args);
57533 }
57534 if (argc == 1) {
57535 int _v;
57536 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[61], 0, 0
)
;
57537 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
57538 if (_v) {
57539 return _wrap_new_SBThread__SWIG_1(self, args);
57540 }
57541 }
57542
57543fail:
57544 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBThread'.\n"
57545 " Possible C/C++ prototypes are:\n"
57546 " lldb::SBThread::SBThread()\n"
57547 " lldb::SBThread::SBThread(lldb::SBThread const &)\n");
57548 return 0;
57549}
57550
57551
57552SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBThread(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57553 PyObject *resultobj = 0;
57554 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
57555 void *argp1 = 0 ;
57556 int res1 = 0 ;
57557 PyObject * obj0 = 0 ;
57558
57559 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBThread",&obj0)) SWIG_failgoto fail;
57560 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0x1 | 0, 0)
;
57561 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57562 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBThread" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBThread" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
57563 }
57564 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
57565 {
57566 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57567 delete arg1;
57568 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57569 }
57570 resultobj = SWIG_Py_Void();
57571 return resultobj;
57572fail:
57573 return NULL__null;
57574}
57575
57576
57577SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetBroadcasterClassName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57578 PyObject *resultobj = 0;
57579 char *result = 0 ;
57580
57581 if (!PyArg_ParseTuple(args,(char *)":SBThread_GetBroadcasterClassName")) SWIG_failgoto fail;
57582 {
57583 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57584 result = (char *)lldb::SBThread::GetBroadcasterClassName();
57585 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57586 }
57587 resultobj = SWIG_FromCharPtr((const char *)result);
57588 return resultobj;
57589fail:
57590 return NULL__null;
57591}
57592
57593
57594SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_EventIsThreadEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57595 PyObject *resultobj = 0;
57596 lldb::SBEvent *arg1 = 0 ;
57597 void *argp1 = 0 ;
57598 int res1 = 0 ;
57599 PyObject * obj0 = 0 ;
57600 bool result;
57601
57602 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_EventIsThreadEvent",&obj0)) SWIG_failgoto fail;
57603 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
57604 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57605 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_EventIsThreadEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_EventIsThreadEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
57606 }
57607 if (!argp1) {
57608 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_EventIsThreadEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_EventIsThreadEvent" "', argument " "1"
" of type '" "lldb::SBEvent const &""'"); goto fail; } while
(0)
;
57609 }
57610 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
57611 {
57612 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57613 result = (bool)lldb::SBThread::EventIsThreadEvent((lldb::SBEvent const &)*arg1);
57614 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57615 }
57616 resultobj = SWIG_From_bool(static_cast< bool >(result));
57617 return resultobj;
57618fail:
57619 return NULL__null;
57620}
57621
57622
57623SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetStackFrameFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57624 PyObject *resultobj = 0;
57625 lldb::SBEvent *arg1 = 0 ;
57626 void *argp1 = 0 ;
57627 int res1 = 0 ;
57628 PyObject * obj0 = 0 ;
57629 lldb::SBFrame result;
57630
57631 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetStackFrameFromEvent",&obj0)) SWIG_failgoto fail;
57632 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
57633 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57634 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetStackFrameFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetStackFrameFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
57635 }
57636 if (!argp1) {
57637 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_GetStackFrameFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_GetStackFrameFromEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
57638 }
57639 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
57640 {
57641 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57642 result = lldb::SBThread::GetStackFrameFromEvent((lldb::SBEvent const &)*arg1);
57643 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57644 }
57645 resultobj = SWIG_NewPointerObj((new lldb::SBFrame(static_cast< const lldb::SBFrame& >(result))), SWIGTYPE_p_lldb__SBFrame, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFrame(static_cast
< const lldb::SBFrame& >(result))), swig_types[31],
0x1 | 0)
;
57646 return resultobj;
57647fail:
57648 return NULL__null;
57649}
57650
57651
57652SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetThreadFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57653 PyObject *resultobj = 0;
57654 lldb::SBEvent *arg1 = 0 ;
57655 void *argp1 = 0 ;
57656 int res1 = 0 ;
57657 PyObject * obj0 = 0 ;
57658 lldb::SBThread result;
57659
57660 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetThreadFromEvent",&obj0)) SWIG_failgoto fail;
57661 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
57662 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57663 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetThreadFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetThreadFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
57664 }
57665 if (!argp1) {
57666 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_GetThreadFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_GetThreadFromEvent" "', argument " "1"
" of type '" "lldb::SBEvent const &""'"); goto fail; } while
(0)
;
57667 }
57668 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
57669 {
57670 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57671 result = lldb::SBThread::GetThreadFromEvent((lldb::SBEvent const &)*arg1);
57672 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57673 }
57674 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
57675 return resultobj;
57676fail:
57677 return NULL__null;
57678}
57679
57680
57681SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57682 PyObject *resultobj = 0;
57683 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
57684 void *argp1 = 0 ;
57685 int res1 = 0 ;
57686 PyObject * obj0 = 0 ;
57687 bool result;
57688
57689 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_IsValid",&obj0)) SWIG_failgoto fail;
57690 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
57691 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57692 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_IsValid" "', argument " "1"" of type '" "lldb::SBThread const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_IsValid" "', argument "
"1"" of type '" "lldb::SBThread const *""'"); goto fail; } while
(0)
;
57693 }
57694 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
57695 {
57696 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57697 result = (bool)((lldb::SBThread const *)arg1)->IsValid();
57698 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57699 }
57700 resultobj = SWIG_From_bool(static_cast< bool >(result));
57701 return resultobj;
57702fail:
57703 return NULL__null;
57704}
57705
57706
57707SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57708 PyObject *resultobj = 0;
57709 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
57710 void *argp1 = 0 ;
57711 int res1 = 0 ;
57712 PyObject * obj0 = 0 ;
57713
57714 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_Clear",&obj0)) SWIG_failgoto fail;
57715 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
57716 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57717 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_Clear" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_Clear" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
57718 }
57719 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
57720 {
57721 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57722 (arg1)->Clear();
57723 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57724 }
57725 resultobj = SWIG_Py_Void();
57726 return resultobj;
57727fail:
57728 return NULL__null;
57729}
57730
57731
57732SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetStopReason(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57733 PyObject *resultobj = 0;
57734 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
57735 void *argp1 = 0 ;
57736 int res1 = 0 ;
57737 PyObject * obj0 = 0 ;
57738 lldb::StopReason result;
57739
57740 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetStopReason",&obj0)) SWIG_failgoto fail;
57741 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
57742 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57743 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetStopReason" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetStopReason" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
57744 }
57745 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
57746 {
57747 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57748 result = (lldb::StopReason)(arg1)->GetStopReason();
57749 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57750 }
57751 resultobj = SWIG_From_int(static_cast< int >(result));
57752 return resultobj;
57753fail:
57754 return NULL__null;
57755}
57756
57757
57758SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetStopReasonDataCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57759 PyObject *resultobj = 0;
57760 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
57761 void *argp1 = 0 ;
57762 int res1 = 0 ;
57763 PyObject * obj0 = 0 ;
57764 size_t result;
57765
57766 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetStopReasonDataCount",&obj0)) SWIG_failgoto fail;
57767 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
57768 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57769 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetStopReasonDataCount" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetStopReasonDataCount"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
57770 }
57771 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
57772 {
57773 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57774 result = (arg1)->GetStopReasonDataCount();
57775 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57776 }
57777 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
57778 return resultobj;
57779fail:
57780 return NULL__null;
57781}
57782
57783
57784SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetStopReasonDataAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57785 PyObject *resultobj = 0;
57786 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
57787 uint32_t arg2 ;
57788 void *argp1 = 0 ;
57789 int res1 = 0 ;
57790 unsigned int val2 ;
57791 int ecode2 = 0 ;
57792 PyObject * obj0 = 0 ;
57793 PyObject * obj1 = 0 ;
57794 uint64_t result;
57795
57796 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_GetStopReasonDataAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
57797 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
57798 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57799 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetStopReasonDataAtIndex" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetStopReasonDataAtIndex"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
57800 }
57801 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
57802 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
57803 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
57804 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThread_GetStopReasonDataAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThread_GetStopReasonDataAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
57805 }
57806 arg2 = static_cast< uint32_t >(val2);
57807 {
57808 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57809 result = (uint64_t)(arg1)->GetStopReasonDataAtIndex(arg2);
57810 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57811 }
57812 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
57813 return resultobj;
57814fail:
57815 return NULL__null;
57816}
57817
57818
57819SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetStopReasonExtendedInfoAsJSON(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57820 PyObject *resultobj = 0;
57821 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
57822 lldb::SBStream *arg2 = 0 ;
57823 void *argp1 = 0 ;
57824 int res1 = 0 ;
57825 void *argp2 = 0 ;
57826 int res2 = 0 ;
57827 PyObject * obj0 = 0 ;
57828 PyObject * obj1 = 0 ;
57829 bool result;
57830
57831 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_GetStopReasonExtendedInfoAsJSON",&obj0,&obj1)) SWIG_failgoto fail;
57832 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
57833 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57834 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetStopReasonExtendedInfoAsJSON" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetStopReasonExtendedInfoAsJSON"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
57835 }
57836 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
57837 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
57838 if (!SWIG_IsOK(res2)(res2 >= 0)) {
57839 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_GetStopReasonExtendedInfoAsJSON" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_GetStopReasonExtendedInfoAsJSON"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
57840 }
57841 if (!argp2) {
57842 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_GetStopReasonExtendedInfoAsJSON" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_GetStopReasonExtendedInfoAsJSON" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
57843 }
57844 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
57845 {
57846 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57847 result = (bool)(arg1)->GetStopReasonExtendedInfoAsJSON(*arg2);
57848 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57849 }
57850 resultobj = SWIG_From_bool(static_cast< bool >(result));
57851 return resultobj;
57852fail:
57853 return NULL__null;
57854}
57855
57856
57857SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetStopReasonExtendedBacktraces(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57858 PyObject *resultobj = 0;
57859 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
57860 lldb::InstrumentationRuntimeType arg2 ;
57861 void *argp1 = 0 ;
57862 int res1 = 0 ;
57863 int val2 ;
57864 int ecode2 = 0 ;
57865 PyObject * obj0 = 0 ;
57866 PyObject * obj1 = 0 ;
57867 lldb::SBThreadCollection result;
57868
57869 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_GetStopReasonExtendedBacktraces",&obj0,&obj1)) SWIG_failgoto fail;
57870 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
57871 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57872 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetStopReasonExtendedBacktraces" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetStopReasonExtendedBacktraces"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
57873 }
57874 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
57875 ecode2 = SWIG_AsVal_int(obj1, &val2);
57876 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
57877 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThread_GetStopReasonExtendedBacktraces" "', argument " "2"" of type '" "lldb::InstrumentationRuntimeType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThread_GetStopReasonExtendedBacktraces"
"', argument " "2"" of type '" "lldb::InstrumentationRuntimeType"
"'"); goto fail; } while(0)
;
57878 }
57879 arg2 = static_cast< lldb::InstrumentationRuntimeType >(val2);
57880 {
57881 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57882 result = (arg1)->GetStopReasonExtendedBacktraces(arg2);
57883 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57884 }
57885 resultobj = SWIG_NewPointerObj((new lldb::SBThreadCollection(static_cast< const lldb::SBThreadCollection& >(result))), SWIGTYPE_p_lldb__SBThreadCollection, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThreadCollection
(static_cast< const lldb::SBThreadCollection& >(result
))), swig_types[62], 0x1 | 0)
;
57886 return resultobj;
57887fail:
57888 return NULL__null;
57889}
57890
57891
57892SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetStopDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57893 PyObject *resultobj = 0;
57894 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
57895 char *arg2 = (char *) 0 ;
57896 size_t arg3 ;
57897 void *argp1 = 0 ;
57898 int res1 = 0 ;
57899 PyObject * obj0 = 0 ;
57900 PyObject * obj1 = 0 ;
57901 size_t result;
57902
57903 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_GetStopDescription",&obj0,&obj1)) SWIG_failgoto fail;
57904 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
57905 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57906 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetStopDescription" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetStopDescription"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
57907 }
57908 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
57909 {
57910 if (!PyInt_Check(obj1)((((obj1)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
57911 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
57912 return NULL__null;
57913 }
57914 arg3 = PyInt_AsLong(obj1);
57915 if (arg3 <= 0) {
57916 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
57917 return NULL__null;
57918 }
57919 arg2 = (char *) malloc(arg3);
57920 }
57921 {
57922 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57923 result = (arg1)->GetStopDescription(arg2,arg3);
57924 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57925 }
57926 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
57927 {
57928 Py_XDECREF(resultobj)do { if ((resultobj) == __null) ; else do { if ( --((PyObject
*)(resultobj))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(resultobj)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(resultobj)))); } while (0); } while (0)
; /* Blow away any previous result */
57929 if (result == 0) {
57930 lldb_private::PythonString string("");
57931 resultobj = string.release();
57932 Py_INCREF(resultobj)( ((PyObject*)(resultobj))->ob_refcnt++);
57933 } else {
57934 llvm::StringRef ref(static_cast<const char*>(arg2), result);
57935 lldb_private::PythonString string(ref);
57936 resultobj = string.release();
57937 }
57938 free(arg2);
57939 }
57940 return resultobj;
57941fail:
57942 return NULL__null;
57943}
57944
57945
57946SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetStopReturnValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57947 PyObject *resultobj = 0;
57948 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
57949 void *argp1 = 0 ;
57950 int res1 = 0 ;
57951 PyObject * obj0 = 0 ;
57952 lldb::SBValue result;
57953
57954 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetStopReturnValue",&obj0)) SWIG_failgoto fail;
57955 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
57956 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57957 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetStopReturnValue" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetStopReturnValue"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
57958 }
57959 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
57960 {
57961 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57962 result = (arg1)->GetStopReturnValue();
57963 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57964 }
57965 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
57966 return resultobj;
57967fail:
57968 return NULL__null;
57969}
57970
57971
57972SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetThreadID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57973 PyObject *resultobj = 0;
57974 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
57975 void *argp1 = 0 ;
57976 int res1 = 0 ;
57977 PyObject * obj0 = 0 ;
57978 lldb::tid_t result;
57979
57980 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetThreadID",&obj0)) SWIG_failgoto fail;
57981 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
57982 if (!SWIG_IsOK(res1)(res1 >= 0)) {
57983 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetThreadID" "', argument " "1"" of type '" "lldb::SBThread const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetThreadID" "', argument "
"1"" of type '" "lldb::SBThread const *""'"); goto fail; } while
(0)
;
57984 }
57985 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
57986 {
57987 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
57988 result = (lldb::tid_t)((lldb::SBThread const *)arg1)->GetThreadID();
57989 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
57990 }
57991 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
57992 return resultobj;
57993fail:
57994 return NULL__null;
57995}
57996
57997
57998SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetIndexID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
57999 PyObject *resultobj = 0;
58000 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58001 void *argp1 = 0 ;
58002 int res1 = 0 ;
58003 PyObject * obj0 = 0 ;
58004 uint32_t result;
58005
58006 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetIndexID",&obj0)) SWIG_failgoto fail;
58007 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58008 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58009 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetIndexID" "', argument " "1"" of type '" "lldb::SBThread const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetIndexID" "', argument "
"1"" of type '" "lldb::SBThread const *""'"); goto fail; } while
(0)
;
58010 }
58011 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58012 {
58013 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58014 result = (uint32_t)((lldb::SBThread const *)arg1)->GetIndexID();
58015 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58016 }
58017 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
58018 return resultobj;
58019fail:
58020 return NULL__null;
58021}
58022
58023
58024SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58025 PyObject *resultobj = 0;
58026 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58027 void *argp1 = 0 ;
58028 int res1 = 0 ;
58029 PyObject * obj0 = 0 ;
58030 char *result = 0 ;
58031
58032 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetName",&obj0)) SWIG_failgoto fail;
58033 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58034 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58035 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetName" "', argument " "1"" of type '" "lldb::SBThread const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetName" "', argument "
"1"" of type '" "lldb::SBThread const *""'"); goto fail; } while
(0)
;
58036 }
58037 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58038 {
58039 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58040 result = (char *)((lldb::SBThread const *)arg1)->GetName();
58041 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58042 }
58043 resultobj = SWIG_FromCharPtr((const char *)result);
58044 return resultobj;
58045fail:
58046 return NULL__null;
58047}
58048
58049
58050SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetQueueName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58051 PyObject *resultobj = 0;
58052 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58053 void *argp1 = 0 ;
58054 int res1 = 0 ;
58055 PyObject * obj0 = 0 ;
58056 char *result = 0 ;
58057
58058 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetQueueName",&obj0)) SWIG_failgoto fail;
58059 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58060 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58061 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetQueueName" "', argument " "1"" of type '" "lldb::SBThread const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetQueueName" "', argument "
"1"" of type '" "lldb::SBThread const *""'"); goto fail; } while
(0)
;
58062 }
58063 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58064 {
58065 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58066 result = (char *)((lldb::SBThread const *)arg1)->GetQueueName();
58067 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58068 }
58069 resultobj = SWIG_FromCharPtr((const char *)result);
58070 return resultobj;
58071fail:
58072 return NULL__null;
58073}
58074
58075
58076SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetQueueID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58077 PyObject *resultobj = 0;
58078 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58079 void *argp1 = 0 ;
58080 int res1 = 0 ;
58081 PyObject * obj0 = 0 ;
58082 lldb::queue_id_t result;
58083
58084 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetQueueID",&obj0)) SWIG_failgoto fail;
58085 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58086 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58087 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetQueueID" "', argument " "1"" of type '" "lldb::SBThread const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetQueueID" "', argument "
"1"" of type '" "lldb::SBThread const *""'"); goto fail; } while
(0)
;
58088 }
58089 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58090 {
58091 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58092 result = (lldb::queue_id_t)((lldb::SBThread const *)arg1)->GetQueueID();
58093 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58094 }
58095 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
58096 return resultobj;
58097fail:
58098 return NULL__null;
58099}
58100
58101
58102SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetInfoItemByPathAsString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58103 PyObject *resultobj = 0;
58104 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58105 char *arg2 = (char *) 0 ;
58106 lldb::SBStream *arg3 = 0 ;
58107 void *argp1 = 0 ;
58108 int res1 = 0 ;
58109 int res2 ;
58110 char *buf2 = 0 ;
58111 int alloc2 = 0 ;
58112 void *argp3 = 0 ;
58113 int res3 = 0 ;
58114 PyObject * obj0 = 0 ;
58115 PyObject * obj1 = 0 ;
58116 PyObject * obj2 = 0 ;
58117 bool result;
58118
58119 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThread_GetInfoItemByPathAsString",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
58120 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58121 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58122 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetInfoItemByPathAsString" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetInfoItemByPathAsString"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
58123 }
58124 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58125 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
58126 if (!SWIG_IsOK(res2)(res2 >= 0)) {
58127 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_GetInfoItemByPathAsString" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_GetInfoItemByPathAsString"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
58128 }
58129 arg2 = reinterpret_cast< char * >(buf2);
58130 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[54]
, 0, 0)
;
58131 if (!SWIG_IsOK(res3)(res3 >= 0)) {
58132 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBThread_GetInfoItemByPathAsString" "', argument " "3"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBThread_GetInfoItemByPathAsString"
"', argument " "3"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
58133 }
58134 if (!argp3) {
58135 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_GetInfoItemByPathAsString" "', argument " "3"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_GetInfoItemByPathAsString" "', argument "
"3"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
58136 }
58137 arg3 = reinterpret_cast< lldb::SBStream * >(argp3);
58138 {
58139 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58140 result = (bool)(arg1)->GetInfoItemByPathAsString((char const *)arg2,*arg3);
58141 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58142 }
58143 resultobj = SWIG_From_bool(static_cast< bool >(result));
58144 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
58145 return resultobj;
58146fail:
58147 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
58148 return NULL__null;
58149}
58150
58151
58152SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetQueue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58153 PyObject *resultobj = 0;
58154 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58155 void *argp1 = 0 ;
58156 int res1 = 0 ;
58157 PyObject * obj0 = 0 ;
58158 lldb::SBQueue result;
58159
58160 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetQueue",&obj0)) SWIG_failgoto fail;
58161 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58162 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58163 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetQueue" "', argument " "1"" of type '" "lldb::SBThread const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetQueue" "', argument "
"1"" of type '" "lldb::SBThread const *""'"); goto fail; } while
(0)
;
58164 }
58165 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58166 {
58167 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58168 result = ((lldb::SBThread const *)arg1)->GetQueue();
58169 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58170 }
58171 resultobj = SWIG_NewPointerObj((new lldb::SBQueue(static_cast< const lldb::SBQueue& >(result))), SWIGTYPE_p_lldb__SBQueue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBQueue(static_cast
< const lldb::SBQueue& >(result))), swig_types[50],
0x1 | 0)
;
58172 return resultobj;
58173fail:
58174 return NULL__null;
58175}
58176
58177
58178SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepOver__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58179 PyObject *resultobj = 0;
58180 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58181 lldb::RunMode arg2 ;
58182 void *argp1 = 0 ;
58183 int res1 = 0 ;
58184 int val2 ;
58185 int ecode2 = 0 ;
58186 PyObject * obj0 = 0 ;
58187 PyObject * obj1 = 0 ;
58188
58189 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_StepOver",&obj0,&obj1)) SWIG_failgoto fail;
58190 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58191 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58192 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepOver" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepOver" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58193 }
58194 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58195 ecode2 = SWIG_AsVal_int(obj1, &val2);
58196 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
58197 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThread_StepOver" "', argument " "2"" of type '" "lldb::RunMode""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThread_StepOver" "', argument "
"2"" of type '" "lldb::RunMode""'"); goto fail; } while(0)
;
58198 }
58199 arg2 = static_cast< lldb::RunMode >(val2);
58200 {
58201 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58202 (arg1)->StepOver(arg2);
58203 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58204 }
58205 resultobj = SWIG_Py_Void();
58206 return resultobj;
58207fail:
58208 return NULL__null;
58209}
58210
58211
58212SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepOver__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58213 PyObject *resultobj = 0;
58214 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58215 void *argp1 = 0 ;
58216 int res1 = 0 ;
58217 PyObject * obj0 = 0 ;
58218
58219 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_StepOver",&obj0)) SWIG_failgoto fail;
58220 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58221 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58222 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepOver" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepOver" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58223 }
58224 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58225 {
58226 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58227 (arg1)->StepOver();
58228 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58229 }
58230 resultobj = SWIG_Py_Void();
58231 return resultobj;
58232fail:
58233 return NULL__null;
58234}
58235
58236
58237SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepOver__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58238 PyObject *resultobj = 0;
58239 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58240 lldb::RunMode arg2 ;
58241 lldb::SBError *arg3 = 0 ;
58242 void *argp1 = 0 ;
58243 int res1 = 0 ;
58244 int val2 ;
58245 int ecode2 = 0 ;
58246 void *argp3 = 0 ;
58247 int res3 = 0 ;
58248 PyObject * obj0 = 0 ;
58249 PyObject * obj1 = 0 ;
58250 PyObject * obj2 = 0 ;
58251
58252 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThread_StepOver",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
58253 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58254 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58255 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepOver" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepOver" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58256 }
58257 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58258 ecode2 = SWIG_AsVal_int(obj1, &val2);
58259 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
58260 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThread_StepOver" "', argument " "2"" of type '" "lldb::RunMode""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThread_StepOver" "', argument "
"2"" of type '" "lldb::RunMode""'"); goto fail; } while(0)
;
58261 }
58262 arg2 = static_cast< lldb::RunMode >(val2);
58263 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
58264 if (!SWIG_IsOK(res3)(res3 >= 0)) {
58265 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBThread_StepOver" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBThread_StepOver" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
58266 }
58267 if (!argp3) {
58268 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_StepOver" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_StepOver" "', argument " "3"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
58269 }
58270 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
58271 {
58272 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58273 (arg1)->StepOver(arg2,*arg3);
58274 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58275 }
58276 resultobj = SWIG_Py_Void();
58277 return resultobj;
58278fail:
58279 return NULL__null;
58280}
58281
58282
58283SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepOver(PyObject *self, PyObject *args) {
58284 Py_ssize_t argc;
58285 PyObject *argv[4] = {
58286 0
58287 };
58288 Py_ssize_t ii;
58289
58290 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
58291 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
58292 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
58293 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
58294 }
58295 if (argc == 1) {
58296 int _v;
58297 void *vptr = 0;
58298 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58299 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58300 if (_v) {
58301 return _wrap_SBThread_StepOver__SWIG_1(self, args);
58302 }
58303 }
58304 if (argc == 2) {
58305 int _v;
58306 void *vptr = 0;
58307 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58308 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58309 if (_v) {
58310 {
58311 int res = SWIG_AsVal_int(argv[1], NULL__null);
58312 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58313 }
58314 if (_v) {
58315 return _wrap_SBThread_StepOver__SWIG_0(self, args);
58316 }
58317 }
58318 }
58319 if (argc == 3) {
58320 int _v;
58321 void *vptr = 0;
58322 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58323 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58324 if (_v) {
58325 {
58326 int res = SWIG_AsVal_int(argv[1], NULL__null);
58327 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58328 }
58329 if (_v) {
58330 void *vptr = 0;
58331 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[25
], 0, 0)
;
58332 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58333 if (_v) {
58334 return _wrap_SBThread_StepOver__SWIG_2(self, args);
58335 }
58336 }
58337 }
58338 }
58339
58340fail:
58341 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBThread_StepOver'.\n"
58342 " Possible C/C++ prototypes are:\n"
58343 " lldb::SBThread::StepOver(lldb::RunMode)\n"
58344 " lldb::SBThread::StepOver()\n"
58345 " lldb::SBThread::StepOver(lldb::RunMode,lldb::SBError &)\n");
58346 return 0;
58347}
58348
58349
58350SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepInto__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58351 PyObject *resultobj = 0;
58352 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58353 lldb::RunMode arg2 ;
58354 void *argp1 = 0 ;
58355 int res1 = 0 ;
58356 int val2 ;
58357 int ecode2 = 0 ;
58358 PyObject * obj0 = 0 ;
58359 PyObject * obj1 = 0 ;
58360
58361 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_StepInto",&obj0,&obj1)) SWIG_failgoto fail;
58362 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58363 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58364 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepInto" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepInto" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58365 }
58366 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58367 ecode2 = SWIG_AsVal_int(obj1, &val2);
58368 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
58369 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThread_StepInto" "', argument " "2"" of type '" "lldb::RunMode""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThread_StepInto" "', argument "
"2"" of type '" "lldb::RunMode""'"); goto fail; } while(0)
;
58370 }
58371 arg2 = static_cast< lldb::RunMode >(val2);
58372 {
58373 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58374 (arg1)->StepInto(arg2);
58375 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58376 }
58377 resultobj = SWIG_Py_Void();
58378 return resultobj;
58379fail:
58380 return NULL__null;
58381}
58382
58383
58384SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepInto__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58385 PyObject *resultobj = 0;
58386 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58387 void *argp1 = 0 ;
58388 int res1 = 0 ;
58389 PyObject * obj0 = 0 ;
58390
58391 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_StepInto",&obj0)) SWIG_failgoto fail;
58392 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58393 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58394 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepInto" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepInto" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58395 }
58396 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58397 {
58398 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58399 (arg1)->StepInto();
58400 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58401 }
58402 resultobj = SWIG_Py_Void();
58403 return resultobj;
58404fail:
58405 return NULL__null;
58406}
58407
58408
58409SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepInto__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58410 PyObject *resultobj = 0;
58411 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58412 char *arg2 = (char *) 0 ;
58413 lldb::RunMode arg3 ;
58414 void *argp1 = 0 ;
58415 int res1 = 0 ;
58416 int res2 ;
58417 char *buf2 = 0 ;
58418 int alloc2 = 0 ;
58419 int val3 ;
58420 int ecode3 = 0 ;
58421 PyObject * obj0 = 0 ;
58422 PyObject * obj1 = 0 ;
58423 PyObject * obj2 = 0 ;
58424
58425 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThread_StepInto",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
58426 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58427 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58428 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepInto" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepInto" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58429 }
58430 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58431 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
58432 if (!SWIG_IsOK(res2)(res2 >= 0)) {
58433 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_StepInto" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_StepInto" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
58434 }
58435 arg2 = reinterpret_cast< char * >(buf2);
58436 ecode3 = SWIG_AsVal_int(obj2, &val3);
58437 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
58438 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBThread_StepInto" "', argument " "3"" of type '" "lldb::RunMode""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBThread_StepInto" "', argument "
"3"" of type '" "lldb::RunMode""'"); goto fail; } while(0)
;
58439 }
58440 arg3 = static_cast< lldb::RunMode >(val3);
58441 {
58442 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58443 (arg1)->StepInto((char const *)arg2,arg3);
58444 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58445 }
58446 resultobj = SWIG_Py_Void();
58447 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
58448 return resultobj;
58449fail:
58450 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
58451 return NULL__null;
58452}
58453
58454
58455SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepInto__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58456 PyObject *resultobj = 0;
58457 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58458 char *arg2 = (char *) 0 ;
58459 void *argp1 = 0 ;
58460 int res1 = 0 ;
58461 int res2 ;
58462 char *buf2 = 0 ;
58463 int alloc2 = 0 ;
58464 PyObject * obj0 = 0 ;
58465 PyObject * obj1 = 0 ;
58466
58467 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_StepInto",&obj0,&obj1)) SWIG_failgoto fail;
58468 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58469 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58470 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepInto" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepInto" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58471 }
58472 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58473 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
58474 if (!SWIG_IsOK(res2)(res2 >= 0)) {
58475 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_StepInto" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_StepInto" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
58476 }
58477 arg2 = reinterpret_cast< char * >(buf2);
58478 {
58479 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58480 (arg1)->StepInto((char const *)arg2);
58481 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58482 }
58483 resultobj = SWIG_Py_Void();
58484 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
58485 return resultobj;
58486fail:
58487 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
58488 return NULL__null;
58489}
58490
58491
58492SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepInto__SWIG_4(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58493 PyObject *resultobj = 0;
58494 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58495 char *arg2 = (char *) 0 ;
58496 uint32_t arg3 ;
58497 lldb::SBError *arg4 = 0 ;
58498 lldb::RunMode arg5 ;
58499 void *argp1 = 0 ;
58500 int res1 = 0 ;
58501 int res2 ;
58502 char *buf2 = 0 ;
58503 int alloc2 = 0 ;
58504 unsigned int val3 ;
58505 int ecode3 = 0 ;
58506 void *argp4 = 0 ;
58507 int res4 = 0 ;
58508 int val5 ;
58509 int ecode5 = 0 ;
58510 PyObject * obj0 = 0 ;
58511 PyObject * obj1 = 0 ;
58512 PyObject * obj2 = 0 ;
58513 PyObject * obj3 = 0 ;
58514 PyObject * obj4 = 0 ;
58515
58516 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBThread_StepInto",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
58517 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58518 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58519 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepInto" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepInto" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58520 }
58521 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58522 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
58523 if (!SWIG_IsOK(res2)(res2 >= 0)) {
58524 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_StepInto" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_StepInto" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
58525 }
58526 arg2 = reinterpret_cast< char * >(buf2);
58527 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
58528 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
58529 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBThread_StepInto" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBThread_StepInto" "', argument "
"3"" of type '" "uint32_t""'"); goto fail; } while(0)
;
58530 }
58531 arg3 = static_cast< uint32_t >(val3);
58532 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[25]
, 0, 0)
;
58533 if (!SWIG_IsOK(res4)(res4 >= 0)) {
58534 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBThread_StepInto" "', argument " "4"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBThread_StepInto" "', argument "
"4"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
58535 }
58536 if (!argp4) {
58537 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_StepInto" "', argument " "4"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_StepInto" "', argument " "4"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
58538 }
58539 arg4 = reinterpret_cast< lldb::SBError * >(argp4);
58540 ecode5 = SWIG_AsVal_int(obj4, &val5);
58541 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
58542 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBThread_StepInto" "', argument " "5"" of type '" "lldb::RunMode""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBThread_StepInto" "', argument "
"5"" of type '" "lldb::RunMode""'"); goto fail; } while(0)
;
58543 }
58544 arg5 = static_cast< lldb::RunMode >(val5);
58545 {
58546 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58547 (arg1)->StepInto((char const *)arg2,arg3,*arg4,arg5);
58548 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58549 }
58550 resultobj = SWIG_Py_Void();
58551 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
58552 return resultobj;
58553fail:
58554 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
58555 return NULL__null;
58556}
58557
58558
58559SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepInto__SWIG_5(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58560 PyObject *resultobj = 0;
58561 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58562 char *arg2 = (char *) 0 ;
58563 uint32_t arg3 ;
58564 lldb::SBError *arg4 = 0 ;
58565 void *argp1 = 0 ;
58566 int res1 = 0 ;
58567 int res2 ;
58568 char *buf2 = 0 ;
58569 int alloc2 = 0 ;
58570 unsigned int val3 ;
58571 int ecode3 = 0 ;
58572 void *argp4 = 0 ;
58573 int res4 = 0 ;
58574 PyObject * obj0 = 0 ;
58575 PyObject * obj1 = 0 ;
58576 PyObject * obj2 = 0 ;
58577 PyObject * obj3 = 0 ;
58578
58579 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBThread_StepInto",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
58580 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58581 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58582 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepInto" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepInto" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58583 }
58584 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58585 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
58586 if (!SWIG_IsOK(res2)(res2 >= 0)) {
58587 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_StepInto" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_StepInto" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
58588 }
58589 arg2 = reinterpret_cast< char * >(buf2);
58590 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
58591 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
58592 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBThread_StepInto" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBThread_StepInto" "', argument "
"3"" of type '" "uint32_t""'"); goto fail; } while(0)
;
58593 }
58594 arg3 = static_cast< uint32_t >(val3);
58595 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[25]
, 0, 0)
;
58596 if (!SWIG_IsOK(res4)(res4 >= 0)) {
58597 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBThread_StepInto" "', argument " "4"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBThread_StepInto" "', argument "
"4"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
58598 }
58599 if (!argp4) {
58600 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_StepInto" "', argument " "4"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_StepInto" "', argument " "4"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
58601 }
58602 arg4 = reinterpret_cast< lldb::SBError * >(argp4);
58603 {
58604 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58605 (arg1)->StepInto((char const *)arg2,arg3,*arg4);
58606 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58607 }
58608 resultobj = SWIG_Py_Void();
58609 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
58610 return resultobj;
58611fail:
58612 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
58613 return NULL__null;
58614}
58615
58616
58617SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepInto(PyObject *self, PyObject *args) {
58618 Py_ssize_t argc;
58619 PyObject *argv[6] = {
58620 0
58621 };
58622 Py_ssize_t ii;
58623
58624 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
58625 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
58626 for (ii = 0; (ii < 5) && (ii < argc); ii++) {
58627 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
58628 }
58629 if (argc == 1) {
58630 int _v;
58631 void *vptr = 0;
58632 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58633 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58634 if (_v) {
58635 return _wrap_SBThread_StepInto__SWIG_1(self, args);
58636 }
58637 }
58638 if (argc == 2) {
58639 int _v;
58640 void *vptr = 0;
58641 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58642 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58643 if (_v) {
58644 {
58645 int res = SWIG_AsVal_int(argv[1], NULL__null);
58646 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58647 }
58648 if (_v) {
58649 return _wrap_SBThread_StepInto__SWIG_0(self, args);
58650 }
58651 }
58652 }
58653 if (argc == 2) {
58654 int _v;
58655 void *vptr = 0;
58656 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58657 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58658 if (_v) {
58659 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
58660 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58661 if (_v) {
58662 return _wrap_SBThread_StepInto__SWIG_3(self, args);
58663 }
58664 }
58665 }
58666 if (argc == 3) {
58667 int _v;
58668 void *vptr = 0;
58669 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58670 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58671 if (_v) {
58672 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
58673 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58674 if (_v) {
58675 {
58676 int res = SWIG_AsVal_int(argv[2], NULL__null);
58677 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58678 }
58679 if (_v) {
58680 return _wrap_SBThread_StepInto__SWIG_2(self, args);
58681 }
58682 }
58683 }
58684 }
58685 if (argc == 4) {
58686 int _v;
58687 void *vptr = 0;
58688 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58689 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58690 if (_v) {
58691 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
58692 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58693 if (_v) {
58694 {
58695 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
58696 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58697 }
58698 if (_v) {
58699 void *vptr = 0;
58700 int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], &vptr, swig_types[25
], 0, 0)
;
58701 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58702 if (_v) {
58703 return _wrap_SBThread_StepInto__SWIG_5(self, args);
58704 }
58705 }
58706 }
58707 }
58708 }
58709 if (argc == 5) {
58710 int _v;
58711 void *vptr = 0;
58712 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58713 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58714 if (_v) {
58715 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
58716 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58717 if (_v) {
58718 {
58719 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
58720 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58721 }
58722 if (_v) {
58723 void *vptr = 0;
58724 int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], &vptr, swig_types[25
], 0, 0)
;
58725 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58726 if (_v) {
58727 {
58728 int res = SWIG_AsVal_int(argv[4], NULL__null);
58729 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58730 }
58731 if (_v) {
58732 return _wrap_SBThread_StepInto__SWIG_4(self, args);
58733 }
58734 }
58735 }
58736 }
58737 }
58738 }
58739
58740fail:
58741 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBThread_StepInto'.\n"
58742 " Possible C/C++ prototypes are:\n"
58743 " lldb::SBThread::StepInto(lldb::RunMode)\n"
58744 " lldb::SBThread::StepInto()\n"
58745 " lldb::SBThread::StepInto(char const *,lldb::RunMode)\n"
58746 " lldb::SBThread::StepInto(char const *)\n"
58747 " lldb::SBThread::StepInto(char const *,uint32_t,lldb::SBError &,lldb::RunMode)\n"
58748 " lldb::SBThread::StepInto(char const *,uint32_t,lldb::SBError &)\n");
58749 return 0;
58750}
58751
58752
58753SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepOut__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58754 PyObject *resultobj = 0;
58755 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58756 void *argp1 = 0 ;
58757 int res1 = 0 ;
58758 PyObject * obj0 = 0 ;
58759
58760 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_StepOut",&obj0)) SWIG_failgoto fail;
58761 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58762 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58763 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepOut" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepOut" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58764 }
58765 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58766 {
58767 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58768 (arg1)->StepOut();
58769 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58770 }
58771 resultobj = SWIG_Py_Void();
58772 return resultobj;
58773fail:
58774 return NULL__null;
58775}
58776
58777
58778SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepOut__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58779 PyObject *resultobj = 0;
58780 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58781 lldb::SBError *arg2 = 0 ;
58782 void *argp1 = 0 ;
58783 int res1 = 0 ;
58784 void *argp2 = 0 ;
58785 int res2 = 0 ;
58786 PyObject * obj0 = 0 ;
58787 PyObject * obj1 = 0 ;
58788
58789 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_StepOut",&obj0,&obj1)) SWIG_failgoto fail;
58790 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58791 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58792 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepOut" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepOut" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58793 }
58794 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58795 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
58796 if (!SWIG_IsOK(res2)(res2 >= 0)) {
58797 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_StepOut" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_StepOut" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
58798 }
58799 if (!argp2) {
58800 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_StepOut" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_StepOut" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
58801 }
58802 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
58803 {
58804 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58805 (arg1)->StepOut(*arg2);
58806 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58807 }
58808 resultobj = SWIG_Py_Void();
58809 return resultobj;
58810fail:
58811 return NULL__null;
58812}
58813
58814
58815SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepOut(PyObject *self, PyObject *args) {
58816 Py_ssize_t argc;
58817 PyObject *argv[3] = {
58818 0
58819 };
58820 Py_ssize_t ii;
58821
58822 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
58823 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
58824 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
58825 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
58826 }
58827 if (argc == 1) {
58828 int _v;
58829 void *vptr = 0;
58830 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58831 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58832 if (_v) {
58833 return _wrap_SBThread_StepOut__SWIG_0(self, args);
58834 }
58835 }
58836 if (argc == 2) {
58837 int _v;
58838 void *vptr = 0;
58839 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58840 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58841 if (_v) {
58842 void *vptr = 0;
58843 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[25
], 0, 0)
;
58844 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58845 if (_v) {
58846 return _wrap_SBThread_StepOut__SWIG_1(self, args);
58847 }
58848 }
58849 }
58850
58851fail:
58852 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBThread_StepOut'.\n"
58853 " Possible C/C++ prototypes are:\n"
58854 " lldb::SBThread::StepOut()\n"
58855 " lldb::SBThread::StepOut(lldb::SBError &)\n");
58856 return 0;
58857}
58858
58859
58860SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepOutOfFrame__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58861 PyObject *resultobj = 0;
58862 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58863 lldb::SBFrame *arg2 = 0 ;
58864 void *argp1 = 0 ;
58865 int res1 = 0 ;
58866 void *argp2 = 0 ;
58867 int res2 = 0 ;
58868 PyObject * obj0 = 0 ;
58869 PyObject * obj1 = 0 ;
58870
58871 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_StepOutOfFrame",&obj0,&obj1)) SWIG_failgoto fail;
58872 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58873 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58874 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepOutOfFrame" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepOutOfFrame" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58875 }
58876 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58877 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFrame, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[31]
, 0, 0)
;
58878 if (!SWIG_IsOK(res2)(res2 >= 0)) {
58879 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_StepOutOfFrame" "', argument " "2"" of type '" "lldb::SBFrame &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_StepOutOfFrame" "', argument "
"2"" of type '" "lldb::SBFrame &""'"); goto fail; } while
(0)
;
58880 }
58881 if (!argp2) {
58882 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_StepOutOfFrame" "', argument " "2"" of type '" "lldb::SBFrame &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_StepOutOfFrame" "', argument " "2"" of type '"
"lldb::SBFrame &""'"); goto fail; } while(0)
;
58883 }
58884 arg2 = reinterpret_cast< lldb::SBFrame * >(argp2);
58885 {
58886 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58887 (arg1)->StepOutOfFrame(*arg2);
58888 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58889 }
58890 resultobj = SWIG_Py_Void();
58891 return resultobj;
58892fail:
58893 return NULL__null;
58894}
58895
58896
58897SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepOutOfFrame__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
58898 PyObject *resultobj = 0;
58899 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
58900 lldb::SBFrame *arg2 = 0 ;
58901 lldb::SBError *arg3 = 0 ;
58902 void *argp1 = 0 ;
58903 int res1 = 0 ;
58904 void *argp2 = 0 ;
58905 int res2 = 0 ;
58906 void *argp3 = 0 ;
58907 int res3 = 0 ;
58908 PyObject * obj0 = 0 ;
58909 PyObject * obj1 = 0 ;
58910 PyObject * obj2 = 0 ;
58911
58912 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThread_StepOutOfFrame",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
58913 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
58914 if (!SWIG_IsOK(res1)(res1 >= 0)) {
58915 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepOutOfFrame" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepOutOfFrame" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
58916 }
58917 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
58918 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFrame, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[31]
, 0, 0)
;
58919 if (!SWIG_IsOK(res2)(res2 >= 0)) {
58920 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_StepOutOfFrame" "', argument " "2"" of type '" "lldb::SBFrame &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_StepOutOfFrame" "', argument "
"2"" of type '" "lldb::SBFrame &""'"); goto fail; } while
(0)
;
58921 }
58922 if (!argp2) {
58923 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_StepOutOfFrame" "', argument " "2"" of type '" "lldb::SBFrame &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_StepOutOfFrame" "', argument " "2"" of type '"
"lldb::SBFrame &""'"); goto fail; } while(0)
;
58924 }
58925 arg2 = reinterpret_cast< lldb::SBFrame * >(argp2);
58926 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
58927 if (!SWIG_IsOK(res3)(res3 >= 0)) {
58928 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBThread_StepOutOfFrame" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBThread_StepOutOfFrame" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
58929 }
58930 if (!argp3) {
58931 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_StepOutOfFrame" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_StepOutOfFrame" "', argument " "3"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
58932 }
58933 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
58934 {
58935 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
58936 (arg1)->StepOutOfFrame(*arg2,*arg3);
58937 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
58938 }
58939 resultobj = SWIG_Py_Void();
58940 return resultobj;
58941fail:
58942 return NULL__null;
58943}
58944
58945
58946SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepOutOfFrame(PyObject *self, PyObject *args) {
58947 Py_ssize_t argc;
58948 PyObject *argv[4] = {
58949 0
58950 };
58951 Py_ssize_t ii;
58952
58953 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
58954 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
58955 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
58956 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
58957 }
58958 if (argc == 2) {
58959 int _v;
58960 void *vptr = 0;
58961 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58962 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58963 if (_v) {
58964 void *vptr = 0;
58965 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[31
], 0, 0)
;
58966 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58967 if (_v) {
58968 return _wrap_SBThread_StepOutOfFrame__SWIG_0(self, args);
58969 }
58970 }
58971 }
58972 if (argc == 3) {
58973 int _v;
58974 void *vptr = 0;
58975 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
58976 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58977 if (_v) {
58978 void *vptr = 0;
58979 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBFrame, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[31
], 0, 0)
;
58980 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58981 if (_v) {
58982 void *vptr = 0;
58983 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[25
], 0, 0)
;
58984 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
58985 if (_v) {
58986 return _wrap_SBThread_StepOutOfFrame__SWIG_1(self, args);
58987 }
58988 }
58989 }
58990 }
58991
58992fail:
58993 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBThread_StepOutOfFrame'.\n"
58994 " Possible C/C++ prototypes are:\n"
58995 " lldb::SBThread::StepOutOfFrame(lldb::SBFrame &)\n"
58996 " lldb::SBThread::StepOutOfFrame(lldb::SBFrame &,lldb::SBError &)\n");
58997 return 0;
58998}
58999
59000
59001SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepInstruction__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59002 PyObject *resultobj = 0;
59003 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59004 bool arg2 ;
59005 void *argp1 = 0 ;
59006 int res1 = 0 ;
59007 bool val2 ;
59008 int ecode2 = 0 ;
59009 PyObject * obj0 = 0 ;
59010 PyObject * obj1 = 0 ;
59011
59012 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_StepInstruction",&obj0,&obj1)) SWIG_failgoto fail;
59013 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59014 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59015 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepInstruction" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepInstruction" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59016 }
59017 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59018 ecode2 = SWIG_AsVal_bool(obj1, &val2);
59019 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
59020 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThread_StepInstruction" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThread_StepInstruction"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
59021 }
59022 arg2 = static_cast< bool >(val2);
59023 {
59024 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59025 (arg1)->StepInstruction(arg2);
59026 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59027 }
59028 resultobj = SWIG_Py_Void();
59029 return resultobj;
59030fail:
59031 return NULL__null;
59032}
59033
59034
59035SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepInstruction__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59036 PyObject *resultobj = 0;
59037 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59038 bool arg2 ;
59039 lldb::SBError *arg3 = 0 ;
59040 void *argp1 = 0 ;
59041 int res1 = 0 ;
59042 bool val2 ;
59043 int ecode2 = 0 ;
59044 void *argp3 = 0 ;
59045 int res3 = 0 ;
59046 PyObject * obj0 = 0 ;
59047 PyObject * obj1 = 0 ;
59048 PyObject * obj2 = 0 ;
59049
59050 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThread_StepInstruction",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
59051 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59052 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59053 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepInstruction" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepInstruction" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59054 }
59055 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59056 ecode2 = SWIG_AsVal_bool(obj1, &val2);
59057 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
59058 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThread_StepInstruction" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThread_StepInstruction"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
59059 }
59060 arg2 = static_cast< bool >(val2);
59061 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
59062 if (!SWIG_IsOK(res3)(res3 >= 0)) {
59063 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBThread_StepInstruction" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBThread_StepInstruction" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
59064 }
59065 if (!argp3) {
59066 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_StepInstruction" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_StepInstruction" "', argument " "3"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
59067 }
59068 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
59069 {
59070 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59071 (arg1)->StepInstruction(arg2,*arg3);
59072 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59073 }
59074 resultobj = SWIG_Py_Void();
59075 return resultobj;
59076fail:
59077 return NULL__null;
59078}
59079
59080
59081SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepInstruction(PyObject *self, PyObject *args) {
59082 Py_ssize_t argc;
59083 PyObject *argv[4] = {
59084 0
59085 };
59086 Py_ssize_t ii;
59087
59088 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
59089 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
59090 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
59091 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
59092 }
59093 if (argc == 2) {
59094 int _v;
59095 void *vptr = 0;
59096 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
59097 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59098 if (_v) {
59099 {
59100 int res = SWIG_AsVal_bool(argv[1], NULL__null);
59101 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59102 }
59103 if (_v) {
59104 return _wrap_SBThread_StepInstruction__SWIG_0(self, args);
59105 }
59106 }
59107 }
59108 if (argc == 3) {
59109 int _v;
59110 void *vptr = 0;
59111 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
59112 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59113 if (_v) {
59114 {
59115 int res = SWIG_AsVal_bool(argv[1], NULL__null);
59116 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59117 }
59118 if (_v) {
59119 void *vptr = 0;
59120 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[25
], 0, 0)
;
59121 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59122 if (_v) {
59123 return _wrap_SBThread_StepInstruction__SWIG_1(self, args);
59124 }
59125 }
59126 }
59127 }
59128
59129fail:
59130 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBThread_StepInstruction'.\n"
59131 " Possible C/C++ prototypes are:\n"
59132 " lldb::SBThread::StepInstruction(bool)\n"
59133 " lldb::SBThread::StepInstruction(bool,lldb::SBError &)\n");
59134 return 0;
59135}
59136
59137
59138SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepOverUntil(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59139 PyObject *resultobj = 0;
59140 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59141 lldb::SBFrame *arg2 = 0 ;
59142 lldb::SBFileSpec *arg3 = 0 ;
59143 uint32_t arg4 ;
59144 void *argp1 = 0 ;
59145 int res1 = 0 ;
59146 void *argp2 = 0 ;
59147 int res2 = 0 ;
59148 void *argp3 = 0 ;
59149 int res3 = 0 ;
59150 unsigned int val4 ;
59151 int ecode4 = 0 ;
59152 PyObject * obj0 = 0 ;
59153 PyObject * obj1 = 0 ;
59154 PyObject * obj2 = 0 ;
59155 PyObject * obj3 = 0 ;
59156 lldb::SBError result;
59157
59158 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBThread_StepOverUntil",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
59159 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59160 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59161 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepOverUntil" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepOverUntil" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59162 }
59163 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59164 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFrame, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[31]
, 0, 0)
;
59165 if (!SWIG_IsOK(res2)(res2 >= 0)) {
59166 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_StepOverUntil" "', argument " "2"" of type '" "lldb::SBFrame &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_StepOverUntil" "', argument "
"2"" of type '" "lldb::SBFrame &""'"); goto fail; } while
(0)
;
59167 }
59168 if (!argp2) {
59169 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_StepOverUntil" "', argument " "2"" of type '" "lldb::SBFrame &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_StepOverUntil" "', argument " "2"" of type '"
"lldb::SBFrame &""'"); goto fail; } while(0)
;
59170 }
59171 arg2 = reinterpret_cast< lldb::SBFrame * >(argp2);
59172 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[29]
, 0, 0)
;
59173 if (!SWIG_IsOK(res3)(res3 >= 0)) {
59174 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBThread_StepOverUntil" "', argument " "3"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBThread_StepOverUntil" "', argument "
"3"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
59175 }
59176 if (!argp3) {
59177 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_StepOverUntil" "', argument " "3"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_StepOverUntil" "', argument " "3"" of type '"
"lldb::SBFileSpec &""'"); goto fail; } while(0)
;
59178 }
59179 arg3 = reinterpret_cast< lldb::SBFileSpec * >(argp3);
59180 ecode4 = SWIG_AsVal_unsigned_SS_int(obj3, &val4);
59181 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
59182 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBThread_StepOverUntil" "', argument " "4"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBThread_StepOverUntil"
"', argument " "4"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
59183 }
59184 arg4 = static_cast< uint32_t >(val4);
59185 {
59186 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59187 result = (arg1)->StepOverUntil(*arg2,*arg3,arg4);
59188 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59189 }
59190 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
59191 return resultobj;
59192fail:
59193 return NULL__null;
59194}
59195
59196
59197SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepUsingScriptedThreadPlan__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59198 PyObject *resultobj = 0;
59199 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59200 char *arg2 = (char *) 0 ;
59201 void *argp1 = 0 ;
59202 int res1 = 0 ;
59203 int res2 ;
59204 char *buf2 = 0 ;
59205 int alloc2 = 0 ;
59206 PyObject * obj0 = 0 ;
59207 PyObject * obj1 = 0 ;
59208 lldb::SBError result;
59209
59210 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_StepUsingScriptedThreadPlan",&obj0,&obj1)) SWIG_failgoto fail;
59211 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59212 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59213 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepUsingScriptedThreadPlan" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepUsingScriptedThreadPlan"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
59214 }
59215 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59216 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
59217 if (!SWIG_IsOK(res2)(res2 >= 0)) {
59218 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_StepUsingScriptedThreadPlan" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_StepUsingScriptedThreadPlan"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
59219 }
59220 arg2 = reinterpret_cast< char * >(buf2);
59221 {
59222 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59223 result = (arg1)->StepUsingScriptedThreadPlan((char const *)arg2);
59224 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59225 }
59226 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
59227 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
59228 return resultobj;
59229fail:
59230 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
59231 return NULL__null;
59232}
59233
59234
59235SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepUsingScriptedThreadPlan__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59236 PyObject *resultobj = 0;
59237 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59238 char *arg2 = (char *) 0 ;
59239 bool arg3 ;
59240 void *argp1 = 0 ;
59241 int res1 = 0 ;
59242 int res2 ;
59243 char *buf2 = 0 ;
59244 int alloc2 = 0 ;
59245 bool val3 ;
59246 int ecode3 = 0 ;
59247 PyObject * obj0 = 0 ;
59248 PyObject * obj1 = 0 ;
59249 PyObject * obj2 = 0 ;
59250 lldb::SBError result;
59251
59252 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThread_StepUsingScriptedThreadPlan",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
59253 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59254 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59255 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_StepUsingScriptedThreadPlan" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_StepUsingScriptedThreadPlan"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
59256 }
59257 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59258 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
59259 if (!SWIG_IsOK(res2)(res2 >= 0)) {
59260 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_StepUsingScriptedThreadPlan" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_StepUsingScriptedThreadPlan"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
59261 }
59262 arg2 = reinterpret_cast< char * >(buf2);
59263 ecode3 = SWIG_AsVal_bool(obj2, &val3);
59264 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
59265 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBThread_StepUsingScriptedThreadPlan" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBThread_StepUsingScriptedThreadPlan"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
59266 }
59267 arg3 = static_cast< bool >(val3);
59268 {
59269 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59270 result = (arg1)->StepUsingScriptedThreadPlan((char const *)arg2,arg3);
59271 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59272 }
59273 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
59274 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
59275 return resultobj;
59276fail:
59277 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
59278 return NULL__null;
59279}
59280
59281
59282SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_StepUsingScriptedThreadPlan(PyObject *self, PyObject *args) {
59283 Py_ssize_t argc;
59284 PyObject *argv[4] = {
59285 0
59286 };
59287 Py_ssize_t ii;
59288
59289 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
59290 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
59291 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
59292 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
59293 }
59294 if (argc == 2) {
59295 int _v;
59296 void *vptr = 0;
59297 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
59298 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59299 if (_v) {
59300 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
59301 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59302 if (_v) {
59303 return _wrap_SBThread_StepUsingScriptedThreadPlan__SWIG_0(self, args);
59304 }
59305 }
59306 }
59307 if (argc == 3) {
59308 int _v;
59309 void *vptr = 0;
59310 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
59311 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59312 if (_v) {
59313 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
59314 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59315 if (_v) {
59316 {
59317 int res = SWIG_AsVal_bool(argv[2], NULL__null);
59318 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59319 }
59320 if (_v) {
59321 return _wrap_SBThread_StepUsingScriptedThreadPlan__SWIG_1(self, args);
59322 }
59323 }
59324 }
59325 }
59326
59327fail:
59328 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBThread_StepUsingScriptedThreadPlan'.\n"
59329 " Possible C/C++ prototypes are:\n"
59330 " lldb::SBThread::StepUsingScriptedThreadPlan(char const *)\n"
59331 " lldb::SBThread::StepUsingScriptedThreadPlan(char const *,bool)\n");
59332 return 0;
59333}
59334
59335
59336SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_JumpToLine(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59337 PyObject *resultobj = 0;
59338 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59339 lldb::SBFileSpec *arg2 = 0 ;
59340 uint32_t arg3 ;
59341 void *argp1 = 0 ;
59342 int res1 = 0 ;
59343 void *argp2 = 0 ;
59344 int res2 = 0 ;
59345 unsigned int val3 ;
59346 int ecode3 = 0 ;
59347 PyObject * obj0 = 0 ;
59348 PyObject * obj1 = 0 ;
59349 PyObject * obj2 = 0 ;
59350 lldb::SBError result;
59351
59352 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThread_JumpToLine",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
59353 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59354 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59355 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_JumpToLine" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_JumpToLine" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59356 }
59357 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59358 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFileSpec, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[29]
, 0, 0)
;
59359 if (!SWIG_IsOK(res2)(res2 >= 0)) {
59360 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_JumpToLine" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_JumpToLine" "', argument "
"2"" of type '" "lldb::SBFileSpec &""'"); goto fail; } while
(0)
;
59361 }
59362 if (!argp2) {
59363 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_JumpToLine" "', argument " "2"" of type '" "lldb::SBFileSpec &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_JumpToLine" "', argument " "2"" of type '"
"lldb::SBFileSpec &""'"); goto fail; } while(0)
;
59364 }
59365 arg2 = reinterpret_cast< lldb::SBFileSpec * >(argp2);
59366 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
59367 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
59368 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBThread_JumpToLine" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBThread_JumpToLine" "', argument "
"3"" of type '" "uint32_t""'"); goto fail; } while(0)
;
59369 }
59370 arg3 = static_cast< uint32_t >(val3);
59371 {
59372 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59373 result = (arg1)->JumpToLine(*arg2,arg3);
59374 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59375 }
59376 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
59377 return resultobj;
59378fail:
59379 return NULL__null;
59380}
59381
59382
59383SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_RunToAddress__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59384 PyObject *resultobj = 0;
59385 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59386 lldb::addr_t arg2 ;
59387 void *argp1 = 0 ;
59388 int res1 = 0 ;
59389 unsigned long long val2 ;
59390 int ecode2 = 0 ;
59391 PyObject * obj0 = 0 ;
59392 PyObject * obj1 = 0 ;
59393
59394 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_RunToAddress",&obj0,&obj1)) SWIG_failgoto fail;
59395 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59396 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59397 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_RunToAddress" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_RunToAddress" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59398 }
59399 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59400 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
59401 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
59402 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThread_RunToAddress" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThread_RunToAddress"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
59403 }
59404 arg2 = static_cast< lldb::addr_t >(val2);
59405 {
59406 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59407 (arg1)->RunToAddress(arg2);
59408 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59409 }
59410 resultobj = SWIG_Py_Void();
59411 return resultobj;
59412fail:
59413 return NULL__null;
59414}
59415
59416
59417SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_RunToAddress__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59418 PyObject *resultobj = 0;
59419 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59420 lldb::addr_t arg2 ;
59421 lldb::SBError *arg3 = 0 ;
59422 void *argp1 = 0 ;
59423 int res1 = 0 ;
59424 unsigned long long val2 ;
59425 int ecode2 = 0 ;
59426 void *argp3 = 0 ;
59427 int res3 = 0 ;
59428 PyObject * obj0 = 0 ;
59429 PyObject * obj1 = 0 ;
59430 PyObject * obj2 = 0 ;
59431
59432 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThread_RunToAddress",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
59433 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59434 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59435 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_RunToAddress" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_RunToAddress" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59436 }
59437 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59438 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
59439 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
59440 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThread_RunToAddress" "', argument " "2"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThread_RunToAddress"
"', argument " "2"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
59441 }
59442 arg2 = static_cast< lldb::addr_t >(val2);
59443 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
59444 if (!SWIG_IsOK(res3)(res3 >= 0)) {
59445 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBThread_RunToAddress" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBThread_RunToAddress" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
59446 }
59447 if (!argp3) {
59448 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_RunToAddress" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_RunToAddress" "', argument " "3"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
59449 }
59450 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
59451 {
59452 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59453 (arg1)->RunToAddress(arg2,*arg3);
59454 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59455 }
59456 resultobj = SWIG_Py_Void();
59457 return resultobj;
59458fail:
59459 return NULL__null;
59460}
59461
59462
59463SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_RunToAddress(PyObject *self, PyObject *args) {
59464 Py_ssize_t argc;
59465 PyObject *argv[4] = {
59466 0
59467 };
59468 Py_ssize_t ii;
59469
59470 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
59471 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
59472 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
59473 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
59474 }
59475 if (argc == 2) {
59476 int _v;
59477 void *vptr = 0;
59478 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
59479 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59480 if (_v) {
59481 {
59482 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL__null);
59483 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59484 }
59485 if (_v) {
59486 return _wrap_SBThread_RunToAddress__SWIG_0(self, args);
59487 }
59488 }
59489 }
59490 if (argc == 3) {
59491 int _v;
59492 void *vptr = 0;
59493 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
59494 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59495 if (_v) {
59496 {
59497 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL__null);
59498 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59499 }
59500 if (_v) {
59501 void *vptr = 0;
59502 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[25
], 0, 0)
;
59503 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59504 if (_v) {
59505 return _wrap_SBThread_RunToAddress__SWIG_1(self, args);
59506 }
59507 }
59508 }
59509 }
59510
59511fail:
59512 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBThread_RunToAddress'.\n"
59513 " Possible C/C++ prototypes are:\n"
59514 " lldb::SBThread::RunToAddress(lldb::addr_t)\n"
59515 " lldb::SBThread::RunToAddress(lldb::addr_t,lldb::SBError &)\n");
59516 return 0;
59517}
59518
59519
59520SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_ReturnFromFrame(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59521 PyObject *resultobj = 0;
59522 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59523 lldb::SBFrame *arg2 = 0 ;
59524 lldb::SBValue *arg3 = 0 ;
59525 void *argp1 = 0 ;
59526 int res1 = 0 ;
59527 void *argp2 = 0 ;
59528 int res2 = 0 ;
59529 void *argp3 = 0 ;
59530 int res3 = 0 ;
59531 PyObject * obj0 = 0 ;
59532 PyObject * obj1 = 0 ;
59533 PyObject * obj2 = 0 ;
59534 lldb::SBError result;
59535
59536 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThread_ReturnFromFrame",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
59537 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59538 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59539 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_ReturnFromFrame" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_ReturnFromFrame" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59540 }
59541 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59542 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBFrame, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[31]
, 0, 0)
;
59543 if (!SWIG_IsOK(res2)(res2 >= 0)) {
59544 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_ReturnFromFrame" "', argument " "2"" of type '" "lldb::SBFrame &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_ReturnFromFrame" "', argument "
"2"" of type '" "lldb::SBFrame &""'"); goto fail; } while
(0)
;
59545 }
59546 if (!argp2) {
59547 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_ReturnFromFrame" "', argument " "2"" of type '" "lldb::SBFrame &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_ReturnFromFrame" "', argument " "2"" of type '"
"lldb::SBFrame &""'"); goto fail; } while(0)
;
59548 }
59549 arg2 = reinterpret_cast< lldb::SBFrame * >(argp2);
59550 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBValue, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[80]
, 0, 0)
;
59551 if (!SWIG_IsOK(res3)(res3 >= 0)) {
59552 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBThread_ReturnFromFrame" "', argument " "3"" of type '" "lldb::SBValue &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBThread_ReturnFromFrame" "', argument "
"3"" of type '" "lldb::SBValue &""'"); goto fail; } while
(0)
;
59553 }
59554 if (!argp3) {
59555 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_ReturnFromFrame" "', argument " "3"" of type '" "lldb::SBValue &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_ReturnFromFrame" "', argument " "3"" of type '"
"lldb::SBValue &""'"); goto fail; } while(0)
;
59556 }
59557 arg3 = reinterpret_cast< lldb::SBValue * >(argp3);
59558 {
59559 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59560 result = (arg1)->ReturnFromFrame(*arg2,*arg3);
59561 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59562 }
59563 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
59564 return resultobj;
59565fail:
59566 return NULL__null;
59567}
59568
59569
59570SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_UnwindInnermostExpression(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59571 PyObject *resultobj = 0;
59572 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59573 void *argp1 = 0 ;
59574 int res1 = 0 ;
59575 PyObject * obj0 = 0 ;
59576 lldb::SBError result;
59577
59578 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_UnwindInnermostExpression",&obj0)) SWIG_failgoto fail;
59579 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59580 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59581 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_UnwindInnermostExpression" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_UnwindInnermostExpression"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
59582 }
59583 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59584 {
59585 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59586 result = (arg1)->UnwindInnermostExpression();
59587 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59588 }
59589 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
59590 return resultobj;
59591fail:
59592 return NULL__null;
59593}
59594
59595
59596SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_Suspend__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59597 PyObject *resultobj = 0;
59598 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59599 void *argp1 = 0 ;
59600 int res1 = 0 ;
59601 PyObject * obj0 = 0 ;
59602 bool result;
59603
59604 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_Suspend",&obj0)) SWIG_failgoto fail;
59605 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59606 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59607 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_Suspend" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_Suspend" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59608 }
59609 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59610 {
59611 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59612 result = (bool)(arg1)->Suspend();
59613 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59614 }
59615 resultobj = SWIG_From_bool(static_cast< bool >(result));
59616 return resultobj;
59617fail:
59618 return NULL__null;
59619}
59620
59621
59622SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_Suspend__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59623 PyObject *resultobj = 0;
59624 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59625 lldb::SBError *arg2 = 0 ;
59626 void *argp1 = 0 ;
59627 int res1 = 0 ;
59628 void *argp2 = 0 ;
59629 int res2 = 0 ;
59630 PyObject * obj0 = 0 ;
59631 PyObject * obj1 = 0 ;
59632 bool result;
59633
59634 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_Suspend",&obj0,&obj1)) SWIG_failgoto fail;
59635 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59636 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59637 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_Suspend" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_Suspend" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59638 }
59639 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59640 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
59641 if (!SWIG_IsOK(res2)(res2 >= 0)) {
59642 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_Suspend" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_Suspend" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
59643 }
59644 if (!argp2) {
59645 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_Suspend" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_Suspend" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
59646 }
59647 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
59648 {
59649 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59650 result = (bool)(arg1)->Suspend(*arg2);
59651 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59652 }
59653 resultobj = SWIG_From_bool(static_cast< bool >(result));
59654 return resultobj;
59655fail:
59656 return NULL__null;
59657}
59658
59659
59660SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_Suspend(PyObject *self, PyObject *args) {
59661 Py_ssize_t argc;
59662 PyObject *argv[3] = {
59663 0
59664 };
59665 Py_ssize_t ii;
59666
59667 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
59668 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
59669 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
59670 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
59671 }
59672 if (argc == 1) {
59673 int _v;
59674 void *vptr = 0;
59675 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
59676 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59677 if (_v) {
59678 return _wrap_SBThread_Suspend__SWIG_0(self, args);
59679 }
59680 }
59681 if (argc == 2) {
59682 int _v;
59683 void *vptr = 0;
59684 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
59685 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59686 if (_v) {
59687 void *vptr = 0;
59688 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[25
], 0, 0)
;
59689 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59690 if (_v) {
59691 return _wrap_SBThread_Suspend__SWIG_1(self, args);
59692 }
59693 }
59694 }
59695
59696fail:
59697 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBThread_Suspend'.\n"
59698 " Possible C/C++ prototypes are:\n"
59699 " lldb::SBThread::Suspend()\n"
59700 " lldb::SBThread::Suspend(lldb::SBError &)\n");
59701 return 0;
59702}
59703
59704
59705SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_Resume__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59706 PyObject *resultobj = 0;
59707 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59708 void *argp1 = 0 ;
59709 int res1 = 0 ;
59710 PyObject * obj0 = 0 ;
59711 bool result;
59712
59713 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_Resume",&obj0)) SWIG_failgoto fail;
59714 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59715 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59716 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_Resume" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_Resume" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59717 }
59718 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59719 {
59720 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59721 result = (bool)(arg1)->Resume();
59722 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59723 }
59724 resultobj = SWIG_From_bool(static_cast< bool >(result));
59725 return resultobj;
59726fail:
59727 return NULL__null;
59728}
59729
59730
59731SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_Resume__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59732 PyObject *resultobj = 0;
59733 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59734 lldb::SBError *arg2 = 0 ;
59735 void *argp1 = 0 ;
59736 int res1 = 0 ;
59737 void *argp2 = 0 ;
59738 int res2 = 0 ;
59739 PyObject * obj0 = 0 ;
59740 PyObject * obj1 = 0 ;
59741 bool result;
59742
59743 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_Resume",&obj0,&obj1)) SWIG_failgoto fail;
59744 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59745 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59746 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_Resume" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_Resume" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59747 }
59748 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59749 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
59750 if (!SWIG_IsOK(res2)(res2 >= 0)) {
59751 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_Resume" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_Resume" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
59752 }
59753 if (!argp2) {
59754 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_Resume" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_Resume" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
59755 }
59756 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
59757 {
59758 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59759 result = (bool)(arg1)->Resume(*arg2);
59760 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59761 }
59762 resultobj = SWIG_From_bool(static_cast< bool >(result));
59763 return resultobj;
59764fail:
59765 return NULL__null;
59766}
59767
59768
59769SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_Resume(PyObject *self, PyObject *args) {
59770 Py_ssize_t argc;
59771 PyObject *argv[3] = {
59772 0
59773 };
59774 Py_ssize_t ii;
59775
59776 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
59777 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
59778 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
59779 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
59780 }
59781 if (argc == 1) {
59782 int _v;
59783 void *vptr = 0;
59784 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
59785 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59786 if (_v) {
59787 return _wrap_SBThread_Resume__SWIG_0(self, args);
59788 }
59789 }
59790 if (argc == 2) {
59791 int _v;
59792 void *vptr = 0;
59793 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
59794 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59795 if (_v) {
59796 void *vptr = 0;
59797 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[25
], 0, 0)
;
59798 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
59799 if (_v) {
59800 return _wrap_SBThread_Resume__SWIG_1(self, args);
59801 }
59802 }
59803 }
59804
59805fail:
59806 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBThread_Resume'.\n"
59807 " Possible C/C++ prototypes are:\n"
59808 " lldb::SBThread::Resume()\n"
59809 " lldb::SBThread::Resume(lldb::SBError &)\n");
59810 return 0;
59811}
59812
59813
59814SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_IsSuspended(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59815 PyObject *resultobj = 0;
59816 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59817 void *argp1 = 0 ;
59818 int res1 = 0 ;
59819 PyObject * obj0 = 0 ;
59820 bool result;
59821
59822 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_IsSuspended",&obj0)) SWIG_failgoto fail;
59823 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59824 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59825 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_IsSuspended" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_IsSuspended" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59826 }
59827 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59828 {
59829 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59830 result = (bool)(arg1)->IsSuspended();
59831 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59832 }
59833 resultobj = SWIG_From_bool(static_cast< bool >(result));
59834 return resultobj;
59835fail:
59836 return NULL__null;
59837}
59838
59839
59840SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_IsStopped(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59841 PyObject *resultobj = 0;
59842 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59843 void *argp1 = 0 ;
59844 int res1 = 0 ;
59845 PyObject * obj0 = 0 ;
59846 bool result;
59847
59848 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_IsStopped",&obj0)) SWIG_failgoto fail;
59849 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59850 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59851 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_IsStopped" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_IsStopped" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59852 }
59853 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59854 {
59855 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59856 result = (bool)(arg1)->IsStopped();
59857 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59858 }
59859 resultobj = SWIG_From_bool(static_cast< bool >(result));
59860 return resultobj;
59861fail:
59862 return NULL__null;
59863}
59864
59865
59866SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetNumFrames(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59867 PyObject *resultobj = 0;
59868 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59869 void *argp1 = 0 ;
59870 int res1 = 0 ;
59871 PyObject * obj0 = 0 ;
59872 uint32_t result;
59873
59874 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetNumFrames",&obj0)) SWIG_failgoto fail;
59875 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59876 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59877 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetNumFrames" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetNumFrames" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59878 }
59879 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59880 {
59881 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59882 result = (uint32_t)(arg1)->GetNumFrames();
59883 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59884 }
59885 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
59886 return resultobj;
59887fail:
59888 return NULL__null;
59889}
59890
59891
59892SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetFrameAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59893 PyObject *resultobj = 0;
59894 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59895 uint32_t arg2 ;
59896 void *argp1 = 0 ;
59897 int res1 = 0 ;
59898 unsigned int val2 ;
59899 int ecode2 = 0 ;
59900 PyObject * obj0 = 0 ;
59901 PyObject * obj1 = 0 ;
59902 lldb::SBFrame result;
59903
59904 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_GetFrameAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
59905 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59906 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59907 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetFrameAtIndex" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetFrameAtIndex" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
59908 }
59909 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59910 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
59911 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
59912 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThread_GetFrameAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThread_GetFrameAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
59913 }
59914 arg2 = static_cast< uint32_t >(val2);
59915 {
59916 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59917 result = (arg1)->GetFrameAtIndex(arg2);
59918 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59919 }
59920 resultobj = SWIG_NewPointerObj((new lldb::SBFrame(static_cast< const lldb::SBFrame& >(result))), SWIGTYPE_p_lldb__SBFrame, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFrame(static_cast
< const lldb::SBFrame& >(result))), swig_types[31],
0x1 | 0)
;
59921 return resultobj;
59922fail:
59923 return NULL__null;
59924}
59925
59926
59927SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetSelectedFrame(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59928 PyObject *resultobj = 0;
59929 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59930 void *argp1 = 0 ;
59931 int res1 = 0 ;
59932 PyObject * obj0 = 0 ;
59933 lldb::SBFrame result;
59934
59935 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetSelectedFrame",&obj0)) SWIG_failgoto fail;
59936 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59937 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59938 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetSelectedFrame" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetSelectedFrame"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
59939 }
59940 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59941 {
59942 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59943 result = (arg1)->GetSelectedFrame();
59944 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59945 }
59946 resultobj = SWIG_NewPointerObj((new lldb::SBFrame(static_cast< const lldb::SBFrame& >(result))), SWIGTYPE_p_lldb__SBFrame, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFrame(static_cast
< const lldb::SBFrame& >(result))), swig_types[31],
0x1 | 0)
;
59947 return resultobj;
59948fail:
59949 return NULL__null;
59950}
59951
59952
59953SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_SetSelectedFrame(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59954 PyObject *resultobj = 0;
59955 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59956 uint32_t arg2 ;
59957 void *argp1 = 0 ;
59958 int res1 = 0 ;
59959 unsigned int val2 ;
59960 int ecode2 = 0 ;
59961 PyObject * obj0 = 0 ;
59962 PyObject * obj1 = 0 ;
59963 lldb::SBFrame result;
59964
59965 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_SetSelectedFrame",&obj0,&obj1)) SWIG_failgoto fail;
59966 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59967 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59968 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_SetSelectedFrame" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_SetSelectedFrame"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
59969 }
59970 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
59971 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
59972 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
59973 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThread_SetSelectedFrame" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThread_SetSelectedFrame"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
59974 }
59975 arg2 = static_cast< uint32_t >(val2);
59976 {
59977 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
59978 result = (arg1)->SetSelectedFrame(arg2);
59979 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
59980 }
59981 resultobj = SWIG_NewPointerObj((new lldb::SBFrame(static_cast< const lldb::SBFrame& >(result))), SWIGTYPE_p_lldb__SBFrame, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFrame(static_cast
< const lldb::SBFrame& >(result))), swig_types[31],
0x1 | 0)
;
59982 return resultobj;
59983fail:
59984 return NULL__null;
59985}
59986
59987
59988SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetProcess(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
59989 PyObject *resultobj = 0;
59990 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
59991 void *argp1 = 0 ;
59992 int res1 = 0 ;
59993 PyObject * obj0 = 0 ;
59994 lldb::SBProcess result;
59995
59996 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetProcess",&obj0)) SWIG_failgoto fail;
59997 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
59998 if (!SWIG_IsOK(res1)(res1 >= 0)) {
59999 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetProcess" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetProcess" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
60000 }
60001 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
60002 {
60003 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60004 result = (arg1)->GetProcess();
60005 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60006 }
60007 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
60008 return resultobj;
60009fail:
60010 return NULL__null;
60011}
60012
60013
60014SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetDescription__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60015 PyObject *resultobj = 0;
60016 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
60017 lldb::SBStream *arg2 = 0 ;
60018 void *argp1 = 0 ;
60019 int res1 = 0 ;
60020 void *argp2 = 0 ;
60021 int res2 = 0 ;
60022 PyObject * obj0 = 0 ;
60023 PyObject * obj1 = 0 ;
60024 bool result;
60025
60026 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
60027 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
60028 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60029 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetDescription" "', argument " "1"" of type '" "lldb::SBThread const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetDescription" "', argument "
"1"" of type '" "lldb::SBThread const *""'"); goto fail; } while
(0)
;
60030 }
60031 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
60032 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
60033 if (!SWIG_IsOK(res2)(res2 >= 0)) {
60034 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
60035 }
60036 if (!argp2) {
60037 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
60038 }
60039 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
60040 {
60041 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60042 result = (bool)((lldb::SBThread const *)arg1)->GetDescription(*arg2);
60043 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60044 }
60045 resultobj = SWIG_From_bool(static_cast< bool >(result));
60046 return resultobj;
60047fail:
60048 return NULL__null;
60049}
60050
60051
60052SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetDescription__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60053 PyObject *resultobj = 0;
60054 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
60055 lldb::SBStream *arg2 = 0 ;
60056 bool arg3 ;
60057 void *argp1 = 0 ;
60058 int res1 = 0 ;
60059 void *argp2 = 0 ;
60060 int res2 = 0 ;
60061 bool val3 ;
60062 int ecode3 = 0 ;
60063 PyObject * obj0 = 0 ;
60064 PyObject * obj1 = 0 ;
60065 PyObject * obj2 = 0 ;
60066 bool result;
60067
60068 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThread_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
60069 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
60070 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60071 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetDescription" "', argument " "1"" of type '" "lldb::SBThread const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetDescription" "', argument "
"1"" of type '" "lldb::SBThread const *""'"); goto fail; } while
(0)
;
60072 }
60073 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
60074 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
60075 if (!SWIG_IsOK(res2)(res2 >= 0)) {
60076 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
60077 }
60078 if (!argp2) {
60079 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
60080 }
60081 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
60082 ecode3 = SWIG_AsVal_bool(obj2, &val3);
60083 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
60084 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBThread_GetDescription" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBThread_GetDescription"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
60085 }
60086 arg3 = static_cast< bool >(val3);
60087 {
60088 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60089 result = (bool)((lldb::SBThread const *)arg1)->GetDescription(*arg2,arg3);
60090 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60091 }
60092 resultobj = SWIG_From_bool(static_cast< bool >(result));
60093 return resultobj;
60094fail:
60095 return NULL__null;
60096}
60097
60098
60099SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetDescription(PyObject *self, PyObject *args) {
60100 Py_ssize_t argc;
60101 PyObject *argv[4] = {
60102 0
60103 };
60104 Py_ssize_t ii;
60105
60106 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
60107 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
60108 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
60109 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
60110 }
60111 if (argc == 2) {
60112 int _v;
60113 void *vptr = 0;
60114 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
60115 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
60116 if (_v) {
60117 void *vptr = 0;
60118 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBStream, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[54
], 0, 0)
;
60119 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
60120 if (_v) {
60121 return _wrap_SBThread_GetDescription__SWIG_0(self, args);
60122 }
60123 }
60124 }
60125 if (argc == 3) {
60126 int _v;
60127 void *vptr = 0;
60128 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
60129 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
60130 if (_v) {
60131 void *vptr = 0;
60132 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBStream, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[54
], 0, 0)
;
60133 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
60134 if (_v) {
60135 {
60136 int res = SWIG_AsVal_bool(argv[2], NULL__null);
60137 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
60138 }
60139 if (_v) {
60140 return _wrap_SBThread_GetDescription__SWIG_1(self, args);
60141 }
60142 }
60143 }
60144 }
60145
60146fail:
60147 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBThread_GetDescription'.\n"
60148 " Possible C/C++ prototypes are:\n"
60149 " lldb::SBThread::GetDescription(lldb::SBStream &) const\n"
60150 " lldb::SBThread::GetDescription(lldb::SBStream &,bool) const\n");
60151 return 0;
60152}
60153
60154
60155SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetStatus(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60156 PyObject *resultobj = 0;
60157 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
60158 lldb::SBStream *arg2 = 0 ;
60159 void *argp1 = 0 ;
60160 int res1 = 0 ;
60161 void *argp2 = 0 ;
60162 int res2 = 0 ;
60163 PyObject * obj0 = 0 ;
60164 PyObject * obj1 = 0 ;
60165 bool result;
60166
60167 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_GetStatus",&obj0,&obj1)) SWIG_failgoto fail;
60168 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
60169 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60170 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetStatus" "', argument " "1"" of type '" "lldb::SBThread const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetStatus" "', argument "
"1"" of type '" "lldb::SBThread const *""'"); goto fail; } while
(0)
;
60171 }
60172 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
60173 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
60174 if (!SWIG_IsOK(res2)(res2 >= 0)) {
60175 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_GetStatus" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_GetStatus" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
60176 }
60177 if (!argp2) {
60178 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread_GetStatus" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread_GetStatus" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
60179 }
60180 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
60181 {
60182 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60183 result = (bool)((lldb::SBThread const *)arg1)->GetStatus(*arg2);
60184 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60185 }
60186 resultobj = SWIG_From_bool(static_cast< bool >(result));
60187 return resultobj;
60188fail:
60189 return NULL__null;
60190}
60191
60192
60193SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60194 PyObject *resultobj = 0;
60195 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
60196 lldb::SBThread *arg2 = 0 ;
60197 void *argp1 = 0 ;
60198 int res1 = 0 ;
60199 void *argp2 = 0 ;
60200 int res2 = 0 ;
60201 PyObject * obj0 = 0 ;
60202 PyObject * obj1 = 0 ;
60203 bool result;
60204
60205 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread___eq__",&obj0,&obj1)) SWIG_failgoto fail;
60206 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
60207 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60208 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread___eq__" "', argument " "1"" of type '" "lldb::SBThread const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread___eq__" "', argument "
"1"" of type '" "lldb::SBThread const *""'"); goto fail; } while
(0)
;
60209 }
60210 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
60211 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBThread, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[61]
, 0 | 0, 0)
;
60212 if (!SWIG_IsOK(res2)(res2 >= 0)) {
60213 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread___eq__" "', argument " "2"" of type '" "lldb::SBThread const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread___eq__" "', argument "
"2"" of type '" "lldb::SBThread const &""'"); goto fail;
} while(0)
;
60214 }
60215 if (!argp2) {
60216 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread___eq__" "', argument " "2"" of type '" "lldb::SBThread const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread___eq__" "', argument " "2"" of type '"
"lldb::SBThread const &""'"); goto fail; } while(0)
;
60217 }
60218 arg2 = reinterpret_cast< lldb::SBThread * >(argp2);
60219 {
60220 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60221 result = (bool)((lldb::SBThread const *)arg1)->operator ==((lldb::SBThread const &)*arg2);
60222 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60223 }
60224 resultobj = SWIG_From_bool(static_cast< bool >(result));
60225 return resultobj;
60226fail:
60227 return NULL__null;
60228}
60229
60230
60231SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60232 PyObject *resultobj = 0;
60233 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
60234 lldb::SBThread *arg2 = 0 ;
60235 void *argp1 = 0 ;
60236 int res1 = 0 ;
60237 void *argp2 = 0 ;
60238 int res2 = 0 ;
60239 PyObject * obj0 = 0 ;
60240 PyObject * obj1 = 0 ;
60241 bool result;
60242
60243 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread___ne__",&obj0,&obj1)) SWIG_failgoto fail;
60244 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
60245 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60246 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread___ne__" "', argument " "1"" of type '" "lldb::SBThread const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread___ne__" "', argument "
"1"" of type '" "lldb::SBThread const *""'"); goto fail; } while
(0)
;
60247 }
60248 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
60249 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBThread, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[61]
, 0 | 0, 0)
;
60250 if (!SWIG_IsOK(res2)(res2 >= 0)) {
60251 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread___ne__" "', argument " "2"" of type '" "lldb::SBThread const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread___ne__" "', argument "
"2"" of type '" "lldb::SBThread const &""'"); goto fail;
} while(0)
;
60252 }
60253 if (!argp2) {
60254 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThread___ne__" "', argument " "2"" of type '" "lldb::SBThread const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThread___ne__" "', argument " "2"" of type '"
"lldb::SBThread const &""'"); goto fail; } while(0)
;
60255 }
60256 arg2 = reinterpret_cast< lldb::SBThread * >(argp2);
60257 {
60258 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60259 result = (bool)((lldb::SBThread const *)arg1)->operator !=((lldb::SBThread const &)*arg2);
60260 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60261 }
60262 resultobj = SWIG_From_bool(static_cast< bool >(result));
60263 return resultobj;
60264fail:
60265 return NULL__null;
60266}
60267
60268
60269SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetExtendedBacktraceThread(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60270 PyObject *resultobj = 0;
60271 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
60272 char *arg2 = (char *) 0 ;
60273 void *argp1 = 0 ;
60274 int res1 = 0 ;
60275 int res2 ;
60276 char *buf2 = 0 ;
60277 int alloc2 = 0 ;
60278 PyObject * obj0 = 0 ;
60279 PyObject * obj1 = 0 ;
60280 lldb::SBThread result;
60281
60282 if (!PyArg_ParseTuple(args,(char *)"OO:SBThread_GetExtendedBacktraceThread",&obj0,&obj1)) SWIG_failgoto fail;
60283 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
60284 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60285 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetExtendedBacktraceThread" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetExtendedBacktraceThread"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
60286 }
60287 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
60288 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
60289 if (!SWIG_IsOK(res2)(res2 >= 0)) {
60290 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThread_GetExtendedBacktraceThread" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThread_GetExtendedBacktraceThread"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
60291 }
60292 arg2 = reinterpret_cast< char * >(buf2);
60293 {
60294 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60295 result = (arg1)->GetExtendedBacktraceThread((char const *)arg2);
60296 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60297 }
60298 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
60299 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
60300 return resultobj;
60301fail:
60302 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
60303 return NULL__null;
60304}
60305
60306
60307SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_GetExtendedBacktraceOriginatingIndexID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60308 PyObject *resultobj = 0;
60309 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
60310 void *argp1 = 0 ;
60311 int res1 = 0 ;
60312 PyObject * obj0 = 0 ;
60313 uint32_t result;
60314
60315 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_GetExtendedBacktraceOriginatingIndexID",&obj0)) SWIG_failgoto fail;
60316 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
60317 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60318 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_GetExtendedBacktraceOriginatingIndexID" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_GetExtendedBacktraceOriginatingIndexID"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
60319 }
60320 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
60321 {
60322 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60323 result = (uint32_t)(arg1)->GetExtendedBacktraceOriginatingIndexID();
60324 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60325 }
60326 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
60327 return resultobj;
60328fail:
60329 return NULL__null;
60330}
60331
60332
60333SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread_SafeToCallFunctions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60334 PyObject *resultobj = 0;
60335 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
60336 void *argp1 = 0 ;
60337 int res1 = 0 ;
60338 PyObject * obj0 = 0 ;
60339 bool result;
60340
60341 if (!PyArg_ParseTuple(args,(char *)"O:SBThread_SafeToCallFunctions",&obj0)) SWIG_failgoto fail;
60342 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
60343 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60344 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread_SafeToCallFunctions" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread_SafeToCallFunctions"
"', argument " "1"" of type '" "lldb::SBThread *""'"); goto fail
; } while(0)
;
60345 }
60346 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
60347 {
60348 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60349 result = (bool)(arg1)->SafeToCallFunctions();
60350 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60351 }
60352 resultobj = SWIG_From_bool(static_cast< bool >(result));
60353 return resultobj;
60354fail:
60355 return NULL__null;
60356}
60357
60358
60359SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThread___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60360 PyObject *resultobj = 0;
60361 lldb::SBThread *arg1 = (lldb::SBThread *) 0 ;
60362 void *argp1 = 0 ;
60363 int res1 = 0 ;
60364 PyObject * obj0 = 0 ;
60365 PyObject *result = 0 ;
60366
60367 if (!PyArg_ParseTuple(args,(char *)"O:SBThread___str__",&obj0)) SWIG_failgoto fail;
60368 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThread, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0 | 0, 0)
;
60369 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60370 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThread___str__" "', argument " "1"" of type '" "lldb::SBThread *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThread___str__" "', argument "
"1"" of type '" "lldb::SBThread *""'"); goto fail; } while(0
)
;
60371 }
60372 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
60373 result = (PyObject *)lldb_SBThread___str__(arg1);
60374 resultobj = result;
60375 return resultobj;
60376fail:
60377 return NULL__null;
60378}
60379
60380
60381SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBThread_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60382 PyObject *obj;
60383 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
60384 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBThreadswig_types[61], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
60385 return SWIG_Py_Void();
60386}
60387
60388SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBThreadCollection__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60389 PyObject *resultobj = 0;
60390 lldb::SBThreadCollection *result = 0 ;
60391
60392 if (!PyArg_ParseTuple(args,(char *)":new_SBThreadCollection")) SWIG_failgoto fail;
60393 {
60394 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60395 result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection();
60396 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60397 }
60398 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBThreadCollection, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[62], (
(0x1 << 1) | 0x1) | 0)
;
60399 return resultobj;
60400fail:
60401 return NULL__null;
60402}
60403
60404
60405SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBThreadCollection__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60406 PyObject *resultobj = 0;
60407 lldb::SBThreadCollection *arg1 = 0 ;
60408 void *argp1 = 0 ;
60409 int res1 = 0 ;
60410 PyObject * obj0 = 0 ;
60411 lldb::SBThreadCollection *result = 0 ;
60412
60413 if (!PyArg_ParseTuple(args,(char *)"O:new_SBThreadCollection",&obj0)) SWIG_failgoto fail;
60414 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBThreadCollection, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[62]
, 0 | 0, 0)
;
60415 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60416 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBThreadCollection" "', argument " "1"" of type '" "lldb::SBThreadCollection const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBThreadCollection" "', argument "
"1"" of type '" "lldb::SBThreadCollection const &""'"); goto
fail; } while(0)
;
60417 }
60418 if (!argp1) {
60419 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBThreadCollection" "', argument " "1"" of type '" "lldb::SBThreadCollection const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBThreadCollection" "', argument " "1"" of type '"
"lldb::SBThreadCollection const &""'"); goto fail; } while
(0)
;
60420 }
60421 arg1 = reinterpret_cast< lldb::SBThreadCollection * >(argp1);
60422 {
60423 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60424 result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection((lldb::SBThreadCollection const &)*arg1);
60425 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60426 }
60427 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBThreadCollection, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[62], (
(0x1 << 1) | 0x1) | 0)
;
60428 return resultobj;
60429fail:
60430 return NULL__null;
60431}
60432
60433
60434SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBThreadCollection(PyObject *self, PyObject *args) {
60435 Py_ssize_t argc;
60436 PyObject *argv[2] = {
60437 0
60438 };
60439 Py_ssize_t ii;
60440
60441 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
60442 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
60443 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
60444 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
60445 }
60446 if (argc == 0) {
60447 return _wrap_new_SBThreadCollection__SWIG_0(self, args);
60448 }
60449 if (argc == 1) {
60450 int _v;
60451 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBThreadCollection, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[62], 0, 0
)
;
60452 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
60453 if (_v) {
60454 return _wrap_new_SBThreadCollection__SWIG_1(self, args);
60455 }
60456 }
60457
60458fail:
60459 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBThreadCollection'.\n"
60460 " Possible C/C++ prototypes are:\n"
60461 " lldb::SBThreadCollection::SBThreadCollection()\n"
60462 " lldb::SBThreadCollection::SBThreadCollection(lldb::SBThreadCollection const &)\n");
60463 return 0;
60464}
60465
60466
60467SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBThreadCollection(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60468 PyObject *resultobj = 0;
60469 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ;
60470 void *argp1 = 0 ;
60471 int res1 = 0 ;
60472 PyObject * obj0 = 0 ;
60473
60474 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBThreadCollection",&obj0)) SWIG_failgoto fail;
60475 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadCollection, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[62]
, 0x1 | 0, 0)
;
60476 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60477 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBThreadCollection" "', argument " "1"" of type '" "lldb::SBThreadCollection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBThreadCollection"
"', argument " "1"" of type '" "lldb::SBThreadCollection *""'"
); goto fail; } while(0)
;
60478 }
60479 arg1 = reinterpret_cast< lldb::SBThreadCollection * >(argp1);
60480 {
60481 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60482 delete arg1;
60483 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60484 }
60485 resultobj = SWIG_Py_Void();
60486 return resultobj;
60487fail:
60488 return NULL__null;
60489}
60490
60491
60492SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadCollection_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60493 PyObject *resultobj = 0;
60494 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ;
60495 void *argp1 = 0 ;
60496 int res1 = 0 ;
60497 PyObject * obj0 = 0 ;
60498 bool result;
60499
60500 if (!PyArg_ParseTuple(args,(char *)"O:SBThreadCollection_IsValid",&obj0)) SWIG_failgoto fail;
60501 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadCollection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[62]
, 0 | 0, 0)
;
60502 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60503 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadCollection_IsValid" "', argument " "1"" of type '" "lldb::SBThreadCollection const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadCollection_IsValid"
"', argument " "1"" of type '" "lldb::SBThreadCollection const *"
"'"); goto fail; } while(0)
;
60504 }
60505 arg1 = reinterpret_cast< lldb::SBThreadCollection * >(argp1);
60506 {
60507 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60508 result = (bool)((lldb::SBThreadCollection const *)arg1)->IsValid();
60509 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60510 }
60511 resultobj = SWIG_From_bool(static_cast< bool >(result));
60512 return resultobj;
60513fail:
60514 return NULL__null;
60515}
60516
60517
60518SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadCollection_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60519 PyObject *resultobj = 0;
60520 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ;
60521 void *argp1 = 0 ;
60522 int res1 = 0 ;
60523 PyObject * obj0 = 0 ;
60524 size_t result;
60525
60526 if (!PyArg_ParseTuple(args,(char *)"O:SBThreadCollection_GetSize",&obj0)) SWIG_failgoto fail;
60527 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadCollection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[62]
, 0 | 0, 0)
;
60528 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60529 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadCollection_GetSize" "', argument " "1"" of type '" "lldb::SBThreadCollection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadCollection_GetSize"
"', argument " "1"" of type '" "lldb::SBThreadCollection *""'"
); goto fail; } while(0)
;
60530 }
60531 arg1 = reinterpret_cast< lldb::SBThreadCollection * >(argp1);
60532 {
60533 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60534 result = (arg1)->GetSize();
60535 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60536 }
60537 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
60538 return resultobj;
60539fail:
60540 return NULL__null;
60541}
60542
60543
60544SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadCollection_GetThreadAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60545 PyObject *resultobj = 0;
60546 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ;
60547 size_t arg2 ;
60548 void *argp1 = 0 ;
60549 int res1 = 0 ;
60550 size_t val2 ;
60551 int ecode2 = 0 ;
60552 PyObject * obj0 = 0 ;
60553 PyObject * obj1 = 0 ;
60554 lldb::SBThread result;
60555
60556 if (!PyArg_ParseTuple(args,(char *)"OO:SBThreadCollection_GetThreadAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
60557 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadCollection, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[62]
, 0 | 0, 0)
;
60558 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60559 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadCollection_GetThreadAtIndex" "', argument " "1"" of type '" "lldb::SBThreadCollection *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadCollection_GetThreadAtIndex"
"', argument " "1"" of type '" "lldb::SBThreadCollection *""'"
); goto fail; } while(0)
;
60560 }
60561 arg1 = reinterpret_cast< lldb::SBThreadCollection * >(argp1);
60562 ecode2 = SWIG_AsVal_size_t(obj1, &val2);
60563 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
60564 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThreadCollection_GetThreadAtIndex" "', argument " "2"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThreadCollection_GetThreadAtIndex"
"', argument " "2"" of type '" "size_t""'"); goto fail; } while
(0)
;
60565 }
60566 arg2 = static_cast< size_t >(val2);
60567 {
60568 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60569 result = (arg1)->GetThreadAtIndex(arg2);
60570 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60571 }
60572 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
60573 return resultobj;
60574fail:
60575 return NULL__null;
60576}
60577
60578
60579SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBThreadCollection_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60580 PyObject *obj;
60581 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
60582 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBThreadCollectionswig_types[62], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
60583 return SWIG_Py_Void();
60584}
60585
60586SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBThreadPlan__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60587 PyObject *resultobj = 0;
60588 lldb::SBThreadPlan *result = 0 ;
60589
60590 if (!PyArg_ParseTuple(args,(char *)":new_SBThreadPlan")) SWIG_failgoto fail;
60591 {
60592 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60593 result = (lldb::SBThreadPlan *)new lldb::SBThreadPlan();
60594 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60595 }
60596 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBThreadPlan, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[63], (
(0x1 << 1) | 0x1) | 0)
;
60597 return resultobj;
60598fail:
60599 return NULL__null;
60600}
60601
60602
60603SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBThreadPlan__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60604 PyObject *resultobj = 0;
60605 lldb::SBThreadPlan *arg1 = 0 ;
60606 void *argp1 = 0 ;
60607 int res1 = 0 ;
60608 PyObject * obj0 = 0 ;
60609 lldb::SBThreadPlan *result = 0 ;
60610
60611 if (!PyArg_ParseTuple(args,(char *)"O:new_SBThreadPlan",&obj0)) SWIG_failgoto fail;
60612 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
60613 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60614 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBThreadPlan" "', argument " "1"" of type '" "lldb::SBThreadPlan const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBThreadPlan" "', argument "
"1"" of type '" "lldb::SBThreadPlan const &""'"); goto fail
; } while(0)
;
60615 }
60616 if (!argp1) {
60617 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBThreadPlan" "', argument " "1"" of type '" "lldb::SBThreadPlan const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBThreadPlan" "', argument " "1"" of type '"
"lldb::SBThreadPlan const &""'"); goto fail; } while(0)
;
60618 }
60619 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
60620 {
60621 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60622 result = (lldb::SBThreadPlan *)new lldb::SBThreadPlan((lldb::SBThreadPlan const &)*arg1);
60623 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60624 }
60625 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBThreadPlan, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[63], (
(0x1 << 1) | 0x1) | 0)
;
60626 return resultobj;
60627fail:
60628 return NULL__null;
60629}
60630
60631
60632SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBThreadPlan__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60633 PyObject *resultobj = 0;
60634 lldb::ThreadPlanSP *arg1 = 0 ;
60635 void *argp1 = 0 ;
60636 int res1 = 0 ;
60637 PyObject * obj0 = 0 ;
60638 lldb::SBThreadPlan *result = 0 ;
60639
60640 if (!PyArg_ParseTuple(args,(char *)"O:new_SBThreadPlan",&obj0)) SWIG_failgoto fail;
60641 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_std__shared_ptrT_lldb_private__ThreadPlan_t, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[189
], 0 | 0, 0)
;
60642 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60643 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBThreadPlan" "', argument " "1"" of type '" "lldb::ThreadPlanSP const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBThreadPlan" "', argument "
"1"" of type '" "lldb::ThreadPlanSP const &""'"); goto fail
; } while(0)
;
60644 }
60645 if (!argp1) {
60646 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBThreadPlan" "', argument " "1"" of type '" "lldb::ThreadPlanSP const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBThreadPlan" "', argument " "1"" of type '"
"lldb::ThreadPlanSP const &""'"); goto fail; } while(0)
;
60647 }
60648 arg1 = reinterpret_cast< lldb::ThreadPlanSP * >(argp1);
60649 {
60650 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60651 result = (lldb::SBThreadPlan *)new lldb::SBThreadPlan((lldb::ThreadPlanSP const &)*arg1);
60652 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60653 }
60654 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBThreadPlan, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[63], (
(0x1 << 1) | 0x1) | 0)
;
60655 return resultobj;
60656fail:
60657 return NULL__null;
60658}
60659
60660
60661SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBThreadPlan__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60662 PyObject *resultobj = 0;
60663 lldb::SBThread *arg1 = 0 ;
60664 char *arg2 = (char *) 0 ;
60665 void *argp1 = 0 ;
60666 int res1 = 0 ;
60667 int res2 ;
60668 char *buf2 = 0 ;
60669 int alloc2 = 0 ;
60670 PyObject * obj0 = 0 ;
60671 PyObject * obj1 = 0 ;
60672 lldb::SBThreadPlan *result = 0 ;
60673
60674 if (!PyArg_ParseTuple(args,(char *)"OO:new_SBThreadPlan",&obj0,&obj1)) SWIG_failgoto fail;
60675 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBThread, 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[61]
, 0, 0)
;
60676 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60677 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBThreadPlan" "', argument " "1"" of type '" "lldb::SBThread &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBThreadPlan" "', argument "
"1"" of type '" "lldb::SBThread &""'"); goto fail; } while
(0)
;
60678 }
60679 if (!argp1) {
60680 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBThreadPlan" "', argument " "1"" of type '" "lldb::SBThread &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBThreadPlan" "', argument " "1"" of type '"
"lldb::SBThread &""'"); goto fail; } while(0)
;
60681 }
60682 arg1 = reinterpret_cast< lldb::SBThread * >(argp1);
60683 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
60684 if (!SWIG_IsOK(res2)(res2 >= 0)) {
60685 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_SBThreadPlan" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "new_SBThreadPlan" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
60686 }
60687 arg2 = reinterpret_cast< char * >(buf2);
60688 {
60689 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60690 result = (lldb::SBThreadPlan *)new lldb::SBThreadPlan(*arg1,(char const *)arg2);
60691 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60692 }
60693 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBThreadPlan, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[63], (
(0x1 << 1) | 0x1) | 0)
;
60694 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
60695 return resultobj;
60696fail:
60697 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
60698 return NULL__null;
60699}
60700
60701
60702SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBThreadPlan(PyObject *self, PyObject *args) {
60703 Py_ssize_t argc;
60704 PyObject *argv[3] = {
60705 0
60706 };
60707 Py_ssize_t ii;
60708
60709 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
60710 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
60711 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
60712 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
60713 }
60714 if (argc == 0) {
60715 return _wrap_new_SBThreadPlan__SWIG_0(self, args);
60716 }
60717 if (argc == 1) {
60718 int _v;
60719 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBThreadPlan, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[63], 0, 0
)
;
60720 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
60721 if (_v) {
60722 return _wrap_new_SBThreadPlan__SWIG_1(self, args);
60723 }
60724 }
60725 if (argc == 1) {
60726 int _v;
60727 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_std__shared_ptrT_lldb_private__ThreadPlan_t, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[189], 0, 0
)
;
60728 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
60729 if (_v) {
60730 return _wrap_new_SBThreadPlan__SWIG_2(self, args);
60731 }
60732 }
60733 if (argc == 2) {
60734 int _v;
60735 void *vptr = 0;
60736 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThread, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[61
], 0, 0)
;
60737 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
60738 if (_v) {
60739 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
60740 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
60741 if (_v) {
60742 return _wrap_new_SBThreadPlan__SWIG_3(self, args);
60743 }
60744 }
60745 }
60746
60747fail:
60748 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBThreadPlan'.\n"
60749 " Possible C/C++ prototypes are:\n"
60750 " lldb::SBThreadPlan::SBThreadPlan()\n"
60751 " lldb::SBThreadPlan::SBThreadPlan(lldb::SBThreadPlan const &)\n"
60752 " lldb::SBThreadPlan::SBThreadPlan(lldb::ThreadPlanSP const &)\n"
60753 " lldb::SBThreadPlan::SBThreadPlan(lldb::SBThread &,char const *)\n");
60754 return 0;
60755}
60756
60757
60758SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBThreadPlan(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60759 PyObject *resultobj = 0;
60760 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
60761 void *argp1 = 0 ;
60762 int res1 = 0 ;
60763 PyObject * obj0 = 0 ;
60764
60765 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBThreadPlan",&obj0)) SWIG_failgoto fail;
60766 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0x1 | 0, 0)
;
60767 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60768 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBThreadPlan" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBThreadPlan" "', argument "
"1"" of type '" "lldb::SBThreadPlan *""'"); goto fail; } while
(0)
;
60769 }
60770 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
60771 {
60772 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60773 delete arg1;
60774 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60775 }
60776 resultobj = SWIG_Py_Void();
60777 return resultobj;
60778fail:
60779 return NULL__null;
60780}
60781
60782
60783SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_IsValid__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60784 PyObject *resultobj = 0;
60785 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
60786 void *argp1 = 0 ;
60787 int res1 = 0 ;
60788 PyObject * obj0 = 0 ;
60789 bool result;
60790
60791 if (!PyArg_ParseTuple(args,(char *)"O:SBThreadPlan_IsValid",&obj0)) SWIG_failgoto fail;
60792 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
60793 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60794 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_IsValid" "', argument " "1"" of type '" "lldb::SBThreadPlan const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_IsValid" "', argument "
"1"" of type '" "lldb::SBThreadPlan const *""'"); goto fail;
} while(0)
;
60795 }
60796 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
60797 {
60798 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60799 result = (bool)((lldb::SBThreadPlan const *)arg1)->IsValid();
60800 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60801 }
60802 resultobj = SWIG_From_bool(static_cast< bool >(result));
60803 return resultobj;
60804fail:
60805 return NULL__null;
60806}
60807
60808
60809SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60810 PyObject *resultobj = 0;
60811 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
60812 void *argp1 = 0 ;
60813 int res1 = 0 ;
60814 PyObject * obj0 = 0 ;
60815
60816 if (!PyArg_ParseTuple(args,(char *)"O:SBThreadPlan_Clear",&obj0)) SWIG_failgoto fail;
60817 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
60818 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60819 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_Clear" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_Clear" "', argument "
"1"" of type '" "lldb::SBThreadPlan *""'"); goto fail; } while
(0)
;
60820 }
60821 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
60822 {
60823 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60824 (arg1)->Clear();
60825 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60826 }
60827 resultobj = SWIG_Py_Void();
60828 return resultobj;
60829fail:
60830 return NULL__null;
60831}
60832
60833
60834SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_GetStopReason(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60835 PyObject *resultobj = 0;
60836 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
60837 void *argp1 = 0 ;
60838 int res1 = 0 ;
60839 PyObject * obj0 = 0 ;
60840 lldb::StopReason result;
60841
60842 if (!PyArg_ParseTuple(args,(char *)"O:SBThreadPlan_GetStopReason",&obj0)) SWIG_failgoto fail;
60843 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
60844 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60845 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_GetStopReason" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_GetStopReason"
"', argument " "1"" of type '" "lldb::SBThreadPlan *""'"); goto
fail; } while(0)
;
60846 }
60847 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
60848 {
60849 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60850 result = (lldb::StopReason)(arg1)->GetStopReason();
60851 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60852 }
60853 resultobj = SWIG_From_int(static_cast< int >(result));
60854 return resultobj;
60855fail:
60856 return NULL__null;
60857}
60858
60859
60860SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_GetStopReasonDataCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60861 PyObject *resultobj = 0;
60862 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
60863 void *argp1 = 0 ;
60864 int res1 = 0 ;
60865 PyObject * obj0 = 0 ;
60866 size_t result;
60867
60868 if (!PyArg_ParseTuple(args,(char *)"O:SBThreadPlan_GetStopReasonDataCount",&obj0)) SWIG_failgoto fail;
60869 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
60870 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60871 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_GetStopReasonDataCount" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_GetStopReasonDataCount"
"', argument " "1"" of type '" "lldb::SBThreadPlan *""'"); goto
fail; } while(0)
;
60872 }
60873 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
60874 {
60875 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60876 result = (arg1)->GetStopReasonDataCount();
60877 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60878 }
60879 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
60880 return resultobj;
60881fail:
60882 return NULL__null;
60883}
60884
60885
60886SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_GetStopReasonDataAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60887 PyObject *resultobj = 0;
60888 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
60889 uint32_t arg2 ;
60890 void *argp1 = 0 ;
60891 int res1 = 0 ;
60892 unsigned int val2 ;
60893 int ecode2 = 0 ;
60894 PyObject * obj0 = 0 ;
60895 PyObject * obj1 = 0 ;
60896 uint64_t result;
60897
60898 if (!PyArg_ParseTuple(args,(char *)"OO:SBThreadPlan_GetStopReasonDataAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
60899 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
60900 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60901 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_GetStopReasonDataAtIndex" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_GetStopReasonDataAtIndex"
"', argument " "1"" of type '" "lldb::SBThreadPlan *""'"); goto
fail; } while(0)
;
60902 }
60903 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
60904 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
60905 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
60906 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThreadPlan_GetStopReasonDataAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThreadPlan_GetStopReasonDataAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
60907 }
60908 arg2 = static_cast< uint32_t >(val2);
60909 {
60910 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60911 result = (uint64_t)(arg1)->GetStopReasonDataAtIndex(arg2);
60912 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60913 }
60914 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
60915 return resultobj;
60916fail:
60917 return NULL__null;
60918}
60919
60920
60921SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_GetThread(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60922 PyObject *resultobj = 0;
60923 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
60924 void *argp1 = 0 ;
60925 int res1 = 0 ;
60926 PyObject * obj0 = 0 ;
60927 lldb::SBThread result;
60928
60929 if (!PyArg_ParseTuple(args,(char *)"O:SBThreadPlan_GetThread",&obj0)) SWIG_failgoto fail;
60930 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
60931 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60932 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_GetThread" "', argument " "1"" of type '" "lldb::SBThreadPlan const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_GetThread" "', argument "
"1"" of type '" "lldb::SBThreadPlan const *""'"); goto fail;
} while(0)
;
60933 }
60934 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
60935 {
60936 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60937 result = ((lldb::SBThreadPlan const *)arg1)->GetThread();
60938 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60939 }
60940 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
60941 return resultobj;
60942fail:
60943 return NULL__null;
60944}
60945
60946
60947SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60948 PyObject *resultobj = 0;
60949 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
60950 lldb::SBStream *arg2 = 0 ;
60951 void *argp1 = 0 ;
60952 int res1 = 0 ;
60953 void *argp2 = 0 ;
60954 int res2 = 0 ;
60955 PyObject * obj0 = 0 ;
60956 PyObject * obj1 = 0 ;
60957 bool result;
60958
60959 if (!PyArg_ParseTuple(args,(char *)"OO:SBThreadPlan_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
60960 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
60961 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60962 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_GetDescription" "', argument " "1"" of type '" "lldb::SBThreadPlan const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_GetDescription"
"', argument " "1"" of type '" "lldb::SBThreadPlan const *""'"
); goto fail; } while(0)
;
60963 }
60964 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
60965 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
60966 if (!SWIG_IsOK(res2)(res2 >= 0)) {
60967 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThreadPlan_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThreadPlan_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
60968 }
60969 if (!argp2) {
60970 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThreadPlan_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThreadPlan_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
60971 }
60972 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
60973 {
60974 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
60975 result = (bool)((lldb::SBThreadPlan const *)arg1)->GetDescription(*arg2);
60976 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
60977 }
60978 resultobj = SWIG_From_bool(static_cast< bool >(result));
60979 return resultobj;
60980fail:
60981 return NULL__null;
60982}
60983
60984
60985SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_SetPlanComplete(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
60986 PyObject *resultobj = 0;
60987 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
60988 bool arg2 ;
60989 void *argp1 = 0 ;
60990 int res1 = 0 ;
60991 bool val2 ;
60992 int ecode2 = 0 ;
60993 PyObject * obj0 = 0 ;
60994 PyObject * obj1 = 0 ;
60995
60996 if (!PyArg_ParseTuple(args,(char *)"OO:SBThreadPlan_SetPlanComplete",&obj0,&obj1)) SWIG_failgoto fail;
60997 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
60998 if (!SWIG_IsOK(res1)(res1 >= 0)) {
60999 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_SetPlanComplete" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_SetPlanComplete"
"', argument " "1"" of type '" "lldb::SBThreadPlan *""'"); goto
fail; } while(0)
;
61000 }
61001 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
61002 ecode2 = SWIG_AsVal_bool(obj1, &val2);
61003 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
61004 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThreadPlan_SetPlanComplete" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThreadPlan_SetPlanComplete"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
61005 }
61006 arg2 = static_cast< bool >(val2);
61007 {
61008 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61009 (arg1)->SetPlanComplete(arg2);
61010 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61011 }
61012 resultobj = SWIG_Py_Void();
61013 return resultobj;
61014fail:
61015 return NULL__null;
61016}
61017
61018
61019SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_IsPlanComplete(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61020 PyObject *resultobj = 0;
61021 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
61022 void *argp1 = 0 ;
61023 int res1 = 0 ;
61024 PyObject * obj0 = 0 ;
61025 bool result;
61026
61027 if (!PyArg_ParseTuple(args,(char *)"O:SBThreadPlan_IsPlanComplete",&obj0)) SWIG_failgoto fail;
61028 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
61029 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61030 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_IsPlanComplete" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_IsPlanComplete"
"', argument " "1"" of type '" "lldb::SBThreadPlan *""'"); goto
fail; } while(0)
;
61031 }
61032 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
61033 {
61034 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61035 result = (bool)(arg1)->IsPlanComplete();
61036 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61037 }
61038 resultobj = SWIG_From_bool(static_cast< bool >(result));
61039 return resultobj;
61040fail:
61041 return NULL__null;
61042}
61043
61044
61045SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_IsPlanStale(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61046 PyObject *resultobj = 0;
61047 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
61048 void *argp1 = 0 ;
61049 int res1 = 0 ;
61050 PyObject * obj0 = 0 ;
61051 bool result;
61052
61053 if (!PyArg_ParseTuple(args,(char *)"O:SBThreadPlan_IsPlanStale",&obj0)) SWIG_failgoto fail;
61054 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
61055 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61056 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_IsPlanStale" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_IsPlanStale" "', argument "
"1"" of type '" "lldb::SBThreadPlan *""'"); goto fail; } while
(0)
;
61057 }
61058 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
61059 {
61060 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61061 result = (bool)(arg1)->IsPlanStale();
61062 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61063 }
61064 resultobj = SWIG_From_bool(static_cast< bool >(result));
61065 return resultobj;
61066fail:
61067 return NULL__null;
61068}
61069
61070
61071SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_IsValid__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61072 PyObject *resultobj = 0;
61073 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
61074 void *argp1 = 0 ;
61075 int res1 = 0 ;
61076 PyObject * obj0 = 0 ;
61077 bool result;
61078
61079 if (!PyArg_ParseTuple(args,(char *)"O:SBThreadPlan_IsValid",&obj0)) SWIG_failgoto fail;
61080 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
61081 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61082 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_IsValid" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_IsValid" "', argument "
"1"" of type '" "lldb::SBThreadPlan *""'"); goto fail; } while
(0)
;
61083 }
61084 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
61085 {
61086 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61087 result = (bool)(arg1)->IsValid();
61088 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61089 }
61090 resultobj = SWIG_From_bool(static_cast< bool >(result));
61091 return resultobj;
61092fail:
61093 return NULL__null;
61094}
61095
61096
61097SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_IsValid(PyObject *self, PyObject *args) {
61098 Py_ssize_t argc;
61099 PyObject *argv[2] = {
61100 0
61101 };
61102 Py_ssize_t ii;
61103
61104 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
61105 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
61106 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
61107 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
61108 }
61109 if (argc == 1) {
61110 int _v;
61111 void *vptr = 0;
61112 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThreadPlan, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[63
], 0, 0)
;
61113 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
61114 if (_v) {
61115 return _wrap_SBThreadPlan_IsValid__SWIG_1(self, args);
61116 }
61117 }
61118 if (argc == 1) {
61119 int _v;
61120 void *vptr = 0;
61121 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThreadPlan, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[63
], 0, 0)
;
61122 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
61123 if (_v) {
61124 return _wrap_SBThreadPlan_IsValid__SWIG_0(self, args);
61125 }
61126 }
61127
61128fail:
61129 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBThreadPlan_IsValid'.\n"
61130 " Possible C/C++ prototypes are:\n"
61131 " lldb::SBThreadPlan::IsValid() const\n"
61132 " lldb::SBThreadPlan::IsValid()\n");
61133 return 0;
61134}
61135
61136
61137SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_QueueThreadPlanForStepOverRange(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61138 PyObject *resultobj = 0;
61139 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
61140 lldb::SBAddress *arg2 = 0 ;
61141 lldb::addr_t arg3 ;
61142 void *argp1 = 0 ;
61143 int res1 = 0 ;
61144 void *argp2 = 0 ;
61145 int res2 = 0 ;
61146 unsigned long long val3 ;
61147 int ecode3 = 0 ;
61148 PyObject * obj0 = 0 ;
61149 PyObject * obj1 = 0 ;
61150 PyObject * obj2 = 0 ;
61151 lldb::SBThreadPlan result;
61152
61153 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThreadPlan_QueueThreadPlanForStepOverRange",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
61154 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
61155 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61156 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_QueueThreadPlanForStepOverRange" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepOverRange"
"', argument " "1"" of type '" "lldb::SBThreadPlan *""'"); goto
fail; } while(0)
;
61157 }
61158 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
61159 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0, 0)
;
61160 if (!SWIG_IsOK(res2)(res2 >= 0)) {
61161 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThreadPlan_QueueThreadPlanForStepOverRange" "', argument " "2"" of type '" "lldb::SBAddress &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepOverRange"
"', argument " "2"" of type '" "lldb::SBAddress &""'"); goto
fail; } while(0)
;
61162 }
61163 if (!argp2) {
61164 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThreadPlan_QueueThreadPlanForStepOverRange" "', argument " "2"" of type '" "lldb::SBAddress &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThreadPlan_QueueThreadPlanForStepOverRange"
"', argument " "2"" of type '" "lldb::SBAddress &""'"); goto
fail; } while(0)
;
61165 }
61166 arg2 = reinterpret_cast< lldb::SBAddress * >(argp2);
61167 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
61168 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
61169 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBThreadPlan_QueueThreadPlanForStepOverRange" "', argument " "3"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepOverRange"
"', argument " "3"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
61170 }
61171 arg3 = static_cast< lldb::addr_t >(val3);
61172 {
61173 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61174 result = (arg1)->QueueThreadPlanForStepOverRange(*arg2,arg3);
61175 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61176 }
61177 resultobj = SWIG_NewPointerObj((new lldb::SBThreadPlan(static_cast< const lldb::SBThreadPlan& >(result))), SWIGTYPE_p_lldb__SBThreadPlan, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThreadPlan(static_cast
< const lldb::SBThreadPlan& >(result))), swig_types
[63], 0x1 | 0)
;
61178 return resultobj;
61179fail:
61180 return NULL__null;
61181}
61182
61183
61184SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_QueueThreadPlanForStepInRange(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61185 PyObject *resultobj = 0;
61186 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
61187 lldb::SBAddress *arg2 = 0 ;
61188 lldb::addr_t arg3 ;
61189 void *argp1 = 0 ;
61190 int res1 = 0 ;
61191 void *argp2 = 0 ;
61192 int res2 = 0 ;
61193 unsigned long long val3 ;
61194 int ecode3 = 0 ;
61195 PyObject * obj0 = 0 ;
61196 PyObject * obj1 = 0 ;
61197 PyObject * obj2 = 0 ;
61198 lldb::SBThreadPlan result;
61199
61200 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThreadPlan_QueueThreadPlanForStepInRange",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
61201 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
61202 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61203 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_QueueThreadPlanForStepInRange" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepInRange"
"', argument " "1"" of type '" "lldb::SBThreadPlan *""'"); goto
fail; } while(0)
;
61204 }
61205 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
61206 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0, 0)
;
61207 if (!SWIG_IsOK(res2)(res2 >= 0)) {
61208 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThreadPlan_QueueThreadPlanForStepInRange" "', argument " "2"" of type '" "lldb::SBAddress &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepInRange"
"', argument " "2"" of type '" "lldb::SBAddress &""'"); goto
fail; } while(0)
;
61209 }
61210 if (!argp2) {
61211 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThreadPlan_QueueThreadPlanForStepInRange" "', argument " "2"" of type '" "lldb::SBAddress &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThreadPlan_QueueThreadPlanForStepInRange" "', argument "
"2"" of type '" "lldb::SBAddress &""'"); goto fail; } while
(0)
;
61212 }
61213 arg2 = reinterpret_cast< lldb::SBAddress * >(argp2);
61214 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
61215 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
61216 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBThreadPlan_QueueThreadPlanForStepInRange" "', argument " "3"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepInRange"
"', argument " "3"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
61217 }
61218 arg3 = static_cast< lldb::addr_t >(val3);
61219 {
61220 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61221 result = (arg1)->QueueThreadPlanForStepInRange(*arg2,arg3);
61222 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61223 }
61224 resultobj = SWIG_NewPointerObj((new lldb::SBThreadPlan(static_cast< const lldb::SBThreadPlan& >(result))), SWIGTYPE_p_lldb__SBThreadPlan, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThreadPlan(static_cast
< const lldb::SBThreadPlan& >(result))), swig_types
[63], 0x1 | 0)
;
61225 return resultobj;
61226fail:
61227 return NULL__null;
61228}
61229
61230
61231SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_QueueThreadPlanForStepOut__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61232 PyObject *resultobj = 0;
61233 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
61234 uint32_t arg2 ;
61235 bool arg3 ;
61236 void *argp1 = 0 ;
61237 int res1 = 0 ;
61238 unsigned int val2 ;
61239 int ecode2 = 0 ;
61240 bool val3 ;
61241 int ecode3 = 0 ;
61242 PyObject * obj0 = 0 ;
61243 PyObject * obj1 = 0 ;
61244 PyObject * obj2 = 0 ;
61245 lldb::SBThreadPlan result;
61246
61247 if (!PyArg_ParseTuple(args,(char *)"OOO:SBThreadPlan_QueueThreadPlanForStepOut",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
61248 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
61249 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61250 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_QueueThreadPlanForStepOut" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepOut"
"', argument " "1"" of type '" "lldb::SBThreadPlan *""'"); goto
fail; } while(0)
;
61251 }
61252 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
61253 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
61254 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
61255 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThreadPlan_QueueThreadPlanForStepOut" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepOut"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
61256 }
61257 arg2 = static_cast< uint32_t >(val2);
61258 ecode3 = SWIG_AsVal_bool(obj2, &val3);
61259 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
61260 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBThreadPlan_QueueThreadPlanForStepOut" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepOut"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
61261 }
61262 arg3 = static_cast< bool >(val3);
61263 {
61264 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61265 result = (arg1)->QueueThreadPlanForStepOut(arg2,arg3);
61266 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61267 }
61268 resultobj = SWIG_NewPointerObj((new lldb::SBThreadPlan(static_cast< const lldb::SBThreadPlan& >(result))), SWIGTYPE_p_lldb__SBThreadPlan, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThreadPlan(static_cast
< const lldb::SBThreadPlan& >(result))), swig_types
[63], 0x1 | 0)
;
61269 return resultobj;
61270fail:
61271 return NULL__null;
61272}
61273
61274
61275SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_QueueThreadPlanForStepOut__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61276 PyObject *resultobj = 0;
61277 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
61278 uint32_t arg2 ;
61279 void *argp1 = 0 ;
61280 int res1 = 0 ;
61281 unsigned int val2 ;
61282 int ecode2 = 0 ;
61283 PyObject * obj0 = 0 ;
61284 PyObject * obj1 = 0 ;
61285 lldb::SBThreadPlan result;
61286
61287 if (!PyArg_ParseTuple(args,(char *)"OO:SBThreadPlan_QueueThreadPlanForStepOut",&obj0,&obj1)) SWIG_failgoto fail;
61288 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
61289 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61290 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_QueueThreadPlanForStepOut" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepOut"
"', argument " "1"" of type '" "lldb::SBThreadPlan *""'"); goto
fail; } while(0)
;
61291 }
61292 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
61293 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
61294 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
61295 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBThreadPlan_QueueThreadPlanForStepOut" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepOut"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
61296 }
61297 arg2 = static_cast< uint32_t >(val2);
61298 {
61299 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61300 result = (arg1)->QueueThreadPlanForStepOut(arg2);
61301 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61302 }
61303 resultobj = SWIG_NewPointerObj((new lldb::SBThreadPlan(static_cast< const lldb::SBThreadPlan& >(result))), SWIGTYPE_p_lldb__SBThreadPlan, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThreadPlan(static_cast
< const lldb::SBThreadPlan& >(result))), swig_types
[63], 0x1 | 0)
;
61304 return resultobj;
61305fail:
61306 return NULL__null;
61307}
61308
61309
61310SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_QueueThreadPlanForStepOut(PyObject *self, PyObject *args) {
61311 Py_ssize_t argc;
61312 PyObject *argv[4] = {
61313 0
61314 };
61315 Py_ssize_t ii;
61316
61317 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
61318 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
61319 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
61320 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
61321 }
61322 if (argc == 2) {
61323 int _v;
61324 void *vptr = 0;
61325 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThreadPlan, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[63
], 0, 0)
;
61326 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
61327 if (_v) {
61328 {
61329 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
61330 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
61331 }
61332 if (_v) {
61333 return _wrap_SBThreadPlan_QueueThreadPlanForStepOut__SWIG_1(self, args);
61334 }
61335 }
61336 }
61337 if (argc == 3) {
61338 int _v;
61339 void *vptr = 0;
61340 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBThreadPlan, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[63
], 0, 0)
;
61341 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
61342 if (_v) {
61343 {
61344 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
61345 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
61346 }
61347 if (_v) {
61348 {
61349 int res = SWIG_AsVal_bool(argv[2], NULL__null);
61350 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
61351 }
61352 if (_v) {
61353 return _wrap_SBThreadPlan_QueueThreadPlanForStepOut__SWIG_0(self, args);
61354 }
61355 }
61356 }
61357 }
61358
61359fail:
61360 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBThreadPlan_QueueThreadPlanForStepOut'.\n"
61361 " Possible C/C++ prototypes are:\n"
61362 " lldb::SBThreadPlan::QueueThreadPlanForStepOut(uint32_t,bool)\n"
61363 " lldb::SBThreadPlan::QueueThreadPlanForStepOut(uint32_t)\n");
61364 return 0;
61365}
61366
61367
61368SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_QueueThreadPlanForRunToAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61369 PyObject *resultobj = 0;
61370 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
61371 lldb::SBAddress arg2 ;
61372 void *argp1 = 0 ;
61373 int res1 = 0 ;
61374 void *argp2 ;
61375 int res2 = 0 ;
61376 PyObject * obj0 = 0 ;
61377 PyObject * obj1 = 0 ;
61378 lldb::SBThreadPlan result;
61379
61380 if (!PyArg_ParseTuple(args,(char *)"OO:SBThreadPlan_QueueThreadPlanForRunToAddress",&obj0,&obj1)) SWIG_failgoto fail;
61381 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
61382 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61383 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_QueueThreadPlanForRunToAddress" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForRunToAddress"
"', argument " "1"" of type '" "lldb::SBThreadPlan *""'"); goto
fail; } while(0)
;
61384 }
61385 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
61386 {
61387 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBAddress, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[9],
0 | 0, 0)
;
61388 if (!SWIG_IsOK(res2)(res2 >= 0)) {
61389 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThreadPlan_QueueThreadPlanForRunToAddress" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForRunToAddress"
"', argument " "2"" of type '" "lldb::SBAddress""'"); goto fail
; } while(0)
;
61390 }
61391 if (!argp2) {
61392 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBThreadPlan_QueueThreadPlanForRunToAddress" "', argument " "2"" of type '" "lldb::SBAddress""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBThreadPlan_QueueThreadPlanForRunToAddress" "', argument "
"2"" of type '" "lldb::SBAddress""'"); goto fail; } while(0)
;
61393 } else {
61394 lldb::SBAddress * temp = reinterpret_cast< lldb::SBAddress * >(argp2);
61395 arg2 = *temp;
61396 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
61397 }
61398 }
61399 {
61400 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61401 result = (arg1)->QueueThreadPlanForRunToAddress(arg2);
61402 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61403 }
61404 resultobj = SWIG_NewPointerObj((new lldb::SBThreadPlan(static_cast< const lldb::SBThreadPlan& >(result))), SWIGTYPE_p_lldb__SBThreadPlan, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThreadPlan(static_cast
< const lldb::SBThreadPlan& >(result))), swig_types
[63], 0x1 | 0)
;
61405 return resultobj;
61406fail:
61407 return NULL__null;
61408}
61409
61410
61411SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBThreadPlan_QueueThreadPlanForStepScripted(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61412 PyObject *resultobj = 0;
61413 lldb::SBThreadPlan *arg1 = (lldb::SBThreadPlan *) 0 ;
61414 char *arg2 = (char *) 0 ;
61415 void *argp1 = 0 ;
61416 int res1 = 0 ;
61417 int res2 ;
61418 char *buf2 = 0 ;
61419 int alloc2 = 0 ;
61420 PyObject * obj0 = 0 ;
61421 PyObject * obj1 = 0 ;
61422 lldb::SBThreadPlan result;
61423
61424 if (!PyArg_ParseTuple(args,(char *)"OO:SBThreadPlan_QueueThreadPlanForStepScripted",&obj0,&obj1)) SWIG_failgoto fail;
61425 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBThreadPlan, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[63]
, 0 | 0, 0)
;
61426 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61427 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBThreadPlan_QueueThreadPlanForStepScripted" "', argument " "1"" of type '" "lldb::SBThreadPlan *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepScripted"
"', argument " "1"" of type '" "lldb::SBThreadPlan *""'"); goto
fail; } while(0)
;
61428 }
61429 arg1 = reinterpret_cast< lldb::SBThreadPlan * >(argp1);
61430 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
61431 if (!SWIG_IsOK(res2)(res2 >= 0)) {
61432 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBThreadPlan_QueueThreadPlanForStepScripted" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBThreadPlan_QueueThreadPlanForStepScripted"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
61433 }
61434 arg2 = reinterpret_cast< char * >(buf2);
61435 {
61436 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61437 result = (arg1)->QueueThreadPlanForStepScripted((char const *)arg2);
61438 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61439 }
61440 resultobj = SWIG_NewPointerObj((new lldb::SBThreadPlan(static_cast< const lldb::SBThreadPlan& >(result))), SWIGTYPE_p_lldb__SBThreadPlan, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThreadPlan(static_cast
< const lldb::SBThreadPlan& >(result))), swig_types
[63], 0x1 | 0)
;
61441 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
61442 return resultobj;
61443fail:
61444 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
61445 return NULL__null;
61446}
61447
61448
61449SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBThreadPlan_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61450 PyObject *obj;
61451 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
61452 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBThreadPlanswig_types[63], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
61453 return SWIG_Py_Void();
61454}
61455
61456SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTrace(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61457 PyObject *resultobj = 0;
61458 lldb::SBTrace *result = 0 ;
61459
61460 if (!PyArg_ParseTuple(args,(char *)":new_SBTrace")) SWIG_failgoto fail;
61461 {
61462 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61463 result = (lldb::SBTrace *)new lldb::SBTrace();
61464 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61465 }
61466 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTrace, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[64], (
(0x1 << 1) | 0x1) | 0)
;
61467 return resultobj;
61468fail:
61469 return NULL__null;
61470}
61471
61472
61473SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTrace_GetTraceData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61474 PyObject *resultobj = 0;
61475 lldb::SBTrace *arg1 = (lldb::SBTrace *) 0 ;
61476 lldb::SBError *arg2 = 0 ;
61477 void *arg3 = (void *) 0 ;
61478 size_t arg4 ;
61479 size_t arg5 ;
61480 lldb::tid_t arg6 ;
61481 void *argp1 = 0 ;
61482 int res1 = 0 ;
61483 void *argp2 = 0 ;
61484 int res2 = 0 ;
61485 size_t val5 ;
61486 int ecode5 = 0 ;
61487 PyObject * obj0 = 0 ;
61488 PyObject * obj1 = 0 ;
61489 PyObject * obj2 = 0 ;
61490 PyObject * obj3 = 0 ;
61491 PyObject * obj4 = 0 ;
61492 size_t result;
61493
61494 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBTrace_GetTraceData",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
1
Assuming the condition is false
2
Taking false branch
61495 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTrace, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[64]
, 0 | 0, 0)
;
61496 if (!SWIG_IsOK(res1)(res1 >= 0)) {
3
Taking false branch
61497 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTrace_GetTraceData" "', argument " "1"" of type '" "lldb::SBTrace *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTrace_GetTraceData" "', argument "
"1"" of type '" "lldb::SBTrace *""'"); goto fail; } while(0)
;
61498 }
61499 arg1 = reinterpret_cast< lldb::SBTrace * >(argp1);
61500 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
61501 if (!SWIG_IsOK(res2)(res2 >= 0)) {
4
Taking false branch
61502 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTrace_GetTraceData" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTrace_GetTraceData" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
61503 }
61504 if (!argp2) {
5
Assuming 'argp2' is non-null
6
Taking false branch
61505 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTrace_GetTraceData" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTrace_GetTraceData" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
61506 }
61507 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
61508 {
61509 if (PyInt_Check(obj2)((((obj2)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
7
Taking true branch
61510 arg4 = PyInt_AsLong(obj2);
61511 } else if (PyLong_Check(obj2)((((((PyObject*)(obj2))->ob_type))->tp_flags & ((1L
<<24))) != 0)
) {
61512 arg4 = PyLong_AsLong(obj2);
61513 } else {
61514 PyErr_SetString(PyExc_ValueError, "Expecting an integer or long object");
61515 return NULL__null;
61516 }
61517 if (arg4 <= 0) {
8
Assuming 'arg4' is > 0
9
Taking false branch
61518 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
61519 return NULL__null;
61520 }
61521 arg3 = (void *) malloc(arg4);
10
Memory is allocated
61522 }
61523 ecode5 = SWIG_AsVal_size_t(obj3, &val5);
61524 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
11
Taking true branch
61525 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBTrace_GetTraceData" "', argument " "5"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBTrace_GetTraceData" "', argument "
"5"" of type '" "size_t""'"); goto fail; } while(0)
;
12
Within the expansion of the macro 'SWIG_exception_fail':
a
Potential leak of memory pointed to by 'arg3'
61526 }
61527 arg5 = static_cast< size_t >(val5);
61528 {
61529 using namespace lldb_private;
61530 if (PythonInteger::Check(obj4))
61531 {
61532 PythonInteger py_int(PyRefType::Borrowed, obj4);
61533 arg6 = static_cast<lldb::tid_t>(py_int.GetInteger());
61534 }
61535 else
61536 {
61537 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
61538 return nullptr;
61539 }
61540 }
61541 {
61542 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61543 result = (arg1)->GetTraceData(*arg2,arg3,arg4,arg5,arg6);
61544 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61545 }
61546 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
61547 {
61548 Py_XDECREF(resultobj)do { if ((resultobj) == __null) ; else do { if ( --((PyObject
*)(resultobj))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(resultobj)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(resultobj)))); } while (0); } while (0)
; /* Blow away any previous result */
61549 if (result == 0) {
61550 resultobj = Py_None(&_Py_NoneStruct);
61551 Py_INCREF(resultobj)( ((PyObject*)(resultobj))->ob_refcnt++);
61552 } else {
61553 lldb_private::PythonBytes bytes(static_cast<const uint8_t*>(arg3), result);
61554 resultobj = bytes.release();
61555 }
61556 free(arg3);
61557 }
61558 return resultobj;
61559fail:
61560 return NULL__null;
61561}
61562
61563
61564SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTrace_GetMetaData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61565 PyObject *resultobj = 0;
61566 lldb::SBTrace *arg1 = (lldb::SBTrace *) 0 ;
61567 lldb::SBError *arg2 = 0 ;
61568 void *arg3 = (void *) 0 ;
61569 size_t arg4 ;
61570 size_t arg5 ;
61571 lldb::tid_t arg6 ;
61572 void *argp1 = 0 ;
61573 int res1 = 0 ;
61574 void *argp2 = 0 ;
61575 int res2 = 0 ;
61576 size_t val5 ;
61577 int ecode5 = 0 ;
61578 PyObject * obj0 = 0 ;
61579 PyObject * obj1 = 0 ;
61580 PyObject * obj2 = 0 ;
61581 PyObject * obj3 = 0 ;
61582 PyObject * obj4 = 0 ;
61583 size_t result;
61584
61585 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBTrace_GetMetaData",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
61586 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTrace, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[64]
, 0 | 0, 0)
;
61587 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61588 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTrace_GetMetaData" "', argument " "1"" of type '" "lldb::SBTrace *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTrace_GetMetaData" "', argument "
"1"" of type '" "lldb::SBTrace *""'"); goto fail; } while(0)
;
61589 }
61590 arg1 = reinterpret_cast< lldb::SBTrace * >(argp1);
61591 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
61592 if (!SWIG_IsOK(res2)(res2 >= 0)) {
61593 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTrace_GetMetaData" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTrace_GetMetaData" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
61594 }
61595 if (!argp2) {
61596 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTrace_GetMetaData" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTrace_GetMetaData" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
61597 }
61598 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
61599 {
61600 if (PyInt_Check(obj2)((((obj2)->ob_type)->tp_flags & ((1L<<23))) !=
0)
) {
61601 arg4 = PyInt_AsLong(obj2);
61602 } else if (PyLong_Check(obj2)((((((PyObject*)(obj2))->ob_type))->tp_flags & ((1L
<<24))) != 0)
) {
61603 arg4 = PyLong_AsLong(obj2);
61604 } else {
61605 PyErr_SetString(PyExc_ValueError, "Expecting an integer or long object");
61606 return NULL__null;
61607 }
61608 if (arg4 <= 0) {
61609 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
61610 return NULL__null;
61611 }
61612 arg3 = (void *) malloc(arg4);
61613 }
61614 ecode5 = SWIG_AsVal_size_t(obj3, &val5);
61615 if (!SWIG_IsOK(ecode5)(ecode5 >= 0)) {
61616 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "SBTrace_GetMetaData" "', argument " "5"" of type '" "size_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode5 !=
(-1)) ? ecode5 : -5)), "in method '" "SBTrace_GetMetaData" "', argument "
"5"" of type '" "size_t""'"); goto fail; } while(0)
;
61617 }
61618 arg5 = static_cast< size_t >(val5);
61619 {
61620 using namespace lldb_private;
61621 if (PythonInteger::Check(obj4))
61622 {
61623 PythonInteger py_int(PyRefType::Borrowed, obj4);
61624 arg6 = static_cast<lldb::tid_t>(py_int.GetInteger());
61625 }
61626 else
61627 {
61628 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
61629 return nullptr;
61630 }
61631 }
61632 {
61633 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61634 result = (arg1)->GetMetaData(*arg2,arg3,arg4,arg5,arg6);
61635 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61636 }
61637 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
61638 {
61639 Py_XDECREF(resultobj)do { if ((resultobj) == __null) ; else do { if ( --((PyObject
*)(resultobj))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(resultobj)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(resultobj)))); } while (0); } while (0)
; /* Blow away any previous result */
61640 if (result == 0) {
61641 resultobj = Py_None(&_Py_NoneStruct);
61642 Py_INCREF(resultobj)( ((PyObject*)(resultobj))->ob_refcnt++);
61643 } else {
61644 lldb_private::PythonBytes bytes(static_cast<const uint8_t*>(arg3), result);
61645 resultobj = bytes.release();
61646 }
61647 free(arg3);
61648 }
61649 return resultobj;
61650fail:
61651 return NULL__null;
61652}
61653
61654
61655SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTrace_StopTrace(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61656 PyObject *resultobj = 0;
61657 lldb::SBTrace *arg1 = (lldb::SBTrace *) 0 ;
61658 lldb::SBError *arg2 = 0 ;
61659 lldb::tid_t arg3 ;
61660 void *argp1 = 0 ;
61661 int res1 = 0 ;
61662 void *argp2 = 0 ;
61663 int res2 = 0 ;
61664 PyObject * obj0 = 0 ;
61665 PyObject * obj1 = 0 ;
61666 PyObject * obj2 = 0 ;
61667
61668 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTrace_StopTrace",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
61669 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTrace, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[64]
, 0 | 0, 0)
;
61670 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61671 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTrace_StopTrace" "', argument " "1"" of type '" "lldb::SBTrace *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTrace_StopTrace" "', argument "
"1"" of type '" "lldb::SBTrace *""'"); goto fail; } while(0)
;
61672 }
61673 arg1 = reinterpret_cast< lldb::SBTrace * >(argp1);
61674 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
61675 if (!SWIG_IsOK(res2)(res2 >= 0)) {
61676 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTrace_StopTrace" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTrace_StopTrace" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
61677 }
61678 if (!argp2) {
61679 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTrace_StopTrace" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTrace_StopTrace" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
61680 }
61681 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
61682 {
61683 using namespace lldb_private;
61684 if (PythonInteger::Check(obj2))
61685 {
61686 PythonInteger py_int(PyRefType::Borrowed, obj2);
61687 arg3 = static_cast<lldb::tid_t>(py_int.GetInteger());
61688 }
61689 else
61690 {
61691 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
61692 return nullptr;
61693 }
61694 }
61695 {
61696 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61697 (arg1)->StopTrace(*arg2,arg3);
61698 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61699 }
61700 resultobj = SWIG_Py_Void();
61701 return resultobj;
61702fail:
61703 return NULL__null;
61704}
61705
61706
61707SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTrace_GetTraceConfig(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61708 PyObject *resultobj = 0;
61709 lldb::SBTrace *arg1 = (lldb::SBTrace *) 0 ;
61710 lldb::SBTraceOptions *arg2 = 0 ;
61711 lldb::SBError *arg3 = 0 ;
61712 void *argp1 = 0 ;
61713 int res1 = 0 ;
61714 void *argp2 = 0 ;
61715 int res2 = 0 ;
61716 void *argp3 = 0 ;
61717 int res3 = 0 ;
61718 PyObject * obj0 = 0 ;
61719 PyObject * obj1 = 0 ;
61720 PyObject * obj2 = 0 ;
61721
61722 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTrace_GetTraceConfig",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
61723 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTrace, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[64]
, 0 | 0, 0)
;
61724 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61725 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTrace_GetTraceConfig" "', argument " "1"" of type '" "lldb::SBTrace *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTrace_GetTraceConfig" "', argument "
"1"" of type '" "lldb::SBTrace *""'"); goto fail; } while(0)
;
61726 }
61727 arg1 = reinterpret_cast< lldb::SBTrace * >(argp1);
61728 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTraceOptions, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[65]
, 0, 0)
;
61729 if (!SWIG_IsOK(res2)(res2 >= 0)) {
61730 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTrace_GetTraceConfig" "', argument " "2"" of type '" "lldb::SBTraceOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTrace_GetTraceConfig" "', argument "
"2"" of type '" "lldb::SBTraceOptions &""'"); goto fail;
} while(0)
;
61731 }
61732 if (!argp2) {
61733 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTrace_GetTraceConfig" "', argument " "2"" of type '" "lldb::SBTraceOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTrace_GetTraceConfig" "', argument " "2"" of type '"
"lldb::SBTraceOptions &""'"); goto fail; } while(0)
;
61734 }
61735 arg2 = reinterpret_cast< lldb::SBTraceOptions * >(argp2);
61736 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
61737 if (!SWIG_IsOK(res3)(res3 >= 0)) {
61738 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTrace_GetTraceConfig" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTrace_GetTraceConfig" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
61739 }
61740 if (!argp3) {
61741 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTrace_GetTraceConfig" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTrace_GetTraceConfig" "', argument " "3"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
61742 }
61743 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
61744 {
61745 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61746 (arg1)->GetTraceConfig(*arg2,*arg3);
61747 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61748 }
61749 resultobj = SWIG_Py_Void();
61750 return resultobj;
61751fail:
61752 return NULL__null;
61753}
61754
61755
61756SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTrace_GetTraceUID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61757 PyObject *resultobj = 0;
61758 lldb::SBTrace *arg1 = (lldb::SBTrace *) 0 ;
61759 void *argp1 = 0 ;
61760 int res1 = 0 ;
61761 PyObject * obj0 = 0 ;
61762 lldb::user_id_t result;
61763
61764 if (!PyArg_ParseTuple(args,(char *)"O:SBTrace_GetTraceUID",&obj0)) SWIG_failgoto fail;
61765 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTrace, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[64]
, 0 | 0, 0)
;
61766 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61767 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTrace_GetTraceUID" "', argument " "1"" of type '" "lldb::SBTrace *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTrace_GetTraceUID" "', argument "
"1"" of type '" "lldb::SBTrace *""'"); goto fail; } while(0)
;
61768 }
61769 arg1 = reinterpret_cast< lldb::SBTrace * >(argp1);
61770 {
61771 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61772 result = (lldb::user_id_t)(arg1)->GetTraceUID();
61773 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61774 }
61775 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
61776 return resultobj;
61777fail:
61778 return NULL__null;
61779}
61780
61781
61782SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTrace_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61783 PyObject *resultobj = 0;
61784 lldb::SBTrace *arg1 = (lldb::SBTrace *) 0 ;
61785 void *argp1 = 0 ;
61786 int res1 = 0 ;
61787 PyObject * obj0 = 0 ;
61788 bool result;
61789
61790 if (!PyArg_ParseTuple(args,(char *)"O:SBTrace_IsValid",&obj0)) SWIG_failgoto fail;
61791 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTrace, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[64]
, 0 | 0, 0)
;
61792 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61793 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTrace_IsValid" "', argument " "1"" of type '" "lldb::SBTrace *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTrace_IsValid" "', argument "
"1"" of type '" "lldb::SBTrace *""'"); goto fail; } while(0)
;
61794 }
61795 arg1 = reinterpret_cast< lldb::SBTrace * >(argp1);
61796 {
61797 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61798 result = (bool)(arg1)->IsValid();
61799 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61800 }
61801 resultobj = SWIG_From_bool(static_cast< bool >(result));
61802 return resultobj;
61803fail:
61804 return NULL__null;
61805}
61806
61807
61808SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTrace(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61809 PyObject *resultobj = 0;
61810 lldb::SBTrace *arg1 = (lldb::SBTrace *) 0 ;
61811 void *argp1 = 0 ;
61812 int res1 = 0 ;
61813 PyObject * obj0 = 0 ;
61814
61815 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTrace",&obj0)) SWIG_failgoto fail;
61816 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTrace, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[64]
, 0x1 | 0, 0)
;
61817 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61818 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTrace" "', argument " "1"" of type '" "lldb::SBTrace *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTrace" "', argument "
"1"" of type '" "lldb::SBTrace *""'"); goto fail; } while(0)
;
61819 }
61820 arg1 = reinterpret_cast< lldb::SBTrace * >(argp1);
61821 {
61822 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61823 delete arg1;
61824 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61825 }
61826 resultobj = SWIG_Py_Void();
61827 return resultobj;
61828fail:
61829 return NULL__null;
61830}
61831
61832
61833SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTrace_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61834 PyObject *obj;
61835 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
61836 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTraceswig_types[64], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
61837 return SWIG_Py_Void();
61838}
61839
61840SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTraceOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61841 PyObject *resultobj = 0;
61842 lldb::SBTraceOptions *result = 0 ;
61843
61844 if (!PyArg_ParseTuple(args,(char *)":new_SBTraceOptions")) SWIG_failgoto fail;
61845 {
61846 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61847 result = (lldb::SBTraceOptions *)new lldb::SBTraceOptions();
61848 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61849 }
61850 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTraceOptions, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[65], (
(0x1 << 1) | 0x1) | 0)
;
61851 return resultobj;
61852fail:
61853 return NULL__null;
61854}
61855
61856
61857SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTraceOptions_getType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61858 PyObject *resultobj = 0;
61859 lldb::SBTraceOptions *arg1 = (lldb::SBTraceOptions *) 0 ;
61860 void *argp1 = 0 ;
61861 int res1 = 0 ;
61862 PyObject * obj0 = 0 ;
61863 lldb::TraceType result;
61864
61865 if (!PyArg_ParseTuple(args,(char *)"O:SBTraceOptions_getType",&obj0)) SWIG_failgoto fail;
61866 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTraceOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[65]
, 0 | 0, 0)
;
61867 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61868 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTraceOptions_getType" "', argument " "1"" of type '" "lldb::SBTraceOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTraceOptions_getType" "', argument "
"1"" of type '" "lldb::SBTraceOptions const *""'"); goto fail
; } while(0)
;
61869 }
61870 arg1 = reinterpret_cast< lldb::SBTraceOptions * >(argp1);
61871 {
61872 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61873 result = (lldb::TraceType)((lldb::SBTraceOptions const *)arg1)->getType();
61874 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61875 }
61876 resultobj = SWIG_From_int(static_cast< int >(result));
61877 return resultobj;
61878fail:
61879 return NULL__null;
61880}
61881
61882
61883SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTraceOptions_getTraceBufferSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61884 PyObject *resultobj = 0;
61885 lldb::SBTraceOptions *arg1 = (lldb::SBTraceOptions *) 0 ;
61886 void *argp1 = 0 ;
61887 int res1 = 0 ;
61888 PyObject * obj0 = 0 ;
61889 uint64_t result;
61890
61891 if (!PyArg_ParseTuple(args,(char *)"O:SBTraceOptions_getTraceBufferSize",&obj0)) SWIG_failgoto fail;
61892 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTraceOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[65]
, 0 | 0, 0)
;
61893 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61894 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTraceOptions_getTraceBufferSize" "', argument " "1"" of type '" "lldb::SBTraceOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTraceOptions_getTraceBufferSize"
"', argument " "1"" of type '" "lldb::SBTraceOptions const *"
"'"); goto fail; } while(0)
;
61895 }
61896 arg1 = reinterpret_cast< lldb::SBTraceOptions * >(argp1);
61897 {
61898 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61899 result = (uint64_t)((lldb::SBTraceOptions const *)arg1)->getTraceBufferSize();
61900 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61901 }
61902 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
61903 return resultobj;
61904fail:
61905 return NULL__null;
61906}
61907
61908
61909SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTraceOptions_getTraceParams(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61910 PyObject *resultobj = 0;
61911 lldb::SBTraceOptions *arg1 = (lldb::SBTraceOptions *) 0 ;
61912 lldb::SBError *arg2 = 0 ;
61913 void *argp1 = 0 ;
61914 int res1 = 0 ;
61915 void *argp2 = 0 ;
61916 int res2 = 0 ;
61917 PyObject * obj0 = 0 ;
61918 PyObject * obj1 = 0 ;
61919 lldb::SBStructuredData result;
61920
61921 if (!PyArg_ParseTuple(args,(char *)"OO:SBTraceOptions_getTraceParams",&obj0,&obj1)) SWIG_failgoto fail;
61922 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTraceOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[65]
, 0 | 0, 0)
;
61923 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61924 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTraceOptions_getTraceParams" "', argument " "1"" of type '" "lldb::SBTraceOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTraceOptions_getTraceParams"
"', argument " "1"" of type '" "lldb::SBTraceOptions *""'");
goto fail; } while(0)
;
61925 }
61926 arg1 = reinterpret_cast< lldb::SBTraceOptions * >(argp1);
61927 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
61928 if (!SWIG_IsOK(res2)(res2 >= 0)) {
61929 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTraceOptions_getTraceParams" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTraceOptions_getTraceParams"
"', argument " "2"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
61930 }
61931 if (!argp2) {
61932 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTraceOptions_getTraceParams" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTraceOptions_getTraceParams" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
61933 }
61934 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
61935 {
61936 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61937 result = (arg1)->getTraceParams(*arg2);
61938 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61939 }
61940 resultobj = SWIG_NewPointerObj((new lldb::SBStructuredData(static_cast< const lldb::SBStructuredData& >(result))), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBStructuredData
(static_cast< const lldb::SBStructuredData& >(result
))), swig_types[56], 0x1 | 0)
;
61941 return resultobj;
61942fail:
61943 return NULL__null;
61944}
61945
61946
61947SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTraceOptions_getMetaDataBufferSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61948 PyObject *resultobj = 0;
61949 lldb::SBTraceOptions *arg1 = (lldb::SBTraceOptions *) 0 ;
61950 void *argp1 = 0 ;
61951 int res1 = 0 ;
61952 PyObject * obj0 = 0 ;
61953 uint64_t result;
61954
61955 if (!PyArg_ParseTuple(args,(char *)"O:SBTraceOptions_getMetaDataBufferSize",&obj0)) SWIG_failgoto fail;
61956 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTraceOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[65]
, 0 | 0, 0)
;
61957 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61958 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTraceOptions_getMetaDataBufferSize" "', argument " "1"" of type '" "lldb::SBTraceOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTraceOptions_getMetaDataBufferSize"
"', argument " "1"" of type '" "lldb::SBTraceOptions const *"
"'"); goto fail; } while(0)
;
61959 }
61960 arg1 = reinterpret_cast< lldb::SBTraceOptions * >(argp1);
61961 {
61962 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
61963 result = (uint64_t)((lldb::SBTraceOptions const *)arg1)->getMetaDataBufferSize();
61964 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
61965 }
61966 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
61967 return resultobj;
61968fail:
61969 return NULL__null;
61970}
61971
61972
61973SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTraceOptions_setTraceParams(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
61974 PyObject *resultobj = 0;
61975 lldb::SBTraceOptions *arg1 = (lldb::SBTraceOptions *) 0 ;
61976 lldb::SBStructuredData *arg2 = 0 ;
61977 void *argp1 = 0 ;
61978 int res1 = 0 ;
61979 void *argp2 = 0 ;
61980 int res2 = 0 ;
61981 PyObject * obj0 = 0 ;
61982 PyObject * obj1 = 0 ;
61983
61984 if (!PyArg_ParseTuple(args,(char *)"OO:SBTraceOptions_setTraceParams",&obj0,&obj1)) SWIG_failgoto fail;
61985 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTraceOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[65]
, 0 | 0, 0)
;
61986 if (!SWIG_IsOK(res1)(res1 >= 0)) {
61987 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTraceOptions_setTraceParams" "', argument " "1"" of type '" "lldb::SBTraceOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTraceOptions_setTraceParams"
"', argument " "1"" of type '" "lldb::SBTraceOptions *""'");
goto fail; } while(0)
;
61988 }
61989 arg1 = reinterpret_cast< lldb::SBTraceOptions * >(argp1);
61990 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStructuredData, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[56]
, 0, 0)
;
61991 if (!SWIG_IsOK(res2)(res2 >= 0)) {
61992 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTraceOptions_setTraceParams" "', argument " "2"" of type '" "lldb::SBStructuredData &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTraceOptions_setTraceParams"
"', argument " "2"" of type '" "lldb::SBStructuredData &"
"'"); goto fail; } while(0)
;
61993 }
61994 if (!argp2) {
61995 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTraceOptions_setTraceParams" "', argument " "2"" of type '" "lldb::SBStructuredData &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTraceOptions_setTraceParams" "', argument "
"2"" of type '" "lldb::SBStructuredData &""'"); goto fail
; } while(0)
;
61996 }
61997 arg2 = reinterpret_cast< lldb::SBStructuredData * >(argp2);
61998 {
61999 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62000 (arg1)->setTraceParams(*arg2);
62001 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62002 }
62003 resultobj = SWIG_Py_Void();
62004 return resultobj;
62005fail:
62006 return NULL__null;
62007}
62008
62009
62010SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTraceOptions_setType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62011 PyObject *resultobj = 0;
62012 lldb::SBTraceOptions *arg1 = (lldb::SBTraceOptions *) 0 ;
62013 lldb::TraceType arg2 ;
62014 void *argp1 = 0 ;
62015 int res1 = 0 ;
62016 int val2 ;
62017 int ecode2 = 0 ;
62018 PyObject * obj0 = 0 ;
62019 PyObject * obj1 = 0 ;
62020
62021 if (!PyArg_ParseTuple(args,(char *)"OO:SBTraceOptions_setType",&obj0,&obj1)) SWIG_failgoto fail;
62022 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTraceOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[65]
, 0 | 0, 0)
;
62023 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62024 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTraceOptions_setType" "', argument " "1"" of type '" "lldb::SBTraceOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTraceOptions_setType" "', argument "
"1"" of type '" "lldb::SBTraceOptions *""'"); goto fail; } while
(0)
;
62025 }
62026 arg1 = reinterpret_cast< lldb::SBTraceOptions * >(argp1);
62027 ecode2 = SWIG_AsVal_int(obj1, &val2);
62028 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
62029 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTraceOptions_setType" "', argument " "2"" of type '" "lldb::TraceType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTraceOptions_setType"
"', argument " "2"" of type '" "lldb::TraceType""'"); goto fail
; } while(0)
;
62030 }
62031 arg2 = static_cast< lldb::TraceType >(val2);
62032 {
62033 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62034 (arg1)->setType(arg2);
62035 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62036 }
62037 resultobj = SWIG_Py_Void();
62038 return resultobj;
62039fail:
62040 return NULL__null;
62041}
62042
62043
62044SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTraceOptions_setTraceBufferSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62045 PyObject *resultobj = 0;
62046 lldb::SBTraceOptions *arg1 = (lldb::SBTraceOptions *) 0 ;
62047 uint64_t arg2 ;
62048 void *argp1 = 0 ;
62049 int res1 = 0 ;
62050 unsigned long long val2 ;
62051 int ecode2 = 0 ;
62052 PyObject * obj0 = 0 ;
62053 PyObject * obj1 = 0 ;
62054
62055 if (!PyArg_ParseTuple(args,(char *)"OO:SBTraceOptions_setTraceBufferSize",&obj0,&obj1)) SWIG_failgoto fail;
62056 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTraceOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[65]
, 0 | 0, 0)
;
62057 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62058 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTraceOptions_setTraceBufferSize" "', argument " "1"" of type '" "lldb::SBTraceOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTraceOptions_setTraceBufferSize"
"', argument " "1"" of type '" "lldb::SBTraceOptions *""'");
goto fail; } while(0)
;
62059 }
62060 arg1 = reinterpret_cast< lldb::SBTraceOptions * >(argp1);
62061 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
62062 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
62063 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTraceOptions_setTraceBufferSize" "', argument " "2"" of type '" "uint64_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTraceOptions_setTraceBufferSize"
"', argument " "2"" of type '" "uint64_t""'"); goto fail; } while
(0)
;
62064 }
62065 arg2 = static_cast< uint64_t >(val2);
62066 {
62067 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62068 (arg1)->setTraceBufferSize(arg2);
62069 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62070 }
62071 resultobj = SWIG_Py_Void();
62072 return resultobj;
62073fail:
62074 return NULL__null;
62075}
62076
62077
62078SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTraceOptions_setMetaDataBufferSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62079 PyObject *resultobj = 0;
62080 lldb::SBTraceOptions *arg1 = (lldb::SBTraceOptions *) 0 ;
62081 uint64_t arg2 ;
62082 void *argp1 = 0 ;
62083 int res1 = 0 ;
62084 unsigned long long val2 ;
62085 int ecode2 = 0 ;
62086 PyObject * obj0 = 0 ;
62087 PyObject * obj1 = 0 ;
62088
62089 if (!PyArg_ParseTuple(args,(char *)"OO:SBTraceOptions_setMetaDataBufferSize",&obj0,&obj1)) SWIG_failgoto fail;
62090 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTraceOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[65]
, 0 | 0, 0)
;
62091 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62092 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTraceOptions_setMetaDataBufferSize" "', argument " "1"" of type '" "lldb::SBTraceOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTraceOptions_setMetaDataBufferSize"
"', argument " "1"" of type '" "lldb::SBTraceOptions *""'");
goto fail; } while(0)
;
62093 }
62094 arg1 = reinterpret_cast< lldb::SBTraceOptions * >(argp1);
62095 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
62096 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
62097 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTraceOptions_setMetaDataBufferSize" "', argument " "2"" of type '" "uint64_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTraceOptions_setMetaDataBufferSize"
"', argument " "2"" of type '" "uint64_t""'"); goto fail; } while
(0)
;
62098 }
62099 arg2 = static_cast< uint64_t >(val2);
62100 {
62101 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62102 (arg1)->setMetaDataBufferSize(arg2);
62103 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62104 }
62105 resultobj = SWIG_Py_Void();
62106 return resultobj;
62107fail:
62108 return NULL__null;
62109}
62110
62111
62112SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTraceOptions_setThreadID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62113 PyObject *resultobj = 0;
62114 lldb::SBTraceOptions *arg1 = (lldb::SBTraceOptions *) 0 ;
62115 lldb::tid_t arg2 ;
62116 void *argp1 = 0 ;
62117 int res1 = 0 ;
62118 PyObject * obj0 = 0 ;
62119 PyObject * obj1 = 0 ;
62120
62121 if (!PyArg_ParseTuple(args,(char *)"OO:SBTraceOptions_setThreadID",&obj0,&obj1)) SWIG_failgoto fail;
62122 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTraceOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[65]
, 0 | 0, 0)
;
62123 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62124 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTraceOptions_setThreadID" "', argument " "1"" of type '" "lldb::SBTraceOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTraceOptions_setThreadID"
"', argument " "1"" of type '" "lldb::SBTraceOptions *""'");
goto fail; } while(0)
;
62125 }
62126 arg1 = reinterpret_cast< lldb::SBTraceOptions * >(argp1);
62127 {
62128 using namespace lldb_private;
62129 if (PythonInteger::Check(obj1))
62130 {
62131 PythonInteger py_int(PyRefType::Borrowed, obj1);
62132 arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
62133 }
62134 else
62135 {
62136 PyErr_SetString(PyExc_ValueError, "Expecting an integer");
62137 return nullptr;
62138 }
62139 }
62140 {
62141 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62142 (arg1)->setThreadID(arg2);
62143 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62144 }
62145 resultobj = SWIG_Py_Void();
62146 return resultobj;
62147fail:
62148 return NULL__null;
62149}
62150
62151
62152SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTraceOptions_getThreadID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62153 PyObject *resultobj = 0;
62154 lldb::SBTraceOptions *arg1 = (lldb::SBTraceOptions *) 0 ;
62155 void *argp1 = 0 ;
62156 int res1 = 0 ;
62157 PyObject * obj0 = 0 ;
62158 lldb::tid_t result;
62159
62160 if (!PyArg_ParseTuple(args,(char *)"O:SBTraceOptions_getThreadID",&obj0)) SWIG_failgoto fail;
62161 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTraceOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[65]
, 0 | 0, 0)
;
62162 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62163 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTraceOptions_getThreadID" "', argument " "1"" of type '" "lldb::SBTraceOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTraceOptions_getThreadID"
"', argument " "1"" of type '" "lldb::SBTraceOptions *""'");
goto fail; } while(0)
;
62164 }
62165 arg1 = reinterpret_cast< lldb::SBTraceOptions * >(argp1);
62166 {
62167 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62168 result = (lldb::tid_t)(arg1)->getThreadID();
62169 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62170 }
62171 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
62172 return resultobj;
62173fail:
62174 return NULL__null;
62175}
62176
62177
62178SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTraceOptions_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62179 PyObject *resultobj = 0;
62180 lldb::SBTraceOptions *arg1 = (lldb::SBTraceOptions *) 0 ;
62181 void *argp1 = 0 ;
62182 int res1 = 0 ;
62183 PyObject * obj0 = 0 ;
62184 bool result;
62185
62186 if (!PyArg_ParseTuple(args,(char *)"O:SBTraceOptions_IsValid",&obj0)) SWIG_failgoto fail;
62187 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTraceOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[65]
, 0 | 0, 0)
;
62188 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62189 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTraceOptions_IsValid" "', argument " "1"" of type '" "lldb::SBTraceOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTraceOptions_IsValid" "', argument "
"1"" of type '" "lldb::SBTraceOptions *""'"); goto fail; } while
(0)
;
62190 }
62191 arg1 = reinterpret_cast< lldb::SBTraceOptions * >(argp1);
62192 {
62193 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62194 result = (bool)(arg1)->IsValid();
62195 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62196 }
62197 resultobj = SWIG_From_bool(static_cast< bool >(result));
62198 return resultobj;
62199fail:
62200 return NULL__null;
62201}
62202
62203
62204SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTraceOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62205 PyObject *resultobj = 0;
62206 lldb::SBTraceOptions *arg1 = (lldb::SBTraceOptions *) 0 ;
62207 void *argp1 = 0 ;
62208 int res1 = 0 ;
62209 PyObject * obj0 = 0 ;
62210
62211 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTraceOptions",&obj0)) SWIG_failgoto fail;
62212 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTraceOptions, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[65]
, 0x1 | 0, 0)
;
62213 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62214 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTraceOptions" "', argument " "1"" of type '" "lldb::SBTraceOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTraceOptions" "', argument "
"1"" of type '" "lldb::SBTraceOptions *""'"); goto fail; } while
(0)
;
62215 }
62216 arg1 = reinterpret_cast< lldb::SBTraceOptions * >(argp1);
62217 {
62218 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62219 delete arg1;
62220 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62221 }
62222 resultobj = SWIG_Py_Void();
62223 return resultobj;
62224fail:
62225 return NULL__null;
62226}
62227
62228
62229SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTraceOptions_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62230 PyObject *obj;
62231 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
62232 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTraceOptionsswig_types[65], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
62233 return SWIG_Py_Void();
62234}
62235
62236SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeMember__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62237 PyObject *resultobj = 0;
62238 lldb::SBTypeMember *result = 0 ;
62239
62240 if (!PyArg_ParseTuple(args,(char *)":new_SBTypeMember")) SWIG_failgoto fail;
62241 {
62242 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62243 result = (lldb::SBTypeMember *)new lldb::SBTypeMember();
62244 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62245 }
62246 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeMember, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[73], (
(0x1 << 1) | 0x1) | 0)
;
62247 return resultobj;
62248fail:
62249 return NULL__null;
62250}
62251
62252
62253SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeMember__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62254 PyObject *resultobj = 0;
62255 lldb::SBTypeMember *arg1 = 0 ;
62256 void *argp1 = 0 ;
62257 int res1 = 0 ;
62258 PyObject * obj0 = 0 ;
62259 lldb::SBTypeMember *result = 0 ;
62260
62261 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeMember",&obj0)) SWIG_failgoto fail;
62262 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTypeMember, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[73]
, 0 | 0, 0)
;
62263 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62264 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeMember" "', argument " "1"" of type '" "lldb::SBTypeMember const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeMember" "', argument "
"1"" of type '" "lldb::SBTypeMember const &""'"); goto fail
; } while(0)
;
62265 }
62266 if (!argp1) {
62267 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTypeMember" "', argument " "1"" of type '" "lldb::SBTypeMember const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTypeMember" "', argument " "1"" of type '"
"lldb::SBTypeMember const &""'"); goto fail; } while(0)
;
62268 }
62269 arg1 = reinterpret_cast< lldb::SBTypeMember * >(argp1);
62270 {
62271 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62272 result = (lldb::SBTypeMember *)new lldb::SBTypeMember((lldb::SBTypeMember const &)*arg1);
62273 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62274 }
62275 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeMember, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[73], (
(0x1 << 1) | 0x1) | 0)
;
62276 return resultobj;
62277fail:
62278 return NULL__null;
62279}
62280
62281
62282SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeMember(PyObject *self, PyObject *args) {
62283 Py_ssize_t argc;
62284 PyObject *argv[2] = {
62285 0
62286 };
62287 Py_ssize_t ii;
62288
62289 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
62290 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
62291 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
62292 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
62293 }
62294 if (argc == 0) {
62295 return _wrap_new_SBTypeMember__SWIG_0(self, args);
62296 }
62297 if (argc == 1) {
62298 int _v;
62299 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTypeMember, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[73], 0, 0
)
;
62300 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
62301 if (_v) {
62302 return _wrap_new_SBTypeMember__SWIG_1(self, args);
62303 }
62304 }
62305
62306fail:
62307 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBTypeMember'.\n"
62308 " Possible C/C++ prototypes are:\n"
62309 " lldb::SBTypeMember::SBTypeMember()\n"
62310 " lldb::SBTypeMember::SBTypeMember(lldb::SBTypeMember const &)\n");
62311 return 0;
62312}
62313
62314
62315SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTypeMember(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62316 PyObject *resultobj = 0;
62317 lldb::SBTypeMember *arg1 = (lldb::SBTypeMember *) 0 ;
62318 void *argp1 = 0 ;
62319 int res1 = 0 ;
62320 PyObject * obj0 = 0 ;
62321
62322 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTypeMember",&obj0)) SWIG_failgoto fail;
62323 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMember, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[73]
, 0x1 | 0, 0)
;
62324 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62325 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTypeMember" "', argument " "1"" of type '" "lldb::SBTypeMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTypeMember" "', argument "
"1"" of type '" "lldb::SBTypeMember *""'"); goto fail; } while
(0)
;
62326 }
62327 arg1 = reinterpret_cast< lldb::SBTypeMember * >(argp1);
62328 {
62329 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62330 delete arg1;
62331 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62332 }
62333 resultobj = SWIG_Py_Void();
62334 return resultobj;
62335fail:
62336 return NULL__null;
62337}
62338
62339
62340SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMember_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62341 PyObject *resultobj = 0;
62342 lldb::SBTypeMember *arg1 = (lldb::SBTypeMember *) 0 ;
62343 void *argp1 = 0 ;
62344 int res1 = 0 ;
62345 PyObject * obj0 = 0 ;
62346 bool result;
62347
62348 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMember_IsValid",&obj0)) SWIG_failgoto fail;
62349 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[73]
, 0 | 0, 0)
;
62350 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62351 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMember_IsValid" "', argument " "1"" of type '" "lldb::SBTypeMember const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMember_IsValid" "', argument "
"1"" of type '" "lldb::SBTypeMember const *""'"); goto fail;
} while(0)
;
62352 }
62353 arg1 = reinterpret_cast< lldb::SBTypeMember * >(argp1);
62354 {
62355 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62356 result = (bool)((lldb::SBTypeMember const *)arg1)->IsValid();
62357 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62358 }
62359 resultobj = SWIG_From_bool(static_cast< bool >(result));
62360 return resultobj;
62361fail:
62362 return NULL__null;
62363}
62364
62365
62366SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMember_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62367 PyObject *resultobj = 0;
62368 lldb::SBTypeMember *arg1 = (lldb::SBTypeMember *) 0 ;
62369 void *argp1 = 0 ;
62370 int res1 = 0 ;
62371 PyObject * obj0 = 0 ;
62372 char *result = 0 ;
62373
62374 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMember_GetName",&obj0)) SWIG_failgoto fail;
62375 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[73]
, 0 | 0, 0)
;
62376 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62377 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMember_GetName" "', argument " "1"" of type '" "lldb::SBTypeMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMember_GetName" "', argument "
"1"" of type '" "lldb::SBTypeMember *""'"); goto fail; } while
(0)
;
62378 }
62379 arg1 = reinterpret_cast< lldb::SBTypeMember * >(argp1);
62380 {
62381 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62382 result = (char *)(arg1)->GetName();
62383 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62384 }
62385 resultobj = SWIG_FromCharPtr((const char *)result);
62386 return resultobj;
62387fail:
62388 return NULL__null;
62389}
62390
62391
62392SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMember_GetType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62393 PyObject *resultobj = 0;
62394 lldb::SBTypeMember *arg1 = (lldb::SBTypeMember *) 0 ;
62395 void *argp1 = 0 ;
62396 int res1 = 0 ;
62397 PyObject * obj0 = 0 ;
62398 lldb::SBType result;
62399
62400 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMember_GetType",&obj0)) SWIG_failgoto fail;
62401 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[73]
, 0 | 0, 0)
;
62402 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62403 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMember_GetType" "', argument " "1"" of type '" "lldb::SBTypeMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMember_GetType" "', argument "
"1"" of type '" "lldb::SBTypeMember *""'"); goto fail; } while
(0)
;
62404 }
62405 arg1 = reinterpret_cast< lldb::SBTypeMember * >(argp1);
62406 {
62407 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62408 result = (arg1)->GetType();
62409 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62410 }
62411 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
62412 return resultobj;
62413fail:
62414 return NULL__null;
62415}
62416
62417
62418SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMember_GetOffsetInBytes(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62419 PyObject *resultobj = 0;
62420 lldb::SBTypeMember *arg1 = (lldb::SBTypeMember *) 0 ;
62421 void *argp1 = 0 ;
62422 int res1 = 0 ;
62423 PyObject * obj0 = 0 ;
62424 uint64_t result;
62425
62426 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMember_GetOffsetInBytes",&obj0)) SWIG_failgoto fail;
62427 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[73]
, 0 | 0, 0)
;
62428 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62429 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMember_GetOffsetInBytes" "', argument " "1"" of type '" "lldb::SBTypeMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMember_GetOffsetInBytes"
"', argument " "1"" of type '" "lldb::SBTypeMember *""'"); goto
fail; } while(0)
;
62430 }
62431 arg1 = reinterpret_cast< lldb::SBTypeMember * >(argp1);
62432 {
62433 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62434 result = (uint64_t)(arg1)->GetOffsetInBytes();
62435 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62436 }
62437 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
62438 return resultobj;
62439fail:
62440 return NULL__null;
62441}
62442
62443
62444SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMember_GetOffsetInBits(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62445 PyObject *resultobj = 0;
62446 lldb::SBTypeMember *arg1 = (lldb::SBTypeMember *) 0 ;
62447 void *argp1 = 0 ;
62448 int res1 = 0 ;
62449 PyObject * obj0 = 0 ;
62450 uint64_t result;
62451
62452 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMember_GetOffsetInBits",&obj0)) SWIG_failgoto fail;
62453 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[73]
, 0 | 0, 0)
;
62454 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62455 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMember_GetOffsetInBits" "', argument " "1"" of type '" "lldb::SBTypeMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMember_GetOffsetInBits"
"', argument " "1"" of type '" "lldb::SBTypeMember *""'"); goto
fail; } while(0)
;
62456 }
62457 arg1 = reinterpret_cast< lldb::SBTypeMember * >(argp1);
62458 {
62459 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62460 result = (uint64_t)(arg1)->GetOffsetInBits();
62461 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62462 }
62463 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
62464 return resultobj;
62465fail:
62466 return NULL__null;
62467}
62468
62469
62470SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMember_IsBitfield(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62471 PyObject *resultobj = 0;
62472 lldb::SBTypeMember *arg1 = (lldb::SBTypeMember *) 0 ;
62473 void *argp1 = 0 ;
62474 int res1 = 0 ;
62475 PyObject * obj0 = 0 ;
62476 bool result;
62477
62478 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMember_IsBitfield",&obj0)) SWIG_failgoto fail;
62479 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[73]
, 0 | 0, 0)
;
62480 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62481 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMember_IsBitfield" "', argument " "1"" of type '" "lldb::SBTypeMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMember_IsBitfield" "', argument "
"1"" of type '" "lldb::SBTypeMember *""'"); goto fail; } while
(0)
;
62482 }
62483 arg1 = reinterpret_cast< lldb::SBTypeMember * >(argp1);
62484 {
62485 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62486 result = (bool)(arg1)->IsBitfield();
62487 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62488 }
62489 resultobj = SWIG_From_bool(static_cast< bool >(result));
62490 return resultobj;
62491fail:
62492 return NULL__null;
62493}
62494
62495
62496SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMember_GetBitfieldSizeInBits(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62497 PyObject *resultobj = 0;
62498 lldb::SBTypeMember *arg1 = (lldb::SBTypeMember *) 0 ;
62499 void *argp1 = 0 ;
62500 int res1 = 0 ;
62501 PyObject * obj0 = 0 ;
62502 uint32_t result;
62503
62504 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMember_GetBitfieldSizeInBits",&obj0)) SWIG_failgoto fail;
62505 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[73]
, 0 | 0, 0)
;
62506 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62507 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMember_GetBitfieldSizeInBits" "', argument " "1"" of type '" "lldb::SBTypeMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMember_GetBitfieldSizeInBits"
"', argument " "1"" of type '" "lldb::SBTypeMember *""'"); goto
fail; } while(0)
;
62508 }
62509 arg1 = reinterpret_cast< lldb::SBTypeMember * >(argp1);
62510 {
62511 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62512 result = (uint32_t)(arg1)->GetBitfieldSizeInBits();
62513 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62514 }
62515 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
62516 return resultobj;
62517fail:
62518 return NULL__null;
62519}
62520
62521
62522SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMember___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62523 PyObject *resultobj = 0;
62524 lldb::SBTypeMember *arg1 = (lldb::SBTypeMember *) 0 ;
62525 void *argp1 = 0 ;
62526 int res1 = 0 ;
62527 PyObject * obj0 = 0 ;
62528 PyObject *result = 0 ;
62529
62530 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMember___str__",&obj0)) SWIG_failgoto fail;
62531 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[73]
, 0 | 0, 0)
;
62532 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62533 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMember___str__" "', argument " "1"" of type '" "lldb::SBTypeMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMember___str__" "', argument "
"1"" of type '" "lldb::SBTypeMember *""'"); goto fail; } while
(0)
;
62534 }
62535 arg1 = reinterpret_cast< lldb::SBTypeMember * >(argp1);
62536 result = (PyObject *)lldb_SBTypeMember___str__(arg1);
62537 resultobj = result;
62538 return resultobj;
62539fail:
62540 return NULL__null;
62541}
62542
62543
62544SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTypeMember_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62545 PyObject *obj;
62546 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
62547 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeMemberswig_types[73], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
62548 return SWIG_Py_Void();
62549}
62550
62551SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeMemberFunction__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62552 PyObject *resultobj = 0;
62553 lldb::SBTypeMemberFunction *result = 0 ;
62554
62555 if (!PyArg_ParseTuple(args,(char *)":new_SBTypeMemberFunction")) SWIG_failgoto fail;
62556 {
62557 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62558 result = (lldb::SBTypeMemberFunction *)new lldb::SBTypeMemberFunction();
62559 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62560 }
62561 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeMemberFunction, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[74], (
(0x1 << 1) | 0x1) | 0)
;
62562 return resultobj;
62563fail:
62564 return NULL__null;
62565}
62566
62567
62568SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeMemberFunction__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62569 PyObject *resultobj = 0;
62570 lldb::SBTypeMemberFunction *arg1 = 0 ;
62571 void *argp1 = 0 ;
62572 int res1 = 0 ;
62573 PyObject * obj0 = 0 ;
62574 lldb::SBTypeMemberFunction *result = 0 ;
62575
62576 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeMemberFunction",&obj0)) SWIG_failgoto fail;
62577 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTypeMemberFunction, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0 | 0, 0)
;
62578 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62579 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeMemberFunction" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeMemberFunction" "', argument "
"1"" of type '" "lldb::SBTypeMemberFunction const &""'")
; goto fail; } while(0)
;
62580 }
62581 if (!argp1) {
62582 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTypeMemberFunction" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTypeMemberFunction" "', argument " "1"" of type '"
"lldb::SBTypeMemberFunction const &""'"); goto fail; } while
(0)
;
62583 }
62584 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62585 {
62586 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62587 result = (lldb::SBTypeMemberFunction *)new lldb::SBTypeMemberFunction((lldb::SBTypeMemberFunction const &)*arg1);
62588 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62589 }
62590 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeMemberFunction, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[74], (
(0x1 << 1) | 0x1) | 0)
;
62591 return resultobj;
62592fail:
62593 return NULL__null;
62594}
62595
62596
62597SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeMemberFunction(PyObject *self, PyObject *args) {
62598 Py_ssize_t argc;
62599 PyObject *argv[2] = {
62600 0
62601 };
62602 Py_ssize_t ii;
62603
62604 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
62605 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
62606 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
62607 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
62608 }
62609 if (argc == 0) {
62610 return _wrap_new_SBTypeMemberFunction__SWIG_0(self, args);
62611 }
62612 if (argc == 1) {
62613 int _v;
62614 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTypeMemberFunction, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[74], 0, 0
)
;
62615 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
62616 if (_v) {
62617 return _wrap_new_SBTypeMemberFunction__SWIG_1(self, args);
62618 }
62619 }
62620
62621fail:
62622 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBTypeMemberFunction'.\n"
62623 " Possible C/C++ prototypes are:\n"
62624 " lldb::SBTypeMemberFunction::SBTypeMemberFunction()\n"
62625 " lldb::SBTypeMemberFunction::SBTypeMemberFunction(lldb::SBTypeMemberFunction const &)\n");
62626 return 0;
62627}
62628
62629
62630SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTypeMemberFunction(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62631 PyObject *resultobj = 0;
62632 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ;
62633 void *argp1 = 0 ;
62634 int res1 = 0 ;
62635 PyObject * obj0 = 0 ;
62636
62637 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTypeMemberFunction",&obj0)) SWIG_failgoto fail;
62638 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMemberFunction, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0x1 | 0, 0)
;
62639 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62640 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTypeMemberFunction" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTypeMemberFunction"
"', argument " "1"" of type '" "lldb::SBTypeMemberFunction *"
"'"); goto fail; } while(0)
;
62641 }
62642 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62643 {
62644 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62645 delete arg1;
62646 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62647 }
62648 resultobj = SWIG_Py_Void();
62649 return resultobj;
62650fail:
62651 return NULL__null;
62652}
62653
62654
62655SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMemberFunction_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62656 PyObject *resultobj = 0;
62657 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ;
62658 void *argp1 = 0 ;
62659 int res1 = 0 ;
62660 PyObject * obj0 = 0 ;
62661 bool result;
62662
62663 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMemberFunction_IsValid",&obj0)) SWIG_failgoto fail;
62664 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMemberFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0 | 0, 0)
;
62665 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62666 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMemberFunction_IsValid" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMemberFunction_IsValid"
"', argument " "1"" of type '" "lldb::SBTypeMemberFunction const *"
"'"); goto fail; } while(0)
;
62667 }
62668 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62669 {
62670 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62671 result = (bool)((lldb::SBTypeMemberFunction const *)arg1)->IsValid();
62672 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62673 }
62674 resultobj = SWIG_From_bool(static_cast< bool >(result));
62675 return resultobj;
62676fail:
62677 return NULL__null;
62678}
62679
62680
62681SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMemberFunction_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62682 PyObject *resultobj = 0;
62683 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ;
62684 void *argp1 = 0 ;
62685 int res1 = 0 ;
62686 PyObject * obj0 = 0 ;
62687 char *result = 0 ;
62688
62689 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMemberFunction_GetName",&obj0)) SWIG_failgoto fail;
62690 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMemberFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0 | 0, 0)
;
62691 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62692 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMemberFunction_GetName" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMemberFunction_GetName"
"', argument " "1"" of type '" "lldb::SBTypeMemberFunction *"
"'"); goto fail; } while(0)
;
62693 }
62694 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62695 {
62696 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62697 result = (char *)(arg1)->GetName();
62698 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62699 }
62700 resultobj = SWIG_FromCharPtr((const char *)result);
62701 return resultobj;
62702fail:
62703 return NULL__null;
62704}
62705
62706
62707SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMemberFunction_GetDemangledName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62708 PyObject *resultobj = 0;
62709 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ;
62710 void *argp1 = 0 ;
62711 int res1 = 0 ;
62712 PyObject * obj0 = 0 ;
62713 char *result = 0 ;
62714
62715 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMemberFunction_GetDemangledName",&obj0)) SWIG_failgoto fail;
62716 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMemberFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0 | 0, 0)
;
62717 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62718 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMemberFunction_GetDemangledName" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMemberFunction_GetDemangledName"
"', argument " "1"" of type '" "lldb::SBTypeMemberFunction *"
"'"); goto fail; } while(0)
;
62719 }
62720 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62721 {
62722 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62723 result = (char *)(arg1)->GetDemangledName();
62724 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62725 }
62726 resultobj = SWIG_FromCharPtr((const char *)result);
62727 return resultobj;
62728fail:
62729 return NULL__null;
62730}
62731
62732
62733SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMemberFunction_GetMangledName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62734 PyObject *resultobj = 0;
62735 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ;
62736 void *argp1 = 0 ;
62737 int res1 = 0 ;
62738 PyObject * obj0 = 0 ;
62739 char *result = 0 ;
62740
62741 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMemberFunction_GetMangledName",&obj0)) SWIG_failgoto fail;
62742 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMemberFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0 | 0, 0)
;
62743 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62744 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMemberFunction_GetMangledName" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMemberFunction_GetMangledName"
"', argument " "1"" of type '" "lldb::SBTypeMemberFunction *"
"'"); goto fail; } while(0)
;
62745 }
62746 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62747 {
62748 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62749 result = (char *)(arg1)->GetMangledName();
62750 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62751 }
62752 resultobj = SWIG_FromCharPtr((const char *)result);
62753 return resultobj;
62754fail:
62755 return NULL__null;
62756}
62757
62758
62759SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMemberFunction_GetType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62760 PyObject *resultobj = 0;
62761 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ;
62762 void *argp1 = 0 ;
62763 int res1 = 0 ;
62764 PyObject * obj0 = 0 ;
62765 lldb::SBType result;
62766
62767 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMemberFunction_GetType",&obj0)) SWIG_failgoto fail;
62768 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMemberFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0 | 0, 0)
;
62769 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62770 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMemberFunction_GetType" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMemberFunction_GetType"
"', argument " "1"" of type '" "lldb::SBTypeMemberFunction *"
"'"); goto fail; } while(0)
;
62771 }
62772 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62773 {
62774 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62775 result = (arg1)->GetType();
62776 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62777 }
62778 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
62779 return resultobj;
62780fail:
62781 return NULL__null;
62782}
62783
62784
62785SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMemberFunction_GetReturnType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62786 PyObject *resultobj = 0;
62787 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ;
62788 void *argp1 = 0 ;
62789 int res1 = 0 ;
62790 PyObject * obj0 = 0 ;
62791 lldb::SBType result;
62792
62793 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMemberFunction_GetReturnType",&obj0)) SWIG_failgoto fail;
62794 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMemberFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0 | 0, 0)
;
62795 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62796 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMemberFunction_GetReturnType" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMemberFunction_GetReturnType"
"', argument " "1"" of type '" "lldb::SBTypeMemberFunction *"
"'"); goto fail; } while(0)
;
62797 }
62798 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62799 {
62800 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62801 result = (arg1)->GetReturnType();
62802 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62803 }
62804 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
62805 return resultobj;
62806fail:
62807 return NULL__null;
62808}
62809
62810
62811SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMemberFunction_GetNumberOfArguments(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62812 PyObject *resultobj = 0;
62813 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ;
62814 void *argp1 = 0 ;
62815 int res1 = 0 ;
62816 PyObject * obj0 = 0 ;
62817 uint32_t result;
62818
62819 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMemberFunction_GetNumberOfArguments",&obj0)) SWIG_failgoto fail;
62820 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMemberFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0 | 0, 0)
;
62821 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62822 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMemberFunction_GetNumberOfArguments" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMemberFunction_GetNumberOfArguments"
"', argument " "1"" of type '" "lldb::SBTypeMemberFunction *"
"'"); goto fail; } while(0)
;
62823 }
62824 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62825 {
62826 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62827 result = (uint32_t)(arg1)->GetNumberOfArguments();
62828 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62829 }
62830 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
62831 return resultobj;
62832fail:
62833 return NULL__null;
62834}
62835
62836
62837SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMemberFunction_GetArgumentTypeAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62838 PyObject *resultobj = 0;
62839 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ;
62840 uint32_t arg2 ;
62841 void *argp1 = 0 ;
62842 int res1 = 0 ;
62843 unsigned int val2 ;
62844 int ecode2 = 0 ;
62845 PyObject * obj0 = 0 ;
62846 PyObject * obj1 = 0 ;
62847 lldb::SBType result;
62848
62849 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeMemberFunction_GetArgumentTypeAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
62850 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMemberFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0 | 0, 0)
;
62851 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62852 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMemberFunction_GetArgumentTypeAtIndex" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMemberFunction_GetArgumentTypeAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeMemberFunction *"
"'"); goto fail; } while(0)
;
62853 }
62854 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62855 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
62856 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
62857 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeMemberFunction_GetArgumentTypeAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeMemberFunction_GetArgumentTypeAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
62858 }
62859 arg2 = static_cast< uint32_t >(val2);
62860 {
62861 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62862 result = (arg1)->GetArgumentTypeAtIndex(arg2);
62863 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62864 }
62865 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
62866 return resultobj;
62867fail:
62868 return NULL__null;
62869}
62870
62871
62872SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMemberFunction_GetKind(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62873 PyObject *resultobj = 0;
62874 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ;
62875 void *argp1 = 0 ;
62876 int res1 = 0 ;
62877 PyObject * obj0 = 0 ;
62878 lldb::MemberFunctionKind result;
62879
62880 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMemberFunction_GetKind",&obj0)) SWIG_failgoto fail;
62881 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMemberFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0 | 0, 0)
;
62882 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62883 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMemberFunction_GetKind" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMemberFunction_GetKind"
"', argument " "1"" of type '" "lldb::SBTypeMemberFunction *"
"'"); goto fail; } while(0)
;
62884 }
62885 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62886 {
62887 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62888 result = (lldb::MemberFunctionKind)(arg1)->GetKind();
62889 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62890 }
62891 resultobj = SWIG_From_int(static_cast< int >(result));
62892 return resultobj;
62893fail:
62894 return NULL__null;
62895}
62896
62897
62898SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMemberFunction_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62899 PyObject *resultobj = 0;
62900 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ;
62901 lldb::SBStream *arg2 = 0 ;
62902 lldb::DescriptionLevel arg3 ;
62903 void *argp1 = 0 ;
62904 int res1 = 0 ;
62905 void *argp2 = 0 ;
62906 int res2 = 0 ;
62907 int val3 ;
62908 int ecode3 = 0 ;
62909 PyObject * obj0 = 0 ;
62910 PyObject * obj1 = 0 ;
62911 PyObject * obj2 = 0 ;
62912 bool result;
62913
62914 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeMemberFunction_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
62915 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMemberFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0 | 0, 0)
;
62916 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62917 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMemberFunction_GetDescription" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMemberFunction_GetDescription"
"', argument " "1"" of type '" "lldb::SBTypeMemberFunction *"
"'"); goto fail; } while(0)
;
62918 }
62919 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62920 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
62921 if (!SWIG_IsOK(res2)(res2 >= 0)) {
62922 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeMemberFunction_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeMemberFunction_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
62923 }
62924 if (!argp2) {
62925 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeMemberFunction_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeMemberFunction_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
62926 }
62927 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
62928 ecode3 = SWIG_AsVal_int(obj2, &val3);
62929 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
62930 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTypeMemberFunction_GetDescription" "', argument " "3"" of type '" "lldb::DescriptionLevel""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTypeMemberFunction_GetDescription"
"', argument " "3"" of type '" "lldb::DescriptionLevel""'");
goto fail; } while(0)
;
62931 }
62932 arg3 = static_cast< lldb::DescriptionLevel >(val3);
62933 {
62934 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62935 result = (bool)(arg1)->GetDescription(*arg2,arg3);
62936 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62937 }
62938 resultobj = SWIG_From_bool(static_cast< bool >(result));
62939 return resultobj;
62940fail:
62941 return NULL__null;
62942}
62943
62944
62945SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeMemberFunction___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62946 PyObject *resultobj = 0;
62947 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ;
62948 void *argp1 = 0 ;
62949 int res1 = 0 ;
62950 PyObject * obj0 = 0 ;
62951 PyObject *result = 0 ;
62952
62953 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeMemberFunction___str__",&obj0)) SWIG_failgoto fail;
62954 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeMemberFunction, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[74]
, 0 | 0, 0)
;
62955 if (!SWIG_IsOK(res1)(res1 >= 0)) {
62956 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeMemberFunction___str__" "', argument " "1"" of type '" "lldb::SBTypeMemberFunction *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeMemberFunction___str__"
"', argument " "1"" of type '" "lldb::SBTypeMemberFunction *"
"'"); goto fail; } while(0)
;
62957 }
62958 arg1 = reinterpret_cast< lldb::SBTypeMemberFunction * >(argp1);
62959 result = (PyObject *)lldb_SBTypeMemberFunction___str__(arg1);
62960 resultobj = result;
62961 return resultobj;
62962fail:
62963 return NULL__null;
62964}
62965
62966
62967SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTypeMemberFunction_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62968 PyObject *obj;
62969 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
62970 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeMemberFunctionswig_types[74], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
62971 return SWIG_Py_Void();
62972}
62973
62974SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBType__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62975 PyObject *resultobj = 0;
62976 lldb::SBType *result = 0 ;
62977
62978 if (!PyArg_ParseTuple(args,(char *)":new_SBType")) SWIG_failgoto fail;
62979 {
62980 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
62981 result = (lldb::SBType *)new lldb::SBType();
62982 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
62983 }
62984 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[66], (
(0x1 << 1) | 0x1) | 0)
;
62985 return resultobj;
62986fail:
62987 return NULL__null;
62988}
62989
62990
62991SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBType__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
62992 PyObject *resultobj = 0;
62993 lldb::SBType *arg1 = 0 ;
62994 void *argp1 = 0 ;
62995 int res1 = 0 ;
62996 PyObject * obj0 = 0 ;
62997 lldb::SBType *result = 0 ;
62998
62999 if (!PyArg_ParseTuple(args,(char *)"O:new_SBType",&obj0)) SWIG_failgoto fail;
63000 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBType, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63001 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63002 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBType" "', argument " "1"" of type '" "lldb::SBType const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBType" "', argument "
"1"" of type '" "lldb::SBType const &""'"); goto fail; }
while(0)
;
63003 }
63004 if (!argp1) {
63005 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBType" "', argument " "1"" of type '" "lldb::SBType const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBType" "', argument " "1"" of type '" "lldb::SBType const &"
"'"); goto fail; } while(0)
;
63006 }
63007 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63008 {
63009 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63010 result = (lldb::SBType *)new lldb::SBType((lldb::SBType const &)*arg1);
63011 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63012 }
63013 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[66], (
(0x1 << 1) | 0x1) | 0)
;
63014 return resultobj;
63015fail:
63016 return NULL__null;
63017}
63018
63019
63020SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBType(PyObject *self, PyObject *args) {
63021 Py_ssize_t argc;
63022 PyObject *argv[2] = {
63023 0
63024 };
63025 Py_ssize_t ii;
63026
63027 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
63028 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
63029 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
63030 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
63031 }
63032 if (argc == 0) {
63033 return _wrap_new_SBType__SWIG_0(self, args);
63034 }
63035 if (argc == 1) {
63036 int _v;
63037 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBType, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[66], 0, 0
)
;
63038 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
63039 if (_v) {
63040 return _wrap_new_SBType__SWIG_1(self, args);
63041 }
63042 }
63043
63044fail:
63045 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBType'.\n"
63046 " Possible C/C++ prototypes are:\n"
63047 " lldb::SBType::SBType()\n"
63048 " lldb::SBType::SBType(lldb::SBType const &)\n");
63049 return 0;
63050}
63051
63052
63053SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63054 PyObject *resultobj = 0;
63055 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63056 void *argp1 = 0 ;
63057 int res1 = 0 ;
63058 PyObject * obj0 = 0 ;
63059
63060 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBType",&obj0)) SWIG_failgoto fail;
63061 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0x1 | 0, 0)
;
63062 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63063 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63064 }
63065 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63066 {
63067 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63068 delete arg1;
63069 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63070 }
63071 resultobj = SWIG_Py_Void();
63072 return resultobj;
63073fail:
63074 return NULL__null;
63075}
63076
63077
63078SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63079 PyObject *resultobj = 0;
63080 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63081 void *argp1 = 0 ;
63082 int res1 = 0 ;
63083 PyObject * obj0 = 0 ;
63084 bool result;
63085
63086 if (!PyArg_ParseTuple(args,(char *)"O:SBType_IsValid",&obj0)) SWIG_failgoto fail;
63087 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63088 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63089 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_IsValid" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_IsValid" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63090 }
63091 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63092 {
63093 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63094 result = (bool)(arg1)->IsValid();
63095 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63096 }
63097 resultobj = SWIG_From_bool(static_cast< bool >(result));
63098 return resultobj;
63099fail:
63100 return NULL__null;
63101}
63102
63103
63104SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63105 PyObject *resultobj = 0;
63106 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63107 void *argp1 = 0 ;
63108 int res1 = 0 ;
63109 PyObject * obj0 = 0 ;
63110 uint64_t result;
63111
63112 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetByteSize",&obj0)) SWIG_failgoto fail;
63113 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63114 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63115 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetByteSize" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetByteSize" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63116 }
63117 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63118 {
63119 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63120 result = (uint64_t)(arg1)->GetByteSize();
63121 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63122 }
63123 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
63124 return resultobj;
63125fail:
63126 return NULL__null;
63127}
63128
63129
63130SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_IsPointerType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63131 PyObject *resultobj = 0;
63132 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63133 void *argp1 = 0 ;
63134 int res1 = 0 ;
63135 PyObject * obj0 = 0 ;
63136 bool result;
63137
63138 if (!PyArg_ParseTuple(args,(char *)"O:SBType_IsPointerType",&obj0)) SWIG_failgoto fail;
63139 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63140 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63141 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_IsPointerType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_IsPointerType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63142 }
63143 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63144 {
63145 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63146 result = (bool)(arg1)->IsPointerType();
63147 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63148 }
63149 resultobj = SWIG_From_bool(static_cast< bool >(result));
63150 return resultobj;
63151fail:
63152 return NULL__null;
63153}
63154
63155
63156SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_IsReferenceType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63157 PyObject *resultobj = 0;
63158 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63159 void *argp1 = 0 ;
63160 int res1 = 0 ;
63161 PyObject * obj0 = 0 ;
63162 bool result;
63163
63164 if (!PyArg_ParseTuple(args,(char *)"O:SBType_IsReferenceType",&obj0)) SWIG_failgoto fail;
63165 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63166 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63167 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_IsReferenceType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_IsReferenceType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63168 }
63169 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63170 {
63171 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63172 result = (bool)(arg1)->IsReferenceType();
63173 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63174 }
63175 resultobj = SWIG_From_bool(static_cast< bool >(result));
63176 return resultobj;
63177fail:
63178 return NULL__null;
63179}
63180
63181
63182SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_IsFunctionType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63183 PyObject *resultobj = 0;
63184 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63185 void *argp1 = 0 ;
63186 int res1 = 0 ;
63187 PyObject * obj0 = 0 ;
63188 bool result;
63189
63190 if (!PyArg_ParseTuple(args,(char *)"O:SBType_IsFunctionType",&obj0)) SWIG_failgoto fail;
63191 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63192 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63193 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_IsFunctionType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_IsFunctionType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63194 }
63195 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63196 {
63197 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63198 result = (bool)(arg1)->IsFunctionType();
63199 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63200 }
63201 resultobj = SWIG_From_bool(static_cast< bool >(result));
63202 return resultobj;
63203fail:
63204 return NULL__null;
63205}
63206
63207
63208SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_IsPolymorphicClass(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63209 PyObject *resultobj = 0;
63210 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63211 void *argp1 = 0 ;
63212 int res1 = 0 ;
63213 PyObject * obj0 = 0 ;
63214 bool result;
63215
63216 if (!PyArg_ParseTuple(args,(char *)"O:SBType_IsPolymorphicClass",&obj0)) SWIG_failgoto fail;
63217 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63218 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63219 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_IsPolymorphicClass" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_IsPolymorphicClass"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
63220 }
63221 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63222 {
63223 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63224 result = (bool)(arg1)->IsPolymorphicClass();
63225 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63226 }
63227 resultobj = SWIG_From_bool(static_cast< bool >(result));
63228 return resultobj;
63229fail:
63230 return NULL__null;
63231}
63232
63233
63234SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_IsArrayType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63235 PyObject *resultobj = 0;
63236 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63237 void *argp1 = 0 ;
63238 int res1 = 0 ;
63239 PyObject * obj0 = 0 ;
63240 bool result;
63241
63242 if (!PyArg_ParseTuple(args,(char *)"O:SBType_IsArrayType",&obj0)) SWIG_failgoto fail;
63243 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63244 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63245 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_IsArrayType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_IsArrayType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63246 }
63247 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63248 {
63249 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63250 result = (bool)(arg1)->IsArrayType();
63251 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63252 }
63253 resultobj = SWIG_From_bool(static_cast< bool >(result));
63254 return resultobj;
63255fail:
63256 return NULL__null;
63257}
63258
63259
63260SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_IsVectorType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63261 PyObject *resultobj = 0;
63262 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63263 void *argp1 = 0 ;
63264 int res1 = 0 ;
63265 PyObject * obj0 = 0 ;
63266 bool result;
63267
63268 if (!PyArg_ParseTuple(args,(char *)"O:SBType_IsVectorType",&obj0)) SWIG_failgoto fail;
63269 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63270 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63271 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_IsVectorType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_IsVectorType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63272 }
63273 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63274 {
63275 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63276 result = (bool)(arg1)->IsVectorType();
63277 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63278 }
63279 resultobj = SWIG_From_bool(static_cast< bool >(result));
63280 return resultobj;
63281fail:
63282 return NULL__null;
63283}
63284
63285
63286SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_IsTypedefType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63287 PyObject *resultobj = 0;
63288 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63289 void *argp1 = 0 ;
63290 int res1 = 0 ;
63291 PyObject * obj0 = 0 ;
63292 bool result;
63293
63294 if (!PyArg_ParseTuple(args,(char *)"O:SBType_IsTypedefType",&obj0)) SWIG_failgoto fail;
63295 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63296 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63297 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_IsTypedefType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_IsTypedefType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63298 }
63299 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63300 {
63301 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63302 result = (bool)(arg1)->IsTypedefType();
63303 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63304 }
63305 resultobj = SWIG_From_bool(static_cast< bool >(result));
63306 return resultobj;
63307fail:
63308 return NULL__null;
63309}
63310
63311
63312SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_IsAnonymousType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63313 PyObject *resultobj = 0;
63314 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63315 void *argp1 = 0 ;
63316 int res1 = 0 ;
63317 PyObject * obj0 = 0 ;
63318 bool result;
63319
63320 if (!PyArg_ParseTuple(args,(char *)"O:SBType_IsAnonymousType",&obj0)) SWIG_failgoto fail;
63321 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63322 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63323 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_IsAnonymousType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_IsAnonymousType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63324 }
63325 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63326 {
63327 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63328 result = (bool)(arg1)->IsAnonymousType();
63329 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63330 }
63331 resultobj = SWIG_From_bool(static_cast< bool >(result));
63332 return resultobj;
63333fail:
63334 return NULL__null;
63335}
63336
63337
63338SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetPointerType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63339 PyObject *resultobj = 0;
63340 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63341 void *argp1 = 0 ;
63342 int res1 = 0 ;
63343 PyObject * obj0 = 0 ;
63344 lldb::SBType result;
63345
63346 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetPointerType",&obj0)) SWIG_failgoto fail;
63347 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63348 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63349 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetPointerType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetPointerType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63350 }
63351 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63352 {
63353 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63354 result = (arg1)->GetPointerType();
63355 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63356 }
63357 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
63358 return resultobj;
63359fail:
63360 return NULL__null;
63361}
63362
63363
63364SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetPointeeType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63365 PyObject *resultobj = 0;
63366 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63367 void *argp1 = 0 ;
63368 int res1 = 0 ;
63369 PyObject * obj0 = 0 ;
63370 lldb::SBType result;
63371
63372 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetPointeeType",&obj0)) SWIG_failgoto fail;
63373 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63374 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63375 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetPointeeType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetPointeeType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63376 }
63377 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63378 {
63379 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63380 result = (arg1)->GetPointeeType();
63381 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63382 }
63383 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
63384 return resultobj;
63385fail:
63386 return NULL__null;
63387}
63388
63389
63390SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetReferenceType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63391 PyObject *resultobj = 0;
63392 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63393 void *argp1 = 0 ;
63394 int res1 = 0 ;
63395 PyObject * obj0 = 0 ;
63396 lldb::SBType result;
63397
63398 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetReferenceType",&obj0)) SWIG_failgoto fail;
63399 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63400 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63401 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetReferenceType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetReferenceType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63402 }
63403 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63404 {
63405 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63406 result = (arg1)->GetReferenceType();
63407 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63408 }
63409 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
63410 return resultobj;
63411fail:
63412 return NULL__null;
63413}
63414
63415
63416SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetTypedefedType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63417 PyObject *resultobj = 0;
63418 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63419 void *argp1 = 0 ;
63420 int res1 = 0 ;
63421 PyObject * obj0 = 0 ;
63422 lldb::SBType result;
63423
63424 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetTypedefedType",&obj0)) SWIG_failgoto fail;
63425 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63426 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63427 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetTypedefedType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetTypedefedType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63428 }
63429 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63430 {
63431 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63432 result = (arg1)->GetTypedefedType();
63433 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63434 }
63435 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
63436 return resultobj;
63437fail:
63438 return NULL__null;
63439}
63440
63441
63442SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetDereferencedType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63443 PyObject *resultobj = 0;
63444 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63445 void *argp1 = 0 ;
63446 int res1 = 0 ;
63447 PyObject * obj0 = 0 ;
63448 lldb::SBType result;
63449
63450 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetDereferencedType",&obj0)) SWIG_failgoto fail;
63451 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63452 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63453 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetDereferencedType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetDereferencedType"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
63454 }
63455 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63456 {
63457 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63458 result = (arg1)->GetDereferencedType();
63459 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63460 }
63461 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
63462 return resultobj;
63463fail:
63464 return NULL__null;
63465}
63466
63467
63468SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetUnqualifiedType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63469 PyObject *resultobj = 0;
63470 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63471 void *argp1 = 0 ;
63472 int res1 = 0 ;
63473 PyObject * obj0 = 0 ;
63474 lldb::SBType result;
63475
63476 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetUnqualifiedType",&obj0)) SWIG_failgoto fail;
63477 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63478 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63479 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetUnqualifiedType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetUnqualifiedType"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
63480 }
63481 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63482 {
63483 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63484 result = (arg1)->GetUnqualifiedType();
63485 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63486 }
63487 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
63488 return resultobj;
63489fail:
63490 return NULL__null;
63491}
63492
63493
63494SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetCanonicalType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63495 PyObject *resultobj = 0;
63496 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63497 void *argp1 = 0 ;
63498 int res1 = 0 ;
63499 PyObject * obj0 = 0 ;
63500 lldb::SBType result;
63501
63502 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetCanonicalType",&obj0)) SWIG_failgoto fail;
63503 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63504 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63505 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetCanonicalType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetCanonicalType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63506 }
63507 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63508 {
63509 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63510 result = (arg1)->GetCanonicalType();
63511 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63512 }
63513 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
63514 return resultobj;
63515fail:
63516 return NULL__null;
63517}
63518
63519
63520SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetArrayElementType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63521 PyObject *resultobj = 0;
63522 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63523 void *argp1 = 0 ;
63524 int res1 = 0 ;
63525 PyObject * obj0 = 0 ;
63526 lldb::SBType result;
63527
63528 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetArrayElementType",&obj0)) SWIG_failgoto fail;
63529 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63530 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63531 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetArrayElementType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetArrayElementType"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
63532 }
63533 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63534 {
63535 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63536 result = (arg1)->GetArrayElementType();
63537 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63538 }
63539 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
63540 return resultobj;
63541fail:
63542 return NULL__null;
63543}
63544
63545
63546SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetArrayType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63547 PyObject *resultobj = 0;
63548 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63549 uint64_t arg2 ;
63550 void *argp1 = 0 ;
63551 int res1 = 0 ;
63552 unsigned long long val2 ;
63553 int ecode2 = 0 ;
63554 PyObject * obj0 = 0 ;
63555 PyObject * obj1 = 0 ;
63556 lldb::SBType result;
63557
63558 if (!PyArg_ParseTuple(args,(char *)"OO:SBType_GetArrayType",&obj0,&obj1)) SWIG_failgoto fail;
63559 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63560 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63561 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetArrayType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetArrayType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63562 }
63563 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63564 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
63565 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
63566 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBType_GetArrayType" "', argument " "2"" of type '" "uint64_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBType_GetArrayType" "', argument "
"2"" of type '" "uint64_t""'"); goto fail; } while(0)
;
63567 }
63568 arg2 = static_cast< uint64_t >(val2);
63569 {
63570 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63571 result = (arg1)->GetArrayType(arg2);
63572 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63573 }
63574 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
63575 return resultobj;
63576fail:
63577 return NULL__null;
63578}
63579
63580
63581SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetVectorElementType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63582 PyObject *resultobj = 0;
63583 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63584 void *argp1 = 0 ;
63585 int res1 = 0 ;
63586 PyObject * obj0 = 0 ;
63587 lldb::SBType result;
63588
63589 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetVectorElementType",&obj0)) SWIG_failgoto fail;
63590 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63591 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63592 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetVectorElementType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetVectorElementType"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
63593 }
63594 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63595 {
63596 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63597 result = (arg1)->GetVectorElementType();
63598 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63599 }
63600 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
63601 return resultobj;
63602fail:
63603 return NULL__null;
63604}
63605
63606
63607SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetBasicType__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63608 PyObject *resultobj = 0;
63609 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63610 void *argp1 = 0 ;
63611 int res1 = 0 ;
63612 PyObject * obj0 = 0 ;
63613 lldb::BasicType result;
63614
63615 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetBasicType",&obj0)) SWIG_failgoto fail;
63616 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63617 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63618 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetBasicType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetBasicType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63619 }
63620 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63621 {
63622 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63623 result = (lldb::BasicType)(arg1)->GetBasicType();
63624 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63625 }
63626 resultobj = SWIG_From_int(static_cast< int >(result));
63627 return resultobj;
63628fail:
63629 return NULL__null;
63630}
63631
63632
63633SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetBasicType__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63634 PyObject *resultobj = 0;
63635 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63636 lldb::BasicType arg2 ;
63637 void *argp1 = 0 ;
63638 int res1 = 0 ;
63639 int val2 ;
63640 int ecode2 = 0 ;
63641 PyObject * obj0 = 0 ;
63642 PyObject * obj1 = 0 ;
63643 lldb::SBType result;
63644
63645 if (!PyArg_ParseTuple(args,(char *)"OO:SBType_GetBasicType",&obj0,&obj1)) SWIG_failgoto fail;
63646 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63647 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63648 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetBasicType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetBasicType" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63649 }
63650 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63651 ecode2 = SWIG_AsVal_int(obj1, &val2);
63652 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
63653 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBType_GetBasicType" "', argument " "2"" of type '" "lldb::BasicType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBType_GetBasicType" "', argument "
"2"" of type '" "lldb::BasicType""'"); goto fail; } while(0)
;
63654 }
63655 arg2 = static_cast< lldb::BasicType >(val2);
63656 {
63657 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63658 result = (arg1)->GetBasicType(arg2);
63659 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63660 }
63661 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
63662 return resultobj;
63663fail:
63664 return NULL__null;
63665}
63666
63667
63668SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetBasicType(PyObject *self, PyObject *args) {
63669 Py_ssize_t argc;
63670 PyObject *argv[3] = {
63671 0
63672 };
63673 Py_ssize_t ii;
63674
63675 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
63676 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
63677 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
63678 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
63679 }
63680 if (argc == 1) {
63681 int _v;
63682 void *vptr = 0;
63683 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBType, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[66
], 0, 0)
;
63684 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
63685 if (_v) {
63686 return _wrap_SBType_GetBasicType__SWIG_0(self, args);
63687 }
63688 }
63689 if (argc == 2) {
63690 int _v;
63691 void *vptr = 0;
63692 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBType, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[66
], 0, 0)
;
63693 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
63694 if (_v) {
63695 {
63696 int res = SWIG_AsVal_int(argv[1], NULL__null);
63697 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
63698 }
63699 if (_v) {
63700 return _wrap_SBType_GetBasicType__SWIG_1(self, args);
63701 }
63702 }
63703 }
63704
63705fail:
63706 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBType_GetBasicType'.\n"
63707 " Possible C/C++ prototypes are:\n"
63708 " lldb::SBType::GetBasicType()\n"
63709 " lldb::SBType::GetBasicType(lldb::BasicType)\n");
63710 return 0;
63711}
63712
63713
63714SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetNumberOfFields(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63715 PyObject *resultobj = 0;
63716 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63717 void *argp1 = 0 ;
63718 int res1 = 0 ;
63719 PyObject * obj0 = 0 ;
63720 uint32_t result;
63721
63722 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetNumberOfFields",&obj0)) SWIG_failgoto fail;
63723 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63724 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63725 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetNumberOfFields" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetNumberOfFields" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63726 }
63727 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63728 {
63729 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63730 result = (uint32_t)(arg1)->GetNumberOfFields();
63731 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63732 }
63733 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
63734 return resultobj;
63735fail:
63736 return NULL__null;
63737}
63738
63739
63740SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetNumberOfDirectBaseClasses(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63741 PyObject *resultobj = 0;
63742 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63743 void *argp1 = 0 ;
63744 int res1 = 0 ;
63745 PyObject * obj0 = 0 ;
63746 uint32_t result;
63747
63748 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetNumberOfDirectBaseClasses",&obj0)) SWIG_failgoto fail;
63749 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63750 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63751 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetNumberOfDirectBaseClasses" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetNumberOfDirectBaseClasses"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
63752 }
63753 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63754 {
63755 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63756 result = (uint32_t)(arg1)->GetNumberOfDirectBaseClasses();
63757 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63758 }
63759 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
63760 return resultobj;
63761fail:
63762 return NULL__null;
63763}
63764
63765
63766SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetNumberOfVirtualBaseClasses(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63767 PyObject *resultobj = 0;
63768 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63769 void *argp1 = 0 ;
63770 int res1 = 0 ;
63771 PyObject * obj0 = 0 ;
63772 uint32_t result;
63773
63774 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetNumberOfVirtualBaseClasses",&obj0)) SWIG_failgoto fail;
63775 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63776 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63777 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetNumberOfVirtualBaseClasses" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetNumberOfVirtualBaseClasses"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
63778 }
63779 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63780 {
63781 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63782 result = (uint32_t)(arg1)->GetNumberOfVirtualBaseClasses();
63783 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63784 }
63785 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
63786 return resultobj;
63787fail:
63788 return NULL__null;
63789}
63790
63791
63792SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetFieldAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63793 PyObject *resultobj = 0;
63794 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63795 uint32_t arg2 ;
63796 void *argp1 = 0 ;
63797 int res1 = 0 ;
63798 unsigned int val2 ;
63799 int ecode2 = 0 ;
63800 PyObject * obj0 = 0 ;
63801 PyObject * obj1 = 0 ;
63802 lldb::SBTypeMember result;
63803
63804 if (!PyArg_ParseTuple(args,(char *)"OO:SBType_GetFieldAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
63805 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63806 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63807 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetFieldAtIndex" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetFieldAtIndex" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63808 }
63809 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63810 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
63811 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
63812 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBType_GetFieldAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBType_GetFieldAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
63813 }
63814 arg2 = static_cast< uint32_t >(val2);
63815 {
63816 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63817 result = (arg1)->GetFieldAtIndex(arg2);
63818 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63819 }
63820 resultobj = SWIG_NewPointerObj((new lldb::SBTypeMember(static_cast< const lldb::SBTypeMember& >(result))), SWIGTYPE_p_lldb__SBTypeMember, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeMember(static_cast
< const lldb::SBTypeMember& >(result))), swig_types
[73], 0x1 | 0)
;
63821 return resultobj;
63822fail:
63823 return NULL__null;
63824}
63825
63826
63827SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetDirectBaseClassAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63828 PyObject *resultobj = 0;
63829 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63830 uint32_t arg2 ;
63831 void *argp1 = 0 ;
63832 int res1 = 0 ;
63833 unsigned int val2 ;
63834 int ecode2 = 0 ;
63835 PyObject * obj0 = 0 ;
63836 PyObject * obj1 = 0 ;
63837 lldb::SBTypeMember result;
63838
63839 if (!PyArg_ParseTuple(args,(char *)"OO:SBType_GetDirectBaseClassAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
63840 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63841 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63842 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetDirectBaseClassAtIndex" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetDirectBaseClassAtIndex"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
63843 }
63844 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63845 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
63846 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
63847 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBType_GetDirectBaseClassAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBType_GetDirectBaseClassAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
63848 }
63849 arg2 = static_cast< uint32_t >(val2);
63850 {
63851 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63852 result = (arg1)->GetDirectBaseClassAtIndex(arg2);
63853 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63854 }
63855 resultobj = SWIG_NewPointerObj((new lldb::SBTypeMember(static_cast< const lldb::SBTypeMember& >(result))), SWIGTYPE_p_lldb__SBTypeMember, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeMember(static_cast
< const lldb::SBTypeMember& >(result))), swig_types
[73], 0x1 | 0)
;
63856 return resultobj;
63857fail:
63858 return NULL__null;
63859}
63860
63861
63862SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetVirtualBaseClassAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63863 PyObject *resultobj = 0;
63864 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63865 uint32_t arg2 ;
63866 void *argp1 = 0 ;
63867 int res1 = 0 ;
63868 unsigned int val2 ;
63869 int ecode2 = 0 ;
63870 PyObject * obj0 = 0 ;
63871 PyObject * obj1 = 0 ;
63872 lldb::SBTypeMember result;
63873
63874 if (!PyArg_ParseTuple(args,(char *)"OO:SBType_GetVirtualBaseClassAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
63875 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63876 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63877 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetVirtualBaseClassAtIndex" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetVirtualBaseClassAtIndex"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
63878 }
63879 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63880 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
63881 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
63882 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBType_GetVirtualBaseClassAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBType_GetVirtualBaseClassAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
63883 }
63884 arg2 = static_cast< uint32_t >(val2);
63885 {
63886 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63887 result = (arg1)->GetVirtualBaseClassAtIndex(arg2);
63888 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63889 }
63890 resultobj = SWIG_NewPointerObj((new lldb::SBTypeMember(static_cast< const lldb::SBTypeMember& >(result))), SWIGTYPE_p_lldb__SBTypeMember, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeMember(static_cast
< const lldb::SBTypeMember& >(result))), swig_types
[73], 0x1 | 0)
;
63891 return resultobj;
63892fail:
63893 return NULL__null;
63894}
63895
63896
63897SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetEnumMembers(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63898 PyObject *resultobj = 0;
63899 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63900 void *argp1 = 0 ;
63901 int res1 = 0 ;
63902 PyObject * obj0 = 0 ;
63903 lldb::SBTypeEnumMemberList result;
63904
63905 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetEnumMembers",&obj0)) SWIG_failgoto fail;
63906 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63907 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63908 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetEnumMembers" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetEnumMembers" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63909 }
63910 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63911 {
63912 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63913 result = (arg1)->GetEnumMembers();
63914 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63915 }
63916 resultobj = SWIG_NewPointerObj((new lldb::SBTypeEnumMemberList(static_cast< const lldb::SBTypeEnumMemberList& >(result))), SWIGTYPE_p_lldb__SBTypeEnumMemberList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeEnumMemberList
(static_cast< const lldb::SBTypeEnumMemberList& >(result
))), swig_types[69], 0x1 | 0)
;
63917 return resultobj;
63918fail:
63919 return NULL__null;
63920}
63921
63922
63923SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63924 PyObject *resultobj = 0;
63925 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63926 void *argp1 = 0 ;
63927 int res1 = 0 ;
63928 PyObject * obj0 = 0 ;
63929 char *result = 0 ;
63930
63931 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetName",&obj0)) SWIG_failgoto fail;
63932 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63933 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63934 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetName" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetName" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63935 }
63936 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63937 {
63938 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63939 result = (char *)(arg1)->GetName();
63940 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63941 }
63942 resultobj = SWIG_FromCharPtr((const char *)result);
63943 return resultobj;
63944fail:
63945 return NULL__null;
63946}
63947
63948
63949SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetDisplayTypeName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63950 PyObject *resultobj = 0;
63951 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63952 void *argp1 = 0 ;
63953 int res1 = 0 ;
63954 PyObject * obj0 = 0 ;
63955 char *result = 0 ;
63956
63957 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetDisplayTypeName",&obj0)) SWIG_failgoto fail;
63958 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63959 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63960 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetDisplayTypeName" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetDisplayTypeName"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
63961 }
63962 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63963 {
63964 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63965 result = (char *)(arg1)->GetDisplayTypeName();
63966 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63967 }
63968 resultobj = SWIG_FromCharPtr((const char *)result);
63969 return resultobj;
63970fail:
63971 return NULL__null;
63972}
63973
63974
63975SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetTypeClass(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
63976 PyObject *resultobj = 0;
63977 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
63978 void *argp1 = 0 ;
63979 int res1 = 0 ;
63980 PyObject * obj0 = 0 ;
63981 lldb::TypeClass result;
63982
63983 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetTypeClass",&obj0)) SWIG_failgoto fail;
63984 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
63985 if (!SWIG_IsOK(res1)(res1 >= 0)) {
63986 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetTypeClass" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetTypeClass" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
63987 }
63988 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
63989 {
63990 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
63991 result = (lldb::TypeClass)(arg1)->GetTypeClass();
63992 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
63993 }
63994 resultobj = SWIG_From_int(static_cast< int >(result));
63995 return resultobj;
63996fail:
63997 return NULL__null;
63998}
63999
64000
64001SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetNumberOfTemplateArguments(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64002 PyObject *resultobj = 0;
64003 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
64004 void *argp1 = 0 ;
64005 int res1 = 0 ;
64006 PyObject * obj0 = 0 ;
64007 uint32_t result;
64008
64009 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetNumberOfTemplateArguments",&obj0)) SWIG_failgoto fail;
64010 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
64011 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64012 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetNumberOfTemplateArguments" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetNumberOfTemplateArguments"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
64013 }
64014 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
64015 {
64016 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64017 result = (uint32_t)(arg1)->GetNumberOfTemplateArguments();
64018 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64019 }
64020 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
64021 return resultobj;
64022fail:
64023 return NULL__null;
64024}
64025
64026
64027SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetTemplateArgumentType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64028 PyObject *resultobj = 0;
64029 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
64030 uint32_t arg2 ;
64031 void *argp1 = 0 ;
64032 int res1 = 0 ;
64033 unsigned int val2 ;
64034 int ecode2 = 0 ;
64035 PyObject * obj0 = 0 ;
64036 PyObject * obj1 = 0 ;
64037 lldb::SBType result;
64038
64039 if (!PyArg_ParseTuple(args,(char *)"OO:SBType_GetTemplateArgumentType",&obj0,&obj1)) SWIG_failgoto fail;
64040 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
64041 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64042 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetTemplateArgumentType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetTemplateArgumentType"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
64043 }
64044 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
64045 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
64046 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
64047 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBType_GetTemplateArgumentType" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBType_GetTemplateArgumentType"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
64048 }
64049 arg2 = static_cast< uint32_t >(val2);
64050 {
64051 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64052 result = (arg1)->GetTemplateArgumentType(arg2);
64053 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64054 }
64055 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
64056 return resultobj;
64057fail:
64058 return NULL__null;
64059}
64060
64061
64062SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetTemplateArgumentKind(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64063 PyObject *resultobj = 0;
64064 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
64065 uint32_t arg2 ;
64066 void *argp1 = 0 ;
64067 int res1 = 0 ;
64068 unsigned int val2 ;
64069 int ecode2 = 0 ;
64070 PyObject * obj0 = 0 ;
64071 PyObject * obj1 = 0 ;
64072 lldb::TemplateArgumentKind result;
64073
64074 if (!PyArg_ParseTuple(args,(char *)"OO:SBType_GetTemplateArgumentKind",&obj0,&obj1)) SWIG_failgoto fail;
64075 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
64076 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64077 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetTemplateArgumentKind" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetTemplateArgumentKind"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
64078 }
64079 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
64080 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
64081 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
64082 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBType_GetTemplateArgumentKind" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBType_GetTemplateArgumentKind"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
64083 }
64084 arg2 = static_cast< uint32_t >(val2);
64085 {
64086 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64087 result = (lldb::TemplateArgumentKind)(arg1)->GetTemplateArgumentKind(arg2);
64088 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64089 }
64090 resultobj = SWIG_From_int(static_cast< int >(result));
64091 return resultobj;
64092fail:
64093 return NULL__null;
64094}
64095
64096
64097SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetFunctionReturnType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64098 PyObject *resultobj = 0;
64099 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
64100 void *argp1 = 0 ;
64101 int res1 = 0 ;
64102 PyObject * obj0 = 0 ;
64103 lldb::SBType result;
64104
64105 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetFunctionReturnType",&obj0)) SWIG_failgoto fail;
64106 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
64107 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64108 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetFunctionReturnType" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetFunctionReturnType"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
64109 }
64110 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
64111 {
64112 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64113 result = (arg1)->GetFunctionReturnType();
64114 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64115 }
64116 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
64117 return resultobj;
64118fail:
64119 return NULL__null;
64120}
64121
64122
64123SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetFunctionArgumentTypes(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64124 PyObject *resultobj = 0;
64125 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
64126 void *argp1 = 0 ;
64127 int res1 = 0 ;
64128 PyObject * obj0 = 0 ;
64129 lldb::SBTypeList result;
64130
64131 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetFunctionArgumentTypes",&obj0)) SWIG_failgoto fail;
64132 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
64133 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64134 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetFunctionArgumentTypes" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetFunctionArgumentTypes"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
64135 }
64136 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
64137 {
64138 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64139 result = (arg1)->GetFunctionArgumentTypes();
64140 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64141 }
64142 resultobj = SWIG_NewPointerObj((new lldb::SBTypeList(static_cast< const lldb::SBTypeList& >(result))), SWIGTYPE_p_lldb__SBTypeList, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeList(static_cast
< const lldb::SBTypeList& >(result))), swig_types[72
], 0x1 | 0)
;
64143 return resultobj;
64144fail:
64145 return NULL__null;
64146}
64147
64148
64149SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetNumberOfMemberFunctions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64150 PyObject *resultobj = 0;
64151 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
64152 void *argp1 = 0 ;
64153 int res1 = 0 ;
64154 PyObject * obj0 = 0 ;
64155 uint32_t result;
64156
64157 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetNumberOfMemberFunctions",&obj0)) SWIG_failgoto fail;
64158 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
64159 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64160 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetNumberOfMemberFunctions" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetNumberOfMemberFunctions"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
64161 }
64162 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
64163 {
64164 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64165 result = (uint32_t)(arg1)->GetNumberOfMemberFunctions();
64166 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64167 }
64168 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
64169 return resultobj;
64170fail:
64171 return NULL__null;
64172}
64173
64174
64175SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetMemberFunctionAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64176 PyObject *resultobj = 0;
64177 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
64178 uint32_t arg2 ;
64179 void *argp1 = 0 ;
64180 int res1 = 0 ;
64181 unsigned int val2 ;
64182 int ecode2 = 0 ;
64183 PyObject * obj0 = 0 ;
64184 PyObject * obj1 = 0 ;
64185 lldb::SBTypeMemberFunction result;
64186
64187 if (!PyArg_ParseTuple(args,(char *)"OO:SBType_GetMemberFunctionAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
64188 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
64189 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64190 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetMemberFunctionAtIndex" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetMemberFunctionAtIndex"
"', argument " "1"" of type '" "lldb::SBType *""'"); goto fail
; } while(0)
;
64191 }
64192 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
64193 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
64194 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
64195 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBType_GetMemberFunctionAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBType_GetMemberFunctionAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
64196 }
64197 arg2 = static_cast< uint32_t >(val2);
64198 {
64199 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64200 result = (arg1)->GetMemberFunctionAtIndex(arg2);
64201 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64202 }
64203 resultobj = SWIG_NewPointerObj((new lldb::SBTypeMemberFunction(static_cast< const lldb::SBTypeMemberFunction& >(result))), SWIGTYPE_p_lldb__SBTypeMemberFunction, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeMemberFunction
(static_cast< const lldb::SBTypeMemberFunction& >(result
))), swig_types[74], 0x1 | 0)
;
64204 return resultobj;
64205fail:
64206 return NULL__null;
64207}
64208
64209
64210SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_IsTypeComplete(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64211 PyObject *resultobj = 0;
64212 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
64213 void *argp1 = 0 ;
64214 int res1 = 0 ;
64215 PyObject * obj0 = 0 ;
64216 bool result;
64217
64218 if (!PyArg_ParseTuple(args,(char *)"O:SBType_IsTypeComplete",&obj0)) SWIG_failgoto fail;
64219 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
64220 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64221 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_IsTypeComplete" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_IsTypeComplete" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
64222 }
64223 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
64224 {
64225 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64226 result = (bool)(arg1)->IsTypeComplete();
64227 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64228 }
64229 resultobj = SWIG_From_bool(static_cast< bool >(result));
64230 return resultobj;
64231fail:
64232 return NULL__null;
64233}
64234
64235
64236SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType_GetTypeFlags(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64237 PyObject *resultobj = 0;
64238 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
64239 void *argp1 = 0 ;
64240 int res1 = 0 ;
64241 PyObject * obj0 = 0 ;
64242 uint32_t result;
64243
64244 if (!PyArg_ParseTuple(args,(char *)"O:SBType_GetTypeFlags",&obj0)) SWIG_failgoto fail;
64245 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
64246 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64247 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType_GetTypeFlags" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType_GetTypeFlags" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
64248 }
64249 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
64250 {
64251 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64252 result = (uint32_t)(arg1)->GetTypeFlags();
64253 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64254 }
64255 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
64256 return resultobj;
64257fail:
64258 return NULL__null;
64259}
64260
64261
64262SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBType___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64263 PyObject *resultobj = 0;
64264 lldb::SBType *arg1 = (lldb::SBType *) 0 ;
64265 void *argp1 = 0 ;
64266 int res1 = 0 ;
64267 PyObject * obj0 = 0 ;
64268 PyObject *result = 0 ;
64269
64270 if (!PyArg_ParseTuple(args,(char *)"O:SBType___str__",&obj0)) SWIG_failgoto fail;
64271 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBType, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
64272 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64273 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBType___str__" "', argument " "1"" of type '" "lldb::SBType *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBType___str__" "', argument "
"1"" of type '" "lldb::SBType *""'"); goto fail; } while(0)
;
64274 }
64275 arg1 = reinterpret_cast< lldb::SBType * >(argp1);
64276 result = (PyObject *)lldb_SBType___str__(arg1);
64277 resultobj = result;
64278 return resultobj;
64279fail:
64280 return NULL__null;
64281}
64282
64283
64284SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBType_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64285 PyObject *obj;
64286 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
64287 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeswig_types[66], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
64288 return SWIG_Py_Void();
64289}
64290
64291SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64292 PyObject *resultobj = 0;
64293 lldb::SBTypeList *result = 0 ;
64294
64295 if (!PyArg_ParseTuple(args,(char *)":new_SBTypeList")) SWIG_failgoto fail;
64296 {
64297 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64298 result = (lldb::SBTypeList *)new lldb::SBTypeList();
64299 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64300 }
64301 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[72], (
(0x1 << 1) | 0x1) | 0)
;
64302 return resultobj;
64303fail:
64304 return NULL__null;
64305}
64306
64307
64308SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeList_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64309 PyObject *resultobj = 0;
64310 lldb::SBTypeList *arg1 = (lldb::SBTypeList *) 0 ;
64311 void *argp1 = 0 ;
64312 int res1 = 0 ;
64313 PyObject * obj0 = 0 ;
64314 bool result;
64315
64316 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeList_IsValid",&obj0)) SWIG_failgoto fail;
64317 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[72]
, 0 | 0, 0)
;
64318 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64319 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeList_IsValid" "', argument " "1"" of type '" "lldb::SBTypeList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeList_IsValid" "', argument "
"1"" of type '" "lldb::SBTypeList *""'"); goto fail; } while
(0)
;
64320 }
64321 arg1 = reinterpret_cast< lldb::SBTypeList * >(argp1);
64322 {
64323 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64324 result = (bool)(arg1)->IsValid();
64325 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64326 }
64327 resultobj = SWIG_From_bool(static_cast< bool >(result));
64328 return resultobj;
64329fail:
64330 return NULL__null;
64331}
64332
64333
64334SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeList_Append(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64335 PyObject *resultobj = 0;
64336 lldb::SBTypeList *arg1 = (lldb::SBTypeList *) 0 ;
64337 lldb::SBType arg2 ;
64338 void *argp1 = 0 ;
64339 int res1 = 0 ;
64340 void *argp2 ;
64341 int res2 = 0 ;
64342 PyObject * obj0 = 0 ;
64343 PyObject * obj1 = 0 ;
64344
64345 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeList_Append",&obj0,&obj1)) SWIG_failgoto fail;
64346 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[72]
, 0 | 0, 0)
;
64347 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64348 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeList_Append" "', argument " "1"" of type '" "lldb::SBTypeList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeList_Append" "', argument "
"1"" of type '" "lldb::SBTypeList *""'"); goto fail; } while
(0)
;
64349 }
64350 arg1 = reinterpret_cast< lldb::SBTypeList * >(argp1);
64351 {
64352 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBType, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[66]
, 0 | 0, 0)
;
64353 if (!SWIG_IsOK(res2)(res2 >= 0)) {
64354 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeList_Append" "', argument " "2"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeList_Append" "', argument "
"2"" of type '" "lldb::SBType""'"); goto fail; } while(0)
;
64355 }
64356 if (!argp2) {
64357 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeList_Append" "', argument " "2"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeList_Append" "', argument " "2"" of type '"
"lldb::SBType""'"); goto fail; } while(0)
;
64358 } else {
64359 lldb::SBType * temp = reinterpret_cast< lldb::SBType * >(argp2);
64360 arg2 = *temp;
64361 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
64362 }
64363 }
64364 {
64365 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64366 (arg1)->Append(arg2);
64367 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64368 }
64369 resultobj = SWIG_Py_Void();
64370 return resultobj;
64371fail:
64372 return NULL__null;
64373}
64374
64375
64376SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeList_GetTypeAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64377 PyObject *resultobj = 0;
64378 lldb::SBTypeList *arg1 = (lldb::SBTypeList *) 0 ;
64379 uint32_t arg2 ;
64380 void *argp1 = 0 ;
64381 int res1 = 0 ;
64382 unsigned int val2 ;
64383 int ecode2 = 0 ;
64384 PyObject * obj0 = 0 ;
64385 PyObject * obj1 = 0 ;
64386 lldb::SBType result;
64387
64388 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeList_GetTypeAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
64389 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[72]
, 0 | 0, 0)
;
64390 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64391 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeList_GetTypeAtIndex" "', argument " "1"" of type '" "lldb::SBTypeList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeList_GetTypeAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeList *""'"); goto
fail; } while(0)
;
64392 }
64393 arg1 = reinterpret_cast< lldb::SBTypeList * >(argp1);
64394 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
64395 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
64396 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeList_GetTypeAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeList_GetTypeAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
64397 }
64398 arg2 = static_cast< uint32_t >(val2);
64399 {
64400 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64401 result = (arg1)->GetTypeAtIndex(arg2);
64402 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64403 }
64404 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
64405 return resultobj;
64406fail:
64407 return NULL__null;
64408}
64409
64410
64411SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeList_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64412 PyObject *resultobj = 0;
64413 lldb::SBTypeList *arg1 = (lldb::SBTypeList *) 0 ;
64414 void *argp1 = 0 ;
64415 int res1 = 0 ;
64416 PyObject * obj0 = 0 ;
64417 uint32_t result;
64418
64419 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeList_GetSize",&obj0)) SWIG_failgoto fail;
64420 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[72]
, 0 | 0, 0)
;
64421 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64422 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeList_GetSize" "', argument " "1"" of type '" "lldb::SBTypeList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeList_GetSize" "', argument "
"1"" of type '" "lldb::SBTypeList *""'"); goto fail; } while
(0)
;
64423 }
64424 arg1 = reinterpret_cast< lldb::SBTypeList * >(argp1);
64425 {
64426 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64427 result = (uint32_t)(arg1)->GetSize();
64428 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64429 }
64430 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
64431 return resultobj;
64432fail:
64433 return NULL__null;
64434}
64435
64436
64437SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTypeList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64438 PyObject *resultobj = 0;
64439 lldb::SBTypeList *arg1 = (lldb::SBTypeList *) 0 ;
64440 void *argp1 = 0 ;
64441 int res1 = 0 ;
64442 PyObject * obj0 = 0 ;
64443
64444 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTypeList",&obj0)) SWIG_failgoto fail;
64445 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeList, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[72]
, 0x1 | 0, 0)
;
64446 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64447 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTypeList" "', argument " "1"" of type '" "lldb::SBTypeList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTypeList" "', argument "
"1"" of type '" "lldb::SBTypeList *""'"); goto fail; } while
(0)
;
64448 }
64449 arg1 = reinterpret_cast< lldb::SBTypeList * >(argp1);
64450 {
64451 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64452 delete arg1;
64453 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64454 }
64455 resultobj = SWIG_Py_Void();
64456 return resultobj;
64457fail:
64458 return NULL__null;
64459}
64460
64461
64462SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTypeList_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64463 PyObject *obj;
64464 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
64465 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeListswig_types[72], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
64466 return SWIG_Py_Void();
64467}
64468
64469SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeCategory__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64470 PyObject *resultobj = 0;
64471 lldb::SBTypeCategory *result = 0 ;
64472
64473 if (!PyArg_ParseTuple(args,(char *)":new_SBTypeCategory")) SWIG_failgoto fail;
64474 {
64475 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64476 result = (lldb::SBTypeCategory *)new lldb::SBTypeCategory();
64477 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64478 }
64479 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeCategory, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[67], (
(0x1 << 1) | 0x1) | 0)
;
64480 return resultobj;
64481fail:
64482 return NULL__null;
64483}
64484
64485
64486SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeCategory__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64487 PyObject *resultobj = 0;
64488 lldb::SBTypeCategory *arg1 = 0 ;
64489 void *argp1 = 0 ;
64490 int res1 = 0 ;
64491 PyObject * obj0 = 0 ;
64492 lldb::SBTypeCategory *result = 0 ;
64493
64494 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeCategory",&obj0)) SWIG_failgoto fail;
64495 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64496 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64497 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeCategory" "', argument " "1"" of type '" "lldb::SBTypeCategory const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeCategory" "', argument "
"1"" of type '" "lldb::SBTypeCategory const &""'"); goto
fail; } while(0)
;
64498 }
64499 if (!argp1) {
64500 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTypeCategory" "', argument " "1"" of type '" "lldb::SBTypeCategory const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTypeCategory" "', argument " "1"" of type '"
"lldb::SBTypeCategory const &""'"); goto fail; } while(0
)
;
64501 }
64502 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64503 {
64504 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64505 result = (lldb::SBTypeCategory *)new lldb::SBTypeCategory((lldb::SBTypeCategory const &)*arg1);
64506 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64507 }
64508 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeCategory, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[67], (
(0x1 << 1) | 0x1) | 0)
;
64509 return resultobj;
64510fail:
64511 return NULL__null;
64512}
64513
64514
64515SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeCategory(PyObject *self, PyObject *args) {
64516 Py_ssize_t argc;
64517 PyObject *argv[2] = {
64518 0
64519 };
64520 Py_ssize_t ii;
64521
64522 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
64523 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
64524 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
64525 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
64526 }
64527 if (argc == 0) {
64528 return _wrap_new_SBTypeCategory__SWIG_0(self, args);
64529 }
64530 if (argc == 1) {
64531 int _v;
64532 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTypeCategory, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[67], 0, 0
)
;
64533 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
64534 if (_v) {
64535 return _wrap_new_SBTypeCategory__SWIG_1(self, args);
64536 }
64537 }
64538
64539fail:
64540 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBTypeCategory'.\n"
64541 " Possible C/C++ prototypes are:\n"
64542 " lldb::SBTypeCategory::SBTypeCategory()\n"
64543 " lldb::SBTypeCategory::SBTypeCategory(lldb::SBTypeCategory const &)\n");
64544 return 0;
64545}
64546
64547
64548SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTypeCategory(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64549 PyObject *resultobj = 0;
64550 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64551 void *argp1 = 0 ;
64552 int res1 = 0 ;
64553 PyObject * obj0 = 0 ;
64554
64555 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTypeCategory",&obj0)) SWIG_failgoto fail;
64556 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0x1 | 0, 0)
;
64557 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64558 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTypeCategory" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTypeCategory" "', argument "
"1"" of type '" "lldb::SBTypeCategory *""'"); goto fail; } while
(0)
;
64559 }
64560 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64561 {
64562 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64563 delete arg1;
64564 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64565 }
64566 resultobj = SWIG_Py_Void();
64567 return resultobj;
64568fail:
64569 return NULL__null;
64570}
64571
64572
64573SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64574 PyObject *resultobj = 0;
64575 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64576 void *argp1 = 0 ;
64577 int res1 = 0 ;
64578 PyObject * obj0 = 0 ;
64579 bool result;
64580
64581 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeCategory_IsValid",&obj0)) SWIG_failgoto fail;
64582 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64583 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64584 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_IsValid" "', argument " "1"" of type '" "lldb::SBTypeCategory const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_IsValid" "', argument "
"1"" of type '" "lldb::SBTypeCategory const *""'"); goto fail
; } while(0)
;
64585 }
64586 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64587 {
64588 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64589 result = (bool)((lldb::SBTypeCategory const *)arg1)->IsValid();
64590 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64591 }
64592 resultobj = SWIG_From_bool(static_cast< bool >(result));
64593 return resultobj;
64594fail:
64595 return NULL__null;
64596}
64597
64598
64599SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetEnabled(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64600 PyObject *resultobj = 0;
64601 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64602 void *argp1 = 0 ;
64603 int res1 = 0 ;
64604 PyObject * obj0 = 0 ;
64605 bool result;
64606
64607 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeCategory_GetEnabled",&obj0)) SWIG_failgoto fail;
64608 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64609 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64610 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetEnabled" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetEnabled"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
64611 }
64612 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64613 {
64614 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64615 result = (bool)(arg1)->GetEnabled();
64616 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64617 }
64618 resultobj = SWIG_From_bool(static_cast< bool >(result));
64619 return resultobj;
64620fail:
64621 return NULL__null;
64622}
64623
64624
64625SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_SetEnabled(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64626 PyObject *resultobj = 0;
64627 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64628 bool arg2 ;
64629 void *argp1 = 0 ;
64630 int res1 = 0 ;
64631 bool val2 ;
64632 int ecode2 = 0 ;
64633 PyObject * obj0 = 0 ;
64634 PyObject * obj1 = 0 ;
64635
64636 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_SetEnabled",&obj0,&obj1)) SWIG_failgoto fail;
64637 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64638 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64639 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_SetEnabled" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_SetEnabled"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
64640 }
64641 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64642 ecode2 = SWIG_AsVal_bool(obj1, &val2);
64643 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
64644 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeCategory_SetEnabled" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeCategory_SetEnabled"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
64645 }
64646 arg2 = static_cast< bool >(val2);
64647 {
64648 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64649 (arg1)->SetEnabled(arg2);
64650 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64651 }
64652 resultobj = SWIG_Py_Void();
64653 return resultobj;
64654fail:
64655 return NULL__null;
64656}
64657
64658
64659SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64660 PyObject *resultobj = 0;
64661 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64662 void *argp1 = 0 ;
64663 int res1 = 0 ;
64664 PyObject * obj0 = 0 ;
64665 char *result = 0 ;
64666
64667 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeCategory_GetName",&obj0)) SWIG_failgoto fail;
64668 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64669 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64670 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetName" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetName" "', argument "
"1"" of type '" "lldb::SBTypeCategory *""'"); goto fail; } while
(0)
;
64671 }
64672 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64673 {
64674 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64675 result = (char *)(arg1)->GetName();
64676 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64677 }
64678 resultobj = SWIG_FromCharPtr((const char *)result);
64679 return resultobj;
64680fail:
64681 return NULL__null;
64682}
64683
64684
64685SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetLanguageAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64686 PyObject *resultobj = 0;
64687 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64688 uint32_t arg2 ;
64689 void *argp1 = 0 ;
64690 int res1 = 0 ;
64691 unsigned int val2 ;
64692 int ecode2 = 0 ;
64693 PyObject * obj0 = 0 ;
64694 PyObject * obj1 = 0 ;
64695 lldb::LanguageType result;
64696
64697 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetLanguageAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
64698 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64699 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64700 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetLanguageAtIndex" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetLanguageAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
64701 }
64702 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64703 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
64704 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
64705 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeCategory_GetLanguageAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeCategory_GetLanguageAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
64706 }
64707 arg2 = static_cast< uint32_t >(val2);
64708 {
64709 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64710 result = (lldb::LanguageType)(arg1)->GetLanguageAtIndex(arg2);
64711 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64712 }
64713 resultobj = SWIG_From_int(static_cast< int >(result));
64714 return resultobj;
64715fail:
64716 return NULL__null;
64717}
64718
64719
64720SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetNumLanguages(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64721 PyObject *resultobj = 0;
64722 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64723 void *argp1 = 0 ;
64724 int res1 = 0 ;
64725 PyObject * obj0 = 0 ;
64726 uint32_t result;
64727
64728 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeCategory_GetNumLanguages",&obj0)) SWIG_failgoto fail;
64729 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64730 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64731 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetNumLanguages" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetNumLanguages"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
64732 }
64733 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64734 {
64735 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64736 result = (uint32_t)(arg1)->GetNumLanguages();
64737 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64738 }
64739 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
64740 return resultobj;
64741fail:
64742 return NULL__null;
64743}
64744
64745
64746SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_AddLanguage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64747 PyObject *resultobj = 0;
64748 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64749 lldb::LanguageType arg2 ;
64750 void *argp1 = 0 ;
64751 int res1 = 0 ;
64752 int val2 ;
64753 int ecode2 = 0 ;
64754 PyObject * obj0 = 0 ;
64755 PyObject * obj1 = 0 ;
64756
64757 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_AddLanguage",&obj0,&obj1)) SWIG_failgoto fail;
64758 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64759 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64760 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_AddLanguage" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_AddLanguage"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
64761 }
64762 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64763 ecode2 = SWIG_AsVal_int(obj1, &val2);
64764 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
64765 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeCategory_AddLanguage" "', argument " "2"" of type '" "lldb::LanguageType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeCategory_AddLanguage"
"', argument " "2"" of type '" "lldb::LanguageType""'"); goto
fail; } while(0)
;
64766 }
64767 arg2 = static_cast< lldb::LanguageType >(val2);
64768 {
64769 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64770 (arg1)->AddLanguage(arg2);
64771 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64772 }
64773 resultobj = SWIG_Py_Void();
64774 return resultobj;
64775fail:
64776 return NULL__null;
64777}
64778
64779
64780SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64781 PyObject *resultobj = 0;
64782 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64783 lldb::SBStream *arg2 = 0 ;
64784 lldb::DescriptionLevel arg3 ;
64785 void *argp1 = 0 ;
64786 int res1 = 0 ;
64787 void *argp2 = 0 ;
64788 int res2 = 0 ;
64789 int val3 ;
64790 int ecode3 = 0 ;
64791 PyObject * obj0 = 0 ;
64792 PyObject * obj1 = 0 ;
64793 PyObject * obj2 = 0 ;
64794 bool result;
64795
64796 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeCategory_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
64797 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64798 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64799 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetDescription" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetDescription"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
64800 }
64801 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64802 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
64803 if (!SWIG_IsOK(res2)(res2 >= 0)) {
64804 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
64805 }
64806 if (!argp2) {
64807 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
64808 }
64809 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
64810 ecode3 = SWIG_AsVal_int(obj2, &val3);
64811 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
64812 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTypeCategory_GetDescription" "', argument " "3"" of type '" "lldb::DescriptionLevel""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTypeCategory_GetDescription"
"', argument " "3"" of type '" "lldb::DescriptionLevel""'");
goto fail; } while(0)
;
64813 }
64814 arg3 = static_cast< lldb::DescriptionLevel >(val3);
64815 {
64816 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64817 result = (bool)(arg1)->GetDescription(*arg2,arg3);
64818 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64819 }
64820 resultobj = SWIG_From_bool(static_cast< bool >(result));
64821 return resultobj;
64822fail:
64823 return NULL__null;
64824}
64825
64826
64827SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetNumFormats(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64828 PyObject *resultobj = 0;
64829 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64830 void *argp1 = 0 ;
64831 int res1 = 0 ;
64832 PyObject * obj0 = 0 ;
64833 uint32_t result;
64834
64835 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeCategory_GetNumFormats",&obj0)) SWIG_failgoto fail;
64836 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64837 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64838 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetNumFormats" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetNumFormats"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
64839 }
64840 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64841 {
64842 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64843 result = (uint32_t)(arg1)->GetNumFormats();
64844 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64845 }
64846 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
64847 return resultobj;
64848fail:
64849 return NULL__null;
64850}
64851
64852
64853SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetNumSummaries(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64854 PyObject *resultobj = 0;
64855 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64856 void *argp1 = 0 ;
64857 int res1 = 0 ;
64858 PyObject * obj0 = 0 ;
64859 uint32_t result;
64860
64861 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeCategory_GetNumSummaries",&obj0)) SWIG_failgoto fail;
64862 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64863 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64864 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetNumSummaries" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetNumSummaries"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
64865 }
64866 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64867 {
64868 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64869 result = (uint32_t)(arg1)->GetNumSummaries();
64870 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64871 }
64872 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
64873 return resultobj;
64874fail:
64875 return NULL__null;
64876}
64877
64878
64879SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetNumFilters(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64880 PyObject *resultobj = 0;
64881 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64882 void *argp1 = 0 ;
64883 int res1 = 0 ;
64884 PyObject * obj0 = 0 ;
64885 uint32_t result;
64886
64887 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeCategory_GetNumFilters",&obj0)) SWIG_failgoto fail;
64888 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64889 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64890 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetNumFilters" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetNumFilters"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
64891 }
64892 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64893 {
64894 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64895 result = (uint32_t)(arg1)->GetNumFilters();
64896 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64897 }
64898 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
64899 return resultobj;
64900fail:
64901 return NULL__null;
64902}
64903
64904
64905SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetNumSynthetics(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64906 PyObject *resultobj = 0;
64907 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64908 void *argp1 = 0 ;
64909 int res1 = 0 ;
64910 PyObject * obj0 = 0 ;
64911 uint32_t result;
64912
64913 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeCategory_GetNumSynthetics",&obj0)) SWIG_failgoto fail;
64914 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64915 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64916 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetNumSynthetics" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetNumSynthetics"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
64917 }
64918 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64919 {
64920 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64921 result = (uint32_t)(arg1)->GetNumSynthetics();
64922 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64923 }
64924 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
64925 return resultobj;
64926fail:
64927 return NULL__null;
64928}
64929
64930
64931SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetTypeNameSpecifierForFilterAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64932 PyObject *resultobj = 0;
64933 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64934 uint32_t arg2 ;
64935 void *argp1 = 0 ;
64936 int res1 = 0 ;
64937 unsigned int val2 ;
64938 int ecode2 = 0 ;
64939 PyObject * obj0 = 0 ;
64940 PyObject * obj1 = 0 ;
64941 lldb::SBTypeNameSpecifier result;
64942
64943 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetTypeNameSpecifierForFilterAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
64944 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64945 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64946 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetTypeNameSpecifierForFilterAtIndex" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetTypeNameSpecifierForFilterAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
64947 }
64948 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64949 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
64950 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
64951 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeCategory_GetTypeNameSpecifierForFilterAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeCategory_GetTypeNameSpecifierForFilterAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
64952 }
64953 arg2 = static_cast< uint32_t >(val2);
64954 {
64955 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64956 result = (arg1)->GetTypeNameSpecifierForFilterAtIndex(arg2);
64957 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64958 }
64959 resultobj = SWIG_NewPointerObj((new lldb::SBTypeNameSpecifier(static_cast< const lldb::SBTypeNameSpecifier& >(result))), SWIGTYPE_p_lldb__SBTypeNameSpecifier, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeNameSpecifier
(static_cast< const lldb::SBTypeNameSpecifier& >(result
))), swig_types[75], 0x1 | 0)
;
64960 return resultobj;
64961fail:
64962 return NULL__null;
64963}
64964
64965
64966SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetTypeNameSpecifierForFormatAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
64967 PyObject *resultobj = 0;
64968 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
64969 uint32_t arg2 ;
64970 void *argp1 = 0 ;
64971 int res1 = 0 ;
64972 unsigned int val2 ;
64973 int ecode2 = 0 ;
64974 PyObject * obj0 = 0 ;
64975 PyObject * obj1 = 0 ;
64976 lldb::SBTypeNameSpecifier result;
64977
64978 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetTypeNameSpecifierForFormatAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
64979 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
64980 if (!SWIG_IsOK(res1)(res1 >= 0)) {
64981 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetTypeNameSpecifierForFormatAtIndex" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetTypeNameSpecifierForFormatAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
64982 }
64983 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
64984 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
64985 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
64986 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeCategory_GetTypeNameSpecifierForFormatAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeCategory_GetTypeNameSpecifierForFormatAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
64987 }
64988 arg2 = static_cast< uint32_t >(val2);
64989 {
64990 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
64991 result = (arg1)->GetTypeNameSpecifierForFormatAtIndex(arg2);
64992 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
64993 }
64994 resultobj = SWIG_NewPointerObj((new lldb::SBTypeNameSpecifier(static_cast< const lldb::SBTypeNameSpecifier& >(result))), SWIGTYPE_p_lldb__SBTypeNameSpecifier, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeNameSpecifier
(static_cast< const lldb::SBTypeNameSpecifier& >(result
))), swig_types[75], 0x1 | 0)
;
64995 return resultobj;
64996fail:
64997 return NULL__null;
64998}
64999
65000
65001SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetTypeNameSpecifierForSummaryAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65002 PyObject *resultobj = 0;
65003 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65004 uint32_t arg2 ;
65005 void *argp1 = 0 ;
65006 int res1 = 0 ;
65007 unsigned int val2 ;
65008 int ecode2 = 0 ;
65009 PyObject * obj0 = 0 ;
65010 PyObject * obj1 = 0 ;
65011 lldb::SBTypeNameSpecifier result;
65012
65013 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetTypeNameSpecifierForSummaryAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
65014 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65015 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65016 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetTypeNameSpecifierForSummaryAtIndex" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetTypeNameSpecifierForSummaryAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65017 }
65018 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65019 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
65020 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
65021 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeCategory_GetTypeNameSpecifierForSummaryAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeCategory_GetTypeNameSpecifierForSummaryAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
65022 }
65023 arg2 = static_cast< uint32_t >(val2);
65024 {
65025 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65026 result = (arg1)->GetTypeNameSpecifierForSummaryAtIndex(arg2);
65027 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65028 }
65029 resultobj = SWIG_NewPointerObj((new lldb::SBTypeNameSpecifier(static_cast< const lldb::SBTypeNameSpecifier& >(result))), SWIGTYPE_p_lldb__SBTypeNameSpecifier, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeNameSpecifier
(static_cast< const lldb::SBTypeNameSpecifier& >(result
))), swig_types[75], 0x1 | 0)
;
65030 return resultobj;
65031fail:
65032 return NULL__null;
65033}
65034
65035
65036SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetTypeNameSpecifierForSyntheticAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65037 PyObject *resultobj = 0;
65038 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65039 uint32_t arg2 ;
65040 void *argp1 = 0 ;
65041 int res1 = 0 ;
65042 unsigned int val2 ;
65043 int ecode2 = 0 ;
65044 PyObject * obj0 = 0 ;
65045 PyObject * obj1 = 0 ;
65046 lldb::SBTypeNameSpecifier result;
65047
65048 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetTypeNameSpecifierForSyntheticAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
65049 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65050 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65051 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetTypeNameSpecifierForSyntheticAtIndex" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetTypeNameSpecifierForSyntheticAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65052 }
65053 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65054 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
65055 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
65056 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeCategory_GetTypeNameSpecifierForSyntheticAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeCategory_GetTypeNameSpecifierForSyntheticAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
65057 }
65058 arg2 = static_cast< uint32_t >(val2);
65059 {
65060 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65061 result = (arg1)->GetTypeNameSpecifierForSyntheticAtIndex(arg2);
65062 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65063 }
65064 resultobj = SWIG_NewPointerObj((new lldb::SBTypeNameSpecifier(static_cast< const lldb::SBTypeNameSpecifier& >(result))), SWIGTYPE_p_lldb__SBTypeNameSpecifier, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeNameSpecifier
(static_cast< const lldb::SBTypeNameSpecifier& >(result
))), swig_types[75], 0x1 | 0)
;
65065 return resultobj;
65066fail:
65067 return NULL__null;
65068}
65069
65070
65071SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetFilterForType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65072 PyObject *resultobj = 0;
65073 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65074 lldb::SBTypeNameSpecifier arg2 ;
65075 void *argp1 = 0 ;
65076 int res1 = 0 ;
65077 void *argp2 ;
65078 int res2 = 0 ;
65079 PyObject * obj0 = 0 ;
65080 PyObject * obj1 = 0 ;
65081 lldb::SBTypeFilter result;
65082
65083 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetFilterForType",&obj0,&obj1)) SWIG_failgoto fail;
65084 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65085 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65086 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetFilterForType" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetFilterForType"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65087 }
65088 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65089 {
65090 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
65091 if (!SWIG_IsOK(res2)(res2 >= 0)) {
65092 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_GetFilterForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_GetFilterForType"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
65093 }
65094 if (!argp2) {
65095 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_GetFilterForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_GetFilterForType" "', argument "
"2"" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; }
while(0)
;
65096 } else {
65097 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
65098 arg2 = *temp;
65099 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
65100 }
65101 }
65102 {
65103 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65104 result = (arg1)->GetFilterForType(arg2);
65105 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65106 }
65107 resultobj = SWIG_NewPointerObj((new lldb::SBTypeFilter(static_cast< const lldb::SBTypeFilter& >(result))), SWIGTYPE_p_lldb__SBTypeFilter, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeFilter(static_cast
< const lldb::SBTypeFilter& >(result))), swig_types
[70], 0x1 | 0)
;
65108 return resultobj;
65109fail:
65110 return NULL__null;
65111}
65112
65113
65114SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetFormatForType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65115 PyObject *resultobj = 0;
65116 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65117 lldb::SBTypeNameSpecifier arg2 ;
65118 void *argp1 = 0 ;
65119 int res1 = 0 ;
65120 void *argp2 ;
65121 int res2 = 0 ;
65122 PyObject * obj0 = 0 ;
65123 PyObject * obj1 = 0 ;
65124 lldb::SBTypeFormat result;
65125
65126 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetFormatForType",&obj0,&obj1)) SWIG_failgoto fail;
65127 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65128 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65129 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetFormatForType" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetFormatForType"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65130 }
65131 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65132 {
65133 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
65134 if (!SWIG_IsOK(res2)(res2 >= 0)) {
65135 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_GetFormatForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_GetFormatForType"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
65136 }
65137 if (!argp2) {
65138 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_GetFormatForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_GetFormatForType" "', argument "
"2"" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; }
while(0)
;
65139 } else {
65140 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
65141 arg2 = *temp;
65142 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
65143 }
65144 }
65145 {
65146 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65147 result = (arg1)->GetFormatForType(arg2);
65148 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65149 }
65150 resultobj = SWIG_NewPointerObj((new lldb::SBTypeFormat(static_cast< const lldb::SBTypeFormat& >(result))), SWIGTYPE_p_lldb__SBTypeFormat, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeFormat(static_cast
< const lldb::SBTypeFormat& >(result))), swig_types
[71], 0x1 | 0)
;
65151 return resultobj;
65152fail:
65153 return NULL__null;
65154}
65155
65156
65157SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetSummaryForType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65158 PyObject *resultobj = 0;
65159 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65160 lldb::SBTypeNameSpecifier arg2 ;
65161 void *argp1 = 0 ;
65162 int res1 = 0 ;
65163 void *argp2 ;
65164 int res2 = 0 ;
65165 PyObject * obj0 = 0 ;
65166 PyObject * obj1 = 0 ;
65167 lldb::SBTypeSummary result;
65168
65169 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetSummaryForType",&obj0,&obj1)) SWIG_failgoto fail;
65170 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65171 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65172 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetSummaryForType" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetSummaryForType"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65173 }
65174 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65175 {
65176 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
65177 if (!SWIG_IsOK(res2)(res2 >= 0)) {
65178 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_GetSummaryForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_GetSummaryForType"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
65179 }
65180 if (!argp2) {
65181 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_GetSummaryForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_GetSummaryForType" "', argument "
"2"" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; }
while(0)
;
65182 } else {
65183 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
65184 arg2 = *temp;
65185 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
65186 }
65187 }
65188 {
65189 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65190 result = (arg1)->GetSummaryForType(arg2);
65191 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65192 }
65193 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSummary(static_cast< const lldb::SBTypeSummary& >(result))), SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSummary(static_cast
< const lldb::SBTypeSummary& >(result))), swig_types
[76], 0x1 | 0)
;
65194 return resultobj;
65195fail:
65196 return NULL__null;
65197}
65198
65199
65200SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetSyntheticForType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65201 PyObject *resultobj = 0;
65202 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65203 lldb::SBTypeNameSpecifier arg2 ;
65204 void *argp1 = 0 ;
65205 int res1 = 0 ;
65206 void *argp2 ;
65207 int res2 = 0 ;
65208 PyObject * obj0 = 0 ;
65209 PyObject * obj1 = 0 ;
65210 lldb::SBTypeSynthetic result;
65211
65212 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetSyntheticForType",&obj0,&obj1)) SWIG_failgoto fail;
65213 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65214 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65215 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetSyntheticForType" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetSyntheticForType"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65216 }
65217 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65218 {
65219 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
65220 if (!SWIG_IsOK(res2)(res2 >= 0)) {
65221 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_GetSyntheticForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_GetSyntheticForType"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
65222 }
65223 if (!argp2) {
65224 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_GetSyntheticForType" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_GetSyntheticForType" "', argument "
"2"" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; }
while(0)
;
65225 } else {
65226 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
65227 arg2 = *temp;
65228 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
65229 }
65230 }
65231 {
65232 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65233 result = (arg1)->GetSyntheticForType(arg2);
65234 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65235 }
65236 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSynthetic(static_cast< const lldb::SBTypeSynthetic& >(result))), SWIGTYPE_p_lldb__SBTypeSynthetic, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSynthetic(
static_cast< const lldb::SBTypeSynthetic& >(result)
)), swig_types[78], 0x1 | 0)
;
65237 return resultobj;
65238fail:
65239 return NULL__null;
65240}
65241
65242
65243SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetFilterAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65244 PyObject *resultobj = 0;
65245 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65246 uint32_t arg2 ;
65247 void *argp1 = 0 ;
65248 int res1 = 0 ;
65249 unsigned int val2 ;
65250 int ecode2 = 0 ;
65251 PyObject * obj0 = 0 ;
65252 PyObject * obj1 = 0 ;
65253 lldb::SBTypeFilter result;
65254
65255 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetFilterAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
65256 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65257 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65258 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetFilterAtIndex" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetFilterAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65259 }
65260 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65261 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
65262 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
65263 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeCategory_GetFilterAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeCategory_GetFilterAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
65264 }
65265 arg2 = static_cast< uint32_t >(val2);
65266 {
65267 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65268 result = (arg1)->GetFilterAtIndex(arg2);
65269 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65270 }
65271 resultobj = SWIG_NewPointerObj((new lldb::SBTypeFilter(static_cast< const lldb::SBTypeFilter& >(result))), SWIGTYPE_p_lldb__SBTypeFilter, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeFilter(static_cast
< const lldb::SBTypeFilter& >(result))), swig_types
[70], 0x1 | 0)
;
65272 return resultobj;
65273fail:
65274 return NULL__null;
65275}
65276
65277
65278SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetFormatAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65279 PyObject *resultobj = 0;
65280 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65281 uint32_t arg2 ;
65282 void *argp1 = 0 ;
65283 int res1 = 0 ;
65284 unsigned int val2 ;
65285 int ecode2 = 0 ;
65286 PyObject * obj0 = 0 ;
65287 PyObject * obj1 = 0 ;
65288 lldb::SBTypeFormat result;
65289
65290 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetFormatAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
65291 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65292 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65293 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetFormatAtIndex" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetFormatAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65294 }
65295 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65296 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
65297 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
65298 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeCategory_GetFormatAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeCategory_GetFormatAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
65299 }
65300 arg2 = static_cast< uint32_t >(val2);
65301 {
65302 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65303 result = (arg1)->GetFormatAtIndex(arg2);
65304 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65305 }
65306 resultobj = SWIG_NewPointerObj((new lldb::SBTypeFormat(static_cast< const lldb::SBTypeFormat& >(result))), SWIGTYPE_p_lldb__SBTypeFormat, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeFormat(static_cast
< const lldb::SBTypeFormat& >(result))), swig_types
[71], 0x1 | 0)
;
65307 return resultobj;
65308fail:
65309 return NULL__null;
65310}
65311
65312
65313SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetSummaryAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65314 PyObject *resultobj = 0;
65315 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65316 uint32_t arg2 ;
65317 void *argp1 = 0 ;
65318 int res1 = 0 ;
65319 unsigned int val2 ;
65320 int ecode2 = 0 ;
65321 PyObject * obj0 = 0 ;
65322 PyObject * obj1 = 0 ;
65323 lldb::SBTypeSummary result;
65324
65325 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetSummaryAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
65326 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65327 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65328 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetSummaryAtIndex" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetSummaryAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65329 }
65330 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65331 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
65332 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
65333 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeCategory_GetSummaryAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeCategory_GetSummaryAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
65334 }
65335 arg2 = static_cast< uint32_t >(val2);
65336 {
65337 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65338 result = (arg1)->GetSummaryAtIndex(arg2);
65339 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65340 }
65341 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSummary(static_cast< const lldb::SBTypeSummary& >(result))), SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSummary(static_cast
< const lldb::SBTypeSummary& >(result))), swig_types
[76], 0x1 | 0)
;
65342 return resultobj;
65343fail:
65344 return NULL__null;
65345}
65346
65347
65348SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_GetSyntheticAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65349 PyObject *resultobj = 0;
65350 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65351 uint32_t arg2 ;
65352 void *argp1 = 0 ;
65353 int res1 = 0 ;
65354 unsigned int val2 ;
65355 int ecode2 = 0 ;
65356 PyObject * obj0 = 0 ;
65357 PyObject * obj1 = 0 ;
65358 lldb::SBTypeSynthetic result;
65359
65360 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_GetSyntheticAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
65361 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65362 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65363 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_GetSyntheticAtIndex" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_GetSyntheticAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65364 }
65365 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65366 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
65367 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
65368 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeCategory_GetSyntheticAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeCategory_GetSyntheticAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
65369 }
65370 arg2 = static_cast< uint32_t >(val2);
65371 {
65372 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65373 result = (arg1)->GetSyntheticAtIndex(arg2);
65374 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65375 }
65376 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSynthetic(static_cast< const lldb::SBTypeSynthetic& >(result))), SWIGTYPE_p_lldb__SBTypeSynthetic, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSynthetic(
static_cast< const lldb::SBTypeSynthetic& >(result)
)), swig_types[78], 0x1 | 0)
;
65377 return resultobj;
65378fail:
65379 return NULL__null;
65380}
65381
65382
65383SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_AddTypeFormat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65384 PyObject *resultobj = 0;
65385 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65386 lldb::SBTypeNameSpecifier arg2 ;
65387 lldb::SBTypeFormat arg3 ;
65388 void *argp1 = 0 ;
65389 int res1 = 0 ;
65390 void *argp2 ;
65391 int res2 = 0 ;
65392 void *argp3 ;
65393 int res3 = 0 ;
65394 PyObject * obj0 = 0 ;
65395 PyObject * obj1 = 0 ;
65396 PyObject * obj2 = 0 ;
65397 bool result;
65398
65399 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeCategory_AddTypeFormat",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
65400 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65401 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65402 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_AddTypeFormat" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_AddTypeFormat"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65403 }
65404 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65405 {
65406 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
65407 if (!SWIG_IsOK(res2)(res2 >= 0)) {
65408 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_AddTypeFormat" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_AddTypeFormat"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
65409 }
65410 if (!argp2) {
65411 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_AddTypeFormat" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_AddTypeFormat" "', argument " "2"
" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; } while
(0)
;
65412 } else {
65413 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
65414 arg2 = *temp;
65415 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
65416 }
65417 }
65418 {
65419 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[71]
, 0 | 0, 0)
;
65420 if (!SWIG_IsOK(res3)(res3 >= 0)) {
65421 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTypeCategory_AddTypeFormat" "', argument " "3"" of type '" "lldb::SBTypeFormat""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTypeCategory_AddTypeFormat"
"', argument " "3"" of type '" "lldb::SBTypeFormat""'"); goto
fail; } while(0)
;
65422 }
65423 if (!argp3) {
65424 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_AddTypeFormat" "', argument " "3"" of type '" "lldb::SBTypeFormat""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_AddTypeFormat" "', argument " "3"
" of type '" "lldb::SBTypeFormat""'"); goto fail; } while(0)
;
65425 } else {
65426 lldb::SBTypeFormat * temp = reinterpret_cast< lldb::SBTypeFormat * >(argp3);
65427 arg3 = *temp;
65428 if (SWIG_IsNewObj(res3)((res3 >= 0) && (res3 & ((1 << 8) <<
1)))
) delete temp;
65429 }
65430 }
65431 {
65432 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65433 result = (bool)(arg1)->AddTypeFormat(arg2,arg3);
65434 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65435 }
65436 resultobj = SWIG_From_bool(static_cast< bool >(result));
65437 return resultobj;
65438fail:
65439 return NULL__null;
65440}
65441
65442
65443SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_DeleteTypeFormat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65444 PyObject *resultobj = 0;
65445 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65446 lldb::SBTypeNameSpecifier arg2 ;
65447 void *argp1 = 0 ;
65448 int res1 = 0 ;
65449 void *argp2 ;
65450 int res2 = 0 ;
65451 PyObject * obj0 = 0 ;
65452 PyObject * obj1 = 0 ;
65453 bool result;
65454
65455 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_DeleteTypeFormat",&obj0,&obj1)) SWIG_failgoto fail;
65456 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65457 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65458 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_DeleteTypeFormat" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_DeleteTypeFormat"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65459 }
65460 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65461 {
65462 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
65463 if (!SWIG_IsOK(res2)(res2 >= 0)) {
65464 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_DeleteTypeFormat" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_DeleteTypeFormat"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
65465 }
65466 if (!argp2) {
65467 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_DeleteTypeFormat" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_DeleteTypeFormat" "', argument "
"2"" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; }
while(0)
;
65468 } else {
65469 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
65470 arg2 = *temp;
65471 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
65472 }
65473 }
65474 {
65475 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65476 result = (bool)(arg1)->DeleteTypeFormat(arg2);
65477 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65478 }
65479 resultobj = SWIG_From_bool(static_cast< bool >(result));
65480 return resultobj;
65481fail:
65482 return NULL__null;
65483}
65484
65485
65486SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_AddTypeSummary(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65487 PyObject *resultobj = 0;
65488 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65489 lldb::SBTypeNameSpecifier arg2 ;
65490 lldb::SBTypeSummary arg3 ;
65491 void *argp1 = 0 ;
65492 int res1 = 0 ;
65493 void *argp2 ;
65494 int res2 = 0 ;
65495 void *argp3 ;
65496 int res3 = 0 ;
65497 PyObject * obj0 = 0 ;
65498 PyObject * obj1 = 0 ;
65499 PyObject * obj2 = 0 ;
65500 bool result;
65501
65502 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeCategory_AddTypeSummary",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
65503 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65504 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65505 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_AddTypeSummary" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_AddTypeSummary"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65506 }
65507 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65508 {
65509 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
65510 if (!SWIG_IsOK(res2)(res2 >= 0)) {
65511 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_AddTypeSummary" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_AddTypeSummary"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
65512 }
65513 if (!argp2) {
65514 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_AddTypeSummary" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_AddTypeSummary" "', argument "
"2"" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; }
while(0)
;
65515 } else {
65516 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
65517 arg2 = *temp;
65518 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
65519 }
65520 }
65521 {
65522 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[76]
, 0 | 0, 0)
;
65523 if (!SWIG_IsOK(res3)(res3 >= 0)) {
65524 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTypeCategory_AddTypeSummary" "', argument " "3"" of type '" "lldb::SBTypeSummary""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTypeCategory_AddTypeSummary"
"', argument " "3"" of type '" "lldb::SBTypeSummary""'"); goto
fail; } while(0)
;
65525 }
65526 if (!argp3) {
65527 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_AddTypeSummary" "', argument " "3"" of type '" "lldb::SBTypeSummary""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_AddTypeSummary" "', argument "
"3"" of type '" "lldb::SBTypeSummary""'"); goto fail; } while
(0)
;
65528 } else {
65529 lldb::SBTypeSummary * temp = reinterpret_cast< lldb::SBTypeSummary * >(argp3);
65530 arg3 = *temp;
65531 if (SWIG_IsNewObj(res3)((res3 >= 0) && (res3 & ((1 << 8) <<
1)))
) delete temp;
65532 }
65533 }
65534 {
65535 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65536 result = (bool)(arg1)->AddTypeSummary(arg2,arg3);
65537 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65538 }
65539 resultobj = SWIG_From_bool(static_cast< bool >(result));
65540 return resultobj;
65541fail:
65542 return NULL__null;
65543}
65544
65545
65546SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_DeleteTypeSummary(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65547 PyObject *resultobj = 0;
65548 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65549 lldb::SBTypeNameSpecifier arg2 ;
65550 void *argp1 = 0 ;
65551 int res1 = 0 ;
65552 void *argp2 ;
65553 int res2 = 0 ;
65554 PyObject * obj0 = 0 ;
65555 PyObject * obj1 = 0 ;
65556 bool result;
65557
65558 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_DeleteTypeSummary",&obj0,&obj1)) SWIG_failgoto fail;
65559 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65560 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65561 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_DeleteTypeSummary" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_DeleteTypeSummary"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65562 }
65563 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65564 {
65565 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
65566 if (!SWIG_IsOK(res2)(res2 >= 0)) {
65567 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_DeleteTypeSummary" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_DeleteTypeSummary"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
65568 }
65569 if (!argp2) {
65570 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_DeleteTypeSummary" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_DeleteTypeSummary" "', argument "
"2"" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; }
while(0)
;
65571 } else {
65572 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
65573 arg2 = *temp;
65574 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
65575 }
65576 }
65577 {
65578 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65579 result = (bool)(arg1)->DeleteTypeSummary(arg2);
65580 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65581 }
65582 resultobj = SWIG_From_bool(static_cast< bool >(result));
65583 return resultobj;
65584fail:
65585 return NULL__null;
65586}
65587
65588
65589SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_AddTypeFilter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65590 PyObject *resultobj = 0;
65591 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65592 lldb::SBTypeNameSpecifier arg2 ;
65593 lldb::SBTypeFilter arg3 ;
65594 void *argp1 = 0 ;
65595 int res1 = 0 ;
65596 void *argp2 ;
65597 int res2 = 0 ;
65598 void *argp3 ;
65599 int res3 = 0 ;
65600 PyObject * obj0 = 0 ;
65601 PyObject * obj1 = 0 ;
65602 PyObject * obj2 = 0 ;
65603 bool result;
65604
65605 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeCategory_AddTypeFilter",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
65606 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65607 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65608 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_AddTypeFilter" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_AddTypeFilter"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65609 }
65610 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65611 {
65612 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
65613 if (!SWIG_IsOK(res2)(res2 >= 0)) {
65614 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_AddTypeFilter" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_AddTypeFilter"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
65615 }
65616 if (!argp2) {
65617 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_AddTypeFilter" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_AddTypeFilter" "', argument " "2"
" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; } while
(0)
;
65618 } else {
65619 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
65620 arg2 = *temp;
65621 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
65622 }
65623 }
65624 {
65625 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[70]
, 0 | 0, 0)
;
65626 if (!SWIG_IsOK(res3)(res3 >= 0)) {
65627 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTypeCategory_AddTypeFilter" "', argument " "3"" of type '" "lldb::SBTypeFilter""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTypeCategory_AddTypeFilter"
"', argument " "3"" of type '" "lldb::SBTypeFilter""'"); goto
fail; } while(0)
;
65628 }
65629 if (!argp3) {
65630 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_AddTypeFilter" "', argument " "3"" of type '" "lldb::SBTypeFilter""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_AddTypeFilter" "', argument " "3"
" of type '" "lldb::SBTypeFilter""'"); goto fail; } while(0)
;
65631 } else {
65632 lldb::SBTypeFilter * temp = reinterpret_cast< lldb::SBTypeFilter * >(argp3);
65633 arg3 = *temp;
65634 if (SWIG_IsNewObj(res3)((res3 >= 0) && (res3 & ((1 << 8) <<
1)))
) delete temp;
65635 }
65636 }
65637 {
65638 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65639 result = (bool)(arg1)->AddTypeFilter(arg2,arg3);
65640 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65641 }
65642 resultobj = SWIG_From_bool(static_cast< bool >(result));
65643 return resultobj;
65644fail:
65645 return NULL__null;
65646}
65647
65648
65649SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_DeleteTypeFilter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65650 PyObject *resultobj = 0;
65651 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65652 lldb::SBTypeNameSpecifier arg2 ;
65653 void *argp1 = 0 ;
65654 int res1 = 0 ;
65655 void *argp2 ;
65656 int res2 = 0 ;
65657 PyObject * obj0 = 0 ;
65658 PyObject * obj1 = 0 ;
65659 bool result;
65660
65661 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_DeleteTypeFilter",&obj0,&obj1)) SWIG_failgoto fail;
65662 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65663 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65664 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_DeleteTypeFilter" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_DeleteTypeFilter"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65665 }
65666 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65667 {
65668 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
65669 if (!SWIG_IsOK(res2)(res2 >= 0)) {
65670 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_DeleteTypeFilter" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_DeleteTypeFilter"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
65671 }
65672 if (!argp2) {
65673 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_DeleteTypeFilter" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_DeleteTypeFilter" "', argument "
"2"" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; }
while(0)
;
65674 } else {
65675 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
65676 arg2 = *temp;
65677 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
65678 }
65679 }
65680 {
65681 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65682 result = (bool)(arg1)->DeleteTypeFilter(arg2);
65683 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65684 }
65685 resultobj = SWIG_From_bool(static_cast< bool >(result));
65686 return resultobj;
65687fail:
65688 return NULL__null;
65689}
65690
65691
65692SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_AddTypeSynthetic(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65693 PyObject *resultobj = 0;
65694 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65695 lldb::SBTypeNameSpecifier arg2 ;
65696 lldb::SBTypeSynthetic arg3 ;
65697 void *argp1 = 0 ;
65698 int res1 = 0 ;
65699 void *argp2 ;
65700 int res2 = 0 ;
65701 void *argp3 ;
65702 int res3 = 0 ;
65703 PyObject * obj0 = 0 ;
65704 PyObject * obj1 = 0 ;
65705 PyObject * obj2 = 0 ;
65706 bool result;
65707
65708 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeCategory_AddTypeSynthetic",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
65709 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65710 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65711 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_AddTypeSynthetic" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_AddTypeSynthetic"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65712 }
65713 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65714 {
65715 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
65716 if (!SWIG_IsOK(res2)(res2 >= 0)) {
65717 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_AddTypeSynthetic" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_AddTypeSynthetic"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
65718 }
65719 if (!argp2) {
65720 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_AddTypeSynthetic" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_AddTypeSynthetic" "', argument "
"2"" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; }
while(0)
;
65721 } else {
65722 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
65723 arg2 = *temp;
65724 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
65725 }
65726 }
65727 {
65728 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[78]
, 0 | 0, 0)
;
65729 if (!SWIG_IsOK(res3)(res3 >= 0)) {
65730 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTypeCategory_AddTypeSynthetic" "', argument " "3"" of type '" "lldb::SBTypeSynthetic""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTypeCategory_AddTypeSynthetic"
"', argument " "3"" of type '" "lldb::SBTypeSynthetic""'"); goto
fail; } while(0)
;
65731 }
65732 if (!argp3) {
65733 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_AddTypeSynthetic" "', argument " "3"" of type '" "lldb::SBTypeSynthetic""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_AddTypeSynthetic" "', argument "
"3"" of type '" "lldb::SBTypeSynthetic""'"); goto fail; } while
(0)
;
65734 } else {
65735 lldb::SBTypeSynthetic * temp = reinterpret_cast< lldb::SBTypeSynthetic * >(argp3);
65736 arg3 = *temp;
65737 if (SWIG_IsNewObj(res3)((res3 >= 0) && (res3 & ((1 << 8) <<
1)))
) delete temp;
65738 }
65739 }
65740 {
65741 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65742 result = (bool)(arg1)->AddTypeSynthetic(arg2,arg3);
65743 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65744 }
65745 resultobj = SWIG_From_bool(static_cast< bool >(result));
65746 return resultobj;
65747fail:
65748 return NULL__null;
65749}
65750
65751
65752SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory_DeleteTypeSynthetic(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65753 PyObject *resultobj = 0;
65754 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65755 lldb::SBTypeNameSpecifier arg2 ;
65756 void *argp1 = 0 ;
65757 int res1 = 0 ;
65758 void *argp2 ;
65759 int res2 = 0 ;
65760 PyObject * obj0 = 0 ;
65761 PyObject * obj1 = 0 ;
65762 bool result;
65763
65764 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeCategory_DeleteTypeSynthetic",&obj0,&obj1)) SWIG_failgoto fail;
65765 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65766 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65767 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory_DeleteTypeSynthetic" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory_DeleteTypeSynthetic"
"', argument " "1"" of type '" "lldb::SBTypeCategory *""'");
goto fail; } while(0)
;
65768 }
65769 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65770 {
65771 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0 | 0, 0)
;
65772 if (!SWIG_IsOK(res2)(res2 >= 0)) {
65773 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeCategory_DeleteTypeSynthetic" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeCategory_DeleteTypeSynthetic"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'"
); goto fail; } while(0)
;
65774 }
65775 if (!argp2) {
65776 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeCategory_DeleteTypeSynthetic" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeCategory_DeleteTypeSynthetic" "', argument "
"2"" of type '" "lldb::SBTypeNameSpecifier""'"); goto fail; }
while(0)
;
65777 } else {
65778 lldb::SBTypeNameSpecifier * temp = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
65779 arg2 = *temp;
65780 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
65781 }
65782 }
65783 {
65784 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65785 result = (bool)(arg1)->DeleteTypeSynthetic(arg2);
65786 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65787 }
65788 resultobj = SWIG_From_bool(static_cast< bool >(result));
65789 return resultobj;
65790fail:
65791 return NULL__null;
65792}
65793
65794
65795SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeCategory___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65796 PyObject *resultobj = 0;
65797 lldb::SBTypeCategory *arg1 = (lldb::SBTypeCategory *) 0 ;
65798 void *argp1 = 0 ;
65799 int res1 = 0 ;
65800 PyObject * obj0 = 0 ;
65801 PyObject *result = 0 ;
65802
65803 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeCategory___str__",&obj0)) SWIG_failgoto fail;
65804 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeCategory, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[67]
, 0 | 0, 0)
;
65805 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65806 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeCategory___str__" "', argument " "1"" of type '" "lldb::SBTypeCategory *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeCategory___str__" "', argument "
"1"" of type '" "lldb::SBTypeCategory *""'"); goto fail; } while
(0)
;
65807 }
65808 arg1 = reinterpret_cast< lldb::SBTypeCategory * >(argp1);
65809 result = (PyObject *)lldb_SBTypeCategory___str__(arg1);
65810 resultobj = result;
65811 return resultobj;
65812fail:
65813 return NULL__null;
65814}
65815
65816
65817SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTypeCategory_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65818 PyObject *obj;
65819 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
65820 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeCategoryswig_types[67], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
65821 return SWIG_Py_Void();
65822}
65823
65824SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeEnumMember__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65825 PyObject *resultobj = 0;
65826 lldb::SBTypeEnumMember *result = 0 ;
65827
65828 if (!PyArg_ParseTuple(args,(char *)":new_SBTypeEnumMember")) SWIG_failgoto fail;
65829 {
65830 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65831 result = (lldb::SBTypeEnumMember *)new lldb::SBTypeEnumMember();
65832 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65833 }
65834 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeEnumMember, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[68], (
(0x1 << 1) | 0x1) | 0)
;
65835 return resultobj;
65836fail:
65837 return NULL__null;
65838}
65839
65840
65841SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeEnumMember__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65842 PyObject *resultobj = 0;
65843 lldb::SBTypeEnumMember *arg1 = 0 ;
65844 void *argp1 = 0 ;
65845 int res1 = 0 ;
65846 PyObject * obj0 = 0 ;
65847 lldb::SBTypeEnumMember *result = 0 ;
65848
65849 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeEnumMember",&obj0)) SWIG_failgoto fail;
65850 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTypeEnumMember, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[68]
, 0 | 0, 0)
;
65851 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65852 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeEnumMember" "', argument " "1"" of type '" "lldb::SBTypeEnumMember const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeEnumMember" "', argument "
"1"" of type '" "lldb::SBTypeEnumMember const &""'"); goto
fail; } while(0)
;
65853 }
65854 if (!argp1) {
65855 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTypeEnumMember" "', argument " "1"" of type '" "lldb::SBTypeEnumMember const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTypeEnumMember" "', argument " "1"" of type '"
"lldb::SBTypeEnumMember const &""'"); goto fail; } while
(0)
;
65856 }
65857 arg1 = reinterpret_cast< lldb::SBTypeEnumMember * >(argp1);
65858 {
65859 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65860 result = (lldb::SBTypeEnumMember *)new lldb::SBTypeEnumMember((lldb::SBTypeEnumMember const &)*arg1);
65861 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65862 }
65863 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeEnumMember, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[68], (
(0x1 << 1) | 0x1) | 0)
;
65864 return resultobj;
65865fail:
65866 return NULL__null;
65867}
65868
65869
65870SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeEnumMember(PyObject *self, PyObject *args) {
65871 Py_ssize_t argc;
65872 PyObject *argv[2] = {
65873 0
65874 };
65875 Py_ssize_t ii;
65876
65877 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
65878 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
65879 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
65880 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
65881 }
65882 if (argc == 0) {
65883 return _wrap_new_SBTypeEnumMember__SWIG_0(self, args);
65884 }
65885 if (argc == 1) {
65886 int _v;
65887 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTypeEnumMember, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[68], 0, 0
)
;
65888 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
65889 if (_v) {
65890 return _wrap_new_SBTypeEnumMember__SWIG_1(self, args);
65891 }
65892 }
65893
65894fail:
65895 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBTypeEnumMember'.\n"
65896 " Possible C/C++ prototypes are:\n"
65897 " lldb::SBTypeEnumMember::SBTypeEnumMember()\n"
65898 " lldb::SBTypeEnumMember::SBTypeEnumMember(lldb::SBTypeEnumMember const &)\n");
65899 return 0;
65900}
65901
65902
65903SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTypeEnumMember(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65904 PyObject *resultobj = 0;
65905 lldb::SBTypeEnumMember *arg1 = (lldb::SBTypeEnumMember *) 0 ;
65906 void *argp1 = 0 ;
65907 int res1 = 0 ;
65908 PyObject * obj0 = 0 ;
65909
65910 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTypeEnumMember",&obj0)) SWIG_failgoto fail;
65911 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMember, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[68]
, 0x1 | 0, 0)
;
65912 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65913 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTypeEnumMember" "', argument " "1"" of type '" "lldb::SBTypeEnumMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTypeEnumMember" "', argument "
"1"" of type '" "lldb::SBTypeEnumMember *""'"); goto fail; }
while(0)
;
65914 }
65915 arg1 = reinterpret_cast< lldb::SBTypeEnumMember * >(argp1);
65916 {
65917 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65918 delete arg1;
65919 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65920 }
65921 resultobj = SWIG_Py_Void();
65922 return resultobj;
65923fail:
65924 return NULL__null;
65925}
65926
65927
65928SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeEnumMember_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65929 PyObject *resultobj = 0;
65930 lldb::SBTypeEnumMember *arg1 = (lldb::SBTypeEnumMember *) 0 ;
65931 void *argp1 = 0 ;
65932 int res1 = 0 ;
65933 PyObject * obj0 = 0 ;
65934 bool result;
65935
65936 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeEnumMember_IsValid",&obj0)) SWIG_failgoto fail;
65937 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[68]
, 0 | 0, 0)
;
65938 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65939 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeEnumMember_IsValid" "', argument " "1"" of type '" "lldb::SBTypeEnumMember const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeEnumMember_IsValid" "', argument "
"1"" of type '" "lldb::SBTypeEnumMember const *""'"); goto fail
; } while(0)
;
65940 }
65941 arg1 = reinterpret_cast< lldb::SBTypeEnumMember * >(argp1);
65942 {
65943 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65944 result = (bool)((lldb::SBTypeEnumMember const *)arg1)->IsValid();
65945 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65946 }
65947 resultobj = SWIG_From_bool(static_cast< bool >(result));
65948 return resultobj;
65949fail:
65950 return NULL__null;
65951}
65952
65953
65954SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeEnumMember_GetValueAsSigned(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65955 PyObject *resultobj = 0;
65956 lldb::SBTypeEnumMember *arg1 = (lldb::SBTypeEnumMember *) 0 ;
65957 void *argp1 = 0 ;
65958 int res1 = 0 ;
65959 PyObject * obj0 = 0 ;
65960 int64_t result;
65961
65962 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeEnumMember_GetValueAsSigned",&obj0)) SWIG_failgoto fail;
65963 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[68]
, 0 | 0, 0)
;
65964 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65965 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeEnumMember_GetValueAsSigned" "', argument " "1"" of type '" "lldb::SBTypeEnumMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeEnumMember_GetValueAsSigned"
"', argument " "1"" of type '" "lldb::SBTypeEnumMember *""'"
); goto fail; } while(0)
;
65966 }
65967 arg1 = reinterpret_cast< lldb::SBTypeEnumMember * >(argp1);
65968 {
65969 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65970 result = (int64_t)(arg1)->GetValueAsSigned();
65971 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65972 }
65973 resultobj = SWIG_From_long_SS_long(static_cast< long long >(result));
65974 return resultobj;
65975fail:
65976 return NULL__null;
65977}
65978
65979
65980SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeEnumMember_GetValueAsUnsigned(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
65981 PyObject *resultobj = 0;
65982 lldb::SBTypeEnumMember *arg1 = (lldb::SBTypeEnumMember *) 0 ;
65983 void *argp1 = 0 ;
65984 int res1 = 0 ;
65985 PyObject * obj0 = 0 ;
65986 uint64_t result;
65987
65988 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeEnumMember_GetValueAsUnsigned",&obj0)) SWIG_failgoto fail;
65989 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[68]
, 0 | 0, 0)
;
65990 if (!SWIG_IsOK(res1)(res1 >= 0)) {
65991 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeEnumMember_GetValueAsUnsigned" "', argument " "1"" of type '" "lldb::SBTypeEnumMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeEnumMember_GetValueAsUnsigned"
"', argument " "1"" of type '" "lldb::SBTypeEnumMember *""'"
); goto fail; } while(0)
;
65992 }
65993 arg1 = reinterpret_cast< lldb::SBTypeEnumMember * >(argp1);
65994 {
65995 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
65996 result = (uint64_t)(arg1)->GetValueAsUnsigned();
65997 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
65998 }
65999 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
66000 return resultobj;
66001fail:
66002 return NULL__null;
66003}
66004
66005
66006SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeEnumMember_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66007 PyObject *resultobj = 0;
66008 lldb::SBTypeEnumMember *arg1 = (lldb::SBTypeEnumMember *) 0 ;
66009 void *argp1 = 0 ;
66010 int res1 = 0 ;
66011 PyObject * obj0 = 0 ;
66012 char *result = 0 ;
66013
66014 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeEnumMember_GetName",&obj0)) SWIG_failgoto fail;
66015 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[68]
, 0 | 0, 0)
;
66016 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66017 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeEnumMember_GetName" "', argument " "1"" of type '" "lldb::SBTypeEnumMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeEnumMember_GetName" "', argument "
"1"" of type '" "lldb::SBTypeEnumMember *""'"); goto fail; }
while(0)
;
66018 }
66019 arg1 = reinterpret_cast< lldb::SBTypeEnumMember * >(argp1);
66020 {
66021 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66022 result = (char *)(arg1)->GetName();
66023 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66024 }
66025 resultobj = SWIG_FromCharPtr((const char *)result);
66026 return resultobj;
66027fail:
66028 return NULL__null;
66029}
66030
66031
66032SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeEnumMember_GetType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66033 PyObject *resultobj = 0;
66034 lldb::SBTypeEnumMember *arg1 = (lldb::SBTypeEnumMember *) 0 ;
66035 void *argp1 = 0 ;
66036 int res1 = 0 ;
66037 PyObject * obj0 = 0 ;
66038 lldb::SBType result;
66039
66040 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeEnumMember_GetType",&obj0)) SWIG_failgoto fail;
66041 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[68]
, 0 | 0, 0)
;
66042 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66043 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeEnumMember_GetType" "', argument " "1"" of type '" "lldb::SBTypeEnumMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeEnumMember_GetType" "', argument "
"1"" of type '" "lldb::SBTypeEnumMember *""'"); goto fail; }
while(0)
;
66044 }
66045 arg1 = reinterpret_cast< lldb::SBTypeEnumMember * >(argp1);
66046 {
66047 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66048 result = (arg1)->GetType();
66049 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66050 }
66051 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
66052 return resultobj;
66053fail:
66054 return NULL__null;
66055}
66056
66057
66058SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeEnumMember_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66059 PyObject *resultobj = 0;
66060 lldb::SBTypeEnumMember *arg1 = (lldb::SBTypeEnumMember *) 0 ;
66061 lldb::SBStream *arg2 = 0 ;
66062 lldb::DescriptionLevel arg3 ;
66063 void *argp1 = 0 ;
66064 int res1 = 0 ;
66065 void *argp2 = 0 ;
66066 int res2 = 0 ;
66067 int val3 ;
66068 int ecode3 = 0 ;
66069 PyObject * obj0 = 0 ;
66070 PyObject * obj1 = 0 ;
66071 PyObject * obj2 = 0 ;
66072 bool result;
66073
66074 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeEnumMember_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
66075 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[68]
, 0 | 0, 0)
;
66076 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66077 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeEnumMember_GetDescription" "', argument " "1"" of type '" "lldb::SBTypeEnumMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeEnumMember_GetDescription"
"', argument " "1"" of type '" "lldb::SBTypeEnumMember *""'"
); goto fail; } while(0)
;
66078 }
66079 arg1 = reinterpret_cast< lldb::SBTypeEnumMember * >(argp1);
66080 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
66081 if (!SWIG_IsOK(res2)(res2 >= 0)) {
66082 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeEnumMember_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeEnumMember_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
66083 }
66084 if (!argp2) {
66085 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeEnumMember_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeEnumMember_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
66086 }
66087 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
66088 ecode3 = SWIG_AsVal_int(obj2, &val3);
66089 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
66090 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTypeEnumMember_GetDescription" "', argument " "3"" of type '" "lldb::DescriptionLevel""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTypeEnumMember_GetDescription"
"', argument " "3"" of type '" "lldb::DescriptionLevel""'");
goto fail; } while(0)
;
66091 }
66092 arg3 = static_cast< lldb::DescriptionLevel >(val3);
66093 {
66094 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66095 result = (bool)(arg1)->GetDescription(*arg2,arg3);
66096 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66097 }
66098 resultobj = SWIG_From_bool(static_cast< bool >(result));
66099 return resultobj;
66100fail:
66101 return NULL__null;
66102}
66103
66104
66105SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeEnumMember___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66106 PyObject *resultobj = 0;
66107 lldb::SBTypeEnumMember *arg1 = (lldb::SBTypeEnumMember *) 0 ;
66108 void *argp1 = 0 ;
66109 int res1 = 0 ;
66110 PyObject * obj0 = 0 ;
66111 PyObject *result = 0 ;
66112
66113 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeEnumMember___str__",&obj0)) SWIG_failgoto fail;
66114 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMember, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[68]
, 0 | 0, 0)
;
66115 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66116 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeEnumMember___str__" "', argument " "1"" of type '" "lldb::SBTypeEnumMember *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeEnumMember___str__" "', argument "
"1"" of type '" "lldb::SBTypeEnumMember *""'"); goto fail; }
while(0)
;
66117 }
66118 arg1 = reinterpret_cast< lldb::SBTypeEnumMember * >(argp1);
66119 result = (PyObject *)lldb_SBTypeEnumMember___str__(arg1);
66120 resultobj = result;
66121 return resultobj;
66122fail:
66123 return NULL__null;
66124}
66125
66126
66127SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTypeEnumMember_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66128 PyObject *obj;
66129 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
66130 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeEnumMemberswig_types[68], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
66131 return SWIG_Py_Void();
66132}
66133
66134SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeEnumMemberList__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66135 PyObject *resultobj = 0;
66136 lldb::SBTypeEnumMemberList *result = 0 ;
66137
66138 if (!PyArg_ParseTuple(args,(char *)":new_SBTypeEnumMemberList")) SWIG_failgoto fail;
66139 {
66140 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66141 result = (lldb::SBTypeEnumMemberList *)new lldb::SBTypeEnumMemberList();
66142 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66143 }
66144 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeEnumMemberList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[69], (
(0x1 << 1) | 0x1) | 0)
;
66145 return resultobj;
66146fail:
66147 return NULL__null;
66148}
66149
66150
66151SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeEnumMemberList__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66152 PyObject *resultobj = 0;
66153 lldb::SBTypeEnumMemberList *arg1 = 0 ;
66154 void *argp1 = 0 ;
66155 int res1 = 0 ;
66156 PyObject * obj0 = 0 ;
66157 lldb::SBTypeEnumMemberList *result = 0 ;
66158
66159 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeEnumMemberList",&obj0)) SWIG_failgoto fail;
66160 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTypeEnumMemberList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[69]
, 0 | 0, 0)
;
66161 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66162 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeEnumMemberList" "', argument " "1"" of type '" "lldb::SBTypeEnumMemberList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeEnumMemberList" "', argument "
"1"" of type '" "lldb::SBTypeEnumMemberList const &""'")
; goto fail; } while(0)
;
66163 }
66164 if (!argp1) {
66165 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTypeEnumMemberList" "', argument " "1"" of type '" "lldb::SBTypeEnumMemberList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTypeEnumMemberList" "', argument " "1"" of type '"
"lldb::SBTypeEnumMemberList const &""'"); goto fail; } while
(0)
;
66166 }
66167 arg1 = reinterpret_cast< lldb::SBTypeEnumMemberList * >(argp1);
66168 {
66169 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66170 result = (lldb::SBTypeEnumMemberList *)new lldb::SBTypeEnumMemberList((lldb::SBTypeEnumMemberList const &)*arg1);
66171 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66172 }
66173 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeEnumMemberList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[69], (
(0x1 << 1) | 0x1) | 0)
;
66174 return resultobj;
66175fail:
66176 return NULL__null;
66177}
66178
66179
66180SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeEnumMemberList(PyObject *self, PyObject *args) {
66181 Py_ssize_t argc;
66182 PyObject *argv[2] = {
66183 0
66184 };
66185 Py_ssize_t ii;
66186
66187 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
66188 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
66189 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
66190 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
66191 }
66192 if (argc == 0) {
66193 return _wrap_new_SBTypeEnumMemberList__SWIG_0(self, args);
66194 }
66195 if (argc == 1) {
66196 int _v;
66197 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTypeEnumMemberList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[69], 0, 0
)
;
66198 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
66199 if (_v) {
66200 return _wrap_new_SBTypeEnumMemberList__SWIG_1(self, args);
66201 }
66202 }
66203
66204fail:
66205 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBTypeEnumMemberList'.\n"
66206 " Possible C/C++ prototypes are:\n"
66207 " lldb::SBTypeEnumMemberList::SBTypeEnumMemberList()\n"
66208 " lldb::SBTypeEnumMemberList::SBTypeEnumMemberList(lldb::SBTypeEnumMemberList const &)\n");
66209 return 0;
66210}
66211
66212
66213SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTypeEnumMemberList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66214 PyObject *resultobj = 0;
66215 lldb::SBTypeEnumMemberList *arg1 = (lldb::SBTypeEnumMemberList *) 0 ;
66216 void *argp1 = 0 ;
66217 int res1 = 0 ;
66218 PyObject * obj0 = 0 ;
66219
66220 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTypeEnumMemberList",&obj0)) SWIG_failgoto fail;
66221 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMemberList, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[69]
, 0x1 | 0, 0)
;
66222 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66223 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTypeEnumMemberList" "', argument " "1"" of type '" "lldb::SBTypeEnumMemberList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTypeEnumMemberList"
"', argument " "1"" of type '" "lldb::SBTypeEnumMemberList *"
"'"); goto fail; } while(0)
;
66224 }
66225 arg1 = reinterpret_cast< lldb::SBTypeEnumMemberList * >(argp1);
66226 {
66227 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66228 delete arg1;
66229 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66230 }
66231 resultobj = SWIG_Py_Void();
66232 return resultobj;
66233fail:
66234 return NULL__null;
66235}
66236
66237
66238SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeEnumMemberList_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66239 PyObject *resultobj = 0;
66240 lldb::SBTypeEnumMemberList *arg1 = (lldb::SBTypeEnumMemberList *) 0 ;
66241 void *argp1 = 0 ;
66242 int res1 = 0 ;
66243 PyObject * obj0 = 0 ;
66244 bool result;
66245
66246 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeEnumMemberList_IsValid",&obj0)) SWIG_failgoto fail;
66247 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMemberList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[69]
, 0 | 0, 0)
;
66248 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66249 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeEnumMemberList_IsValid" "', argument " "1"" of type '" "lldb::SBTypeEnumMemberList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeEnumMemberList_IsValid"
"', argument " "1"" of type '" "lldb::SBTypeEnumMemberList *"
"'"); goto fail; } while(0)
;
66250 }
66251 arg1 = reinterpret_cast< lldb::SBTypeEnumMemberList * >(argp1);
66252 {
66253 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66254 result = (bool)(arg1)->IsValid();
66255 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66256 }
66257 resultobj = SWIG_From_bool(static_cast< bool >(result));
66258 return resultobj;
66259fail:
66260 return NULL__null;
66261}
66262
66263
66264SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeEnumMemberList_Append(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66265 PyObject *resultobj = 0;
66266 lldb::SBTypeEnumMemberList *arg1 = (lldb::SBTypeEnumMemberList *) 0 ;
66267 lldb::SBTypeEnumMember arg2 ;
66268 void *argp1 = 0 ;
66269 int res1 = 0 ;
66270 void *argp2 ;
66271 int res2 = 0 ;
66272 PyObject * obj0 = 0 ;
66273 PyObject * obj1 = 0 ;
66274
66275 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeEnumMemberList_Append",&obj0,&obj1)) SWIG_failgoto fail;
66276 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMemberList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[69]
, 0 | 0, 0)
;
66277 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66278 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeEnumMemberList_Append" "', argument " "1"" of type '" "lldb::SBTypeEnumMemberList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeEnumMemberList_Append"
"', argument " "1"" of type '" "lldb::SBTypeEnumMemberList *"
"'"); goto fail; } while(0)
;
66279 }
66280 arg1 = reinterpret_cast< lldb::SBTypeEnumMemberList * >(argp1);
66281 {
66282 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeEnumMember, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[68]
, 0 | 0, 0)
;
66283 if (!SWIG_IsOK(res2)(res2 >= 0)) {
66284 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeEnumMemberList_Append" "', argument " "2"" of type '" "lldb::SBTypeEnumMember""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeEnumMemberList_Append"
"', argument " "2"" of type '" "lldb::SBTypeEnumMember""'");
goto fail; } while(0)
;
66285 }
66286 if (!argp2) {
66287 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeEnumMemberList_Append" "', argument " "2"" of type '" "lldb::SBTypeEnumMember""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeEnumMemberList_Append" "', argument " "2"
" of type '" "lldb::SBTypeEnumMember""'"); goto fail; } while
(0)
;
66288 } else {
66289 lldb::SBTypeEnumMember * temp = reinterpret_cast< lldb::SBTypeEnumMember * >(argp2);
66290 arg2 = *temp;
66291 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
66292 }
66293 }
66294 {
66295 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66296 (arg1)->Append(arg2);
66297 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66298 }
66299 resultobj = SWIG_Py_Void();
66300 return resultobj;
66301fail:
66302 return NULL__null;
66303}
66304
66305
66306SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeEnumMemberList_GetTypeEnumMemberAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66307 PyObject *resultobj = 0;
66308 lldb::SBTypeEnumMemberList *arg1 = (lldb::SBTypeEnumMemberList *) 0 ;
66309 uint32_t arg2 ;
66310 void *argp1 = 0 ;
66311 int res1 = 0 ;
66312 unsigned int val2 ;
66313 int ecode2 = 0 ;
66314 PyObject * obj0 = 0 ;
66315 PyObject * obj1 = 0 ;
66316 lldb::SBTypeEnumMember result;
66317
66318 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeEnumMemberList_GetTypeEnumMemberAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
66319 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMemberList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[69]
, 0 | 0, 0)
;
66320 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66321 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeEnumMemberList_GetTypeEnumMemberAtIndex" "', argument " "1"" of type '" "lldb::SBTypeEnumMemberList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeEnumMemberList_GetTypeEnumMemberAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeEnumMemberList *"
"'"); goto fail; } while(0)
;
66322 }
66323 arg1 = reinterpret_cast< lldb::SBTypeEnumMemberList * >(argp1);
66324 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
66325 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
66326 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeEnumMemberList_GetTypeEnumMemberAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeEnumMemberList_GetTypeEnumMemberAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
66327 }
66328 arg2 = static_cast< uint32_t >(val2);
66329 {
66330 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66331 result = (arg1)->GetTypeEnumMemberAtIndex(arg2);
66332 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66333 }
66334 resultobj = SWIG_NewPointerObj((new lldb::SBTypeEnumMember(static_cast< const lldb::SBTypeEnumMember& >(result))), SWIGTYPE_p_lldb__SBTypeEnumMember, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeEnumMember
(static_cast< const lldb::SBTypeEnumMember& >(result
))), swig_types[68], 0x1 | 0)
;
66335 return resultobj;
66336fail:
66337 return NULL__null;
66338}
66339
66340
66341SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeEnumMemberList_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66342 PyObject *resultobj = 0;
66343 lldb::SBTypeEnumMemberList *arg1 = (lldb::SBTypeEnumMemberList *) 0 ;
66344 void *argp1 = 0 ;
66345 int res1 = 0 ;
66346 PyObject * obj0 = 0 ;
66347 uint32_t result;
66348
66349 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeEnumMemberList_GetSize",&obj0)) SWIG_failgoto fail;
66350 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeEnumMemberList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[69]
, 0 | 0, 0)
;
66351 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66352 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeEnumMemberList_GetSize" "', argument " "1"" of type '" "lldb::SBTypeEnumMemberList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeEnumMemberList_GetSize"
"', argument " "1"" of type '" "lldb::SBTypeEnumMemberList *"
"'"); goto fail; } while(0)
;
66353 }
66354 arg1 = reinterpret_cast< lldb::SBTypeEnumMemberList * >(argp1);
66355 {
66356 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66357 result = (uint32_t)(arg1)->GetSize();
66358 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66359 }
66360 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
66361 return resultobj;
66362fail:
66363 return NULL__null;
66364}
66365
66366
66367SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTypeEnumMemberList_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66368 PyObject *obj;
66369 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
66370 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeEnumMemberListswig_types[69], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
66371 return SWIG_Py_Void();
66372}
66373
66374SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeFilter__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66375 PyObject *resultobj = 0;
66376 lldb::SBTypeFilter *result = 0 ;
66377
66378 if (!PyArg_ParseTuple(args,(char *)":new_SBTypeFilter")) SWIG_failgoto fail;
66379 {
66380 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66381 result = (lldb::SBTypeFilter *)new lldb::SBTypeFilter();
66382 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66383 }
66384 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeFilter, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[70], (
(0x1 << 1) | 0x1) | 0)
;
66385 return resultobj;
66386fail:
66387 return NULL__null;
66388}
66389
66390
66391SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeFilter__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66392 PyObject *resultobj = 0;
66393 uint32_t arg1 ;
66394 unsigned int val1 ;
66395 int ecode1 = 0 ;
66396 PyObject * obj0 = 0 ;
66397 lldb::SBTypeFilter *result = 0 ;
66398
66399 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeFilter",&obj0)) SWIG_failgoto fail;
66400 ecode1 = SWIG_AsVal_unsigned_SS_int(obj0, &val1);
66401 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
66402 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_SBTypeFilter" "', argument " "1"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "new_SBTypeFilter" "', argument "
"1"" of type '" "uint32_t""'"); goto fail; } while(0)
;
66403 }
66404 arg1 = static_cast< uint32_t >(val1);
66405 {
66406 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66407 result = (lldb::SBTypeFilter *)new lldb::SBTypeFilter(arg1);
66408 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66409 }
66410 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeFilter, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[70], (
(0x1 << 1) | 0x1) | 0)
;
66411 return resultobj;
66412fail:
66413 return NULL__null;
66414}
66415
66416
66417SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeFilter__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66418 PyObject *resultobj = 0;
66419 lldb::SBTypeFilter *arg1 = 0 ;
66420 void *argp1 = 0 ;
66421 int res1 = 0 ;
66422 PyObject * obj0 = 0 ;
66423 lldb::SBTypeFilter *result = 0 ;
66424
66425 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeFilter",&obj0)) SWIG_failgoto fail;
66426 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66427 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66428 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeFilter" "', argument " "1"" of type '" "lldb::SBTypeFilter const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeFilter" "', argument "
"1"" of type '" "lldb::SBTypeFilter const &""'"); goto fail
; } while(0)
;
66429 }
66430 if (!argp1) {
66431 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTypeFilter" "', argument " "1"" of type '" "lldb::SBTypeFilter const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTypeFilter" "', argument " "1"" of type '"
"lldb::SBTypeFilter const &""'"); goto fail; } while(0)
;
66432 }
66433 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66434 {
66435 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66436 result = (lldb::SBTypeFilter *)new lldb::SBTypeFilter((lldb::SBTypeFilter const &)*arg1);
66437 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66438 }
66439 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeFilter, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[70], (
(0x1 << 1) | 0x1) | 0)
;
66440 return resultobj;
66441fail:
66442 return NULL__null;
66443}
66444
66445
66446SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeFilter(PyObject *self, PyObject *args) {
66447 Py_ssize_t argc;
66448 PyObject *argv[2] = {
66449 0
66450 };
66451 Py_ssize_t ii;
66452
66453 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
66454 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
66455 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
66456 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
66457 }
66458 if (argc == 0) {
66459 return _wrap_new_SBTypeFilter__SWIG_0(self, args);
66460 }
66461 if (argc == 1) {
66462 int _v;
66463 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTypeFilter, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[70], 0, 0
)
;
66464 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
66465 if (_v) {
66466 return _wrap_new_SBTypeFilter__SWIG_2(self, args);
66467 }
66468 }
66469 if (argc == 1) {
66470 int _v;
66471 {
66472 int res = SWIG_AsVal_unsigned_SS_int(argv[0], NULL__null);
66473 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
66474 }
66475 if (_v) {
66476 return _wrap_new_SBTypeFilter__SWIG_1(self, args);
66477 }
66478 }
66479
66480fail:
66481 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBTypeFilter'.\n"
66482 " Possible C/C++ prototypes are:\n"
66483 " lldb::SBTypeFilter::SBTypeFilter()\n"
66484 " lldb::SBTypeFilter::SBTypeFilter(uint32_t)\n"
66485 " lldb::SBTypeFilter::SBTypeFilter(lldb::SBTypeFilter const &)\n");
66486 return 0;
66487}
66488
66489
66490SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTypeFilter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66491 PyObject *resultobj = 0;
66492 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66493 void *argp1 = 0 ;
66494 int res1 = 0 ;
66495 PyObject * obj0 = 0 ;
66496
66497 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTypeFilter",&obj0)) SWIG_failgoto fail;
66498 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0x1 | 0, 0)
;
66499 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66500 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTypeFilter" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTypeFilter" "', argument "
"1"" of type '" "lldb::SBTypeFilter *""'"); goto fail; } while
(0)
;
66501 }
66502 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66503 {
66504 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66505 delete arg1;
66506 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66507 }
66508 resultobj = SWIG_Py_Void();
66509 return resultobj;
66510fail:
66511 return NULL__null;
66512}
66513
66514
66515SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66516 PyObject *resultobj = 0;
66517 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66518 void *argp1 = 0 ;
66519 int res1 = 0 ;
66520 PyObject * obj0 = 0 ;
66521 bool result;
66522
66523 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeFilter_IsValid",&obj0)) SWIG_failgoto fail;
66524 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66525 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66526 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter_IsValid" "', argument " "1"" of type '" "lldb::SBTypeFilter const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter_IsValid" "', argument "
"1"" of type '" "lldb::SBTypeFilter const *""'"); goto fail;
} while(0)
;
66527 }
66528 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66529 {
66530 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66531 result = (bool)((lldb::SBTypeFilter const *)arg1)->IsValid();
66532 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66533 }
66534 resultobj = SWIG_From_bool(static_cast< bool >(result));
66535 return resultobj;
66536fail:
66537 return NULL__null;
66538}
66539
66540
66541SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter_IsEqualTo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66542 PyObject *resultobj = 0;
66543 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66544 lldb::SBTypeFilter *arg2 = 0 ;
66545 void *argp1 = 0 ;
66546 int res1 = 0 ;
66547 void *argp2 = 0 ;
66548 int res2 = 0 ;
66549 PyObject * obj0 = 0 ;
66550 PyObject * obj1 = 0 ;
66551 bool result;
66552
66553 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeFilter_IsEqualTo",&obj0,&obj1)) SWIG_failgoto fail;
66554 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66555 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66556 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter_IsEqualTo" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter_IsEqualTo" "', argument "
"1"" of type '" "lldb::SBTypeFilter *""'"); goto fail; } while
(0)
;
66557 }
66558 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66559 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeFilter, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[70]
, 0, 0)
;
66560 if (!SWIG_IsOK(res2)(res2 >= 0)) {
66561 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeFilter_IsEqualTo" "', argument " "2"" of type '" "lldb::SBTypeFilter &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeFilter_IsEqualTo" "', argument "
"2"" of type '" "lldb::SBTypeFilter &""'"); goto fail; }
while(0)
;
66562 }
66563 if (!argp2) {
66564 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeFilter_IsEqualTo" "', argument " "2"" of type '" "lldb::SBTypeFilter &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeFilter_IsEqualTo" "', argument " "2"" of type '"
"lldb::SBTypeFilter &""'"); goto fail; } while(0)
;
66565 }
66566 arg2 = reinterpret_cast< lldb::SBTypeFilter * >(argp2);
66567 {
66568 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66569 result = (bool)(arg1)->IsEqualTo(*arg2);
66570 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66571 }
66572 resultobj = SWIG_From_bool(static_cast< bool >(result));
66573 return resultobj;
66574fail:
66575 return NULL__null;
66576}
66577
66578
66579SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter_GetNumberOfExpressionPaths(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66580 PyObject *resultobj = 0;
66581 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66582 void *argp1 = 0 ;
66583 int res1 = 0 ;
66584 PyObject * obj0 = 0 ;
66585 uint32_t result;
66586
66587 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeFilter_GetNumberOfExpressionPaths",&obj0)) SWIG_failgoto fail;
66588 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66589 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66590 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter_GetNumberOfExpressionPaths" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter_GetNumberOfExpressionPaths"
"', argument " "1"" of type '" "lldb::SBTypeFilter *""'"); goto
fail; } while(0)
;
66591 }
66592 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66593 {
66594 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66595 result = (uint32_t)(arg1)->GetNumberOfExpressionPaths();
66596 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66597 }
66598 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
66599 return resultobj;
66600fail:
66601 return NULL__null;
66602}
66603
66604
66605SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter_GetExpressionPathAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66606 PyObject *resultobj = 0;
66607 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66608 uint32_t arg2 ;
66609 void *argp1 = 0 ;
66610 int res1 = 0 ;
66611 unsigned int val2 ;
66612 int ecode2 = 0 ;
66613 PyObject * obj0 = 0 ;
66614 PyObject * obj1 = 0 ;
66615 char *result = 0 ;
66616
66617 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeFilter_GetExpressionPathAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
66618 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66619 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66620 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter_GetExpressionPathAtIndex" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter_GetExpressionPathAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeFilter *""'"); goto
fail; } while(0)
;
66621 }
66622 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66623 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
66624 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
66625 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeFilter_GetExpressionPathAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeFilter_GetExpressionPathAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
66626 }
66627 arg2 = static_cast< uint32_t >(val2);
66628 {
66629 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66630 result = (char *)(arg1)->GetExpressionPathAtIndex(arg2);
66631 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66632 }
66633 resultobj = SWIG_FromCharPtr((const char *)result);
66634 return resultobj;
66635fail:
66636 return NULL__null;
66637}
66638
66639
66640SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter_ReplaceExpressionPathAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66641 PyObject *resultobj = 0;
66642 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66643 uint32_t arg2 ;
66644 char *arg3 = (char *) 0 ;
66645 void *argp1 = 0 ;
66646 int res1 = 0 ;
66647 unsigned int val2 ;
66648 int ecode2 = 0 ;
66649 int res3 ;
66650 char *buf3 = 0 ;
66651 int alloc3 = 0 ;
66652 PyObject * obj0 = 0 ;
66653 PyObject * obj1 = 0 ;
66654 PyObject * obj2 = 0 ;
66655 bool result;
66656
66657 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeFilter_ReplaceExpressionPathAtIndex",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
66658 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66659 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66660 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter_ReplaceExpressionPathAtIndex" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter_ReplaceExpressionPathAtIndex"
"', argument " "1"" of type '" "lldb::SBTypeFilter *""'"); goto
fail; } while(0)
;
66661 }
66662 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66663 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
66664 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
66665 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeFilter_ReplaceExpressionPathAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeFilter_ReplaceExpressionPathAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
66666 }
66667 arg2 = static_cast< uint32_t >(val2);
66668 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
66669 if (!SWIG_IsOK(res3)(res3 >= 0)) {
66670 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBTypeFilter_ReplaceExpressionPathAtIndex" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBTypeFilter_ReplaceExpressionPathAtIndex"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
66671 }
66672 arg3 = reinterpret_cast< char * >(buf3);
66673 {
66674 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66675 result = (bool)(arg1)->ReplaceExpressionPathAtIndex(arg2,(char const *)arg3);
66676 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66677 }
66678 resultobj = SWIG_From_bool(static_cast< bool >(result));
66679 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
66680 return resultobj;
66681fail:
66682 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
66683 return NULL__null;
66684}
66685
66686
66687SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter_AppendExpressionPath(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66688 PyObject *resultobj = 0;
66689 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66690 char *arg2 = (char *) 0 ;
66691 void *argp1 = 0 ;
66692 int res1 = 0 ;
66693 int res2 ;
66694 char *buf2 = 0 ;
66695 int alloc2 = 0 ;
66696 PyObject * obj0 = 0 ;
66697 PyObject * obj1 = 0 ;
66698
66699 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeFilter_AppendExpressionPath",&obj0,&obj1)) SWIG_failgoto fail;
66700 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66701 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66702 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter_AppendExpressionPath" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter_AppendExpressionPath"
"', argument " "1"" of type '" "lldb::SBTypeFilter *""'"); goto
fail; } while(0)
;
66703 }
66704 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66705 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
66706 if (!SWIG_IsOK(res2)(res2 >= 0)) {
66707 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeFilter_AppendExpressionPath" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeFilter_AppendExpressionPath"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
66708 }
66709 arg2 = reinterpret_cast< char * >(buf2);
66710 {
66711 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66712 (arg1)->AppendExpressionPath((char const *)arg2);
66713 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66714 }
66715 resultobj = SWIG_Py_Void();
66716 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
66717 return resultobj;
66718fail:
66719 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
66720 return NULL__null;
66721}
66722
66723
66724SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66725 PyObject *resultobj = 0;
66726 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66727 void *argp1 = 0 ;
66728 int res1 = 0 ;
66729 PyObject * obj0 = 0 ;
66730
66731 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeFilter_Clear",&obj0)) SWIG_failgoto fail;
66732 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66733 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66734 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter_Clear" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter_Clear" "', argument "
"1"" of type '" "lldb::SBTypeFilter *""'"); goto fail; } while
(0)
;
66735 }
66736 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66737 {
66738 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66739 (arg1)->Clear();
66740 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66741 }
66742 resultobj = SWIG_Py_Void();
66743 return resultobj;
66744fail:
66745 return NULL__null;
66746}
66747
66748
66749SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter_GetOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66750 PyObject *resultobj = 0;
66751 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66752 void *argp1 = 0 ;
66753 int res1 = 0 ;
66754 PyObject * obj0 = 0 ;
66755 uint32_t result;
66756
66757 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeFilter_GetOptions",&obj0)) SWIG_failgoto fail;
66758 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66759 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66760 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter_GetOptions" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter_GetOptions" "', argument "
"1"" of type '" "lldb::SBTypeFilter *""'"); goto fail; } while
(0)
;
66761 }
66762 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66763 {
66764 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66765 result = (uint32_t)(arg1)->GetOptions();
66766 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66767 }
66768 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
66769 return resultobj;
66770fail:
66771 return NULL__null;
66772}
66773
66774
66775SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter_SetOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66776 PyObject *resultobj = 0;
66777 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66778 uint32_t arg2 ;
66779 void *argp1 = 0 ;
66780 int res1 = 0 ;
66781 unsigned int val2 ;
66782 int ecode2 = 0 ;
66783 PyObject * obj0 = 0 ;
66784 PyObject * obj1 = 0 ;
66785
66786 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeFilter_SetOptions",&obj0,&obj1)) SWIG_failgoto fail;
66787 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66788 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66789 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter_SetOptions" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter_SetOptions" "', argument "
"1"" of type '" "lldb::SBTypeFilter *""'"); goto fail; } while
(0)
;
66790 }
66791 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66792 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
66793 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
66794 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeFilter_SetOptions" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeFilter_SetOptions"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
66795 }
66796 arg2 = static_cast< uint32_t >(val2);
66797 {
66798 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66799 (arg1)->SetOptions(arg2);
66800 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66801 }
66802 resultobj = SWIG_Py_Void();
66803 return resultobj;
66804fail:
66805 return NULL__null;
66806}
66807
66808
66809SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66810 PyObject *resultobj = 0;
66811 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66812 lldb::SBStream *arg2 = 0 ;
66813 lldb::DescriptionLevel arg3 ;
66814 void *argp1 = 0 ;
66815 int res1 = 0 ;
66816 void *argp2 = 0 ;
66817 int res2 = 0 ;
66818 int val3 ;
66819 int ecode3 = 0 ;
66820 PyObject * obj0 = 0 ;
66821 PyObject * obj1 = 0 ;
66822 PyObject * obj2 = 0 ;
66823 bool result;
66824
66825 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeFilter_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
66826 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66827 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66828 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter_GetDescription" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter_GetDescription"
"', argument " "1"" of type '" "lldb::SBTypeFilter *""'"); goto
fail; } while(0)
;
66829 }
66830 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66831 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
66832 if (!SWIG_IsOK(res2)(res2 >= 0)) {
66833 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeFilter_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeFilter_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
66834 }
66835 if (!argp2) {
66836 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeFilter_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeFilter_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
66837 }
66838 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
66839 ecode3 = SWIG_AsVal_int(obj2, &val3);
66840 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
66841 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTypeFilter_GetDescription" "', argument " "3"" of type '" "lldb::DescriptionLevel""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTypeFilter_GetDescription"
"', argument " "3"" of type '" "lldb::DescriptionLevel""'");
goto fail; } while(0)
;
66842 }
66843 arg3 = static_cast< lldb::DescriptionLevel >(val3);
66844 {
66845 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66846 result = (bool)(arg1)->GetDescription(*arg2,arg3);
66847 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66848 }
66849 resultobj = SWIG_From_bool(static_cast< bool >(result));
66850 return resultobj;
66851fail:
66852 return NULL__null;
66853}
66854
66855
66856SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66857 PyObject *resultobj = 0;
66858 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66859 lldb::SBTypeFilter *arg2 = 0 ;
66860 void *argp1 = 0 ;
66861 int res1 = 0 ;
66862 void *argp2 = 0 ;
66863 int res2 = 0 ;
66864 PyObject * obj0 = 0 ;
66865 PyObject * obj1 = 0 ;
66866 bool result;
66867
66868 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeFilter___eq__",&obj0,&obj1)) SWIG_failgoto fail;
66869 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66870 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66871 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter___eq__" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter___eq__" "', argument "
"1"" of type '" "lldb::SBTypeFilter *""'"); goto fail; } while
(0)
;
66872 }
66873 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66874 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeFilter, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[70]
, 0, 0)
;
66875 if (!SWIG_IsOK(res2)(res2 >= 0)) {
66876 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeFilter___eq__" "', argument " "2"" of type '" "lldb::SBTypeFilter &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeFilter___eq__" "', argument "
"2"" of type '" "lldb::SBTypeFilter &""'"); goto fail; }
while(0)
;
66877 }
66878 if (!argp2) {
66879 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeFilter___eq__" "', argument " "2"" of type '" "lldb::SBTypeFilter &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeFilter___eq__" "', argument " "2"" of type '"
"lldb::SBTypeFilter &""'"); goto fail; } while(0)
;
66880 }
66881 arg2 = reinterpret_cast< lldb::SBTypeFilter * >(argp2);
66882 {
66883 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66884 result = (bool)(arg1)->operator ==(*arg2);
66885 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66886 }
66887 resultobj = SWIG_From_bool(static_cast< bool >(result));
66888 return resultobj;
66889fail:
66890 return NULL__null;
66891}
66892
66893
66894SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66895 PyObject *resultobj = 0;
66896 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66897 lldb::SBTypeFilter *arg2 = 0 ;
66898 void *argp1 = 0 ;
66899 int res1 = 0 ;
66900 void *argp2 = 0 ;
66901 int res2 = 0 ;
66902 PyObject * obj0 = 0 ;
66903 PyObject * obj1 = 0 ;
66904 bool result;
66905
66906 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeFilter___ne__",&obj0,&obj1)) SWIG_failgoto fail;
66907 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66908 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66909 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter___ne__" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter___ne__" "', argument "
"1"" of type '" "lldb::SBTypeFilter *""'"); goto fail; } while
(0)
;
66910 }
66911 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66912 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeFilter, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[70]
, 0, 0)
;
66913 if (!SWIG_IsOK(res2)(res2 >= 0)) {
66914 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeFilter___ne__" "', argument " "2"" of type '" "lldb::SBTypeFilter &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeFilter___ne__" "', argument "
"2"" of type '" "lldb::SBTypeFilter &""'"); goto fail; }
while(0)
;
66915 }
66916 if (!argp2) {
66917 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeFilter___ne__" "', argument " "2"" of type '" "lldb::SBTypeFilter &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeFilter___ne__" "', argument " "2"" of type '"
"lldb::SBTypeFilter &""'"); goto fail; } while(0)
;
66918 }
66919 arg2 = reinterpret_cast< lldb::SBTypeFilter * >(argp2);
66920 {
66921 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66922 result = (bool)(arg1)->operator !=(*arg2);
66923 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66924 }
66925 resultobj = SWIG_From_bool(static_cast< bool >(result));
66926 return resultobj;
66927fail:
66928 return NULL__null;
66929}
66930
66931
66932SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFilter___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66933 PyObject *resultobj = 0;
66934 lldb::SBTypeFilter *arg1 = (lldb::SBTypeFilter *) 0 ;
66935 void *argp1 = 0 ;
66936 int res1 = 0 ;
66937 PyObject * obj0 = 0 ;
66938 PyObject *result = 0 ;
66939
66940 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeFilter___str__",&obj0)) SWIG_failgoto fail;
66941 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFilter, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[70]
, 0 | 0, 0)
;
66942 if (!SWIG_IsOK(res1)(res1 >= 0)) {
66943 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFilter___str__" "', argument " "1"" of type '" "lldb::SBTypeFilter *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFilter___str__" "', argument "
"1"" of type '" "lldb::SBTypeFilter *""'"); goto fail; } while
(0)
;
66944 }
66945 arg1 = reinterpret_cast< lldb::SBTypeFilter * >(argp1);
66946 result = (PyObject *)lldb_SBTypeFilter___str__(arg1);
66947 resultobj = result;
66948 return resultobj;
66949fail:
66950 return NULL__null;
66951}
66952
66953
66954SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTypeFilter_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66955 PyObject *obj;
66956 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
66957 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeFilterswig_types[70], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
66958 return SWIG_Py_Void();
66959}
66960
66961SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeFormat__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66962 PyObject *resultobj = 0;
66963 lldb::SBTypeFormat *result = 0 ;
66964
66965 if (!PyArg_ParseTuple(args,(char *)":new_SBTypeFormat")) SWIG_failgoto fail;
66966 {
66967 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
66968 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat();
66969 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
66970 }
66971 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeFormat, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[71], (
(0x1 << 1) | 0x1) | 0)
;
66972 return resultobj;
66973fail:
66974 return NULL__null;
66975}
66976
66977
66978SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeFormat__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
66979 PyObject *resultobj = 0;
66980 lldb::Format arg1 ;
66981 uint32_t arg2 ;
66982 int val1 ;
66983 int ecode1 = 0 ;
66984 unsigned int val2 ;
66985 int ecode2 = 0 ;
66986 PyObject * obj0 = 0 ;
66987 PyObject * obj1 = 0 ;
66988 lldb::SBTypeFormat *result = 0 ;
66989
66990 if (!PyArg_ParseTuple(args,(char *)"OO:new_SBTypeFormat",&obj0,&obj1)) SWIG_failgoto fail;
66991 ecode1 = SWIG_AsVal_int(obj0, &val1);
66992 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
66993 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_SBTypeFormat" "', argument " "1"" of type '" "lldb::Format""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "new_SBTypeFormat" "', argument "
"1"" of type '" "lldb::Format""'"); goto fail; } while(0)
;
66994 }
66995 arg1 = static_cast< lldb::Format >(val1);
66996 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
66997 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
66998 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_SBTypeFormat" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "new_SBTypeFormat" "', argument "
"2"" of type '" "uint32_t""'"); goto fail; } while(0)
;
66999 }
67000 arg2 = static_cast< uint32_t >(val2);
67001 {
67002 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67003 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat(arg1,arg2);
67004 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67005 }
67006 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeFormat, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[71], (
(0x1 << 1) | 0x1) | 0)
;
67007 return resultobj;
67008fail:
67009 return NULL__null;
67010}
67011
67012
67013SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeFormat__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67014 PyObject *resultobj = 0;
67015 lldb::Format arg1 ;
67016 int val1 ;
67017 int ecode1 = 0 ;
67018 PyObject * obj0 = 0 ;
67019 lldb::SBTypeFormat *result = 0 ;
67020
67021 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeFormat",&obj0)) SWIG_failgoto fail;
67022 ecode1 = SWIG_AsVal_int(obj0, &val1);
67023 if (!SWIG_IsOK(ecode1)(ecode1 >= 0)) {
67024 SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "new_SBTypeFormat" "', argument " "1"" of type '" "lldb::Format""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode1 !=
(-1)) ? ecode1 : -5)), "in method '" "new_SBTypeFormat" "', argument "
"1"" of type '" "lldb::Format""'"); goto fail; } while(0)
;
67025 }
67026 arg1 = static_cast< lldb::Format >(val1);
67027 {
67028 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67029 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat(arg1);
67030 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67031 }
67032 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeFormat, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[71], (
(0x1 << 1) | 0x1) | 0)
;
67033 return resultobj;
67034fail:
67035 return NULL__null;
67036}
67037
67038
67039SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeFormat__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67040 PyObject *resultobj = 0;
67041 char *arg1 = (char *) 0 ;
67042 uint32_t arg2 ;
67043 int res1 ;
67044 char *buf1 = 0 ;
67045 int alloc1 = 0 ;
67046 unsigned int val2 ;
67047 int ecode2 = 0 ;
67048 PyObject * obj0 = 0 ;
67049 PyObject * obj1 = 0 ;
67050 lldb::SBTypeFormat *result = 0 ;
67051
67052 if (!PyArg_ParseTuple(args,(char *)"OO:new_SBTypeFormat",&obj0,&obj1)) SWIG_failgoto fail;
67053 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
67054 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67055 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeFormat" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeFormat" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
67056 }
67057 arg1 = reinterpret_cast< char * >(buf1);
67058 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
67059 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
67060 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_SBTypeFormat" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "new_SBTypeFormat" "', argument "
"2"" of type '" "uint32_t""'"); goto fail; } while(0)
;
67061 }
67062 arg2 = static_cast< uint32_t >(val2);
67063 {
67064 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67065 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat((char const *)arg1,arg2);
67066 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67067 }
67068 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeFormat, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[71], (
(0x1 << 1) | 0x1) | 0)
;
67069 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
67070 return resultobj;
67071fail:
67072 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
67073 return NULL__null;
67074}
67075
67076
67077SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeFormat__SWIG_4(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67078 PyObject *resultobj = 0;
67079 char *arg1 = (char *) 0 ;
67080 int res1 ;
67081 char *buf1 = 0 ;
67082 int alloc1 = 0 ;
67083 PyObject * obj0 = 0 ;
67084 lldb::SBTypeFormat *result = 0 ;
67085
67086 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeFormat",&obj0)) SWIG_failgoto fail;
67087 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
67088 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67089 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeFormat" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeFormat" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
67090 }
67091 arg1 = reinterpret_cast< char * >(buf1);
67092 {
67093 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67094 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat((char const *)arg1);
67095 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67096 }
67097 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeFormat, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[71], (
(0x1 << 1) | 0x1) | 0)
;
67098 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
67099 return resultobj;
67100fail:
67101 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
67102 return NULL__null;
67103}
67104
67105
67106SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeFormat__SWIG_5(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67107 PyObject *resultobj = 0;
67108 lldb::SBTypeFormat *arg1 = 0 ;
67109 void *argp1 = 0 ;
67110 int res1 = 0 ;
67111 PyObject * obj0 = 0 ;
67112 lldb::SBTypeFormat *result = 0 ;
67113
67114 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeFormat",&obj0)) SWIG_failgoto fail;
67115 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67116 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67117 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeFormat" "', argument " "1"" of type '" "lldb::SBTypeFormat const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeFormat" "', argument "
"1"" of type '" "lldb::SBTypeFormat const &""'"); goto fail
; } while(0)
;
67118 }
67119 if (!argp1) {
67120 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTypeFormat" "', argument " "1"" of type '" "lldb::SBTypeFormat const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTypeFormat" "', argument " "1"" of type '"
"lldb::SBTypeFormat const &""'"); goto fail; } while(0)
;
67121 }
67122 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67123 {
67124 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67125 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat((lldb::SBTypeFormat const &)*arg1);
67126 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67127 }
67128 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeFormat, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[71], (
(0x1 << 1) | 0x1) | 0)
;
67129 return resultobj;
67130fail:
67131 return NULL__null;
67132}
67133
67134
67135SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeFormat(PyObject *self, PyObject *args) {
67136 Py_ssize_t argc;
67137 PyObject *argv[3] = {
67138 0
67139 };
67140 Py_ssize_t ii;
67141
67142 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
67143 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
67144 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
67145 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
67146 }
67147 if (argc == 0) {
67148 return _wrap_new_SBTypeFormat__SWIG_0(self, args);
67149 }
67150 if (argc == 1) {
67151 int _v;
67152 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTypeFormat, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[71], 0, 0
)
;
67153 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
67154 if (_v) {
67155 return _wrap_new_SBTypeFormat__SWIG_5(self, args);
67156 }
67157 }
67158 if (argc == 1) {
67159 int _v;
67160 {
67161 int res = SWIG_AsVal_int(argv[0], NULL__null);
67162 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
67163 }
67164 if (_v) {
67165 return _wrap_new_SBTypeFormat__SWIG_2(self, args);
67166 }
67167 }
67168 if (argc == 1) {
67169 int _v;
67170 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
67171 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
67172 if (_v) {
67173 return _wrap_new_SBTypeFormat__SWIG_4(self, args);
67174 }
67175 }
67176 if (argc == 2) {
67177 int _v;
67178 {
67179 int res = SWIG_AsVal_int(argv[0], NULL__null);
67180 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
67181 }
67182 if (_v) {
67183 {
67184 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
67185 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
67186 }
67187 if (_v) {
67188 return _wrap_new_SBTypeFormat__SWIG_1(self, args);
67189 }
67190 }
67191 }
67192 if (argc == 2) {
67193 int _v;
67194 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
67195 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
67196 if (_v) {
67197 {
67198 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
67199 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
67200 }
67201 if (_v) {
67202 return _wrap_new_SBTypeFormat__SWIG_3(self, args);
67203 }
67204 }
67205 }
67206
67207fail:
67208 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBTypeFormat'.\n"
67209 " Possible C/C++ prototypes are:\n"
67210 " lldb::SBTypeFormat::SBTypeFormat()\n"
67211 " lldb::SBTypeFormat::SBTypeFormat(lldb::Format,uint32_t)\n"
67212 " lldb::SBTypeFormat::SBTypeFormat(lldb::Format)\n"
67213 " lldb::SBTypeFormat::SBTypeFormat(char const *,uint32_t)\n"
67214 " lldb::SBTypeFormat::SBTypeFormat(char const *)\n"
67215 " lldb::SBTypeFormat::SBTypeFormat(lldb::SBTypeFormat const &)\n");
67216 return 0;
67217}
67218
67219
67220SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTypeFormat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67221 PyObject *resultobj = 0;
67222 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67223 void *argp1 = 0 ;
67224 int res1 = 0 ;
67225 PyObject * obj0 = 0 ;
67226
67227 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTypeFormat",&obj0)) SWIG_failgoto fail;
67228 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0x1 | 0, 0)
;
67229 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67230 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTypeFormat" "', argument " "1"" of type '" "lldb::SBTypeFormat *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTypeFormat" "', argument "
"1"" of type '" "lldb::SBTypeFormat *""'"); goto fail; } while
(0)
;
67231 }
67232 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67233 {
67234 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67235 delete arg1;
67236 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67237 }
67238 resultobj = SWIG_Py_Void();
67239 return resultobj;
67240fail:
67241 return NULL__null;
67242}
67243
67244
67245SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFormat_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67246 PyObject *resultobj = 0;
67247 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67248 void *argp1 = 0 ;
67249 int res1 = 0 ;
67250 PyObject * obj0 = 0 ;
67251 bool result;
67252
67253 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeFormat_IsValid",&obj0)) SWIG_failgoto fail;
67254 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67255 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67256 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFormat_IsValid" "', argument " "1"" of type '" "lldb::SBTypeFormat const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFormat_IsValid" "', argument "
"1"" of type '" "lldb::SBTypeFormat const *""'"); goto fail;
} while(0)
;
67257 }
67258 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67259 {
67260 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67261 result = (bool)((lldb::SBTypeFormat const *)arg1)->IsValid();
67262 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67263 }
67264 resultobj = SWIG_From_bool(static_cast< bool >(result));
67265 return resultobj;
67266fail:
67267 return NULL__null;
67268}
67269
67270
67271SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFormat_IsEqualTo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67272 PyObject *resultobj = 0;
67273 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67274 lldb::SBTypeFormat *arg2 = 0 ;
67275 void *argp1 = 0 ;
67276 int res1 = 0 ;
67277 void *argp2 = 0 ;
67278 int res2 = 0 ;
67279 PyObject * obj0 = 0 ;
67280 PyObject * obj1 = 0 ;
67281 bool result;
67282
67283 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeFormat_IsEqualTo",&obj0,&obj1)) SWIG_failgoto fail;
67284 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67285 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67286 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFormat_IsEqualTo" "', argument " "1"" of type '" "lldb::SBTypeFormat *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFormat_IsEqualTo" "', argument "
"1"" of type '" "lldb::SBTypeFormat *""'"); goto fail; } while
(0)
;
67287 }
67288 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67289 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeFormat, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[71]
, 0, 0)
;
67290 if (!SWIG_IsOK(res2)(res2 >= 0)) {
67291 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeFormat_IsEqualTo" "', argument " "2"" of type '" "lldb::SBTypeFormat &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeFormat_IsEqualTo" "', argument "
"2"" of type '" "lldb::SBTypeFormat &""'"); goto fail; }
while(0)
;
67292 }
67293 if (!argp2) {
67294 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeFormat_IsEqualTo" "', argument " "2"" of type '" "lldb::SBTypeFormat &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeFormat_IsEqualTo" "', argument " "2"" of type '"
"lldb::SBTypeFormat &""'"); goto fail; } while(0)
;
67295 }
67296 arg2 = reinterpret_cast< lldb::SBTypeFormat * >(argp2);
67297 {
67298 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67299 result = (bool)(arg1)->IsEqualTo(*arg2);
67300 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67301 }
67302 resultobj = SWIG_From_bool(static_cast< bool >(result));
67303 return resultobj;
67304fail:
67305 return NULL__null;
67306}
67307
67308
67309SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFormat_GetFormat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67310 PyObject *resultobj = 0;
67311 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67312 void *argp1 = 0 ;
67313 int res1 = 0 ;
67314 PyObject * obj0 = 0 ;
67315 lldb::Format result;
67316
67317 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeFormat_GetFormat",&obj0)) SWIG_failgoto fail;
67318 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67319 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67320 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFormat_GetFormat" "', argument " "1"" of type '" "lldb::SBTypeFormat *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFormat_GetFormat" "', argument "
"1"" of type '" "lldb::SBTypeFormat *""'"); goto fail; } while
(0)
;
67321 }
67322 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67323 {
67324 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67325 result = (lldb::Format)(arg1)->GetFormat();
67326 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67327 }
67328 resultobj = SWIG_From_int(static_cast< int >(result));
67329 return resultobj;
67330fail:
67331 return NULL__null;
67332}
67333
67334
67335SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFormat_GetTypeName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67336 PyObject *resultobj = 0;
67337 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67338 void *argp1 = 0 ;
67339 int res1 = 0 ;
67340 PyObject * obj0 = 0 ;
67341 char *result = 0 ;
67342
67343 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeFormat_GetTypeName",&obj0)) SWIG_failgoto fail;
67344 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67345 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67346 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFormat_GetTypeName" "', argument " "1"" of type '" "lldb::SBTypeFormat *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFormat_GetTypeName" "', argument "
"1"" of type '" "lldb::SBTypeFormat *""'"); goto fail; } while
(0)
;
67347 }
67348 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67349 {
67350 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67351 result = (char *)(arg1)->GetTypeName();
67352 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67353 }
67354 resultobj = SWIG_FromCharPtr((const char *)result);
67355 return resultobj;
67356fail:
67357 return NULL__null;
67358}
67359
67360
67361SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFormat_GetOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67362 PyObject *resultobj = 0;
67363 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67364 void *argp1 = 0 ;
67365 int res1 = 0 ;
67366 PyObject * obj0 = 0 ;
67367 uint32_t result;
67368
67369 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeFormat_GetOptions",&obj0)) SWIG_failgoto fail;
67370 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67371 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67372 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFormat_GetOptions" "', argument " "1"" of type '" "lldb::SBTypeFormat *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFormat_GetOptions" "', argument "
"1"" of type '" "lldb::SBTypeFormat *""'"); goto fail; } while
(0)
;
67373 }
67374 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67375 {
67376 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67377 result = (uint32_t)(arg1)->GetOptions();
67378 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67379 }
67380 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
67381 return resultobj;
67382fail:
67383 return NULL__null;
67384}
67385
67386
67387SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFormat_SetFormat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67388 PyObject *resultobj = 0;
67389 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67390 lldb::Format arg2 ;
67391 void *argp1 = 0 ;
67392 int res1 = 0 ;
67393 int val2 ;
67394 int ecode2 = 0 ;
67395 PyObject * obj0 = 0 ;
67396 PyObject * obj1 = 0 ;
67397
67398 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeFormat_SetFormat",&obj0,&obj1)) SWIG_failgoto fail;
67399 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67400 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67401 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFormat_SetFormat" "', argument " "1"" of type '" "lldb::SBTypeFormat *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFormat_SetFormat" "', argument "
"1"" of type '" "lldb::SBTypeFormat *""'"); goto fail; } while
(0)
;
67402 }
67403 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67404 ecode2 = SWIG_AsVal_int(obj1, &val2);
67405 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
67406 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeFormat_SetFormat" "', argument " "2"" of type '" "lldb::Format""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeFormat_SetFormat"
"', argument " "2"" of type '" "lldb::Format""'"); goto fail
; } while(0)
;
67407 }
67408 arg2 = static_cast< lldb::Format >(val2);
67409 {
67410 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67411 (arg1)->SetFormat(arg2);
67412 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67413 }
67414 resultobj = SWIG_Py_Void();
67415 return resultobj;
67416fail:
67417 return NULL__null;
67418}
67419
67420
67421SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFormat_SetTypeName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67422 PyObject *resultobj = 0;
67423 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67424 char *arg2 = (char *) 0 ;
67425 void *argp1 = 0 ;
67426 int res1 = 0 ;
67427 int res2 ;
67428 char *buf2 = 0 ;
67429 int alloc2 = 0 ;
67430 PyObject * obj0 = 0 ;
67431 PyObject * obj1 = 0 ;
67432
67433 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeFormat_SetTypeName",&obj0,&obj1)) SWIG_failgoto fail;
67434 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67435 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67436 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFormat_SetTypeName" "', argument " "1"" of type '" "lldb::SBTypeFormat *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFormat_SetTypeName" "', argument "
"1"" of type '" "lldb::SBTypeFormat *""'"); goto fail; } while
(0)
;
67437 }
67438 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67439 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
67440 if (!SWIG_IsOK(res2)(res2 >= 0)) {
67441 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeFormat_SetTypeName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeFormat_SetTypeName" "', argument "
"2"" of type '" "char const *""'"); goto fail; } while(0)
;
67442 }
67443 arg2 = reinterpret_cast< char * >(buf2);
67444 {
67445 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67446 (arg1)->SetTypeName((char const *)arg2);
67447 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67448 }
67449 resultobj = SWIG_Py_Void();
67450 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
67451 return resultobj;
67452fail:
67453 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
67454 return NULL__null;
67455}
67456
67457
67458SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFormat_SetOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67459 PyObject *resultobj = 0;
67460 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67461 uint32_t arg2 ;
67462 void *argp1 = 0 ;
67463 int res1 = 0 ;
67464 unsigned int val2 ;
67465 int ecode2 = 0 ;
67466 PyObject * obj0 = 0 ;
67467 PyObject * obj1 = 0 ;
67468
67469 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeFormat_SetOptions",&obj0,&obj1)) SWIG_failgoto fail;
67470 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67471 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67472 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFormat_SetOptions" "', argument " "1"" of type '" "lldb::SBTypeFormat *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFormat_SetOptions" "', argument "
"1"" of type '" "lldb::SBTypeFormat *""'"); goto fail; } while
(0)
;
67473 }
67474 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67475 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
67476 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
67477 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeFormat_SetOptions" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeFormat_SetOptions"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
67478 }
67479 arg2 = static_cast< uint32_t >(val2);
67480 {
67481 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67482 (arg1)->SetOptions(arg2);
67483 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67484 }
67485 resultobj = SWIG_Py_Void();
67486 return resultobj;
67487fail:
67488 return NULL__null;
67489}
67490
67491
67492SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFormat_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67493 PyObject *resultobj = 0;
67494 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67495 lldb::SBStream *arg2 = 0 ;
67496 lldb::DescriptionLevel arg3 ;
67497 void *argp1 = 0 ;
67498 int res1 = 0 ;
67499 void *argp2 = 0 ;
67500 int res2 = 0 ;
67501 int val3 ;
67502 int ecode3 = 0 ;
67503 PyObject * obj0 = 0 ;
67504 PyObject * obj1 = 0 ;
67505 PyObject * obj2 = 0 ;
67506 bool result;
67507
67508 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeFormat_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
67509 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67510 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67511 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFormat_GetDescription" "', argument " "1"" of type '" "lldb::SBTypeFormat *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFormat_GetDescription"
"', argument " "1"" of type '" "lldb::SBTypeFormat *""'"); goto
fail; } while(0)
;
67512 }
67513 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67514 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
67515 if (!SWIG_IsOK(res2)(res2 >= 0)) {
67516 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeFormat_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeFormat_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
67517 }
67518 if (!argp2) {
67519 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeFormat_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeFormat_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
67520 }
67521 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
67522 ecode3 = SWIG_AsVal_int(obj2, &val3);
67523 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
67524 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTypeFormat_GetDescription" "', argument " "3"" of type '" "lldb::DescriptionLevel""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTypeFormat_GetDescription"
"', argument " "3"" of type '" "lldb::DescriptionLevel""'");
goto fail; } while(0)
;
67525 }
67526 arg3 = static_cast< lldb::DescriptionLevel >(val3);
67527 {
67528 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67529 result = (bool)(arg1)->GetDescription(*arg2,arg3);
67530 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67531 }
67532 resultobj = SWIG_From_bool(static_cast< bool >(result));
67533 return resultobj;
67534fail:
67535 return NULL__null;
67536}
67537
67538
67539SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFormat___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67540 PyObject *resultobj = 0;
67541 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67542 lldb::SBTypeFormat *arg2 = 0 ;
67543 void *argp1 = 0 ;
67544 int res1 = 0 ;
67545 void *argp2 = 0 ;
67546 int res2 = 0 ;
67547 PyObject * obj0 = 0 ;
67548 PyObject * obj1 = 0 ;
67549 bool result;
67550
67551 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeFormat___eq__",&obj0,&obj1)) SWIG_failgoto fail;
67552 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67553 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67554 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFormat___eq__" "', argument " "1"" of type '" "lldb::SBTypeFormat *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFormat___eq__" "', argument "
"1"" of type '" "lldb::SBTypeFormat *""'"); goto fail; } while
(0)
;
67555 }
67556 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67557 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeFormat, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[71]
, 0, 0)
;
67558 if (!SWIG_IsOK(res2)(res2 >= 0)) {
67559 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeFormat___eq__" "', argument " "2"" of type '" "lldb::SBTypeFormat &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeFormat___eq__" "', argument "
"2"" of type '" "lldb::SBTypeFormat &""'"); goto fail; }
while(0)
;
67560 }
67561 if (!argp2) {
67562 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeFormat___eq__" "', argument " "2"" of type '" "lldb::SBTypeFormat &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeFormat___eq__" "', argument " "2"" of type '"
"lldb::SBTypeFormat &""'"); goto fail; } while(0)
;
67563 }
67564 arg2 = reinterpret_cast< lldb::SBTypeFormat * >(argp2);
67565 {
67566 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67567 result = (bool)(arg1)->operator ==(*arg2);
67568 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67569 }
67570 resultobj = SWIG_From_bool(static_cast< bool >(result));
67571 return resultobj;
67572fail:
67573 return NULL__null;
67574}
67575
67576
67577SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFormat___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67578 PyObject *resultobj = 0;
67579 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67580 lldb::SBTypeFormat *arg2 = 0 ;
67581 void *argp1 = 0 ;
67582 int res1 = 0 ;
67583 void *argp2 = 0 ;
67584 int res2 = 0 ;
67585 PyObject * obj0 = 0 ;
67586 PyObject * obj1 = 0 ;
67587 bool result;
67588
67589 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeFormat___ne__",&obj0,&obj1)) SWIG_failgoto fail;
67590 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67591 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67592 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFormat___ne__" "', argument " "1"" of type '" "lldb::SBTypeFormat *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFormat___ne__" "', argument "
"1"" of type '" "lldb::SBTypeFormat *""'"); goto fail; } while
(0)
;
67593 }
67594 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67595 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeFormat, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[71]
, 0, 0)
;
67596 if (!SWIG_IsOK(res2)(res2 >= 0)) {
67597 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeFormat___ne__" "', argument " "2"" of type '" "lldb::SBTypeFormat &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeFormat___ne__" "', argument "
"2"" of type '" "lldb::SBTypeFormat &""'"); goto fail; }
while(0)
;
67598 }
67599 if (!argp2) {
67600 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeFormat___ne__" "', argument " "2"" of type '" "lldb::SBTypeFormat &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeFormat___ne__" "', argument " "2"" of type '"
"lldb::SBTypeFormat &""'"); goto fail; } while(0)
;
67601 }
67602 arg2 = reinterpret_cast< lldb::SBTypeFormat * >(argp2);
67603 {
67604 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67605 result = (bool)(arg1)->operator !=(*arg2);
67606 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67607 }
67608 resultobj = SWIG_From_bool(static_cast< bool >(result));
67609 return resultobj;
67610fail:
67611 return NULL__null;
67612}
67613
67614
67615SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeFormat___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67616 PyObject *resultobj = 0;
67617 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ;
67618 void *argp1 = 0 ;
67619 int res1 = 0 ;
67620 PyObject * obj0 = 0 ;
67621 PyObject *result = 0 ;
67622
67623 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeFormat___str__",&obj0)) SWIG_failgoto fail;
67624 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeFormat, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[71]
, 0 | 0, 0)
;
67625 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67626 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeFormat___str__" "', argument " "1"" of type '" "lldb::SBTypeFormat *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeFormat___str__" "', argument "
"1"" of type '" "lldb::SBTypeFormat *""'"); goto fail; } while
(0)
;
67627 }
67628 arg1 = reinterpret_cast< lldb::SBTypeFormat * >(argp1);
67629 result = (PyObject *)lldb_SBTypeFormat___str__(arg1);
67630 resultobj = result;
67631 return resultobj;
67632fail:
67633 return NULL__null;
67634}
67635
67636
67637SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTypeFormat_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67638 PyObject *obj;
67639 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
67640 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeFormatswig_types[71], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
67641 return SWIG_Py_Void();
67642}
67643
67644SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeNameSpecifier__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67645 PyObject *resultobj = 0;
67646 lldb::SBTypeNameSpecifier *result = 0 ;
67647
67648 if (!PyArg_ParseTuple(args,(char *)":new_SBTypeNameSpecifier")) SWIG_failgoto fail;
67649 {
67650 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67651 result = (lldb::SBTypeNameSpecifier *)new lldb::SBTypeNameSpecifier();
67652 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67653 }
67654 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeNameSpecifier, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[75], (
(0x1 << 1) | 0x1) | 0)
;
67655 return resultobj;
67656fail:
67657 return NULL__null;
67658}
67659
67660
67661SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeNameSpecifier__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67662 PyObject *resultobj = 0;
67663 char *arg1 = (char *) 0 ;
67664 bool arg2 ;
67665 int res1 ;
67666 char *buf1 = 0 ;
67667 int alloc1 = 0 ;
67668 bool val2 ;
67669 int ecode2 = 0 ;
67670 PyObject * obj0 = 0 ;
67671 PyObject * obj1 = 0 ;
67672 lldb::SBTypeNameSpecifier *result = 0 ;
67673
67674 if (!PyArg_ParseTuple(args,(char *)"OO:new_SBTypeNameSpecifier",&obj0,&obj1)) SWIG_failgoto fail;
67675 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
67676 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67677 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeNameSpecifier" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeNameSpecifier" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
67678 }
67679 arg1 = reinterpret_cast< char * >(buf1);
67680 ecode2 = SWIG_AsVal_bool(obj1, &val2);
67681 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
67682 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_SBTypeNameSpecifier" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "new_SBTypeNameSpecifier"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
67683 }
67684 arg2 = static_cast< bool >(val2);
67685 {
67686 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67687 result = (lldb::SBTypeNameSpecifier *)new lldb::SBTypeNameSpecifier((char const *)arg1,arg2);
67688 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67689 }
67690 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeNameSpecifier, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[75], (
(0x1 << 1) | 0x1) | 0)
;
67691 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
67692 return resultobj;
67693fail:
67694 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
67695 return NULL__null;
67696}
67697
67698
67699SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeNameSpecifier__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67700 PyObject *resultobj = 0;
67701 char *arg1 = (char *) 0 ;
67702 int res1 ;
67703 char *buf1 = 0 ;
67704 int alloc1 = 0 ;
67705 PyObject * obj0 = 0 ;
67706 lldb::SBTypeNameSpecifier *result = 0 ;
67707
67708 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeNameSpecifier",&obj0)) SWIG_failgoto fail;
67709 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
67710 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67711 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeNameSpecifier" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeNameSpecifier" "', argument "
"1"" of type '" "char const *""'"); goto fail; } while(0)
;
67712 }
67713 arg1 = reinterpret_cast< char * >(buf1);
67714 {
67715 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67716 result = (lldb::SBTypeNameSpecifier *)new lldb::SBTypeNameSpecifier((char const *)arg1);
67717 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67718 }
67719 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeNameSpecifier, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[75], (
(0x1 << 1) | 0x1) | 0)
;
67720 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
67721 return resultobj;
67722fail:
67723 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
67724 return NULL__null;
67725}
67726
67727
67728SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeNameSpecifier__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67729 PyObject *resultobj = 0;
67730 lldb::SBType arg1 ;
67731 void *argp1 ;
67732 int res1 = 0 ;
67733 PyObject * obj0 = 0 ;
67734 lldb::SBTypeNameSpecifier *result = 0 ;
67735
67736 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeNameSpecifier",&obj0)) SWIG_failgoto fail;
67737 {
67738 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBType, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[66]
, 0 | 0, 0)
;
67739 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67740 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeNameSpecifier" "', argument " "1"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeNameSpecifier" "', argument "
"1"" of type '" "lldb::SBType""'"); goto fail; } while(0)
;
67741 }
67742 if (!argp1) {
67743 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTypeNameSpecifier" "', argument " "1"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTypeNameSpecifier" "', argument " "1"" of type '"
"lldb::SBType""'"); goto fail; } while(0)
;
67744 } else {
67745 lldb::SBType * temp = reinterpret_cast< lldb::SBType * >(argp1);
67746 arg1 = *temp;
67747 if (SWIG_IsNewObj(res1)((res1 >= 0) && (res1 & ((1 << 8) <<
1)))
) delete temp;
67748 }
67749 }
67750 {
67751 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67752 result = (lldb::SBTypeNameSpecifier *)new lldb::SBTypeNameSpecifier(arg1);
67753 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67754 }
67755 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeNameSpecifier, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[75], (
(0x1 << 1) | 0x1) | 0)
;
67756 return resultobj;
67757fail:
67758 return NULL__null;
67759}
67760
67761
67762SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeNameSpecifier__SWIG_4(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67763 PyObject *resultobj = 0;
67764 lldb::SBTypeNameSpecifier *arg1 = 0 ;
67765 void *argp1 = 0 ;
67766 int res1 = 0 ;
67767 PyObject * obj0 = 0 ;
67768 lldb::SBTypeNameSpecifier *result = 0 ;
67769
67770 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeNameSpecifier",&obj0)) SWIG_failgoto fail;
67771 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[75]
, 0 | 0, 0)
;
67772 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67773 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeNameSpecifier" "', argument " "1"" of type '" "lldb::SBTypeNameSpecifier const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeNameSpecifier" "', argument "
"1"" of type '" "lldb::SBTypeNameSpecifier const &""'");
goto fail; } while(0)
;
67774 }
67775 if (!argp1) {
67776 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTypeNameSpecifier" "', argument " "1"" of type '" "lldb::SBTypeNameSpecifier const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTypeNameSpecifier" "', argument " "1"" of type '"
"lldb::SBTypeNameSpecifier const &""'"); goto fail; } while
(0)
;
67777 }
67778 arg1 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp1);
67779 {
67780 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67781 result = (lldb::SBTypeNameSpecifier *)new lldb::SBTypeNameSpecifier((lldb::SBTypeNameSpecifier const &)*arg1);
67782 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67783 }
67784 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeNameSpecifier, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[75], (
(0x1 << 1) | 0x1) | 0)
;
67785 return resultobj;
67786fail:
67787 return NULL__null;
67788}
67789
67790
67791SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeNameSpecifier(PyObject *self, PyObject *args) {
67792 Py_ssize_t argc;
67793 PyObject *argv[3] = {
67794 0
67795 };
67796 Py_ssize_t ii;
67797
67798 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
67799 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
67800 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
67801 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
67802 }
67803 if (argc == 0) {
67804 return _wrap_new_SBTypeNameSpecifier__SWIG_0(self, args);
67805 }
67806 if (argc == 1) {
67807 int _v;
67808 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBType, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[66], 0, 0
)
;
67809 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
67810 if (_v) {
67811 return _wrap_new_SBTypeNameSpecifier__SWIG_3(self, args);
67812 }
67813 }
67814 if (argc == 1) {
67815 int _v;
67816 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[75], 0, 0
)
;
67817 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
67818 if (_v) {
67819 return _wrap_new_SBTypeNameSpecifier__SWIG_4(self, args);
67820 }
67821 }
67822 if (argc == 1) {
67823 int _v;
67824 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
67825 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
67826 if (_v) {
67827 return _wrap_new_SBTypeNameSpecifier__SWIG_2(self, args);
67828 }
67829 }
67830 if (argc == 2) {
67831 int _v;
67832 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
67833 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
67834 if (_v) {
67835 {
67836 int res = SWIG_AsVal_bool(argv[1], NULL__null);
67837 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
67838 }
67839 if (_v) {
67840 return _wrap_new_SBTypeNameSpecifier__SWIG_1(self, args);
67841 }
67842 }
67843 }
67844
67845fail:
67846 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBTypeNameSpecifier'.\n"
67847 " Possible C/C++ prototypes are:\n"
67848 " lldb::SBTypeNameSpecifier::SBTypeNameSpecifier()\n"
67849 " lldb::SBTypeNameSpecifier::SBTypeNameSpecifier(char const *,bool)\n"
67850 " lldb::SBTypeNameSpecifier::SBTypeNameSpecifier(char const *)\n"
67851 " lldb::SBTypeNameSpecifier::SBTypeNameSpecifier(lldb::SBType)\n"
67852 " lldb::SBTypeNameSpecifier::SBTypeNameSpecifier(lldb::SBTypeNameSpecifier const &)\n");
67853 return 0;
67854}
67855
67856
67857SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTypeNameSpecifier(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67858 PyObject *resultobj = 0;
67859 lldb::SBTypeNameSpecifier *arg1 = (lldb::SBTypeNameSpecifier *) 0 ;
67860 void *argp1 = 0 ;
67861 int res1 = 0 ;
67862 PyObject * obj0 = 0 ;
67863
67864 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTypeNameSpecifier",&obj0)) SWIG_failgoto fail;
67865 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeNameSpecifier, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[75]
, 0x1 | 0, 0)
;
67866 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67867 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTypeNameSpecifier" "', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTypeNameSpecifier"
"', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *"
"'"); goto fail; } while(0)
;
67868 }
67869 arg1 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp1);
67870 {
67871 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67872 delete arg1;
67873 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67874 }
67875 resultobj = SWIG_Py_Void();
67876 return resultobj;
67877fail:
67878 return NULL__null;
67879}
67880
67881
67882SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeNameSpecifier_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67883 PyObject *resultobj = 0;
67884 lldb::SBTypeNameSpecifier *arg1 = (lldb::SBTypeNameSpecifier *) 0 ;
67885 void *argp1 = 0 ;
67886 int res1 = 0 ;
67887 PyObject * obj0 = 0 ;
67888 bool result;
67889
67890 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeNameSpecifier_IsValid",&obj0)) SWIG_failgoto fail;
67891 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[75]
, 0 | 0, 0)
;
67892 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67893 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeNameSpecifier_IsValid" "', argument " "1"" of type '" "lldb::SBTypeNameSpecifier const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeNameSpecifier_IsValid"
"', argument " "1"" of type '" "lldb::SBTypeNameSpecifier const *"
"'"); goto fail; } while(0)
;
67894 }
67895 arg1 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp1);
67896 {
67897 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67898 result = (bool)((lldb::SBTypeNameSpecifier const *)arg1)->IsValid();
67899 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67900 }
67901 resultobj = SWIG_From_bool(static_cast< bool >(result));
67902 return resultobj;
67903fail:
67904 return NULL__null;
67905}
67906
67907
67908SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeNameSpecifier_IsEqualTo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67909 PyObject *resultobj = 0;
67910 lldb::SBTypeNameSpecifier *arg1 = (lldb::SBTypeNameSpecifier *) 0 ;
67911 lldb::SBTypeNameSpecifier *arg2 = 0 ;
67912 void *argp1 = 0 ;
67913 int res1 = 0 ;
67914 void *argp2 = 0 ;
67915 int res2 = 0 ;
67916 PyObject * obj0 = 0 ;
67917 PyObject * obj1 = 0 ;
67918 bool result;
67919
67920 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeNameSpecifier_IsEqualTo",&obj0,&obj1)) SWIG_failgoto fail;
67921 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[75]
, 0 | 0, 0)
;
67922 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67923 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeNameSpecifier_IsEqualTo" "', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeNameSpecifier_IsEqualTo"
"', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *"
"'"); goto fail; } while(0)
;
67924 }
67925 arg1 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp1);
67926 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0, 0)
;
67927 if (!SWIG_IsOK(res2)(res2 >= 0)) {
67928 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeNameSpecifier_IsEqualTo" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeNameSpecifier_IsEqualTo"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier &"
"'"); goto fail; } while(0)
;
67929 }
67930 if (!argp2) {
67931 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeNameSpecifier_IsEqualTo" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeNameSpecifier_IsEqualTo" "', argument "
"2"" of type '" "lldb::SBTypeNameSpecifier &""'"); goto fail
; } while(0)
;
67932 }
67933 arg2 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
67934 {
67935 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67936 result = (bool)(arg1)->IsEqualTo(*arg2);
67937 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67938 }
67939 resultobj = SWIG_From_bool(static_cast< bool >(result));
67940 return resultobj;
67941fail:
67942 return NULL__null;
67943}
67944
67945
67946SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeNameSpecifier_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67947 PyObject *resultobj = 0;
67948 lldb::SBTypeNameSpecifier *arg1 = (lldb::SBTypeNameSpecifier *) 0 ;
67949 void *argp1 = 0 ;
67950 int res1 = 0 ;
67951 PyObject * obj0 = 0 ;
67952 char *result = 0 ;
67953
67954 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeNameSpecifier_GetName",&obj0)) SWIG_failgoto fail;
67955 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[75]
, 0 | 0, 0)
;
67956 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67957 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeNameSpecifier_GetName" "', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeNameSpecifier_GetName"
"', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *"
"'"); goto fail; } while(0)
;
67958 }
67959 arg1 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp1);
67960 {
67961 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67962 result = (char *)(arg1)->GetName();
67963 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67964 }
67965 resultobj = SWIG_FromCharPtr((const char *)result);
67966 return resultobj;
67967fail:
67968 return NULL__null;
67969}
67970
67971
67972SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeNameSpecifier_GetType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67973 PyObject *resultobj = 0;
67974 lldb::SBTypeNameSpecifier *arg1 = (lldb::SBTypeNameSpecifier *) 0 ;
67975 void *argp1 = 0 ;
67976 int res1 = 0 ;
67977 PyObject * obj0 = 0 ;
67978 lldb::SBType result;
67979
67980 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeNameSpecifier_GetType",&obj0)) SWIG_failgoto fail;
67981 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[75]
, 0 | 0, 0)
;
67982 if (!SWIG_IsOK(res1)(res1 >= 0)) {
67983 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeNameSpecifier_GetType" "', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeNameSpecifier_GetType"
"', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *"
"'"); goto fail; } while(0)
;
67984 }
67985 arg1 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp1);
67986 {
67987 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
67988 result = (arg1)->GetType();
67989 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
67990 }
67991 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
67992 return resultobj;
67993fail:
67994 return NULL__null;
67995}
67996
67997
67998SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeNameSpecifier_IsRegex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
67999 PyObject *resultobj = 0;
68000 lldb::SBTypeNameSpecifier *arg1 = (lldb::SBTypeNameSpecifier *) 0 ;
68001 void *argp1 = 0 ;
68002 int res1 = 0 ;
68003 PyObject * obj0 = 0 ;
68004 bool result;
68005
68006 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeNameSpecifier_IsRegex",&obj0)) SWIG_failgoto fail;
68007 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[75]
, 0 | 0, 0)
;
68008 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68009 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeNameSpecifier_IsRegex" "', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeNameSpecifier_IsRegex"
"', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *"
"'"); goto fail; } while(0)
;
68010 }
68011 arg1 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp1);
68012 {
68013 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68014 result = (bool)(arg1)->IsRegex();
68015 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68016 }
68017 resultobj = SWIG_From_bool(static_cast< bool >(result));
68018 return resultobj;
68019fail:
68020 return NULL__null;
68021}
68022
68023
68024SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeNameSpecifier_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68025 PyObject *resultobj = 0;
68026 lldb::SBTypeNameSpecifier *arg1 = (lldb::SBTypeNameSpecifier *) 0 ;
68027 lldb::SBStream *arg2 = 0 ;
68028 lldb::DescriptionLevel arg3 ;
68029 void *argp1 = 0 ;
68030 int res1 = 0 ;
68031 void *argp2 = 0 ;
68032 int res2 = 0 ;
68033 int val3 ;
68034 int ecode3 = 0 ;
68035 PyObject * obj0 = 0 ;
68036 PyObject * obj1 = 0 ;
68037 PyObject * obj2 = 0 ;
68038 bool result;
68039
68040 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeNameSpecifier_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
68041 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[75]
, 0 | 0, 0)
;
68042 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68043 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeNameSpecifier_GetDescription" "', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeNameSpecifier_GetDescription"
"', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *"
"'"); goto fail; } while(0)
;
68044 }
68045 arg1 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp1);
68046 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
68047 if (!SWIG_IsOK(res2)(res2 >= 0)) {
68048 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeNameSpecifier_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeNameSpecifier_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
68049 }
68050 if (!argp2) {
68051 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeNameSpecifier_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeNameSpecifier_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
68052 }
68053 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
68054 ecode3 = SWIG_AsVal_int(obj2, &val3);
68055 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
68056 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTypeNameSpecifier_GetDescription" "', argument " "3"" of type '" "lldb::DescriptionLevel""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTypeNameSpecifier_GetDescription"
"', argument " "3"" of type '" "lldb::DescriptionLevel""'");
goto fail; } while(0)
;
68057 }
68058 arg3 = static_cast< lldb::DescriptionLevel >(val3);
68059 {
68060 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68061 result = (bool)(arg1)->GetDescription(*arg2,arg3);
68062 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68063 }
68064 resultobj = SWIG_From_bool(static_cast< bool >(result));
68065 return resultobj;
68066fail:
68067 return NULL__null;
68068}
68069
68070
68071SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeNameSpecifier___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68072 PyObject *resultobj = 0;
68073 lldb::SBTypeNameSpecifier *arg1 = (lldb::SBTypeNameSpecifier *) 0 ;
68074 lldb::SBTypeNameSpecifier *arg2 = 0 ;
68075 void *argp1 = 0 ;
68076 int res1 = 0 ;
68077 void *argp2 = 0 ;
68078 int res2 = 0 ;
68079 PyObject * obj0 = 0 ;
68080 PyObject * obj1 = 0 ;
68081 bool result;
68082
68083 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeNameSpecifier___eq__",&obj0,&obj1)) SWIG_failgoto fail;
68084 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[75]
, 0 | 0, 0)
;
68085 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68086 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeNameSpecifier___eq__" "', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeNameSpecifier___eq__"
"', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *"
"'"); goto fail; } while(0)
;
68087 }
68088 arg1 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp1);
68089 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0, 0)
;
68090 if (!SWIG_IsOK(res2)(res2 >= 0)) {
68091 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeNameSpecifier___eq__" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeNameSpecifier___eq__"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier &"
"'"); goto fail; } while(0)
;
68092 }
68093 if (!argp2) {
68094 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeNameSpecifier___eq__" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeNameSpecifier___eq__" "', argument " "2"
" of type '" "lldb::SBTypeNameSpecifier &""'"); goto fail
; } while(0)
;
68095 }
68096 arg2 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
68097 {
68098 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68099 result = (bool)(arg1)->operator ==(*arg2);
68100 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68101 }
68102 resultobj = SWIG_From_bool(static_cast< bool >(result));
68103 return resultobj;
68104fail:
68105 return NULL__null;
68106}
68107
68108
68109SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeNameSpecifier___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68110 PyObject *resultobj = 0;
68111 lldb::SBTypeNameSpecifier *arg1 = (lldb::SBTypeNameSpecifier *) 0 ;
68112 lldb::SBTypeNameSpecifier *arg2 = 0 ;
68113 void *argp1 = 0 ;
68114 int res1 = 0 ;
68115 void *argp2 = 0 ;
68116 int res2 = 0 ;
68117 PyObject * obj0 = 0 ;
68118 PyObject * obj1 = 0 ;
68119 bool result;
68120
68121 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeNameSpecifier___ne__",&obj0,&obj1)) SWIG_failgoto fail;
68122 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[75]
, 0 | 0, 0)
;
68123 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68124 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeNameSpecifier___ne__" "', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeNameSpecifier___ne__"
"', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *"
"'"); goto fail; } while(0)
;
68125 }
68126 arg1 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp1);
68127 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[75]
, 0, 0)
;
68128 if (!SWIG_IsOK(res2)(res2 >= 0)) {
68129 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeNameSpecifier___ne__" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeNameSpecifier___ne__"
"', argument " "2"" of type '" "lldb::SBTypeNameSpecifier &"
"'"); goto fail; } while(0)
;
68130 }
68131 if (!argp2) {
68132 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeNameSpecifier___ne__" "', argument " "2"" of type '" "lldb::SBTypeNameSpecifier &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeNameSpecifier___ne__" "', argument " "2"
" of type '" "lldb::SBTypeNameSpecifier &""'"); goto fail
; } while(0)
;
68133 }
68134 arg2 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp2);
68135 {
68136 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68137 result = (bool)(arg1)->operator !=(*arg2);
68138 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68139 }
68140 resultobj = SWIG_From_bool(static_cast< bool >(result));
68141 return resultobj;
68142fail:
68143 return NULL__null;
68144}
68145
68146
68147SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeNameSpecifier___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68148 PyObject *resultobj = 0;
68149 lldb::SBTypeNameSpecifier *arg1 = (lldb::SBTypeNameSpecifier *) 0 ;
68150 void *argp1 = 0 ;
68151 int res1 = 0 ;
68152 PyObject * obj0 = 0 ;
68153 PyObject *result = 0 ;
68154
68155 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeNameSpecifier___str__",&obj0)) SWIG_failgoto fail;
68156 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeNameSpecifier, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[75]
, 0 | 0, 0)
;
68157 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68158 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeNameSpecifier___str__" "', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeNameSpecifier___str__"
"', argument " "1"" of type '" "lldb::SBTypeNameSpecifier *"
"'"); goto fail; } while(0)
;
68159 }
68160 arg1 = reinterpret_cast< lldb::SBTypeNameSpecifier * >(argp1);
68161 result = (PyObject *)lldb_SBTypeNameSpecifier___str__(arg1);
68162 resultobj = result;
68163 return resultobj;
68164fail:
68165 return NULL__null;
68166}
68167
68168
68169SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTypeNameSpecifier_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68170 PyObject *obj;
68171 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
68172 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeNameSpecifierswig_types[75], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
68173 return SWIG_Py_Void();
68174}
68175
68176SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeSummaryOptions__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68177 PyObject *resultobj = 0;
68178 lldb::SBTypeSummaryOptions *result = 0 ;
68179
68180 if (!PyArg_ParseTuple(args,(char *)":new_SBTypeSummaryOptions")) SWIG_failgoto fail;
68181 {
68182 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68183 result = (lldb::SBTypeSummaryOptions *)new lldb::SBTypeSummaryOptions();
68184 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68185 }
68186 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeSummaryOptions, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[77], (
(0x1 << 1) | 0x1) | 0)
;
68187 return resultobj;
68188fail:
68189 return NULL__null;
68190}
68191
68192
68193SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeSummaryOptions__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68194 PyObject *resultobj = 0;
68195 lldb::SBTypeSummaryOptions *arg1 = 0 ;
68196 void *argp1 = 0 ;
68197 int res1 = 0 ;
68198 PyObject * obj0 = 0 ;
68199 lldb::SBTypeSummaryOptions *result = 0 ;
68200
68201 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeSummaryOptions",&obj0)) SWIG_failgoto fail;
68202 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTypeSummaryOptions, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[77]
, 0 | 0, 0)
;
68203 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68204 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeSummaryOptions" "', argument " "1"" of type '" "lldb::SBTypeSummaryOptions const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeSummaryOptions" "', argument "
"1"" of type '" "lldb::SBTypeSummaryOptions const &""'")
; goto fail; } while(0)
;
68205 }
68206 if (!argp1) {
68207 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTypeSummaryOptions" "', argument " "1"" of type '" "lldb::SBTypeSummaryOptions const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTypeSummaryOptions" "', argument " "1"" of type '"
"lldb::SBTypeSummaryOptions const &""'"); goto fail; } while
(0)
;
68208 }
68209 arg1 = reinterpret_cast< lldb::SBTypeSummaryOptions * >(argp1);
68210 {
68211 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68212 result = (lldb::SBTypeSummaryOptions *)new lldb::SBTypeSummaryOptions((lldb::SBTypeSummaryOptions const &)*arg1);
68213 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68214 }
68215 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeSummaryOptions, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[77], (
(0x1 << 1) | 0x1) | 0)
;
68216 return resultobj;
68217fail:
68218 return NULL__null;
68219}
68220
68221
68222SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeSummaryOptions(PyObject *self, PyObject *args) {
68223 Py_ssize_t argc;
68224 PyObject *argv[2] = {
68225 0
68226 };
68227 Py_ssize_t ii;
68228
68229 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
68230 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
68231 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
68232 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
68233 }
68234 if (argc == 0) {
68235 return _wrap_new_SBTypeSummaryOptions__SWIG_0(self, args);
68236 }
68237 if (argc == 1) {
68238 int _v;
68239 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTypeSummaryOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[77], 0, 0
)
;
68240 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
68241 if (_v) {
68242 return _wrap_new_SBTypeSummaryOptions__SWIG_1(self, args);
68243 }
68244 }
68245
68246fail:
68247 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBTypeSummaryOptions'.\n"
68248 " Possible C/C++ prototypes are:\n"
68249 " lldb::SBTypeSummaryOptions::SBTypeSummaryOptions()\n"
68250 " lldb::SBTypeSummaryOptions::SBTypeSummaryOptions(lldb::SBTypeSummaryOptions const &)\n");
68251 return 0;
68252}
68253
68254
68255SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTypeSummaryOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68256 PyObject *resultobj = 0;
68257 lldb::SBTypeSummaryOptions *arg1 = (lldb::SBTypeSummaryOptions *) 0 ;
68258 void *argp1 = 0 ;
68259 int res1 = 0 ;
68260 PyObject * obj0 = 0 ;
68261
68262 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTypeSummaryOptions",&obj0)) SWIG_failgoto fail;
68263 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummaryOptions, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[77]
, 0x1 | 0, 0)
;
68264 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68265 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTypeSummaryOptions" "', argument " "1"" of type '" "lldb::SBTypeSummaryOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTypeSummaryOptions"
"', argument " "1"" of type '" "lldb::SBTypeSummaryOptions *"
"'"); goto fail; } while(0)
;
68266 }
68267 arg1 = reinterpret_cast< lldb::SBTypeSummaryOptions * >(argp1);
68268 {
68269 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68270 delete arg1;
68271 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68272 }
68273 resultobj = SWIG_Py_Void();
68274 return resultobj;
68275fail:
68276 return NULL__null;
68277}
68278
68279
68280SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummaryOptions_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68281 PyObject *resultobj = 0;
68282 lldb::SBTypeSummaryOptions *arg1 = (lldb::SBTypeSummaryOptions *) 0 ;
68283 void *argp1 = 0 ;
68284 int res1 = 0 ;
68285 PyObject * obj0 = 0 ;
68286 bool result;
68287
68288 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummaryOptions_IsValid",&obj0)) SWIG_failgoto fail;
68289 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummaryOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[77]
, 0 | 0, 0)
;
68290 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68291 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummaryOptions_IsValid" "', argument " "1"" of type '" "lldb::SBTypeSummaryOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummaryOptions_IsValid"
"', argument " "1"" of type '" "lldb::SBTypeSummaryOptions *"
"'"); goto fail; } while(0)
;
68292 }
68293 arg1 = reinterpret_cast< lldb::SBTypeSummaryOptions * >(argp1);
68294 {
68295 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68296 result = (bool)(arg1)->IsValid();
68297 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68298 }
68299 resultobj = SWIG_From_bool(static_cast< bool >(result));
68300 return resultobj;
68301fail:
68302 return NULL__null;
68303}
68304
68305
68306SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummaryOptions_GetLanguage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68307 PyObject *resultobj = 0;
68308 lldb::SBTypeSummaryOptions *arg1 = (lldb::SBTypeSummaryOptions *) 0 ;
68309 void *argp1 = 0 ;
68310 int res1 = 0 ;
68311 PyObject * obj0 = 0 ;
68312 lldb::LanguageType result;
68313
68314 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummaryOptions_GetLanguage",&obj0)) SWIG_failgoto fail;
68315 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummaryOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[77]
, 0 | 0, 0)
;
68316 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68317 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummaryOptions_GetLanguage" "', argument " "1"" of type '" "lldb::SBTypeSummaryOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummaryOptions_GetLanguage"
"', argument " "1"" of type '" "lldb::SBTypeSummaryOptions *"
"'"); goto fail; } while(0)
;
68318 }
68319 arg1 = reinterpret_cast< lldb::SBTypeSummaryOptions * >(argp1);
68320 {
68321 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68322 result = (lldb::LanguageType)(arg1)->GetLanguage();
68323 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68324 }
68325 resultobj = SWIG_From_int(static_cast< int >(result));
68326 return resultobj;
68327fail:
68328 return NULL__null;
68329}
68330
68331
68332SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummaryOptions_GetCapping(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68333 PyObject *resultobj = 0;
68334 lldb::SBTypeSummaryOptions *arg1 = (lldb::SBTypeSummaryOptions *) 0 ;
68335 void *argp1 = 0 ;
68336 int res1 = 0 ;
68337 PyObject * obj0 = 0 ;
68338 lldb::TypeSummaryCapping result;
68339
68340 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummaryOptions_GetCapping",&obj0)) SWIG_failgoto fail;
68341 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummaryOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[77]
, 0 | 0, 0)
;
68342 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68343 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummaryOptions_GetCapping" "', argument " "1"" of type '" "lldb::SBTypeSummaryOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummaryOptions_GetCapping"
"', argument " "1"" of type '" "lldb::SBTypeSummaryOptions *"
"'"); goto fail; } while(0)
;
68344 }
68345 arg1 = reinterpret_cast< lldb::SBTypeSummaryOptions * >(argp1);
68346 {
68347 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68348 result = (lldb::TypeSummaryCapping)(arg1)->GetCapping();
68349 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68350 }
68351 resultobj = SWIG_From_int(static_cast< int >(result));
68352 return resultobj;
68353fail:
68354 return NULL__null;
68355}
68356
68357
68358SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummaryOptions_SetLanguage(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68359 PyObject *resultobj = 0;
68360 lldb::SBTypeSummaryOptions *arg1 = (lldb::SBTypeSummaryOptions *) 0 ;
68361 lldb::LanguageType arg2 ;
68362 void *argp1 = 0 ;
68363 int res1 = 0 ;
68364 int val2 ;
68365 int ecode2 = 0 ;
68366 PyObject * obj0 = 0 ;
68367 PyObject * obj1 = 0 ;
68368
68369 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSummaryOptions_SetLanguage",&obj0,&obj1)) SWIG_failgoto fail;
68370 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummaryOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[77]
, 0 | 0, 0)
;
68371 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68372 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummaryOptions_SetLanguage" "', argument " "1"" of type '" "lldb::SBTypeSummaryOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummaryOptions_SetLanguage"
"', argument " "1"" of type '" "lldb::SBTypeSummaryOptions *"
"'"); goto fail; } while(0)
;
68373 }
68374 arg1 = reinterpret_cast< lldb::SBTypeSummaryOptions * >(argp1);
68375 ecode2 = SWIG_AsVal_int(obj1, &val2);
68376 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
68377 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeSummaryOptions_SetLanguage" "', argument " "2"" of type '" "lldb::LanguageType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeSummaryOptions_SetLanguage"
"', argument " "2"" of type '" "lldb::LanguageType""'"); goto
fail; } while(0)
;
68378 }
68379 arg2 = static_cast< lldb::LanguageType >(val2);
68380 {
68381 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68382 (arg1)->SetLanguage(arg2);
68383 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68384 }
68385 resultobj = SWIG_Py_Void();
68386 return resultobj;
68387fail:
68388 return NULL__null;
68389}
68390
68391
68392SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummaryOptions_SetCapping(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68393 PyObject *resultobj = 0;
68394 lldb::SBTypeSummaryOptions *arg1 = (lldb::SBTypeSummaryOptions *) 0 ;
68395 lldb::TypeSummaryCapping arg2 ;
68396 void *argp1 = 0 ;
68397 int res1 = 0 ;
68398 int val2 ;
68399 int ecode2 = 0 ;
68400 PyObject * obj0 = 0 ;
68401 PyObject * obj1 = 0 ;
68402
68403 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSummaryOptions_SetCapping",&obj0,&obj1)) SWIG_failgoto fail;
68404 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummaryOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[77]
, 0 | 0, 0)
;
68405 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68406 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummaryOptions_SetCapping" "', argument " "1"" of type '" "lldb::SBTypeSummaryOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummaryOptions_SetCapping"
"', argument " "1"" of type '" "lldb::SBTypeSummaryOptions *"
"'"); goto fail; } while(0)
;
68407 }
68408 arg1 = reinterpret_cast< lldb::SBTypeSummaryOptions * >(argp1);
68409 ecode2 = SWIG_AsVal_int(obj1, &val2);
68410 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
68411 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeSummaryOptions_SetCapping" "', argument " "2"" of type '" "lldb::TypeSummaryCapping""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeSummaryOptions_SetCapping"
"', argument " "2"" of type '" "lldb::TypeSummaryCapping""'"
); goto fail; } while(0)
;
68412 }
68413 arg2 = static_cast< lldb::TypeSummaryCapping >(val2);
68414 {
68415 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68416 (arg1)->SetCapping(arg2);
68417 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68418 }
68419 resultobj = SWIG_Py_Void();
68420 return resultobj;
68421fail:
68422 return NULL__null;
68423}
68424
68425
68426SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTypeSummaryOptions_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68427 PyObject *obj;
68428 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
68429 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeSummaryOptionsswig_types[77], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
68430 return SWIG_Py_Void();
68431}
68432
68433SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeSummary__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68434 PyObject *resultobj = 0;
68435 lldb::SBTypeSummary *result = 0 ;
68436
68437 if (!PyArg_ParseTuple(args,(char *)":new_SBTypeSummary")) SWIG_failgoto fail;
68438 {
68439 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68440 result = (lldb::SBTypeSummary *)new lldb::SBTypeSummary();
68441 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68442 }
68443 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[76], (
(0x1 << 1) | 0x1) | 0)
;
68444 return resultobj;
68445fail:
68446 return NULL__null;
68447}
68448
68449
68450SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_CreateWithSummaryString__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68451 PyObject *resultobj = 0;
68452 char *arg1 = (char *) 0 ;
68453 uint32_t arg2 ;
68454 int res1 ;
68455 char *buf1 = 0 ;
68456 int alloc1 = 0 ;
68457 unsigned int val2 ;
68458 int ecode2 = 0 ;
68459 PyObject * obj0 = 0 ;
68460 PyObject * obj1 = 0 ;
68461 lldb::SBTypeSummary result;
68462
68463 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSummary_CreateWithSummaryString",&obj0,&obj1)) SWIG_failgoto fail;
68464 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
68465 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68466 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_CreateWithSummaryString" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_CreateWithSummaryString"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
68467 }
68468 arg1 = reinterpret_cast< char * >(buf1);
68469 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
68470 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
68471 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeSummary_CreateWithSummaryString" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeSummary_CreateWithSummaryString"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
68472 }
68473 arg2 = static_cast< uint32_t >(val2);
68474 {
68475 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68476 result = lldb::SBTypeSummary::CreateWithSummaryString((char const *)arg1,arg2);
68477 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68478 }
68479 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSummary(static_cast< const lldb::SBTypeSummary& >(result))), SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSummary(static_cast
< const lldb::SBTypeSummary& >(result))), swig_types
[76], 0x1 | 0)
;
68480 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
68481 return resultobj;
68482fail:
68483 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
68484 return NULL__null;
68485}
68486
68487
68488SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_CreateWithSummaryString__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68489 PyObject *resultobj = 0;
68490 char *arg1 = (char *) 0 ;
68491 int res1 ;
68492 char *buf1 = 0 ;
68493 int alloc1 = 0 ;
68494 PyObject * obj0 = 0 ;
68495 lldb::SBTypeSummary result;
68496
68497 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummary_CreateWithSummaryString",&obj0)) SWIG_failgoto fail;
68498 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
68499 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68500 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_CreateWithSummaryString" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_CreateWithSummaryString"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
68501 }
68502 arg1 = reinterpret_cast< char * >(buf1);
68503 {
68504 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68505 result = lldb::SBTypeSummary::CreateWithSummaryString((char const *)arg1);
68506 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68507 }
68508 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSummary(static_cast< const lldb::SBTypeSummary& >(result))), SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSummary(static_cast
< const lldb::SBTypeSummary& >(result))), swig_types
[76], 0x1 | 0)
;
68509 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
68510 return resultobj;
68511fail:
68512 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
68513 return NULL__null;
68514}
68515
68516
68517SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_CreateWithSummaryString(PyObject *self, PyObject *args) {
68518 Py_ssize_t argc;
68519 PyObject *argv[3] = {
68520 0
68521 };
68522 Py_ssize_t ii;
68523
68524 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
68525 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
68526 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
68527 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
68528 }
68529 if (argc == 1) {
68530 int _v;
68531 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
68532 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
68533 if (_v) {
68534 return _wrap_SBTypeSummary_CreateWithSummaryString__SWIG_1(self, args);
68535 }
68536 }
68537 if (argc == 2) {
68538 int _v;
68539 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
68540 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
68541 if (_v) {
68542 {
68543 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
68544 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
68545 }
68546 if (_v) {
68547 return _wrap_SBTypeSummary_CreateWithSummaryString__SWIG_0(self, args);
68548 }
68549 }
68550 }
68551
68552fail:
68553 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTypeSummary_CreateWithSummaryString'.\n"
68554 " Possible C/C++ prototypes are:\n"
68555 " lldb::SBTypeSummary::CreateWithSummaryString(char const *,uint32_t)\n"
68556 " lldb::SBTypeSummary::CreateWithSummaryString(char const *)\n");
68557 return 0;
68558}
68559
68560
68561SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_CreateWithFunctionName__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68562 PyObject *resultobj = 0;
68563 char *arg1 = (char *) 0 ;
68564 uint32_t arg2 ;
68565 int res1 ;
68566 char *buf1 = 0 ;
68567 int alloc1 = 0 ;
68568 unsigned int val2 ;
68569 int ecode2 = 0 ;
68570 PyObject * obj0 = 0 ;
68571 PyObject * obj1 = 0 ;
68572 lldb::SBTypeSummary result;
68573
68574 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSummary_CreateWithFunctionName",&obj0,&obj1)) SWIG_failgoto fail;
68575 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
68576 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68577 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_CreateWithFunctionName" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_CreateWithFunctionName"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
68578 }
68579 arg1 = reinterpret_cast< char * >(buf1);
68580 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
68581 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
68582 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeSummary_CreateWithFunctionName" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeSummary_CreateWithFunctionName"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
68583 }
68584 arg2 = static_cast< uint32_t >(val2);
68585 {
68586 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68587 result = lldb::SBTypeSummary::CreateWithFunctionName((char const *)arg1,arg2);
68588 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68589 }
68590 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSummary(static_cast< const lldb::SBTypeSummary& >(result))), SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSummary(static_cast
< const lldb::SBTypeSummary& >(result))), swig_types
[76], 0x1 | 0)
;
68591 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
68592 return resultobj;
68593fail:
68594 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
68595 return NULL__null;
68596}
68597
68598
68599SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_CreateWithFunctionName__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68600 PyObject *resultobj = 0;
68601 char *arg1 = (char *) 0 ;
68602 int res1 ;
68603 char *buf1 = 0 ;
68604 int alloc1 = 0 ;
68605 PyObject * obj0 = 0 ;
68606 lldb::SBTypeSummary result;
68607
68608 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummary_CreateWithFunctionName",&obj0)) SWIG_failgoto fail;
68609 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
68610 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68611 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_CreateWithFunctionName" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_CreateWithFunctionName"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
68612 }
68613 arg1 = reinterpret_cast< char * >(buf1);
68614 {
68615 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68616 result = lldb::SBTypeSummary::CreateWithFunctionName((char const *)arg1);
68617 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68618 }
68619 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSummary(static_cast< const lldb::SBTypeSummary& >(result))), SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSummary(static_cast
< const lldb::SBTypeSummary& >(result))), swig_types
[76], 0x1 | 0)
;
68620 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
68621 return resultobj;
68622fail:
68623 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
68624 return NULL__null;
68625}
68626
68627
68628SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_CreateWithFunctionName(PyObject *self, PyObject *args) {
68629 Py_ssize_t argc;
68630 PyObject *argv[3] = {
68631 0
68632 };
68633 Py_ssize_t ii;
68634
68635 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
68636 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
68637 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
68638 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
68639 }
68640 if (argc == 1) {
68641 int _v;
68642 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
68643 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
68644 if (_v) {
68645 return _wrap_SBTypeSummary_CreateWithFunctionName__SWIG_1(self, args);
68646 }
68647 }
68648 if (argc == 2) {
68649 int _v;
68650 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
68651 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
68652 if (_v) {
68653 {
68654 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
68655 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
68656 }
68657 if (_v) {
68658 return _wrap_SBTypeSummary_CreateWithFunctionName__SWIG_0(self, args);
68659 }
68660 }
68661 }
68662
68663fail:
68664 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTypeSummary_CreateWithFunctionName'.\n"
68665 " Possible C/C++ prototypes are:\n"
68666 " lldb::SBTypeSummary::CreateWithFunctionName(char const *,uint32_t)\n"
68667 " lldb::SBTypeSummary::CreateWithFunctionName(char const *)\n");
68668 return 0;
68669}
68670
68671
68672SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_CreateWithScriptCode__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68673 PyObject *resultobj = 0;
68674 char *arg1 = (char *) 0 ;
68675 uint32_t arg2 ;
68676 int res1 ;
68677 char *buf1 = 0 ;
68678 int alloc1 = 0 ;
68679 unsigned int val2 ;
68680 int ecode2 = 0 ;
68681 PyObject * obj0 = 0 ;
68682 PyObject * obj1 = 0 ;
68683 lldb::SBTypeSummary result;
68684
68685 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSummary_CreateWithScriptCode",&obj0,&obj1)) SWIG_failgoto fail;
68686 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
68687 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68688 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_CreateWithScriptCode" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_CreateWithScriptCode"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
68689 }
68690 arg1 = reinterpret_cast< char * >(buf1);
68691 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
68692 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
68693 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeSummary_CreateWithScriptCode" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeSummary_CreateWithScriptCode"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
68694 }
68695 arg2 = static_cast< uint32_t >(val2);
68696 {
68697 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68698 result = lldb::SBTypeSummary::CreateWithScriptCode((char const *)arg1,arg2);
68699 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68700 }
68701 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSummary(static_cast< const lldb::SBTypeSummary& >(result))), SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSummary(static_cast
< const lldb::SBTypeSummary& >(result))), swig_types
[76], 0x1 | 0)
;
68702 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
68703 return resultobj;
68704fail:
68705 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
68706 return NULL__null;
68707}
68708
68709
68710SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_CreateWithScriptCode__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68711 PyObject *resultobj = 0;
68712 char *arg1 = (char *) 0 ;
68713 int res1 ;
68714 char *buf1 = 0 ;
68715 int alloc1 = 0 ;
68716 PyObject * obj0 = 0 ;
68717 lldb::SBTypeSummary result;
68718
68719 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummary_CreateWithScriptCode",&obj0)) SWIG_failgoto fail;
68720 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
68721 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68722 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_CreateWithScriptCode" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_CreateWithScriptCode"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
68723 }
68724 arg1 = reinterpret_cast< char * >(buf1);
68725 {
68726 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68727 result = lldb::SBTypeSummary::CreateWithScriptCode((char const *)arg1);
68728 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68729 }
68730 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSummary(static_cast< const lldb::SBTypeSummary& >(result))), SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSummary(static_cast
< const lldb::SBTypeSummary& >(result))), swig_types
[76], 0x1 | 0)
;
68731 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
68732 return resultobj;
68733fail:
68734 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
68735 return NULL__null;
68736}
68737
68738
68739SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_CreateWithScriptCode(PyObject *self, PyObject *args) {
68740 Py_ssize_t argc;
68741 PyObject *argv[3] = {
68742 0
68743 };
68744 Py_ssize_t ii;
68745
68746 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
68747 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
68748 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
68749 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
68750 }
68751 if (argc == 1) {
68752 int _v;
68753 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
68754 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
68755 if (_v) {
68756 return _wrap_SBTypeSummary_CreateWithScriptCode__SWIG_1(self, args);
68757 }
68758 }
68759 if (argc == 2) {
68760 int _v;
68761 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
68762 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
68763 if (_v) {
68764 {
68765 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
68766 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
68767 }
68768 if (_v) {
68769 return _wrap_SBTypeSummary_CreateWithScriptCode__SWIG_0(self, args);
68770 }
68771 }
68772 }
68773
68774fail:
68775 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTypeSummary_CreateWithScriptCode'.\n"
68776 " Possible C/C++ prototypes are:\n"
68777 " lldb::SBTypeSummary::CreateWithScriptCode(char const *,uint32_t)\n"
68778 " lldb::SBTypeSummary::CreateWithScriptCode(char const *)\n");
68779 return 0;
68780}
68781
68782
68783SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeSummary__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68784 PyObject *resultobj = 0;
68785 lldb::SBTypeSummary *arg1 = 0 ;
68786 void *argp1 = 0 ;
68787 int res1 = 0 ;
68788 PyObject * obj0 = 0 ;
68789 lldb::SBTypeSummary *result = 0 ;
68790
68791 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeSummary",&obj0)) SWIG_failgoto fail;
68792 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
68793 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68794 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeSummary" "', argument " "1"" of type '" "lldb::SBTypeSummary const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeSummary" "', argument "
"1"" of type '" "lldb::SBTypeSummary const &""'"); goto fail
; } while(0)
;
68795 }
68796 if (!argp1) {
68797 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTypeSummary" "', argument " "1"" of type '" "lldb::SBTypeSummary const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTypeSummary" "', argument " "1"" of type '"
"lldb::SBTypeSummary const &""'"); goto fail; } while(0)
;
68798 }
68799 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
68800 {
68801 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68802 result = (lldb::SBTypeSummary *)new lldb::SBTypeSummary((lldb::SBTypeSummary const &)*arg1);
68803 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68804 }
68805 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[76], (
(0x1 << 1) | 0x1) | 0)
;
68806 return resultobj;
68807fail:
68808 return NULL__null;
68809}
68810
68811
68812SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeSummary(PyObject *self, PyObject *args) {
68813 Py_ssize_t argc;
68814 PyObject *argv[2] = {
68815 0
68816 };
68817 Py_ssize_t ii;
68818
68819 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
68820 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
68821 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
68822 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
68823 }
68824 if (argc == 0) {
68825 return _wrap_new_SBTypeSummary__SWIG_0(self, args);
68826 }
68827 if (argc == 1) {
68828 int _v;
68829 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTypeSummary, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[76], 0, 0
)
;
68830 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
68831 if (_v) {
68832 return _wrap_new_SBTypeSummary__SWIG_1(self, args);
68833 }
68834 }
68835
68836fail:
68837 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBTypeSummary'.\n"
68838 " Possible C/C++ prototypes are:\n"
68839 " lldb::SBTypeSummary::SBTypeSummary()\n"
68840 " lldb::SBTypeSummary::SBTypeSummary(lldb::SBTypeSummary const &)\n");
68841 return 0;
68842}
68843
68844
68845SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTypeSummary(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68846 PyObject *resultobj = 0;
68847 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
68848 void *argp1 = 0 ;
68849 int res1 = 0 ;
68850 PyObject * obj0 = 0 ;
68851
68852 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTypeSummary",&obj0)) SWIG_failgoto fail;
68853 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0x1 | 0, 0)
;
68854 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68855 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTypeSummary" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTypeSummary" "', argument "
"1"" of type '" "lldb::SBTypeSummary *""'"); goto fail; } while
(0)
;
68856 }
68857 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
68858 {
68859 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68860 delete arg1;
68861 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68862 }
68863 resultobj = SWIG_Py_Void();
68864 return resultobj;
68865fail:
68866 return NULL__null;
68867}
68868
68869
68870SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68871 PyObject *resultobj = 0;
68872 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
68873 void *argp1 = 0 ;
68874 int res1 = 0 ;
68875 PyObject * obj0 = 0 ;
68876 bool result;
68877
68878 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummary_IsValid",&obj0)) SWIG_failgoto fail;
68879 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
68880 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68881 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_IsValid" "', argument " "1"" of type '" "lldb::SBTypeSummary const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_IsValid" "', argument "
"1"" of type '" "lldb::SBTypeSummary const *""'"); goto fail
; } while(0)
;
68882 }
68883 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
68884 {
68885 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68886 result = (bool)((lldb::SBTypeSummary const *)arg1)->IsValid();
68887 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68888 }
68889 resultobj = SWIG_From_bool(static_cast< bool >(result));
68890 return resultobj;
68891fail:
68892 return NULL__null;
68893}
68894
68895
68896SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_IsEqualTo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68897 PyObject *resultobj = 0;
68898 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
68899 lldb::SBTypeSummary *arg2 = 0 ;
68900 void *argp1 = 0 ;
68901 int res1 = 0 ;
68902 void *argp2 = 0 ;
68903 int res2 = 0 ;
68904 PyObject * obj0 = 0 ;
68905 PyObject * obj1 = 0 ;
68906 bool result;
68907
68908 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSummary_IsEqualTo",&obj0,&obj1)) SWIG_failgoto fail;
68909 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
68910 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68911 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_IsEqualTo" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_IsEqualTo" "', argument "
"1"" of type '" "lldb::SBTypeSummary *""'"); goto fail; } while
(0)
;
68912 }
68913 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
68914 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeSummary, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[76]
, 0, 0)
;
68915 if (!SWIG_IsOK(res2)(res2 >= 0)) {
68916 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSummary_IsEqualTo" "', argument " "2"" of type '" "lldb::SBTypeSummary &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSummary_IsEqualTo" "', argument "
"2"" of type '" "lldb::SBTypeSummary &""'"); goto fail; }
while(0)
;
68917 }
68918 if (!argp2) {
68919 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeSummary_IsEqualTo" "', argument " "2"" of type '" "lldb::SBTypeSummary &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeSummary_IsEqualTo" "', argument " "2"" of type '"
"lldb::SBTypeSummary &""'"); goto fail; } while(0)
;
68920 }
68921 arg2 = reinterpret_cast< lldb::SBTypeSummary * >(argp2);
68922 {
68923 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68924 result = (bool)(arg1)->IsEqualTo(*arg2);
68925 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68926 }
68927 resultobj = SWIG_From_bool(static_cast< bool >(result));
68928 return resultobj;
68929fail:
68930 return NULL__null;
68931}
68932
68933
68934SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_IsFunctionCode(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68935 PyObject *resultobj = 0;
68936 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
68937 void *argp1 = 0 ;
68938 int res1 = 0 ;
68939 PyObject * obj0 = 0 ;
68940 bool result;
68941
68942 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummary_IsFunctionCode",&obj0)) SWIG_failgoto fail;
68943 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
68944 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68945 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_IsFunctionCode" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_IsFunctionCode"
"', argument " "1"" of type '" "lldb::SBTypeSummary *""'"); goto
fail; } while(0)
;
68946 }
68947 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
68948 {
68949 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68950 result = (bool)(arg1)->IsFunctionCode();
68951 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68952 }
68953 resultobj = SWIG_From_bool(static_cast< bool >(result));
68954 return resultobj;
68955fail:
68956 return NULL__null;
68957}
68958
68959
68960SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_IsFunctionName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68961 PyObject *resultobj = 0;
68962 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
68963 void *argp1 = 0 ;
68964 int res1 = 0 ;
68965 PyObject * obj0 = 0 ;
68966 bool result;
68967
68968 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummary_IsFunctionName",&obj0)) SWIG_failgoto fail;
68969 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
68970 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68971 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_IsFunctionName" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_IsFunctionName"
"', argument " "1"" of type '" "lldb::SBTypeSummary *""'"); goto
fail; } while(0)
;
68972 }
68973 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
68974 {
68975 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
68976 result = (bool)(arg1)->IsFunctionName();
68977 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
68978 }
68979 resultobj = SWIG_From_bool(static_cast< bool >(result));
68980 return resultobj;
68981fail:
68982 return NULL__null;
68983}
68984
68985
68986SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_IsSummaryString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
68987 PyObject *resultobj = 0;
68988 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
68989 void *argp1 = 0 ;
68990 int res1 = 0 ;
68991 PyObject * obj0 = 0 ;
68992 bool result;
68993
68994 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummary_IsSummaryString",&obj0)) SWIG_failgoto fail;
68995 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
68996 if (!SWIG_IsOK(res1)(res1 >= 0)) {
68997 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_IsSummaryString" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_IsSummaryString"
"', argument " "1"" of type '" "lldb::SBTypeSummary *""'"); goto
fail; } while(0)
;
68998 }
68999 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
69000 {
69001 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69002 result = (bool)(arg1)->IsSummaryString();
69003 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69004 }
69005 resultobj = SWIG_From_bool(static_cast< bool >(result));
69006 return resultobj;
69007fail:
69008 return NULL__null;
69009}
69010
69011
69012SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_GetData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69013 PyObject *resultobj = 0;
69014 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
69015 void *argp1 = 0 ;
69016 int res1 = 0 ;
69017 PyObject * obj0 = 0 ;
69018 char *result = 0 ;
69019
69020 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummary_GetData",&obj0)) SWIG_failgoto fail;
69021 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
69022 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69023 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_GetData" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_GetData" "', argument "
"1"" of type '" "lldb::SBTypeSummary *""'"); goto fail; } while
(0)
;
69024 }
69025 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
69026 {
69027 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69028 result = (char *)(arg1)->GetData();
69029 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69030 }
69031 resultobj = SWIG_FromCharPtr((const char *)result);
69032 return resultobj;
69033fail:
69034 return NULL__null;
69035}
69036
69037
69038SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_SetSummaryString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69039 PyObject *resultobj = 0;
69040 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
69041 char *arg2 = (char *) 0 ;
69042 void *argp1 = 0 ;
69043 int res1 = 0 ;
69044 int res2 ;
69045 char *buf2 = 0 ;
69046 int alloc2 = 0 ;
69047 PyObject * obj0 = 0 ;
69048 PyObject * obj1 = 0 ;
69049
69050 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSummary_SetSummaryString",&obj0,&obj1)) SWIG_failgoto fail;
69051 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
69052 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69053 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_SetSummaryString" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_SetSummaryString"
"', argument " "1"" of type '" "lldb::SBTypeSummary *""'"); goto
fail; } while(0)
;
69054 }
69055 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
69056 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
69057 if (!SWIG_IsOK(res2)(res2 >= 0)) {
69058 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSummary_SetSummaryString" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSummary_SetSummaryString"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
69059 }
69060 arg2 = reinterpret_cast< char * >(buf2);
69061 {
69062 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69063 (arg1)->SetSummaryString((char const *)arg2);
69064 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69065 }
69066 resultobj = SWIG_Py_Void();
69067 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
69068 return resultobj;
69069fail:
69070 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
69071 return NULL__null;
69072}
69073
69074
69075SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_SetFunctionName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69076 PyObject *resultobj = 0;
69077 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
69078 char *arg2 = (char *) 0 ;
69079 void *argp1 = 0 ;
69080 int res1 = 0 ;
69081 int res2 ;
69082 char *buf2 = 0 ;
69083 int alloc2 = 0 ;
69084 PyObject * obj0 = 0 ;
69085 PyObject * obj1 = 0 ;
69086
69087 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSummary_SetFunctionName",&obj0,&obj1)) SWIG_failgoto fail;
69088 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
69089 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69090 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_SetFunctionName" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_SetFunctionName"
"', argument " "1"" of type '" "lldb::SBTypeSummary *""'"); goto
fail; } while(0)
;
69091 }
69092 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
69093 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
69094 if (!SWIG_IsOK(res2)(res2 >= 0)) {
69095 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSummary_SetFunctionName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSummary_SetFunctionName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
69096 }
69097 arg2 = reinterpret_cast< char * >(buf2);
69098 {
69099 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69100 (arg1)->SetFunctionName((char const *)arg2);
69101 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69102 }
69103 resultobj = SWIG_Py_Void();
69104 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
69105 return resultobj;
69106fail:
69107 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
69108 return NULL__null;
69109}
69110
69111
69112SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_SetFunctionCode(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69113 PyObject *resultobj = 0;
69114 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
69115 char *arg2 = (char *) 0 ;
69116 void *argp1 = 0 ;
69117 int res1 = 0 ;
69118 int res2 ;
69119 char *buf2 = 0 ;
69120 int alloc2 = 0 ;
69121 PyObject * obj0 = 0 ;
69122 PyObject * obj1 = 0 ;
69123
69124 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSummary_SetFunctionCode",&obj0,&obj1)) SWIG_failgoto fail;
69125 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
69126 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69127 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_SetFunctionCode" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_SetFunctionCode"
"', argument " "1"" of type '" "lldb::SBTypeSummary *""'"); goto
fail; } while(0)
;
69128 }
69129 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
69130 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
69131 if (!SWIG_IsOK(res2)(res2 >= 0)) {
69132 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSummary_SetFunctionCode" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSummary_SetFunctionCode"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
69133 }
69134 arg2 = reinterpret_cast< char * >(buf2);
69135 {
69136 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69137 (arg1)->SetFunctionCode((char const *)arg2);
69138 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69139 }
69140 resultobj = SWIG_Py_Void();
69141 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
69142 return resultobj;
69143fail:
69144 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
69145 return NULL__null;
69146}
69147
69148
69149SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_GetOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69150 PyObject *resultobj = 0;
69151 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
69152 void *argp1 = 0 ;
69153 int res1 = 0 ;
69154 PyObject * obj0 = 0 ;
69155 uint32_t result;
69156
69157 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummary_GetOptions",&obj0)) SWIG_failgoto fail;
69158 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
69159 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69160 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_GetOptions" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_GetOptions" "', argument "
"1"" of type '" "lldb::SBTypeSummary *""'"); goto fail; } while
(0)
;
69161 }
69162 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
69163 {
69164 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69165 result = (uint32_t)(arg1)->GetOptions();
69166 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69167 }
69168 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
69169 return resultobj;
69170fail:
69171 return NULL__null;
69172}
69173
69174
69175SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_SetOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69176 PyObject *resultobj = 0;
69177 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
69178 uint32_t arg2 ;
69179 void *argp1 = 0 ;
69180 int res1 = 0 ;
69181 unsigned int val2 ;
69182 int ecode2 = 0 ;
69183 PyObject * obj0 = 0 ;
69184 PyObject * obj1 = 0 ;
69185
69186 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSummary_SetOptions",&obj0,&obj1)) SWIG_failgoto fail;
69187 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
69188 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69189 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_SetOptions" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_SetOptions" "', argument "
"1"" of type '" "lldb::SBTypeSummary *""'"); goto fail; } while
(0)
;
69190 }
69191 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
69192 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
69193 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
69194 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeSummary_SetOptions" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeSummary_SetOptions"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
69195 }
69196 arg2 = static_cast< uint32_t >(val2);
69197 {
69198 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69199 (arg1)->SetOptions(arg2);
69200 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69201 }
69202 resultobj = SWIG_Py_Void();
69203 return resultobj;
69204fail:
69205 return NULL__null;
69206}
69207
69208
69209SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69210 PyObject *resultobj = 0;
69211 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
69212 lldb::SBStream *arg2 = 0 ;
69213 lldb::DescriptionLevel arg3 ;
69214 void *argp1 = 0 ;
69215 int res1 = 0 ;
69216 void *argp2 = 0 ;
69217 int res2 = 0 ;
69218 int val3 ;
69219 int ecode3 = 0 ;
69220 PyObject * obj0 = 0 ;
69221 PyObject * obj1 = 0 ;
69222 PyObject * obj2 = 0 ;
69223 bool result;
69224
69225 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeSummary_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
69226 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
69227 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69228 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary_GetDescription" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary_GetDescription"
"', argument " "1"" of type '" "lldb::SBTypeSummary *""'"); goto
fail; } while(0)
;
69229 }
69230 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
69231 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
69232 if (!SWIG_IsOK(res2)(res2 >= 0)) {
69233 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSummary_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSummary_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
69234 }
69235 if (!argp2) {
69236 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeSummary_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeSummary_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
69237 }
69238 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
69239 ecode3 = SWIG_AsVal_int(obj2, &val3);
69240 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
69241 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTypeSummary_GetDescription" "', argument " "3"" of type '" "lldb::DescriptionLevel""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTypeSummary_GetDescription"
"', argument " "3"" of type '" "lldb::DescriptionLevel""'");
goto fail; } while(0)
;
69242 }
69243 arg3 = static_cast< lldb::DescriptionLevel >(val3);
69244 {
69245 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69246 result = (bool)(arg1)->GetDescription(*arg2,arg3);
69247 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69248 }
69249 resultobj = SWIG_From_bool(static_cast< bool >(result));
69250 return resultobj;
69251fail:
69252 return NULL__null;
69253}
69254
69255
69256SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69257 PyObject *resultobj = 0;
69258 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
69259 lldb::SBTypeSummary *arg2 = 0 ;
69260 void *argp1 = 0 ;
69261 int res1 = 0 ;
69262 void *argp2 = 0 ;
69263 int res2 = 0 ;
69264 PyObject * obj0 = 0 ;
69265 PyObject * obj1 = 0 ;
69266 bool result;
69267
69268 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSummary___eq__",&obj0,&obj1)) SWIG_failgoto fail;
69269 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
69270 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69271 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary___eq__" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary___eq__" "', argument "
"1"" of type '" "lldb::SBTypeSummary *""'"); goto fail; } while
(0)
;
69272 }
69273 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
69274 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeSummary, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[76]
, 0, 0)
;
69275 if (!SWIG_IsOK(res2)(res2 >= 0)) {
69276 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSummary___eq__" "', argument " "2"" of type '" "lldb::SBTypeSummary &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSummary___eq__" "', argument "
"2"" of type '" "lldb::SBTypeSummary &""'"); goto fail; }
while(0)
;
69277 }
69278 if (!argp2) {
69279 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeSummary___eq__" "', argument " "2"" of type '" "lldb::SBTypeSummary &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeSummary___eq__" "', argument " "2"" of type '"
"lldb::SBTypeSummary &""'"); goto fail; } while(0)
;
69280 }
69281 arg2 = reinterpret_cast< lldb::SBTypeSummary * >(argp2);
69282 {
69283 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69284 result = (bool)(arg1)->operator ==(*arg2);
69285 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69286 }
69287 resultobj = SWIG_From_bool(static_cast< bool >(result));
69288 return resultobj;
69289fail:
69290 return NULL__null;
69291}
69292
69293
69294SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69295 PyObject *resultobj = 0;
69296 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
69297 lldb::SBTypeSummary *arg2 = 0 ;
69298 void *argp1 = 0 ;
69299 int res1 = 0 ;
69300 void *argp2 = 0 ;
69301 int res2 = 0 ;
69302 PyObject * obj0 = 0 ;
69303 PyObject * obj1 = 0 ;
69304 bool result;
69305
69306 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSummary___ne__",&obj0,&obj1)) SWIG_failgoto fail;
69307 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
69308 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69309 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary___ne__" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary___ne__" "', argument "
"1"" of type '" "lldb::SBTypeSummary *""'"); goto fail; } while
(0)
;
69310 }
69311 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
69312 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeSummary, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[76]
, 0, 0)
;
69313 if (!SWIG_IsOK(res2)(res2 >= 0)) {
69314 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSummary___ne__" "', argument " "2"" of type '" "lldb::SBTypeSummary &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSummary___ne__" "', argument "
"2"" of type '" "lldb::SBTypeSummary &""'"); goto fail; }
while(0)
;
69315 }
69316 if (!argp2) {
69317 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeSummary___ne__" "', argument " "2"" of type '" "lldb::SBTypeSummary &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeSummary___ne__" "', argument " "2"" of type '"
"lldb::SBTypeSummary &""'"); goto fail; } while(0)
;
69318 }
69319 arg2 = reinterpret_cast< lldb::SBTypeSummary * >(argp2);
69320 {
69321 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69322 result = (bool)(arg1)->operator !=(*arg2);
69323 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69324 }
69325 resultobj = SWIG_From_bool(static_cast< bool >(result));
69326 return resultobj;
69327fail:
69328 return NULL__null;
69329}
69330
69331
69332SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSummary___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69333 PyObject *resultobj = 0;
69334 lldb::SBTypeSummary *arg1 = (lldb::SBTypeSummary *) 0 ;
69335 void *argp1 = 0 ;
69336 int res1 = 0 ;
69337 PyObject * obj0 = 0 ;
69338 PyObject *result = 0 ;
69339
69340 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSummary___str__",&obj0)) SWIG_failgoto fail;
69341 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSummary, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[76]
, 0 | 0, 0)
;
69342 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69343 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSummary___str__" "', argument " "1"" of type '" "lldb::SBTypeSummary *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSummary___str__" "', argument "
"1"" of type '" "lldb::SBTypeSummary *""'"); goto fail; } while
(0)
;
69344 }
69345 arg1 = reinterpret_cast< lldb::SBTypeSummary * >(argp1);
69346 result = (PyObject *)lldb_SBTypeSummary___str__(arg1);
69347 resultobj = result;
69348 return resultobj;
69349fail:
69350 return NULL__null;
69351}
69352
69353
69354SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTypeSummary_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69355 PyObject *obj;
69356 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
69357 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeSummaryswig_types[76], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
69358 return SWIG_Py_Void();
69359}
69360
69361SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeSynthetic__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69362 PyObject *resultobj = 0;
69363 lldb::SBTypeSynthetic *result = 0 ;
69364
69365 if (!PyArg_ParseTuple(args,(char *)":new_SBTypeSynthetic")) SWIG_failgoto fail;
69366 {
69367 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69368 result = (lldb::SBTypeSynthetic *)new lldb::SBTypeSynthetic();
69369 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69370 }
69371 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeSynthetic, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[78], (
(0x1 << 1) | 0x1) | 0)
;
69372 return resultobj;
69373fail:
69374 return NULL__null;
69375}
69376
69377
69378SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_CreateWithClassName__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69379 PyObject *resultobj = 0;
69380 char *arg1 = (char *) 0 ;
69381 uint32_t arg2 ;
69382 int res1 ;
69383 char *buf1 = 0 ;
69384 int alloc1 = 0 ;
69385 unsigned int val2 ;
69386 int ecode2 = 0 ;
69387 PyObject * obj0 = 0 ;
69388 PyObject * obj1 = 0 ;
69389 lldb::SBTypeSynthetic result;
69390
69391 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSynthetic_CreateWithClassName",&obj0,&obj1)) SWIG_failgoto fail;
69392 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
69393 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69394 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_CreateWithClassName" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_CreateWithClassName"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
69395 }
69396 arg1 = reinterpret_cast< char * >(buf1);
69397 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
69398 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
69399 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeSynthetic_CreateWithClassName" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeSynthetic_CreateWithClassName"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
69400 }
69401 arg2 = static_cast< uint32_t >(val2);
69402 {
69403 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69404 result = lldb::SBTypeSynthetic::CreateWithClassName((char const *)arg1,arg2);
69405 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69406 }
69407 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSynthetic(static_cast< const lldb::SBTypeSynthetic& >(result))), SWIGTYPE_p_lldb__SBTypeSynthetic, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSynthetic(
static_cast< const lldb::SBTypeSynthetic& >(result)
)), swig_types[78], 0x1 | 0)
;
69408 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
69409 return resultobj;
69410fail:
69411 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
69412 return NULL__null;
69413}
69414
69415
69416SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_CreateWithClassName__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69417 PyObject *resultobj = 0;
69418 char *arg1 = (char *) 0 ;
69419 int res1 ;
69420 char *buf1 = 0 ;
69421 int alloc1 = 0 ;
69422 PyObject * obj0 = 0 ;
69423 lldb::SBTypeSynthetic result;
69424
69425 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSynthetic_CreateWithClassName",&obj0)) SWIG_failgoto fail;
69426 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
69427 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69428 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_CreateWithClassName" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_CreateWithClassName"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
69429 }
69430 arg1 = reinterpret_cast< char * >(buf1);
69431 {
69432 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69433 result = lldb::SBTypeSynthetic::CreateWithClassName((char const *)arg1);
69434 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69435 }
69436 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSynthetic(static_cast< const lldb::SBTypeSynthetic& >(result))), SWIGTYPE_p_lldb__SBTypeSynthetic, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSynthetic(
static_cast< const lldb::SBTypeSynthetic& >(result)
)), swig_types[78], 0x1 | 0)
;
69437 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
69438 return resultobj;
69439fail:
69440 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
69441 return NULL__null;
69442}
69443
69444
69445SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_CreateWithClassName(PyObject *self, PyObject *args) {
69446 Py_ssize_t argc;
69447 PyObject *argv[3] = {
69448 0
69449 };
69450 Py_ssize_t ii;
69451
69452 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
69453 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
69454 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
69455 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
69456 }
69457 if (argc == 1) {
69458 int _v;
69459 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
69460 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
69461 if (_v) {
69462 return _wrap_SBTypeSynthetic_CreateWithClassName__SWIG_1(self, args);
69463 }
69464 }
69465 if (argc == 2) {
69466 int _v;
69467 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
69468 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
69469 if (_v) {
69470 {
69471 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
69472 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
69473 }
69474 if (_v) {
69475 return _wrap_SBTypeSynthetic_CreateWithClassName__SWIG_0(self, args);
69476 }
69477 }
69478 }
69479
69480fail:
69481 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTypeSynthetic_CreateWithClassName'.\n"
69482 " Possible C/C++ prototypes are:\n"
69483 " lldb::SBTypeSynthetic::CreateWithClassName(char const *,uint32_t)\n"
69484 " lldb::SBTypeSynthetic::CreateWithClassName(char const *)\n");
69485 return 0;
69486}
69487
69488
69489SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_CreateWithScriptCode__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69490 PyObject *resultobj = 0;
69491 char *arg1 = (char *) 0 ;
69492 uint32_t arg2 ;
69493 int res1 ;
69494 char *buf1 = 0 ;
69495 int alloc1 = 0 ;
69496 unsigned int val2 ;
69497 int ecode2 = 0 ;
69498 PyObject * obj0 = 0 ;
69499 PyObject * obj1 = 0 ;
69500 lldb::SBTypeSynthetic result;
69501
69502 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSynthetic_CreateWithScriptCode",&obj0,&obj1)) SWIG_failgoto fail;
69503 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
69504 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69505 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_CreateWithScriptCode" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_CreateWithScriptCode"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
69506 }
69507 arg1 = reinterpret_cast< char * >(buf1);
69508 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
69509 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
69510 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeSynthetic_CreateWithScriptCode" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeSynthetic_CreateWithScriptCode"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
69511 }
69512 arg2 = static_cast< uint32_t >(val2);
69513 {
69514 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69515 result = lldb::SBTypeSynthetic::CreateWithScriptCode((char const *)arg1,arg2);
69516 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69517 }
69518 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSynthetic(static_cast< const lldb::SBTypeSynthetic& >(result))), SWIGTYPE_p_lldb__SBTypeSynthetic, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSynthetic(
static_cast< const lldb::SBTypeSynthetic& >(result)
)), swig_types[78], 0x1 | 0)
;
69519 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
69520 return resultobj;
69521fail:
69522 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
69523 return NULL__null;
69524}
69525
69526
69527SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_CreateWithScriptCode__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69528 PyObject *resultobj = 0;
69529 char *arg1 = (char *) 0 ;
69530 int res1 ;
69531 char *buf1 = 0 ;
69532 int alloc1 = 0 ;
69533 PyObject * obj0 = 0 ;
69534 lldb::SBTypeSynthetic result;
69535
69536 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSynthetic_CreateWithScriptCode",&obj0)) SWIG_failgoto fail;
69537 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL__null, &alloc1);
69538 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69539 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_CreateWithScriptCode" "', argument " "1"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_CreateWithScriptCode"
"', argument " "1"" of type '" "char const *""'"); goto fail
; } while(0)
;
69540 }
69541 arg1 = reinterpret_cast< char * >(buf1);
69542 {
69543 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69544 result = lldb::SBTypeSynthetic::CreateWithScriptCode((char const *)arg1);
69545 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69546 }
69547 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSynthetic(static_cast< const lldb::SBTypeSynthetic& >(result))), SWIGTYPE_p_lldb__SBTypeSynthetic, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSynthetic(
static_cast< const lldb::SBTypeSynthetic& >(result)
)), swig_types[78], 0x1 | 0)
;
69548 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
69549 return resultobj;
69550fail:
69551 if (alloc1 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf1;
69552 return NULL__null;
69553}
69554
69555
69556SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_CreateWithScriptCode(PyObject *self, PyObject *args) {
69557 Py_ssize_t argc;
69558 PyObject *argv[3] = {
69559 0
69560 };
69561 Py_ssize_t ii;
69562
69563 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
69564 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
69565 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
69566 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
69567 }
69568 if (argc == 1) {
69569 int _v;
69570 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
69571 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
69572 if (_v) {
69573 return _wrap_SBTypeSynthetic_CreateWithScriptCode__SWIG_1(self, args);
69574 }
69575 }
69576 if (argc == 2) {
69577 int _v;
69578 int res = SWIG_AsCharPtrAndSize(argv[0], 0, NULL__null, 0);
69579 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
69580 if (_v) {
69581 {
69582 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
69583 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
69584 }
69585 if (_v) {
69586 return _wrap_SBTypeSynthetic_CreateWithScriptCode__SWIG_0(self, args);
69587 }
69588 }
69589 }
69590
69591fail:
69592 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBTypeSynthetic_CreateWithScriptCode'.\n"
69593 " Possible C/C++ prototypes are:\n"
69594 " lldb::SBTypeSynthetic::CreateWithScriptCode(char const *,uint32_t)\n"
69595 " lldb::SBTypeSynthetic::CreateWithScriptCode(char const *)\n");
69596 return 0;
69597}
69598
69599
69600SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeSynthetic__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69601 PyObject *resultobj = 0;
69602 lldb::SBTypeSynthetic *arg1 = 0 ;
69603 void *argp1 = 0 ;
69604 int res1 = 0 ;
69605 PyObject * obj0 = 0 ;
69606 lldb::SBTypeSynthetic *result = 0 ;
69607
69608 if (!PyArg_ParseTuple(args,(char *)"O:new_SBTypeSynthetic",&obj0)) SWIG_failgoto fail;
69609 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
69610 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69611 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBTypeSynthetic" "', argument " "1"" of type '" "lldb::SBTypeSynthetic const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBTypeSynthetic" "', argument "
"1"" of type '" "lldb::SBTypeSynthetic const &""'"); goto
fail; } while(0)
;
69612 }
69613 if (!argp1) {
69614 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBTypeSynthetic" "', argument " "1"" of type '" "lldb::SBTypeSynthetic const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBTypeSynthetic" "', argument " "1"" of type '"
"lldb::SBTypeSynthetic const &""'"); goto fail; } while(
0)
;
69615 }
69616 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
69617 {
69618 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69619 result = (lldb::SBTypeSynthetic *)new lldb::SBTypeSynthetic((lldb::SBTypeSynthetic const &)*arg1);
69620 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69621 }
69622 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBTypeSynthetic, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[78], (
(0x1 << 1) | 0x1) | 0)
;
69623 return resultobj;
69624fail:
69625 return NULL__null;
69626}
69627
69628
69629SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBTypeSynthetic(PyObject *self, PyObject *args) {
69630 Py_ssize_t argc;
69631 PyObject *argv[2] = {
69632 0
69633 };
69634 Py_ssize_t ii;
69635
69636 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
69637 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
69638 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
69639 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
69640 }
69641 if (argc == 0) {
69642 return _wrap_new_SBTypeSynthetic__SWIG_0(self, args);
69643 }
69644 if (argc == 1) {
69645 int _v;
69646 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBTypeSynthetic, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[78], 0, 0
)
;
69647 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
69648 if (_v) {
69649 return _wrap_new_SBTypeSynthetic__SWIG_1(self, args);
69650 }
69651 }
69652
69653fail:
69654 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBTypeSynthetic'.\n"
69655 " Possible C/C++ prototypes are:\n"
69656 " lldb::SBTypeSynthetic::SBTypeSynthetic()\n"
69657 " lldb::SBTypeSynthetic::SBTypeSynthetic(lldb::SBTypeSynthetic const &)\n");
69658 return 0;
69659}
69660
69661
69662SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBTypeSynthetic(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69663 PyObject *resultobj = 0;
69664 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
69665 void *argp1 = 0 ;
69666 int res1 = 0 ;
69667 PyObject * obj0 = 0 ;
69668
69669 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBTypeSynthetic",&obj0)) SWIG_failgoto fail;
69670 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0x1 | 0, 0)
;
69671 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69672 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBTypeSynthetic" "', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBTypeSynthetic" "', argument "
"1"" of type '" "lldb::SBTypeSynthetic *""'"); goto fail; } while
(0)
;
69673 }
69674 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
69675 {
69676 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69677 delete arg1;
69678 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69679 }
69680 resultobj = SWIG_Py_Void();
69681 return resultobj;
69682fail:
69683 return NULL__null;
69684}
69685
69686
69687SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69688 PyObject *resultobj = 0;
69689 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
69690 void *argp1 = 0 ;
69691 int res1 = 0 ;
69692 PyObject * obj0 = 0 ;
69693 bool result;
69694
69695 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSynthetic_IsValid",&obj0)) SWIG_failgoto fail;
69696 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
69697 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69698 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_IsValid" "', argument " "1"" of type '" "lldb::SBTypeSynthetic const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_IsValid" "', argument "
"1"" of type '" "lldb::SBTypeSynthetic const *""'"); goto fail
; } while(0)
;
69699 }
69700 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
69701 {
69702 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69703 result = (bool)((lldb::SBTypeSynthetic const *)arg1)->IsValid();
69704 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69705 }
69706 resultobj = SWIG_From_bool(static_cast< bool >(result));
69707 return resultobj;
69708fail:
69709 return NULL__null;
69710}
69711
69712
69713SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_IsEqualTo(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69714 PyObject *resultobj = 0;
69715 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
69716 lldb::SBTypeSynthetic *arg2 = 0 ;
69717 void *argp1 = 0 ;
69718 int res1 = 0 ;
69719 void *argp2 = 0 ;
69720 int res2 = 0 ;
69721 PyObject * obj0 = 0 ;
69722 PyObject * obj1 = 0 ;
69723 bool result;
69724
69725 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSynthetic_IsEqualTo",&obj0,&obj1)) SWIG_failgoto fail;
69726 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
69727 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69728 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_IsEqualTo" "', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_IsEqualTo"
"', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")
; goto fail; } while(0)
;
69729 }
69730 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
69731 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeSynthetic, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[78]
, 0, 0)
;
69732 if (!SWIG_IsOK(res2)(res2 >= 0)) {
69733 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSynthetic_IsEqualTo" "', argument " "2"" of type '" "lldb::SBTypeSynthetic &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSynthetic_IsEqualTo"
"', argument " "2"" of type '" "lldb::SBTypeSynthetic &"
"'"); goto fail; } while(0)
;
69734 }
69735 if (!argp2) {
69736 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeSynthetic_IsEqualTo" "', argument " "2"" of type '" "lldb::SBTypeSynthetic &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeSynthetic_IsEqualTo" "', argument " "2"
" of type '" "lldb::SBTypeSynthetic &""'"); goto fail; } while
(0)
;
69737 }
69738 arg2 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp2);
69739 {
69740 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69741 result = (bool)(arg1)->IsEqualTo(*arg2);
69742 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69743 }
69744 resultobj = SWIG_From_bool(static_cast< bool >(result));
69745 return resultobj;
69746fail:
69747 return NULL__null;
69748}
69749
69750
69751SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_IsClassCode(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69752 PyObject *resultobj = 0;
69753 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
69754 void *argp1 = 0 ;
69755 int res1 = 0 ;
69756 PyObject * obj0 = 0 ;
69757 bool result;
69758
69759 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSynthetic_IsClassCode",&obj0)) SWIG_failgoto fail;
69760 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
69761 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69762 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_IsClassCode" "', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_IsClassCode"
"', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")
; goto fail; } while(0)
;
69763 }
69764 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
69765 {
69766 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69767 result = (bool)(arg1)->IsClassCode();
69768 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69769 }
69770 resultobj = SWIG_From_bool(static_cast< bool >(result));
69771 return resultobj;
69772fail:
69773 return NULL__null;
69774}
69775
69776
69777SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_GetData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69778 PyObject *resultobj = 0;
69779 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
69780 void *argp1 = 0 ;
69781 int res1 = 0 ;
69782 PyObject * obj0 = 0 ;
69783 char *result = 0 ;
69784
69785 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSynthetic_GetData",&obj0)) SWIG_failgoto fail;
69786 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
69787 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69788 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_GetData" "', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_GetData" "', argument "
"1"" of type '" "lldb::SBTypeSynthetic *""'"); goto fail; } while
(0)
;
69789 }
69790 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
69791 {
69792 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69793 result = (char *)(arg1)->GetData();
69794 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69795 }
69796 resultobj = SWIG_FromCharPtr((const char *)result);
69797 return resultobj;
69798fail:
69799 return NULL__null;
69800}
69801
69802
69803SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_SetClassName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69804 PyObject *resultobj = 0;
69805 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
69806 char *arg2 = (char *) 0 ;
69807 void *argp1 = 0 ;
69808 int res1 = 0 ;
69809 int res2 ;
69810 char *buf2 = 0 ;
69811 int alloc2 = 0 ;
69812 PyObject * obj0 = 0 ;
69813 PyObject * obj1 = 0 ;
69814
69815 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSynthetic_SetClassName",&obj0,&obj1)) SWIG_failgoto fail;
69816 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
69817 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69818 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_SetClassName" "', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_SetClassName"
"', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")
; goto fail; } while(0)
;
69819 }
69820 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
69821 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
69822 if (!SWIG_IsOK(res2)(res2 >= 0)) {
69823 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSynthetic_SetClassName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSynthetic_SetClassName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
69824 }
69825 arg2 = reinterpret_cast< char * >(buf2);
69826 {
69827 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69828 (arg1)->SetClassName((char const *)arg2);
69829 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69830 }
69831 resultobj = SWIG_Py_Void();
69832 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
69833 return resultobj;
69834fail:
69835 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
69836 return NULL__null;
69837}
69838
69839
69840SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_SetClassCode(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69841 PyObject *resultobj = 0;
69842 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
69843 char *arg2 = (char *) 0 ;
69844 void *argp1 = 0 ;
69845 int res1 = 0 ;
69846 int res2 ;
69847 char *buf2 = 0 ;
69848 int alloc2 = 0 ;
69849 PyObject * obj0 = 0 ;
69850 PyObject * obj1 = 0 ;
69851
69852 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSynthetic_SetClassCode",&obj0,&obj1)) SWIG_failgoto fail;
69853 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
69854 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69855 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_SetClassCode" "', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_SetClassCode"
"', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")
; goto fail; } while(0)
;
69856 }
69857 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
69858 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
69859 if (!SWIG_IsOK(res2)(res2 >= 0)) {
69860 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSynthetic_SetClassCode" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSynthetic_SetClassCode"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
69861 }
69862 arg2 = reinterpret_cast< char * >(buf2);
69863 {
69864 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69865 (arg1)->SetClassCode((char const *)arg2);
69866 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69867 }
69868 resultobj = SWIG_Py_Void();
69869 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
69870 return resultobj;
69871fail:
69872 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
69873 return NULL__null;
69874}
69875
69876
69877SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_GetOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69878 PyObject *resultobj = 0;
69879 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
69880 void *argp1 = 0 ;
69881 int res1 = 0 ;
69882 PyObject * obj0 = 0 ;
69883 uint32_t result;
69884
69885 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSynthetic_GetOptions",&obj0)) SWIG_failgoto fail;
69886 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
69887 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69888 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_GetOptions" "', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_GetOptions"
"', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")
; goto fail; } while(0)
;
69889 }
69890 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
69891 {
69892 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69893 result = (uint32_t)(arg1)->GetOptions();
69894 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69895 }
69896 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
69897 return resultobj;
69898fail:
69899 return NULL__null;
69900}
69901
69902
69903SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_SetOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69904 PyObject *resultobj = 0;
69905 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
69906 uint32_t arg2 ;
69907 void *argp1 = 0 ;
69908 int res1 = 0 ;
69909 unsigned int val2 ;
69910 int ecode2 = 0 ;
69911 PyObject * obj0 = 0 ;
69912 PyObject * obj1 = 0 ;
69913
69914 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSynthetic_SetOptions",&obj0,&obj1)) SWIG_failgoto fail;
69915 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
69916 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69917 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_SetOptions" "', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_SetOptions"
"', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")
; goto fail; } while(0)
;
69918 }
69919 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
69920 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
69921 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
69922 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBTypeSynthetic_SetOptions" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBTypeSynthetic_SetOptions"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
69923 }
69924 arg2 = static_cast< uint32_t >(val2);
69925 {
69926 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69927 (arg1)->SetOptions(arg2);
69928 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69929 }
69930 resultobj = SWIG_Py_Void();
69931 return resultobj;
69932fail:
69933 return NULL__null;
69934}
69935
69936
69937SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69938 PyObject *resultobj = 0;
69939 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
69940 lldb::SBStream *arg2 = 0 ;
69941 lldb::DescriptionLevel arg3 ;
69942 void *argp1 = 0 ;
69943 int res1 = 0 ;
69944 void *argp2 = 0 ;
69945 int res2 = 0 ;
69946 int val3 ;
69947 int ecode3 = 0 ;
69948 PyObject * obj0 = 0 ;
69949 PyObject * obj1 = 0 ;
69950 PyObject * obj2 = 0 ;
69951 bool result;
69952
69953 if (!PyArg_ParseTuple(args,(char *)"OOO:SBTypeSynthetic_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
69954 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
69955 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69956 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic_GetDescription" "', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic_GetDescription"
"', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")
; goto fail; } while(0)
;
69957 }
69958 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
69959 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
69960 if (!SWIG_IsOK(res2)(res2 >= 0)) {
69961 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSynthetic_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSynthetic_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
69962 }
69963 if (!argp2) {
69964 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeSynthetic_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeSynthetic_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
69965 }
69966 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
69967 ecode3 = SWIG_AsVal_int(obj2, &val3);
69968 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
69969 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTypeSynthetic_GetDescription" "', argument " "3"" of type '" "lldb::DescriptionLevel""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBTypeSynthetic_GetDescription"
"', argument " "3"" of type '" "lldb::DescriptionLevel""'");
goto fail; } while(0)
;
69970 }
69971 arg3 = static_cast< lldb::DescriptionLevel >(val3);
69972 {
69973 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
69974 result = (bool)(arg1)->GetDescription(*arg2,arg3);
69975 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
69976 }
69977 resultobj = SWIG_From_bool(static_cast< bool >(result));
69978 return resultobj;
69979fail:
69980 return NULL__null;
69981}
69982
69983
69984SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
69985 PyObject *resultobj = 0;
69986 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
69987 lldb::SBTypeSynthetic *arg2 = 0 ;
69988 void *argp1 = 0 ;
69989 int res1 = 0 ;
69990 void *argp2 = 0 ;
69991 int res2 = 0 ;
69992 PyObject * obj0 = 0 ;
69993 PyObject * obj1 = 0 ;
69994 bool result;
69995
69996 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSynthetic___eq__",&obj0,&obj1)) SWIG_failgoto fail;
69997 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
69998 if (!SWIG_IsOK(res1)(res1 >= 0)) {
69999 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic___eq__" "', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic___eq__" "', argument "
"1"" of type '" "lldb::SBTypeSynthetic *""'"); goto fail; } while
(0)
;
70000 }
70001 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
70002 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeSynthetic, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[78]
, 0, 0)
;
70003 if (!SWIG_IsOK(res2)(res2 >= 0)) {
70004 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSynthetic___eq__" "', argument " "2"" of type '" "lldb::SBTypeSynthetic &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSynthetic___eq__" "', argument "
"2"" of type '" "lldb::SBTypeSynthetic &""'"); goto fail
; } while(0)
;
70005 }
70006 if (!argp2) {
70007 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeSynthetic___eq__" "', argument " "2"" of type '" "lldb::SBTypeSynthetic &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeSynthetic___eq__" "', argument " "2"" of type '"
"lldb::SBTypeSynthetic &""'"); goto fail; } while(0)
;
70008 }
70009 arg2 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp2);
70010 {
70011 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70012 result = (bool)(arg1)->operator ==(*arg2);
70013 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70014 }
70015 resultobj = SWIG_From_bool(static_cast< bool >(result));
70016 return resultobj;
70017fail:
70018 return NULL__null;
70019}
70020
70021
70022SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic___ne__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70023 PyObject *resultobj = 0;
70024 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
70025 lldb::SBTypeSynthetic *arg2 = 0 ;
70026 void *argp1 = 0 ;
70027 int res1 = 0 ;
70028 void *argp2 = 0 ;
70029 int res2 = 0 ;
70030 PyObject * obj0 = 0 ;
70031 PyObject * obj1 = 0 ;
70032 bool result;
70033
70034 if (!PyArg_ParseTuple(args,(char *)"OO:SBTypeSynthetic___ne__",&obj0,&obj1)) SWIG_failgoto fail;
70035 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
70036 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70037 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic___ne__" "', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic___ne__" "', argument "
"1"" of type '" "lldb::SBTypeSynthetic *""'"); goto fail; } while
(0)
;
70038 }
70039 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
70040 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBTypeSynthetic, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[78]
, 0, 0)
;
70041 if (!SWIG_IsOK(res2)(res2 >= 0)) {
70042 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBTypeSynthetic___ne__" "', argument " "2"" of type '" "lldb::SBTypeSynthetic &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBTypeSynthetic___ne__" "', argument "
"2"" of type '" "lldb::SBTypeSynthetic &""'"); goto fail
; } while(0)
;
70043 }
70044 if (!argp2) {
70045 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBTypeSynthetic___ne__" "', argument " "2"" of type '" "lldb::SBTypeSynthetic &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBTypeSynthetic___ne__" "', argument " "2"" of type '"
"lldb::SBTypeSynthetic &""'"); goto fail; } while(0)
;
70046 }
70047 arg2 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp2);
70048 {
70049 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70050 result = (bool)(arg1)->operator !=(*arg2);
70051 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70052 }
70053 resultobj = SWIG_From_bool(static_cast< bool >(result));
70054 return resultobj;
70055fail:
70056 return NULL__null;
70057}
70058
70059
70060SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBTypeSynthetic___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70061 PyObject *resultobj = 0;
70062 lldb::SBTypeSynthetic *arg1 = (lldb::SBTypeSynthetic *) 0 ;
70063 void *argp1 = 0 ;
70064 int res1 = 0 ;
70065 PyObject * obj0 = 0 ;
70066 PyObject *result = 0 ;
70067
70068 if (!PyArg_ParseTuple(args,(char *)"O:SBTypeSynthetic___str__",&obj0)) SWIG_failgoto fail;
70069 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBTypeSynthetic, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[78]
, 0 | 0, 0)
;
70070 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70071 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBTypeSynthetic___str__" "', argument " "1"" of type '" "lldb::SBTypeSynthetic *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBTypeSynthetic___str__" "', argument "
"1"" of type '" "lldb::SBTypeSynthetic *""'"); goto fail; } while
(0)
;
70072 }
70073 arg1 = reinterpret_cast< lldb::SBTypeSynthetic * >(argp1);
70074 result = (PyObject *)lldb_SBTypeSynthetic___str__(arg1);
70075 resultobj = result;
70076 return resultobj;
70077fail:
70078 return NULL__null;
70079}
70080
70081
70082SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBTypeSynthetic_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70083 PyObject *obj;
70084 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
70085 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBTypeSyntheticswig_types[78], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
70086 return SWIG_Py_Void();
70087}
70088
70089SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBValue__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70090 PyObject *resultobj = 0;
70091 lldb::SBValue *result = 0 ;
70092
70093 if (!PyArg_ParseTuple(args,(char *)":new_SBValue")) SWIG_failgoto fail;
70094 {
70095 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70096 result = (lldb::SBValue *)new lldb::SBValue();
70097 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70098 }
70099 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[80], (
(0x1 << 1) | 0x1) | 0)
;
70100 return resultobj;
70101fail:
70102 return NULL__null;
70103}
70104
70105
70106SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBValue__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70107 PyObject *resultobj = 0;
70108 lldb::SBValue *arg1 = 0 ;
70109 void *argp1 = 0 ;
70110 int res1 = 0 ;
70111 PyObject * obj0 = 0 ;
70112 lldb::SBValue *result = 0 ;
70113
70114 if (!PyArg_ParseTuple(args,(char *)"O:new_SBValue",&obj0)) SWIG_failgoto fail;
70115 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBValue, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70116 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70117 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBValue" "', argument " "1"" of type '" "lldb::SBValue const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBValue" "', argument "
"1"" of type '" "lldb::SBValue const &""'"); goto fail; }
while(0)
;
70118 }
70119 if (!argp1) {
70120 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBValue" "', argument " "1"" of type '" "lldb::SBValue const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBValue" "', argument " "1"" of type '" "lldb::SBValue const &"
"'"); goto fail; } while(0)
;
70121 }
70122 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70123 {
70124 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70125 result = (lldb::SBValue *)new lldb::SBValue((lldb::SBValue const &)*arg1);
70126 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70127 }
70128 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[80], (
(0x1 << 1) | 0x1) | 0)
;
70129 return resultobj;
70130fail:
70131 return NULL__null;
70132}
70133
70134
70135SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBValue(PyObject *self, PyObject *args) {
70136 Py_ssize_t argc;
70137 PyObject *argv[2] = {
70138 0
70139 };
70140 Py_ssize_t ii;
70141
70142 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
70143 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
70144 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
70145 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
70146 }
70147 if (argc == 0) {
70148 return _wrap_new_SBValue__SWIG_0(self, args);
70149 }
70150 if (argc == 1) {
70151 int _v;
70152 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[80], 0, 0
)
;
70153 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70154 if (_v) {
70155 return _wrap_new_SBValue__SWIG_1(self, args);
70156 }
70157 }
70158
70159fail:
70160 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBValue'.\n"
70161 " Possible C/C++ prototypes are:\n"
70162 " lldb::SBValue::SBValue()\n"
70163 " lldb::SBValue::SBValue(lldb::SBValue const &)\n");
70164 return 0;
70165}
70166
70167
70168SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70169 PyObject *resultobj = 0;
70170 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70171 void *argp1 = 0 ;
70172 int res1 = 0 ;
70173 PyObject * obj0 = 0 ;
70174
70175 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBValue",&obj0)) SWIG_failgoto fail;
70176 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0x1 | 0, 0)
;
70177 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70178 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBValue" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBValue" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70179 }
70180 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70181 {
70182 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70183 delete arg1;
70184 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70185 }
70186 resultobj = SWIG_Py_Void();
70187 return resultobj;
70188fail:
70189 return NULL__null;
70190}
70191
70192
70193SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70194 PyObject *resultobj = 0;
70195 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70196 void *argp1 = 0 ;
70197 int res1 = 0 ;
70198 PyObject * obj0 = 0 ;
70199 bool result;
70200
70201 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_IsValid",&obj0)) SWIG_failgoto fail;
70202 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70203 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70204 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_IsValid" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_IsValid" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70205 }
70206 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70207 {
70208 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70209 result = (bool)(arg1)->IsValid();
70210 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70211 }
70212 resultobj = SWIG_From_bool(static_cast< bool >(result));
70213 return resultobj;
70214fail:
70215 return NULL__null;
70216}
70217
70218
70219SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70220 PyObject *resultobj = 0;
70221 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70222 void *argp1 = 0 ;
70223 int res1 = 0 ;
70224 PyObject * obj0 = 0 ;
70225
70226 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_Clear",&obj0)) SWIG_failgoto fail;
70227 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70228 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70229 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_Clear" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_Clear" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70230 }
70231 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70232 {
70233 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70234 (arg1)->Clear();
70235 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70236 }
70237 resultobj = SWIG_Py_Void();
70238 return resultobj;
70239fail:
70240 return NULL__null;
70241}
70242
70243
70244SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70245 PyObject *resultobj = 0;
70246 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70247 void *argp1 = 0 ;
70248 int res1 = 0 ;
70249 PyObject * obj0 = 0 ;
70250 lldb::SBError result;
70251
70252 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetError",&obj0)) SWIG_failgoto fail;
70253 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70254 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70255 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetError" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetError" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70256 }
70257 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70258 {
70259 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70260 result = (arg1)->GetError();
70261 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70262 }
70263 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
70264 return resultobj;
70265fail:
70266 return NULL__null;
70267}
70268
70269
70270SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70271 PyObject *resultobj = 0;
70272 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70273 void *argp1 = 0 ;
70274 int res1 = 0 ;
70275 PyObject * obj0 = 0 ;
70276 lldb::user_id_t result;
70277
70278 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetID",&obj0)) SWIG_failgoto fail;
70279 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70280 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70281 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetID" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetID" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70282 }
70283 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70284 {
70285 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70286 result = (lldb::user_id_t)(arg1)->GetID();
70287 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70288 }
70289 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
70290 return resultobj;
70291fail:
70292 return NULL__null;
70293}
70294
70295
70296SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70297 PyObject *resultobj = 0;
70298 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70299 void *argp1 = 0 ;
70300 int res1 = 0 ;
70301 PyObject * obj0 = 0 ;
70302 char *result = 0 ;
70303
70304 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetName",&obj0)) SWIG_failgoto fail;
70305 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70306 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70307 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetName" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetName" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70308 }
70309 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70310 {
70311 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70312 result = (char *)(arg1)->GetName();
70313 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70314 }
70315 resultobj = SWIG_FromCharPtr((const char *)result);
70316 return resultobj;
70317fail:
70318 return NULL__null;
70319}
70320
70321
70322SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetTypeName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70323 PyObject *resultobj = 0;
70324 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70325 void *argp1 = 0 ;
70326 int res1 = 0 ;
70327 PyObject * obj0 = 0 ;
70328 char *result = 0 ;
70329
70330 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetTypeName",&obj0)) SWIG_failgoto fail;
70331 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70332 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70333 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetTypeName" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetTypeName" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70334 }
70335 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70336 {
70337 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70338 result = (char *)(arg1)->GetTypeName();
70339 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70340 }
70341 resultobj = SWIG_FromCharPtr((const char *)result);
70342 return resultobj;
70343fail:
70344 return NULL__null;
70345}
70346
70347
70348SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetDisplayTypeName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70349 PyObject *resultobj = 0;
70350 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70351 void *argp1 = 0 ;
70352 int res1 = 0 ;
70353 PyObject * obj0 = 0 ;
70354 char *result = 0 ;
70355
70356 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetDisplayTypeName",&obj0)) SWIG_failgoto fail;
70357 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70358 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70359 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetDisplayTypeName" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetDisplayTypeName"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
70360 }
70361 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70362 {
70363 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70364 result = (char *)(arg1)->GetDisplayTypeName();
70365 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70366 }
70367 resultobj = SWIG_FromCharPtr((const char *)result);
70368 return resultobj;
70369fail:
70370 return NULL__null;
70371}
70372
70373
70374SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetByteSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70375 PyObject *resultobj = 0;
70376 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70377 void *argp1 = 0 ;
70378 int res1 = 0 ;
70379 PyObject * obj0 = 0 ;
70380 size_t result;
70381
70382 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetByteSize",&obj0)) SWIG_failgoto fail;
70383 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70384 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70385 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetByteSize" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetByteSize" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70386 }
70387 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70388 {
70389 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70390 result = (arg1)->GetByteSize();
70391 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70392 }
70393 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
70394 return resultobj;
70395fail:
70396 return NULL__null;
70397}
70398
70399
70400SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_IsInScope(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70401 PyObject *resultobj = 0;
70402 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70403 void *argp1 = 0 ;
70404 int res1 = 0 ;
70405 PyObject * obj0 = 0 ;
70406 bool result;
70407
70408 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_IsInScope",&obj0)) SWIG_failgoto fail;
70409 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70410 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70411 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_IsInScope" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_IsInScope" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70412 }
70413 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70414 {
70415 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70416 result = (bool)(arg1)->IsInScope();
70417 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70418 }
70419 resultobj = SWIG_From_bool(static_cast< bool >(result));
70420 return resultobj;
70421fail:
70422 return NULL__null;
70423}
70424
70425
70426SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetFormat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70427 PyObject *resultobj = 0;
70428 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70429 void *argp1 = 0 ;
70430 int res1 = 0 ;
70431 PyObject * obj0 = 0 ;
70432 lldb::Format result;
70433
70434 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetFormat",&obj0)) SWIG_failgoto fail;
70435 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70436 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70437 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetFormat" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetFormat" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70438 }
70439 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70440 {
70441 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70442 result = (lldb::Format)(arg1)->GetFormat();
70443 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70444 }
70445 resultobj = SWIG_From_int(static_cast< int >(result));
70446 return resultobj;
70447fail:
70448 return NULL__null;
70449}
70450
70451
70452SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_SetFormat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70453 PyObject *resultobj = 0;
70454 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70455 lldb::Format arg2 ;
70456 void *argp1 = 0 ;
70457 int res1 = 0 ;
70458 int val2 ;
70459 int ecode2 = 0 ;
70460 PyObject * obj0 = 0 ;
70461 PyObject * obj1 = 0 ;
70462
70463 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_SetFormat",&obj0,&obj1)) SWIG_failgoto fail;
70464 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70465 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70466 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_SetFormat" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_SetFormat" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70467 }
70468 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70469 ecode2 = SWIG_AsVal_int(obj1, &val2);
70470 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
70471 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_SetFormat" "', argument " "2"" of type '" "lldb::Format""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_SetFormat" "', argument "
"2"" of type '" "lldb::Format""'"); goto fail; } while(0)
;
70472 }
70473 arg2 = static_cast< lldb::Format >(val2);
70474 {
70475 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70476 (arg1)->SetFormat(arg2);
70477 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70478 }
70479 resultobj = SWIG_Py_Void();
70480 return resultobj;
70481fail:
70482 return NULL__null;
70483}
70484
70485
70486SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70487 PyObject *resultobj = 0;
70488 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70489 void *argp1 = 0 ;
70490 int res1 = 0 ;
70491 PyObject * obj0 = 0 ;
70492 char *result = 0 ;
70493
70494 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetValue",&obj0)) SWIG_failgoto fail;
70495 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70496 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70497 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetValue" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetValue" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70498 }
70499 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70500 {
70501 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70502 result = (char *)(arg1)->GetValue();
70503 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70504 }
70505 resultobj = SWIG_FromCharPtr((const char *)result);
70506 return resultobj;
70507fail:
70508 return NULL__null;
70509}
70510
70511
70512SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueAsSigned__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70513 PyObject *resultobj = 0;
70514 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70515 lldb::SBError *arg2 = 0 ;
70516 int64_t arg3 ;
70517 void *argp1 = 0 ;
70518 int res1 = 0 ;
70519 void *argp2 = 0 ;
70520 int res2 = 0 ;
70521 long long val3 ;
70522 int ecode3 = 0 ;
70523 PyObject * obj0 = 0 ;
70524 PyObject * obj1 = 0 ;
70525 PyObject * obj2 = 0 ;
70526 int64_t result;
70527
70528 if (!PyArg_ParseTuple(args,(char *)"OOO:SBValue_GetValueAsSigned",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
70529 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70530 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70531 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetValueAsSigned" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetValueAsSigned" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70532 }
70533 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70534 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
70535 if (!SWIG_IsOK(res2)(res2 >= 0)) {
70536 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_GetValueAsSigned" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_GetValueAsSigned" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
70537 }
70538 if (!argp2) {
70539 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_GetValueAsSigned" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_GetValueAsSigned" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
70540 }
70541 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
70542 ecode3 = SWIG_AsVal_long_SS_long(obj2, &val3);
70543 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
70544 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBValue_GetValueAsSigned" "', argument " "3"" of type '" "int64_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBValue_GetValueAsSigned"
"', argument " "3"" of type '" "int64_t""'"); goto fail; } while
(0)
;
70545 }
70546 arg3 = static_cast< int64_t >(val3);
70547 {
70548 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70549 result = (int64_t)(arg1)->GetValueAsSigned(*arg2,arg3);
70550 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70551 }
70552 resultobj = SWIG_From_long_SS_long(static_cast< long long >(result));
70553 return resultobj;
70554fail:
70555 return NULL__null;
70556}
70557
70558
70559SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueAsSigned__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70560 PyObject *resultobj = 0;
70561 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70562 lldb::SBError *arg2 = 0 ;
70563 void *argp1 = 0 ;
70564 int res1 = 0 ;
70565 void *argp2 = 0 ;
70566 int res2 = 0 ;
70567 PyObject * obj0 = 0 ;
70568 PyObject * obj1 = 0 ;
70569 int64_t result;
70570
70571 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetValueAsSigned",&obj0,&obj1)) SWIG_failgoto fail;
70572 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70573 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70574 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetValueAsSigned" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetValueAsSigned" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70575 }
70576 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70577 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
70578 if (!SWIG_IsOK(res2)(res2 >= 0)) {
70579 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_GetValueAsSigned" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_GetValueAsSigned" "', argument "
"2"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
70580 }
70581 if (!argp2) {
70582 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_GetValueAsSigned" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_GetValueAsSigned" "', argument " "2"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
70583 }
70584 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
70585 {
70586 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70587 result = (int64_t)(arg1)->GetValueAsSigned(*arg2);
70588 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70589 }
70590 resultobj = SWIG_From_long_SS_long(static_cast< long long >(result));
70591 return resultobj;
70592fail:
70593 return NULL__null;
70594}
70595
70596
70597SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueAsUnsigned__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70598 PyObject *resultobj = 0;
70599 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70600 lldb::SBError *arg2 = 0 ;
70601 uint64_t arg3 ;
70602 void *argp1 = 0 ;
70603 int res1 = 0 ;
70604 void *argp2 = 0 ;
70605 int res2 = 0 ;
70606 unsigned long long val3 ;
70607 int ecode3 = 0 ;
70608 PyObject * obj0 = 0 ;
70609 PyObject * obj1 = 0 ;
70610 PyObject * obj2 = 0 ;
70611 uint64_t result;
70612
70613 if (!PyArg_ParseTuple(args,(char *)"OOO:SBValue_GetValueAsUnsigned",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
70614 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70615 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70616 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetValueAsUnsigned" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetValueAsUnsigned"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
70617 }
70618 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70619 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
70620 if (!SWIG_IsOK(res2)(res2 >= 0)) {
70621 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_GetValueAsUnsigned" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_GetValueAsUnsigned"
"', argument " "2"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
70622 }
70623 if (!argp2) {
70624 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_GetValueAsUnsigned" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_GetValueAsUnsigned" "', argument " "2"
" of type '" "lldb::SBError &""'"); goto fail; } while(0)
;
70625 }
70626 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
70627 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
70628 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
70629 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBValue_GetValueAsUnsigned" "', argument " "3"" of type '" "uint64_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBValue_GetValueAsUnsigned"
"', argument " "3"" of type '" "uint64_t""'"); goto fail; } while
(0)
;
70630 }
70631 arg3 = static_cast< uint64_t >(val3);
70632 {
70633 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70634 result = (uint64_t)(arg1)->GetValueAsUnsigned(*arg2,arg3);
70635 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70636 }
70637 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
70638 return resultobj;
70639fail:
70640 return NULL__null;
70641}
70642
70643
70644SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueAsUnsigned__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70645 PyObject *resultobj = 0;
70646 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70647 lldb::SBError *arg2 = 0 ;
70648 void *argp1 = 0 ;
70649 int res1 = 0 ;
70650 void *argp2 = 0 ;
70651 int res2 = 0 ;
70652 PyObject * obj0 = 0 ;
70653 PyObject * obj1 = 0 ;
70654 uint64_t result;
70655
70656 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetValueAsUnsigned",&obj0,&obj1)) SWIG_failgoto fail;
70657 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70658 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70659 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetValueAsUnsigned" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetValueAsUnsigned"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
70660 }
70661 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70662 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[25]
, 0, 0)
;
70663 if (!SWIG_IsOK(res2)(res2 >= 0)) {
70664 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_GetValueAsUnsigned" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_GetValueAsUnsigned"
"', argument " "2"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
70665 }
70666 if (!argp2) {
70667 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_GetValueAsUnsigned" "', argument " "2"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_GetValueAsUnsigned" "', argument " "2"
" of type '" "lldb::SBError &""'"); goto fail; } while(0)
;
70668 }
70669 arg2 = reinterpret_cast< lldb::SBError * >(argp2);
70670 {
70671 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70672 result = (uint64_t)(arg1)->GetValueAsUnsigned(*arg2);
70673 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70674 }
70675 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
70676 return resultobj;
70677fail:
70678 return NULL__null;
70679}
70680
70681
70682SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueAsSigned__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70683 PyObject *resultobj = 0;
70684 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70685 int64_t arg2 ;
70686 void *argp1 = 0 ;
70687 int res1 = 0 ;
70688 long long val2 ;
70689 int ecode2 = 0 ;
70690 PyObject * obj0 = 0 ;
70691 PyObject * obj1 = 0 ;
70692 int64_t result;
70693
70694 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetValueAsSigned",&obj0,&obj1)) SWIG_failgoto fail;
70695 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70696 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70697 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetValueAsSigned" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetValueAsSigned" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70698 }
70699 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70700 ecode2 = SWIG_AsVal_long_SS_long(obj1, &val2);
70701 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
70702 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_GetValueAsSigned" "', argument " "2"" of type '" "int64_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_GetValueAsSigned"
"', argument " "2"" of type '" "int64_t""'"); goto fail; } while
(0)
;
70703 }
70704 arg2 = static_cast< int64_t >(val2);
70705 {
70706 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70707 result = (int64_t)(arg1)->GetValueAsSigned(arg2);
70708 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70709 }
70710 resultobj = SWIG_From_long_SS_long(static_cast< long long >(result));
70711 return resultobj;
70712fail:
70713 return NULL__null;
70714}
70715
70716
70717SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueAsSigned__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70718 PyObject *resultobj = 0;
70719 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70720 void *argp1 = 0 ;
70721 int res1 = 0 ;
70722 PyObject * obj0 = 0 ;
70723 int64_t result;
70724
70725 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetValueAsSigned",&obj0)) SWIG_failgoto fail;
70726 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70727 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70728 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetValueAsSigned" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetValueAsSigned" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70729 }
70730 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70731 {
70732 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70733 result = (int64_t)(arg1)->GetValueAsSigned();
70734 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70735 }
70736 resultobj = SWIG_From_long_SS_long(static_cast< long long >(result));
70737 return resultobj;
70738fail:
70739 return NULL__null;
70740}
70741
70742
70743SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueAsSigned(PyObject *self, PyObject *args) {
70744 Py_ssize_t argc;
70745 PyObject *argv[4] = {
70746 0
70747 };
70748 Py_ssize_t ii;
70749
70750 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
70751 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
70752 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
70753 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
70754 }
70755 if (argc == 1) {
70756 int _v;
70757 void *vptr = 0;
70758 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
70759 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70760 if (_v) {
70761 return _wrap_SBValue_GetValueAsSigned__SWIG_3(self, args);
70762 }
70763 }
70764 if (argc == 2) {
70765 int _v;
70766 void *vptr = 0;
70767 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
70768 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70769 if (_v) {
70770 void *vptr = 0;
70771 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[25
], 0, 0)
;
70772 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70773 if (_v) {
70774 return _wrap_SBValue_GetValueAsSigned__SWIG_1(self, args);
70775 }
70776 }
70777 }
70778 if (argc == 2) {
70779 int _v;
70780 void *vptr = 0;
70781 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
70782 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70783 if (_v) {
70784 {
70785 int res = SWIG_AsVal_long_SS_long(argv[1], NULL__null);
70786 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70787 }
70788 if (_v) {
70789 return _wrap_SBValue_GetValueAsSigned__SWIG_2(self, args);
70790 }
70791 }
70792 }
70793 if (argc == 3) {
70794 int _v;
70795 void *vptr = 0;
70796 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
70797 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70798 if (_v) {
70799 void *vptr = 0;
70800 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[25
], 0, 0)
;
70801 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70802 if (_v) {
70803 {
70804 int res = SWIG_AsVal_long_SS_long(argv[2], NULL__null);
70805 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70806 }
70807 if (_v) {
70808 return _wrap_SBValue_GetValueAsSigned__SWIG_0(self, args);
70809 }
70810 }
70811 }
70812 }
70813
70814fail:
70815 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBValue_GetValueAsSigned'.\n"
70816 " Possible C/C++ prototypes are:\n"
70817 " lldb::SBValue::GetValueAsSigned(lldb::SBError &,int64_t)\n"
70818 " lldb::SBValue::GetValueAsSigned(lldb::SBError &)\n"
70819 " lldb::SBValue::GetValueAsSigned(int64_t)\n"
70820 " lldb::SBValue::GetValueAsSigned()\n");
70821 return 0;
70822}
70823
70824
70825SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueAsUnsigned__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70826 PyObject *resultobj = 0;
70827 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70828 uint64_t arg2 ;
70829 void *argp1 = 0 ;
70830 int res1 = 0 ;
70831 unsigned long long val2 ;
70832 int ecode2 = 0 ;
70833 PyObject * obj0 = 0 ;
70834 PyObject * obj1 = 0 ;
70835 uint64_t result;
70836
70837 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetValueAsUnsigned",&obj0,&obj1)) SWIG_failgoto fail;
70838 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70839 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70840 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetValueAsUnsigned" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetValueAsUnsigned"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
70841 }
70842 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70843 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
70844 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
70845 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_GetValueAsUnsigned" "', argument " "2"" of type '" "uint64_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_GetValueAsUnsigned"
"', argument " "2"" of type '" "uint64_t""'"); goto fail; } while
(0)
;
70846 }
70847 arg2 = static_cast< uint64_t >(val2);
70848 {
70849 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70850 result = (uint64_t)(arg1)->GetValueAsUnsigned(arg2);
70851 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70852 }
70853 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
70854 return resultobj;
70855fail:
70856 return NULL__null;
70857}
70858
70859
70860SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueAsUnsigned__SWIG_3(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70861 PyObject *resultobj = 0;
70862 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70863 void *argp1 = 0 ;
70864 int res1 = 0 ;
70865 PyObject * obj0 = 0 ;
70866 uint64_t result;
70867
70868 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetValueAsUnsigned",&obj0)) SWIG_failgoto fail;
70869 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70870 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70871 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetValueAsUnsigned" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetValueAsUnsigned"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
70872 }
70873 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70874 {
70875 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70876 result = (uint64_t)(arg1)->GetValueAsUnsigned();
70877 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70878 }
70879 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
70880 return resultobj;
70881fail:
70882 return NULL__null;
70883}
70884
70885
70886SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueAsUnsigned(PyObject *self, PyObject *args) {
70887 Py_ssize_t argc;
70888 PyObject *argv[4] = {
70889 0
70890 };
70891 Py_ssize_t ii;
70892
70893 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
70894 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
70895 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
70896 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
70897 }
70898 if (argc == 1) {
70899 int _v;
70900 void *vptr = 0;
70901 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
70902 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70903 if (_v) {
70904 return _wrap_SBValue_GetValueAsUnsigned__SWIG_3(self, args);
70905 }
70906 }
70907 if (argc == 2) {
70908 int _v;
70909 void *vptr = 0;
70910 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
70911 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70912 if (_v) {
70913 void *vptr = 0;
70914 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[25
], 0, 0)
;
70915 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70916 if (_v) {
70917 return _wrap_SBValue_GetValueAsUnsigned__SWIG_1(self, args);
70918 }
70919 }
70920 }
70921 if (argc == 2) {
70922 int _v;
70923 void *vptr = 0;
70924 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
70925 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70926 if (_v) {
70927 {
70928 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[1], NULL__null);
70929 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70930 }
70931 if (_v) {
70932 return _wrap_SBValue_GetValueAsUnsigned__SWIG_2(self, args);
70933 }
70934 }
70935 }
70936 if (argc == 3) {
70937 int _v;
70938 void *vptr = 0;
70939 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
70940 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70941 if (_v) {
70942 void *vptr = 0;
70943 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[25
], 0, 0)
;
70944 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70945 if (_v) {
70946 {
70947 int res = SWIG_AsVal_unsigned_SS_long_SS_long(argv[2], NULL__null);
70948 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
70949 }
70950 if (_v) {
70951 return _wrap_SBValue_GetValueAsUnsigned__SWIG_0(self, args);
70952 }
70953 }
70954 }
70955 }
70956
70957fail:
70958 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBValue_GetValueAsUnsigned'.\n"
70959 " Possible C/C++ prototypes are:\n"
70960 " lldb::SBValue::GetValueAsUnsigned(lldb::SBError &,uint64_t)\n"
70961 " lldb::SBValue::GetValueAsUnsigned(lldb::SBError &)\n"
70962 " lldb::SBValue::GetValueAsUnsigned(uint64_t)\n"
70963 " lldb::SBValue::GetValueAsUnsigned()\n");
70964 return 0;
70965}
70966
70967
70968SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70969 PyObject *resultobj = 0;
70970 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70971 void *argp1 = 0 ;
70972 int res1 = 0 ;
70973 PyObject * obj0 = 0 ;
70974 lldb::ValueType result;
70975
70976 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetValueType",&obj0)) SWIG_failgoto fail;
70977 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
70978 if (!SWIG_IsOK(res1)(res1 >= 0)) {
70979 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetValueType" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetValueType" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
70980 }
70981 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
70982 {
70983 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
70984 result = (lldb::ValueType)(arg1)->GetValueType();
70985 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
70986 }
70987 resultobj = SWIG_From_int(static_cast< int >(result));
70988 return resultobj;
70989fail:
70990 return NULL__null;
70991}
70992
70993
70994SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueDidChange(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
70995 PyObject *resultobj = 0;
70996 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
70997 void *argp1 = 0 ;
70998 int res1 = 0 ;
70999 PyObject * obj0 = 0 ;
71000 bool result;
71001
71002 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetValueDidChange",&obj0)) SWIG_failgoto fail;
71003 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71004 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71005 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetValueDidChange" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetValueDidChange"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71006 }
71007 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71008 {
71009 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71010 result = (bool)(arg1)->GetValueDidChange();
71011 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71012 }
71013 resultobj = SWIG_From_bool(static_cast< bool >(result));
71014 return resultobj;
71015fail:
71016 return NULL__null;
71017}
71018
71019
71020SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetSummary__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71021 PyObject *resultobj = 0;
71022 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71023 void *argp1 = 0 ;
71024 int res1 = 0 ;
71025 PyObject * obj0 = 0 ;
71026 char *result = 0 ;
71027
71028 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetSummary",&obj0)) SWIG_failgoto fail;
71029 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71030 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71031 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetSummary" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetSummary" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71032 }
71033 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71034 {
71035 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71036 result = (char *)(arg1)->GetSummary();
71037 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71038 }
71039 resultobj = SWIG_FromCharPtr((const char *)result);
71040 return resultobj;
71041fail:
71042 return NULL__null;
71043}
71044
71045
71046SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetSummary__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71047 PyObject *resultobj = 0;
71048 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71049 lldb::SBStream *arg2 = 0 ;
71050 lldb::SBTypeSummaryOptions *arg3 = 0 ;
71051 void *argp1 = 0 ;
71052 int res1 = 0 ;
71053 void *argp2 = 0 ;
71054 int res2 = 0 ;
71055 void *argp3 = 0 ;
71056 int res3 = 0 ;
71057 PyObject * obj0 = 0 ;
71058 PyObject * obj1 = 0 ;
71059 PyObject * obj2 = 0 ;
71060 char *result = 0 ;
71061
71062 if (!PyArg_ParseTuple(args,(char *)"OOO:SBValue_GetSummary",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
71063 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71064 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71065 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetSummary" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetSummary" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71066 }
71067 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71068 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
71069 if (!SWIG_IsOK(res2)(res2 >= 0)) {
71070 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_GetSummary" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_GetSummary" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
71071 }
71072 if (!argp2) {
71073 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_GetSummary" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_GetSummary" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
71074 }
71075 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
71076 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBTypeSummaryOptions, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[77]
, 0, 0)
;
71077 if (!SWIG_IsOK(res3)(res3 >= 0)) {
71078 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBValue_GetSummary" "', argument " "3"" of type '" "lldb::SBTypeSummaryOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBValue_GetSummary" "', argument "
"3"" of type '" "lldb::SBTypeSummaryOptions &""'"); goto
fail; } while(0)
;
71079 }
71080 if (!argp3) {
71081 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_GetSummary" "', argument " "3"" of type '" "lldb::SBTypeSummaryOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_GetSummary" "', argument " "3"" of type '"
"lldb::SBTypeSummaryOptions &""'"); goto fail; } while(0
)
;
71082 }
71083 arg3 = reinterpret_cast< lldb::SBTypeSummaryOptions * >(argp3);
71084 {
71085 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71086 result = (char *)(arg1)->GetSummary(*arg2,*arg3);
71087 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71088 }
71089 resultobj = SWIG_FromCharPtr((const char *)result);
71090 return resultobj;
71091fail:
71092 return NULL__null;
71093}
71094
71095
71096SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetSummary(PyObject *self, PyObject *args) {
71097 Py_ssize_t argc;
71098 PyObject *argv[4] = {
71099 0
71100 };
71101 Py_ssize_t ii;
71102
71103 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
71104 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
71105 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
71106 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
71107 }
71108 if (argc == 1) {
71109 int _v;
71110 void *vptr = 0;
71111 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
71112 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71113 if (_v) {
71114 return _wrap_SBValue_GetSummary__SWIG_0(self, args);
71115 }
71116 }
71117 if (argc == 3) {
71118 int _v;
71119 void *vptr = 0;
71120 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
71121 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71122 if (_v) {
71123 void *vptr = 0;
71124 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBStream, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[54
], 0, 0)
;
71125 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71126 if (_v) {
71127 void *vptr = 0;
71128 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBTypeSummaryOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[77
], 0, 0)
;
71129 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71130 if (_v) {
71131 return _wrap_SBValue_GetSummary__SWIG_1(self, args);
71132 }
71133 }
71134 }
71135 }
71136
71137fail:
71138 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBValue_GetSummary'.\n"
71139 " Possible C/C++ prototypes are:\n"
71140 " lldb::SBValue::GetSummary()\n"
71141 " lldb::SBValue::GetSummary(lldb::SBStream &,lldb::SBTypeSummaryOptions &)\n");
71142 return 0;
71143}
71144
71145
71146SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetObjectDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71147 PyObject *resultobj = 0;
71148 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71149 void *argp1 = 0 ;
71150 int res1 = 0 ;
71151 PyObject * obj0 = 0 ;
71152 char *result = 0 ;
71153
71154 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetObjectDescription",&obj0)) SWIG_failgoto fail;
71155 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71156 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71157 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetObjectDescription" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetObjectDescription"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71158 }
71159 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71160 {
71161 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71162 result = (char *)(arg1)->GetObjectDescription();
71163 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71164 }
71165 resultobj = SWIG_FromCharPtr((const char *)result);
71166 return resultobj;
71167fail:
71168 return NULL__null;
71169}
71170
71171
71172SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetTypeValidatorResult(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71173 PyObject *resultobj = 0;
71174 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71175 void *argp1 = 0 ;
71176 int res1 = 0 ;
71177 PyObject * obj0 = 0 ;
71178 char *result = 0 ;
71179
71180 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetTypeValidatorResult",&obj0)) SWIG_failgoto fail;
71181 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71182 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71183 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetTypeValidatorResult" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetTypeValidatorResult"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71184 }
71185 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71186 {
71187 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71188 result = (char *)(arg1)->GetTypeValidatorResult();
71189 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71190 }
71191 resultobj = SWIG_FromCharPtr((const char *)result);
71192 return resultobj;
71193fail:
71194 return NULL__null;
71195}
71196
71197
71198SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetDynamicValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71199 PyObject *resultobj = 0;
71200 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71201 lldb::DynamicValueType arg2 ;
71202 void *argp1 = 0 ;
71203 int res1 = 0 ;
71204 int val2 ;
71205 int ecode2 = 0 ;
71206 PyObject * obj0 = 0 ;
71207 PyObject * obj1 = 0 ;
71208 lldb::SBValue result;
71209
71210 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetDynamicValue",&obj0,&obj1)) SWIG_failgoto fail;
71211 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71212 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71213 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetDynamicValue" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetDynamicValue" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71214 }
71215 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71216 ecode2 = SWIG_AsVal_int(obj1, &val2);
71217 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
71218 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_GetDynamicValue" "', argument " "2"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_GetDynamicValue"
"', argument " "2"" of type '" "lldb::DynamicValueType""'");
goto fail; } while(0)
;
71219 }
71220 arg2 = static_cast< lldb::DynamicValueType >(val2);
71221 {
71222 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71223 result = (arg1)->GetDynamicValue(arg2);
71224 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71225 }
71226 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
71227 return resultobj;
71228fail:
71229 return NULL__null;
71230}
71231
71232
71233SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetStaticValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71234 PyObject *resultobj = 0;
71235 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71236 void *argp1 = 0 ;
71237 int res1 = 0 ;
71238 PyObject * obj0 = 0 ;
71239 lldb::SBValue result;
71240
71241 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetStaticValue",&obj0)) SWIG_failgoto fail;
71242 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71243 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71244 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetStaticValue" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetStaticValue" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71245 }
71246 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71247 {
71248 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71249 result = (arg1)->GetStaticValue();
71250 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71251 }
71252 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
71253 return resultobj;
71254fail:
71255 return NULL__null;
71256}
71257
71258
71259SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetNonSyntheticValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71260 PyObject *resultobj = 0;
71261 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71262 void *argp1 = 0 ;
71263 int res1 = 0 ;
71264 PyObject * obj0 = 0 ;
71265 lldb::SBValue result;
71266
71267 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetNonSyntheticValue",&obj0)) SWIG_failgoto fail;
71268 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71269 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71270 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetNonSyntheticValue" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetNonSyntheticValue"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71271 }
71272 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71273 {
71274 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71275 result = (arg1)->GetNonSyntheticValue();
71276 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71277 }
71278 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
71279 return resultobj;
71280fail:
71281 return NULL__null;
71282}
71283
71284
71285SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetPreferDynamicValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71286 PyObject *resultobj = 0;
71287 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71288 void *argp1 = 0 ;
71289 int res1 = 0 ;
71290 PyObject * obj0 = 0 ;
71291 lldb::DynamicValueType result;
71292
71293 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetPreferDynamicValue",&obj0)) SWIG_failgoto fail;
71294 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71295 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71296 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetPreferDynamicValue" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetPreferDynamicValue"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71297 }
71298 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71299 {
71300 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71301 result = (lldb::DynamicValueType)(arg1)->GetPreferDynamicValue();
71302 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71303 }
71304 resultobj = SWIG_From_int(static_cast< int >(result));
71305 return resultobj;
71306fail:
71307 return NULL__null;
71308}
71309
71310
71311SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_SetPreferDynamicValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71312 PyObject *resultobj = 0;
71313 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71314 lldb::DynamicValueType arg2 ;
71315 void *argp1 = 0 ;
71316 int res1 = 0 ;
71317 int val2 ;
71318 int ecode2 = 0 ;
71319 PyObject * obj0 = 0 ;
71320 PyObject * obj1 = 0 ;
71321
71322 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_SetPreferDynamicValue",&obj0,&obj1)) SWIG_failgoto fail;
71323 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71324 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71325 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_SetPreferDynamicValue" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_SetPreferDynamicValue"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71326 }
71327 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71328 ecode2 = SWIG_AsVal_int(obj1, &val2);
71329 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
71330 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_SetPreferDynamicValue" "', argument " "2"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_SetPreferDynamicValue"
"', argument " "2"" of type '" "lldb::DynamicValueType""'");
goto fail; } while(0)
;
71331 }
71332 arg2 = static_cast< lldb::DynamicValueType >(val2);
71333 {
71334 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71335 (arg1)->SetPreferDynamicValue(arg2);
71336 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71337 }
71338 resultobj = SWIG_Py_Void();
71339 return resultobj;
71340fail:
71341 return NULL__null;
71342}
71343
71344
71345SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetPreferSyntheticValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71346 PyObject *resultobj = 0;
71347 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71348 void *argp1 = 0 ;
71349 int res1 = 0 ;
71350 PyObject * obj0 = 0 ;
71351 bool result;
71352
71353 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetPreferSyntheticValue",&obj0)) SWIG_failgoto fail;
71354 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71355 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71356 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetPreferSyntheticValue" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetPreferSyntheticValue"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71357 }
71358 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71359 {
71360 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71361 result = (bool)(arg1)->GetPreferSyntheticValue();
71362 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71363 }
71364 resultobj = SWIG_From_bool(static_cast< bool >(result));
71365 return resultobj;
71366fail:
71367 return NULL__null;
71368}
71369
71370
71371SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_SetPreferSyntheticValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71372 PyObject *resultobj = 0;
71373 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71374 bool arg2 ;
71375 void *argp1 = 0 ;
71376 int res1 = 0 ;
71377 bool val2 ;
71378 int ecode2 = 0 ;
71379 PyObject * obj0 = 0 ;
71380 PyObject * obj1 = 0 ;
71381
71382 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_SetPreferSyntheticValue",&obj0,&obj1)) SWIG_failgoto fail;
71383 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71384 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71385 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_SetPreferSyntheticValue" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_SetPreferSyntheticValue"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71386 }
71387 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71388 ecode2 = SWIG_AsVal_bool(obj1, &val2);
71389 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
71390 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_SetPreferSyntheticValue" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_SetPreferSyntheticValue"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
71391 }
71392 arg2 = static_cast< bool >(val2);
71393 {
71394 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71395 (arg1)->SetPreferSyntheticValue(arg2);
71396 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71397 }
71398 resultobj = SWIG_Py_Void();
71399 return resultobj;
71400fail:
71401 return NULL__null;
71402}
71403
71404
71405SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_IsDynamic(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71406 PyObject *resultobj = 0;
71407 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71408 void *argp1 = 0 ;
71409 int res1 = 0 ;
71410 PyObject * obj0 = 0 ;
71411 bool result;
71412
71413 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_IsDynamic",&obj0)) SWIG_failgoto fail;
71414 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71415 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71416 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_IsDynamic" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_IsDynamic" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71417 }
71418 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71419 {
71420 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71421 result = (bool)(arg1)->IsDynamic();
71422 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71423 }
71424 resultobj = SWIG_From_bool(static_cast< bool >(result));
71425 return resultobj;
71426fail:
71427 return NULL__null;
71428}
71429
71430
71431SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_IsSynthetic(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71432 PyObject *resultobj = 0;
71433 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71434 void *argp1 = 0 ;
71435 int res1 = 0 ;
71436 PyObject * obj0 = 0 ;
71437 bool result;
71438
71439 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_IsSynthetic",&obj0)) SWIG_failgoto fail;
71440 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71441 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71442 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_IsSynthetic" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_IsSynthetic" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71443 }
71444 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71445 {
71446 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71447 result = (bool)(arg1)->IsSynthetic();
71448 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71449 }
71450 resultobj = SWIG_From_bool(static_cast< bool >(result));
71451 return resultobj;
71452fail:
71453 return NULL__null;
71454}
71455
71456
71457SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_IsSyntheticChildrenGenerated(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71458 PyObject *resultobj = 0;
71459 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71460 void *argp1 = 0 ;
71461 int res1 = 0 ;
71462 PyObject * obj0 = 0 ;
71463 bool result;
71464
71465 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_IsSyntheticChildrenGenerated",&obj0)) SWIG_failgoto fail;
71466 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71467 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71468 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_IsSyntheticChildrenGenerated" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_IsSyntheticChildrenGenerated"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71469 }
71470 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71471 {
71472 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71473 result = (bool)(arg1)->IsSyntheticChildrenGenerated();
71474 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71475 }
71476 resultobj = SWIG_From_bool(static_cast< bool >(result));
71477 return resultobj;
71478fail:
71479 return NULL__null;
71480}
71481
71482
71483SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_SetSyntheticChildrenGenerated(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71484 PyObject *resultobj = 0;
71485 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71486 bool arg2 ;
71487 void *argp1 = 0 ;
71488 int res1 = 0 ;
71489 bool val2 ;
71490 int ecode2 = 0 ;
71491 PyObject * obj0 = 0 ;
71492 PyObject * obj1 = 0 ;
71493
71494 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_SetSyntheticChildrenGenerated",&obj0,&obj1)) SWIG_failgoto fail;
71495 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71496 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71497 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_SetSyntheticChildrenGenerated" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_SetSyntheticChildrenGenerated"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71498 }
71499 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71500 ecode2 = SWIG_AsVal_bool(obj1, &val2);
71501 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
71502 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_SetSyntheticChildrenGenerated" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_SetSyntheticChildrenGenerated"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
71503 }
71504 arg2 = static_cast< bool >(val2);
71505 {
71506 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71507 (arg1)->SetSyntheticChildrenGenerated(arg2);
71508 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71509 }
71510 resultobj = SWIG_Py_Void();
71511 return resultobj;
71512fail:
71513 return NULL__null;
71514}
71515
71516
71517SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetLocation(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71518 PyObject *resultobj = 0;
71519 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71520 void *argp1 = 0 ;
71521 int res1 = 0 ;
71522 PyObject * obj0 = 0 ;
71523 char *result = 0 ;
71524
71525 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetLocation",&obj0)) SWIG_failgoto fail;
71526 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71527 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71528 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetLocation" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetLocation" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71529 }
71530 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71531 {
71532 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71533 result = (char *)(arg1)->GetLocation();
71534 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71535 }
71536 resultobj = SWIG_FromCharPtr((const char *)result);
71537 return resultobj;
71538fail:
71539 return NULL__null;
71540}
71541
71542
71543SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_SetValueFromCString__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71544 PyObject *resultobj = 0;
71545 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71546 char *arg2 = (char *) 0 ;
71547 void *argp1 = 0 ;
71548 int res1 = 0 ;
71549 int res2 ;
71550 char *buf2 = 0 ;
71551 int alloc2 = 0 ;
71552 PyObject * obj0 = 0 ;
71553 PyObject * obj1 = 0 ;
71554 bool result;
71555
71556 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_SetValueFromCString",&obj0,&obj1)) SWIG_failgoto fail;
71557 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71558 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71559 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_SetValueFromCString" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_SetValueFromCString"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71560 }
71561 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71562 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
71563 if (!SWIG_IsOK(res2)(res2 >= 0)) {
71564 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_SetValueFromCString" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_SetValueFromCString"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
71565 }
71566 arg2 = reinterpret_cast< char * >(buf2);
71567 {
71568 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71569 result = (bool)(arg1)->SetValueFromCString((char const *)arg2);
71570 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71571 }
71572 resultobj = SWIG_From_bool(static_cast< bool >(result));
71573 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
71574 return resultobj;
71575fail:
71576 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
71577 return NULL__null;
71578}
71579
71580
71581SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_SetValueFromCString__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71582 PyObject *resultobj = 0;
71583 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71584 char *arg2 = (char *) 0 ;
71585 lldb::SBError *arg3 = 0 ;
71586 void *argp1 = 0 ;
71587 int res1 = 0 ;
71588 int res2 ;
71589 char *buf2 = 0 ;
71590 int alloc2 = 0 ;
71591 void *argp3 = 0 ;
71592 int res3 = 0 ;
71593 PyObject * obj0 = 0 ;
71594 PyObject * obj1 = 0 ;
71595 PyObject * obj2 = 0 ;
71596 bool result;
71597
71598 if (!PyArg_ParseTuple(args,(char *)"OOO:SBValue_SetValueFromCString",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
71599 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71600 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71601 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_SetValueFromCString" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_SetValueFromCString"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71602 }
71603 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71604 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
71605 if (!SWIG_IsOK(res2)(res2 >= 0)) {
71606 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_SetValueFromCString" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_SetValueFromCString"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
71607 }
71608 arg2 = reinterpret_cast< char * >(buf2);
71609 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
71610 if (!SWIG_IsOK(res3)(res3 >= 0)) {
71611 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBValue_SetValueFromCString" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBValue_SetValueFromCString"
"', argument " "3"" of type '" "lldb::SBError &""'"); goto
fail; } while(0)
;
71612 }
71613 if (!argp3) {
71614 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_SetValueFromCString" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_SetValueFromCString" "', argument " "3"
" of type '" "lldb::SBError &""'"); goto fail; } while(0)
;
71615 }
71616 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
71617 {
71618 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71619 result = (bool)(arg1)->SetValueFromCString((char const *)arg2,*arg3);
71620 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71621 }
71622 resultobj = SWIG_From_bool(static_cast< bool >(result));
71623 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
71624 return resultobj;
71625fail:
71626 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
71627 return NULL__null;
71628}
71629
71630
71631SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_SetValueFromCString(PyObject *self, PyObject *args) {
71632 Py_ssize_t argc;
71633 PyObject *argv[4] = {
71634 0
71635 };
71636 Py_ssize_t ii;
71637
71638 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
71639 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
71640 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
71641 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
71642 }
71643 if (argc == 2) {
71644 int _v;
71645 void *vptr = 0;
71646 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
71647 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71648 if (_v) {
71649 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
71650 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71651 if (_v) {
71652 return _wrap_SBValue_SetValueFromCString__SWIG_0(self, args);
71653 }
71654 }
71655 }
71656 if (argc == 3) {
71657 int _v;
71658 void *vptr = 0;
71659 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
71660 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71661 if (_v) {
71662 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
71663 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71664 if (_v) {
71665 void *vptr = 0;
71666 int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_lldb__SBError, 0)SWIG_Python_ConvertPtrAndOwn(argv[2], &vptr, swig_types[25
], 0, 0)
;
71667 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71668 if (_v) {
71669 return _wrap_SBValue_SetValueFromCString__SWIG_1(self, args);
71670 }
71671 }
71672 }
71673 }
71674
71675fail:
71676 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBValue_SetValueFromCString'.\n"
71677 " Possible C/C++ prototypes are:\n"
71678 " lldb::SBValue::SetValueFromCString(char const *)\n"
71679 " lldb::SBValue::SetValueFromCString(char const *,lldb::SBError &)\n");
71680 return 0;
71681}
71682
71683
71684SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetTypeFormat(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71685 PyObject *resultobj = 0;
71686 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71687 void *argp1 = 0 ;
71688 int res1 = 0 ;
71689 PyObject * obj0 = 0 ;
71690 lldb::SBTypeFormat result;
71691
71692 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetTypeFormat",&obj0)) SWIG_failgoto fail;
71693 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71694 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71695 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetTypeFormat" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetTypeFormat" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71696 }
71697 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71698 {
71699 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71700 result = (arg1)->GetTypeFormat();
71701 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71702 }
71703 resultobj = SWIG_NewPointerObj((new lldb::SBTypeFormat(static_cast< const lldb::SBTypeFormat& >(result))), SWIGTYPE_p_lldb__SBTypeFormat, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeFormat(static_cast
< const lldb::SBTypeFormat& >(result))), swig_types
[71], 0x1 | 0)
;
71704 return resultobj;
71705fail:
71706 return NULL__null;
71707}
71708
71709
71710SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetTypeSummary(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71711 PyObject *resultobj = 0;
71712 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71713 void *argp1 = 0 ;
71714 int res1 = 0 ;
71715 PyObject * obj0 = 0 ;
71716 lldb::SBTypeSummary result;
71717
71718 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetTypeSummary",&obj0)) SWIG_failgoto fail;
71719 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71720 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71721 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetTypeSummary" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetTypeSummary" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71722 }
71723 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71724 {
71725 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71726 result = (arg1)->GetTypeSummary();
71727 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71728 }
71729 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSummary(static_cast< const lldb::SBTypeSummary& >(result))), SWIGTYPE_p_lldb__SBTypeSummary, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSummary(static_cast
< const lldb::SBTypeSummary& >(result))), swig_types
[76], 0x1 | 0)
;
71730 return resultobj;
71731fail:
71732 return NULL__null;
71733}
71734
71735
71736SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetTypeFilter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71737 PyObject *resultobj = 0;
71738 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71739 void *argp1 = 0 ;
71740 int res1 = 0 ;
71741 PyObject * obj0 = 0 ;
71742 lldb::SBTypeFilter result;
71743
71744 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetTypeFilter",&obj0)) SWIG_failgoto fail;
71745 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71746 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71747 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetTypeFilter" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetTypeFilter" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71748 }
71749 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71750 {
71751 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71752 result = (arg1)->GetTypeFilter();
71753 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71754 }
71755 resultobj = SWIG_NewPointerObj((new lldb::SBTypeFilter(static_cast< const lldb::SBTypeFilter& >(result))), SWIGTYPE_p_lldb__SBTypeFilter, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeFilter(static_cast
< const lldb::SBTypeFilter& >(result))), swig_types
[70], 0x1 | 0)
;
71756 return resultobj;
71757fail:
71758 return NULL__null;
71759}
71760
71761
71762SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetTypeSynthetic(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71763 PyObject *resultobj = 0;
71764 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71765 void *argp1 = 0 ;
71766 int res1 = 0 ;
71767 PyObject * obj0 = 0 ;
71768 lldb::SBTypeSynthetic result;
71769
71770 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetTypeSynthetic",&obj0)) SWIG_failgoto fail;
71771 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71772 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71773 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetTypeSynthetic" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetTypeSynthetic" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71774 }
71775 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71776 {
71777 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71778 result = (arg1)->GetTypeSynthetic();
71779 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71780 }
71781 resultobj = SWIG_NewPointerObj((new lldb::SBTypeSynthetic(static_cast< const lldb::SBTypeSynthetic& >(result))), SWIGTYPE_p_lldb__SBTypeSynthetic, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTypeSynthetic(
static_cast< const lldb::SBTypeSynthetic& >(result)
)), swig_types[78], 0x1 | 0)
;
71782 return resultobj;
71783fail:
71784 return NULL__null;
71785}
71786
71787
71788SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetChildAtIndex__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71789 PyObject *resultobj = 0;
71790 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71791 uint32_t arg2 ;
71792 void *argp1 = 0 ;
71793 int res1 = 0 ;
71794 unsigned int val2 ;
71795 int ecode2 = 0 ;
71796 PyObject * obj0 = 0 ;
71797 PyObject * obj1 = 0 ;
71798 lldb::SBValue result;
71799
71800 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetChildAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
71801 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71802 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71803 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetChildAtIndex" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetChildAtIndex" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71804 }
71805 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71806 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
71807 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
71808 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_GetChildAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_GetChildAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
71809 }
71810 arg2 = static_cast< uint32_t >(val2);
71811 {
71812 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71813 result = (arg1)->GetChildAtIndex(arg2);
71814 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71815 }
71816 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
71817 return resultobj;
71818fail:
71819 return NULL__null;
71820}
71821
71822
71823SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetChildAtIndex__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71824 PyObject *resultobj = 0;
71825 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71826 uint32_t arg2 ;
71827 lldb::DynamicValueType arg3 ;
71828 bool arg4 ;
71829 void *argp1 = 0 ;
71830 int res1 = 0 ;
71831 unsigned int val2 ;
71832 int ecode2 = 0 ;
71833 int val3 ;
71834 int ecode3 = 0 ;
71835 bool val4 ;
71836 int ecode4 = 0 ;
71837 PyObject * obj0 = 0 ;
71838 PyObject * obj1 = 0 ;
71839 PyObject * obj2 = 0 ;
71840 PyObject * obj3 = 0 ;
71841 lldb::SBValue result;
71842
71843 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBValue_GetChildAtIndex",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
71844 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71845 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71846 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetChildAtIndex" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetChildAtIndex" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
71847 }
71848 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71849 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
71850 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
71851 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_GetChildAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_GetChildAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
71852 }
71853 arg2 = static_cast< uint32_t >(val2);
71854 ecode3 = SWIG_AsVal_int(obj2, &val3);
71855 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
71856 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBValue_GetChildAtIndex" "', argument " "3"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBValue_GetChildAtIndex"
"', argument " "3"" of type '" "lldb::DynamicValueType""'");
goto fail; } while(0)
;
71857 }
71858 arg3 = static_cast< lldb::DynamicValueType >(val3);
71859 ecode4 = SWIG_AsVal_bool(obj3, &val4);
71860 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
71861 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBValue_GetChildAtIndex" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBValue_GetChildAtIndex"
"', argument " "4"" of type '" "bool""'"); goto fail; } while
(0)
;
71862 }
71863 arg4 = static_cast< bool >(val4);
71864 {
71865 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71866 result = (arg1)->GetChildAtIndex(arg2,arg3,arg4);
71867 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71868 }
71869 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
71870 return resultobj;
71871fail:
71872 return NULL__null;
71873}
71874
71875
71876SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetChildAtIndex(PyObject *self, PyObject *args) {
71877 Py_ssize_t argc;
71878 PyObject *argv[5] = {
71879 0
71880 };
71881 Py_ssize_t ii;
71882
71883 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
71884 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
71885 for (ii = 0; (ii < 4) && (ii < argc); ii++) {
71886 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
71887 }
71888 if (argc == 2) {
71889 int _v;
71890 void *vptr = 0;
71891 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
71892 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71893 if (_v) {
71894 {
71895 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
71896 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71897 }
71898 if (_v) {
71899 return _wrap_SBValue_GetChildAtIndex__SWIG_0(self, args);
71900 }
71901 }
71902 }
71903 if (argc == 4) {
71904 int _v;
71905 void *vptr = 0;
71906 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
71907 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71908 if (_v) {
71909 {
71910 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
71911 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71912 }
71913 if (_v) {
71914 {
71915 int res = SWIG_AsVal_int(argv[2], NULL__null);
71916 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71917 }
71918 if (_v) {
71919 {
71920 int res = SWIG_AsVal_bool(argv[3], NULL__null);
71921 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
71922 }
71923 if (_v) {
71924 return _wrap_SBValue_GetChildAtIndex__SWIG_1(self, args);
71925 }
71926 }
71927 }
71928 }
71929 }
71930
71931fail:
71932 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBValue_GetChildAtIndex'.\n"
71933 " Possible C/C++ prototypes are:\n"
71934 " lldb::SBValue::GetChildAtIndex(uint32_t)\n"
71935 " lldb::SBValue::GetChildAtIndex(uint32_t,lldb::DynamicValueType,bool)\n");
71936 return 0;
71937}
71938
71939
71940SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_CreateChildAtOffset(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
71941 PyObject *resultobj = 0;
71942 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
71943 char *arg2 = (char *) 0 ;
71944 uint32_t arg3 ;
71945 lldb::SBType arg4 ;
71946 void *argp1 = 0 ;
71947 int res1 = 0 ;
71948 int res2 ;
71949 char *buf2 = 0 ;
71950 int alloc2 = 0 ;
71951 unsigned int val3 ;
71952 int ecode3 = 0 ;
71953 void *argp4 ;
71954 int res4 = 0 ;
71955 PyObject * obj0 = 0 ;
71956 PyObject * obj1 = 0 ;
71957 PyObject * obj2 = 0 ;
71958 PyObject * obj3 = 0 ;
71959 lldb::SBValue result;
71960
71961 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBValue_CreateChildAtOffset",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
71962 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
71963 if (!SWIG_IsOK(res1)(res1 >= 0)) {
71964 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_CreateChildAtOffset" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_CreateChildAtOffset"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
71965 }
71966 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
71967 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
71968 if (!SWIG_IsOK(res2)(res2 >= 0)) {
71969 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_CreateChildAtOffset" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_CreateChildAtOffset"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
71970 }
71971 arg2 = reinterpret_cast< char * >(buf2);
71972 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
71973 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
71974 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBValue_CreateChildAtOffset" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBValue_CreateChildAtOffset"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
71975 }
71976 arg3 = static_cast< uint32_t >(val3);
71977 {
71978 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBType, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[66]
, 0 | 0, 0)
;
71979 if (!SWIG_IsOK(res4)(res4 >= 0)) {
71980 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBValue_CreateChildAtOffset" "', argument " "4"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBValue_CreateChildAtOffset"
"', argument " "4"" of type '" "lldb::SBType""'"); goto fail
; } while(0)
;
71981 }
71982 if (!argp4) {
71983 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_CreateChildAtOffset" "', argument " "4"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_CreateChildAtOffset" "', argument " "4"
" of type '" "lldb::SBType""'"); goto fail; } while(0)
;
71984 } else {
71985 lldb::SBType * temp = reinterpret_cast< lldb::SBType * >(argp4);
71986 arg4 = *temp;
71987 if (SWIG_IsNewObj(res4)((res4 >= 0) && (res4 & ((1 << 8) <<
1)))
) delete temp;
71988 }
71989 }
71990 {
71991 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
71992 result = (arg1)->CreateChildAtOffset((char const *)arg2,arg3,arg4);
71993 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
71994 }
71995 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
71996 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
71997 return resultobj;
71998fail:
71999 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72000 return NULL__null;
72001}
72002
72003
72004SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_Cast(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72005 PyObject *resultobj = 0;
72006 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72007 lldb::SBType arg2 ;
72008 void *argp1 = 0 ;
72009 int res1 = 0 ;
72010 void *argp2 ;
72011 int res2 = 0 ;
72012 PyObject * obj0 = 0 ;
72013 PyObject * obj1 = 0 ;
72014 lldb::SBValue result;
72015
72016 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_Cast",&obj0,&obj1)) SWIG_failgoto fail;
72017 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72018 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72019 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_Cast" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_Cast" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
72020 }
72021 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72022 {
72023 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBType, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[66]
, 0 | 0, 0)
;
72024 if (!SWIG_IsOK(res2)(res2 >= 0)) {
72025 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_Cast" "', argument " "2"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_Cast" "', argument "
"2"" of type '" "lldb::SBType""'"); goto fail; } while(0)
;
72026 }
72027 if (!argp2) {
72028 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_Cast" "', argument " "2"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_Cast" "', argument " "2"" of type '" "lldb::SBType"
"'"); goto fail; } while(0)
;
72029 } else {
72030 lldb::SBType * temp = reinterpret_cast< lldb::SBType * >(argp2);
72031 arg2 = *temp;
72032 if (SWIG_IsNewObj(res2)((res2 >= 0) && (res2 & ((1 << 8) <<
1)))
) delete temp;
72033 }
72034 }
72035 {
72036 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72037 result = (arg1)->Cast(arg2);
72038 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72039 }
72040 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
72041 return resultobj;
72042fail:
72043 return NULL__null;
72044}
72045
72046
72047SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_CreateValueFromExpression__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72048 PyObject *resultobj = 0;
72049 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72050 char *arg2 = (char *) 0 ;
72051 char *arg3 = (char *) 0 ;
72052 void *argp1 = 0 ;
72053 int res1 = 0 ;
72054 int res2 ;
72055 char *buf2 = 0 ;
72056 int alloc2 = 0 ;
72057 int res3 ;
72058 char *buf3 = 0 ;
72059 int alloc3 = 0 ;
72060 PyObject * obj0 = 0 ;
72061 PyObject * obj1 = 0 ;
72062 PyObject * obj2 = 0 ;
72063 lldb::SBValue result;
72064
72065 if (!PyArg_ParseTuple(args,(char *)"OOO:SBValue_CreateValueFromExpression",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
72066 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72067 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72068 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_CreateValueFromExpression" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_CreateValueFromExpression"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
72069 }
72070 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72071 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
72072 if (!SWIG_IsOK(res2)(res2 >= 0)) {
72073 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_CreateValueFromExpression" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_CreateValueFromExpression"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
72074 }
72075 arg2 = reinterpret_cast< char * >(buf2);
72076 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
72077 if (!SWIG_IsOK(res3)(res3 >= 0)) {
72078 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBValue_CreateValueFromExpression" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBValue_CreateValueFromExpression"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
72079 }
72080 arg3 = reinterpret_cast< char * >(buf3);
72081 {
72082 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72083 result = (arg1)->CreateValueFromExpression((char const *)arg2,(char const *)arg3);
72084 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72085 }
72086 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
72087 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72088 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
72089 return resultobj;
72090fail:
72091 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72092 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
72093 return NULL__null;
72094}
72095
72096
72097SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_CreateValueFromExpression__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72098 PyObject *resultobj = 0;
72099 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72100 char *arg2 = (char *) 0 ;
72101 char *arg3 = (char *) 0 ;
72102 lldb::SBExpressionOptions *arg4 = 0 ;
72103 void *argp1 = 0 ;
72104 int res1 = 0 ;
72105 int res2 ;
72106 char *buf2 = 0 ;
72107 int alloc2 = 0 ;
72108 int res3 ;
72109 char *buf3 = 0 ;
72110 int alloc3 = 0 ;
72111 void *argp4 = 0 ;
72112 int res4 = 0 ;
72113 PyObject * obj0 = 0 ;
72114 PyObject * obj1 = 0 ;
72115 PyObject * obj2 = 0 ;
72116 PyObject * obj3 = 0 ;
72117 lldb::SBValue result;
72118
72119 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBValue_CreateValueFromExpression",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
72120 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72121 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72122 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_CreateValueFromExpression" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_CreateValueFromExpression"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
72123 }
72124 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72125 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
72126 if (!SWIG_IsOK(res2)(res2 >= 0)) {
72127 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_CreateValueFromExpression" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_CreateValueFromExpression"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
72128 }
72129 arg2 = reinterpret_cast< char * >(buf2);
72130 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL__null, &alloc3);
72131 if (!SWIG_IsOK(res3)(res3 >= 0)) {
72132 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBValue_CreateValueFromExpression" "', argument " "3"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBValue_CreateValueFromExpression"
"', argument " "3"" of type '" "char const *""'"); goto fail
; } while(0)
;
72133 }
72134 arg3 = reinterpret_cast< char * >(buf3);
72135 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBExpressionOptions, 0 )SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[28]
, 0, 0)
;
72136 if (!SWIG_IsOK(res4)(res4 >= 0)) {
72137 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBValue_CreateValueFromExpression" "', argument " "4"" of type '" "lldb::SBExpressionOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBValue_CreateValueFromExpression"
"', argument " "4"" of type '" "lldb::SBExpressionOptions &"
"'"); goto fail; } while(0)
;
72138 }
72139 if (!argp4) {
72140 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_CreateValueFromExpression" "', argument " "4"" of type '" "lldb::SBExpressionOptions &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_CreateValueFromExpression" "', argument "
"4"" of type '" "lldb::SBExpressionOptions &""'"); goto fail
; } while(0)
;
72141 }
72142 arg4 = reinterpret_cast< lldb::SBExpressionOptions * >(argp4);
72143 {
72144 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72145 result = (arg1)->CreateValueFromExpression((char const *)arg2,(char const *)arg3,*arg4);
72146 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72147 }
72148 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
72149 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72150 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
72151 return resultobj;
72152fail:
72153 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72154 if (alloc3 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf3;
72155 return NULL__null;
72156}
72157
72158
72159SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_CreateValueFromExpression(PyObject *self, PyObject *args) {
72160 Py_ssize_t argc;
72161 PyObject *argv[5] = {
72162 0
72163 };
72164 Py_ssize_t ii;
72165
72166 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
72167 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
72168 for (ii = 0; (ii < 4) && (ii < argc); ii++) {
72169 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
72170 }
72171 if (argc == 3) {
72172 int _v;
72173 void *vptr = 0;
72174 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
72175 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72176 if (_v) {
72177 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
72178 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72179 if (_v) {
72180 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
72181 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72182 if (_v) {
72183 return _wrap_SBValue_CreateValueFromExpression__SWIG_0(self, args);
72184 }
72185 }
72186 }
72187 }
72188 if (argc == 4) {
72189 int _v;
72190 void *vptr = 0;
72191 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
72192 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72193 if (_v) {
72194 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
72195 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72196 if (_v) {
72197 int res = SWIG_AsCharPtrAndSize(argv[2], 0, NULL__null, 0);
72198 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72199 if (_v) {
72200 void *vptr = 0;
72201 int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_lldb__SBExpressionOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[3], &vptr, swig_types[28
], 0, 0)
;
72202 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72203 if (_v) {
72204 return _wrap_SBValue_CreateValueFromExpression__SWIG_1(self, args);
72205 }
72206 }
72207 }
72208 }
72209 }
72210
72211fail:
72212 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBValue_CreateValueFromExpression'.\n"
72213 " Possible C/C++ prototypes are:\n"
72214 " lldb::SBValue::CreateValueFromExpression(char const *,char const *)\n"
72215 " lldb::SBValue::CreateValueFromExpression(char const *,char const *,lldb::SBExpressionOptions &)\n");
72216 return 0;
72217}
72218
72219
72220SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_CreateValueFromAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72221 PyObject *resultobj = 0;
72222 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72223 char *arg2 = (char *) 0 ;
72224 lldb::addr_t arg3 ;
72225 lldb::SBType arg4 ;
72226 void *argp1 = 0 ;
72227 int res1 = 0 ;
72228 int res2 ;
72229 char *buf2 = 0 ;
72230 int alloc2 = 0 ;
72231 unsigned long long val3 ;
72232 int ecode3 = 0 ;
72233 void *argp4 ;
72234 int res4 = 0 ;
72235 PyObject * obj0 = 0 ;
72236 PyObject * obj1 = 0 ;
72237 PyObject * obj2 = 0 ;
72238 PyObject * obj3 = 0 ;
72239 lldb::SBValue result;
72240
72241 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBValue_CreateValueFromAddress",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
72242 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72243 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72244 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_CreateValueFromAddress" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_CreateValueFromAddress"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
72245 }
72246 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72247 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
72248 if (!SWIG_IsOK(res2)(res2 >= 0)) {
72249 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_CreateValueFromAddress" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_CreateValueFromAddress"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
72250 }
72251 arg2 = reinterpret_cast< char * >(buf2);
72252 ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long(obj2, &val3);
72253 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
72254 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBValue_CreateValueFromAddress" "', argument " "3"" of type '" "lldb::addr_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBValue_CreateValueFromAddress"
"', argument " "3"" of type '" "lldb::addr_t""'"); goto fail
; } while(0)
;
72255 }
72256 arg3 = static_cast< lldb::addr_t >(val3);
72257 {
72258 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBType, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[66]
, 0 | 0, 0)
;
72259 if (!SWIG_IsOK(res4)(res4 >= 0)) {
72260 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBValue_CreateValueFromAddress" "', argument " "4"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBValue_CreateValueFromAddress"
"', argument " "4"" of type '" "lldb::SBType""'"); goto fail
; } while(0)
;
72261 }
72262 if (!argp4) {
72263 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_CreateValueFromAddress" "', argument " "4"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_CreateValueFromAddress" "', argument "
"4"" of type '" "lldb::SBType""'"); goto fail; } while(0)
;
72264 } else {
72265 lldb::SBType * temp = reinterpret_cast< lldb::SBType * >(argp4);
72266 arg4 = *temp;
72267 if (SWIG_IsNewObj(res4)((res4 >= 0) && (res4 & ((1 << 8) <<
1)))
) delete temp;
72268 }
72269 }
72270 {
72271 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72272 result = (arg1)->CreateValueFromAddress((char const *)arg2,arg3,arg4);
72273 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72274 }
72275 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
72276 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72277 return resultobj;
72278fail:
72279 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72280 return NULL__null;
72281}
72282
72283
72284SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_CreateValueFromData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72285 PyObject *resultobj = 0;
72286 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72287 char *arg2 = (char *) 0 ;
72288 lldb::SBData arg3 ;
72289 lldb::SBType arg4 ;
72290 void *argp1 = 0 ;
72291 int res1 = 0 ;
72292 int res2 ;
72293 char *buf2 = 0 ;
72294 int alloc2 = 0 ;
72295 void *argp3 ;
72296 int res3 = 0 ;
72297 void *argp4 ;
72298 int res4 = 0 ;
72299 PyObject * obj0 = 0 ;
72300 PyObject * obj1 = 0 ;
72301 PyObject * obj2 = 0 ;
72302 PyObject * obj3 = 0 ;
72303 lldb::SBValue result;
72304
72305 if (!PyArg_ParseTuple(args,(char *)"OOOO:SBValue_CreateValueFromData",&obj0,&obj1,&obj2,&obj3)) SWIG_failgoto fail;
72306 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72307 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72308 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_CreateValueFromData" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_CreateValueFromData"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
72309 }
72310 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72311 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
72312 if (!SWIG_IsOK(res2)(res2 >= 0)) {
72313 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_CreateValueFromData" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_CreateValueFromData"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
72314 }
72315 arg2 = reinterpret_cast< char * >(buf2);
72316 {
72317 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBData, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[22]
, 0 | 0, 0)
;
72318 if (!SWIG_IsOK(res3)(res3 >= 0)) {
72319 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBValue_CreateValueFromData" "', argument " "3"" of type '" "lldb::SBData""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBValue_CreateValueFromData"
"', argument " "3"" of type '" "lldb::SBData""'"); goto fail
; } while(0)
;
72320 }
72321 if (!argp3) {
72322 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_CreateValueFromData" "', argument " "3"" of type '" "lldb::SBData""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_CreateValueFromData" "', argument " "3"
" of type '" "lldb::SBData""'"); goto fail; } while(0)
;
72323 } else {
72324 lldb::SBData * temp = reinterpret_cast< lldb::SBData * >(argp3);
72325 arg3 = *temp;
72326 if (SWIG_IsNewObj(res3)((res3 >= 0) && (res3 & ((1 << 8) <<
1)))
) delete temp;
72327 }
72328 }
72329 {
72330 res4 = SWIG_ConvertPtr(obj3, &argp4, SWIGTYPE_p_lldb__SBType, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj3, &argp4, swig_types[66]
, 0 | 0, 0)
;
72331 if (!SWIG_IsOK(res4)(res4 >= 0)) {
72332 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "SBValue_CreateValueFromData" "', argument " "4"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res4 != (
-1)) ? res4 : -5)), "in method '" "SBValue_CreateValueFromData"
"', argument " "4"" of type '" "lldb::SBType""'"); goto fail
; } while(0)
;
72333 }
72334 if (!argp4) {
72335 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_CreateValueFromData" "', argument " "4"" of type '" "lldb::SBType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_CreateValueFromData" "', argument " "4"
" of type '" "lldb::SBType""'"); goto fail; } while(0)
;
72336 } else {
72337 lldb::SBType * temp = reinterpret_cast< lldb::SBType * >(argp4);
72338 arg4 = *temp;
72339 if (SWIG_IsNewObj(res4)((res4 >= 0) && (res4 & ((1 << 8) <<
1)))
) delete temp;
72340 }
72341 }
72342 {
72343 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72344 result = (arg1)->CreateValueFromData((char const *)arg2,arg3,arg4);
72345 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72346 }
72347 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
72348 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72349 return resultobj;
72350fail:
72351 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72352 return NULL__null;
72353}
72354
72355
72356SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72357 PyObject *resultobj = 0;
72358 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72359 void *argp1 = 0 ;
72360 int res1 = 0 ;
72361 PyObject * obj0 = 0 ;
72362 lldb::SBType result;
72363
72364 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetType",&obj0)) SWIG_failgoto fail;
72365 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72366 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72367 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetType" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetType" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
72368 }
72369 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72370 {
72371 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72372 result = (arg1)->GetType();
72373 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72374 }
72375 resultobj = SWIG_NewPointerObj((new lldb::SBType(static_cast< const lldb::SBType& >(result))), SWIGTYPE_p_lldb__SBType, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBType(static_cast
< const lldb::SBType& >(result))), swig_types[66], 0x1
| 0)
;
72376 return resultobj;
72377fail:
72378 return NULL__null;
72379}
72380
72381
72382SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetIndexOfChildWithName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72383 PyObject *resultobj = 0;
72384 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72385 char *arg2 = (char *) 0 ;
72386 void *argp1 = 0 ;
72387 int res1 = 0 ;
72388 int res2 ;
72389 char *buf2 = 0 ;
72390 int alloc2 = 0 ;
72391 PyObject * obj0 = 0 ;
72392 PyObject * obj1 = 0 ;
72393 uint32_t result;
72394
72395 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetIndexOfChildWithName",&obj0,&obj1)) SWIG_failgoto fail;
72396 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72397 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72398 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetIndexOfChildWithName" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetIndexOfChildWithName"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
72399 }
72400 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72401 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
72402 if (!SWIG_IsOK(res2)(res2 >= 0)) {
72403 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_GetIndexOfChildWithName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_GetIndexOfChildWithName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
72404 }
72405 arg2 = reinterpret_cast< char * >(buf2);
72406 {
72407 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72408 result = (uint32_t)(arg1)->GetIndexOfChildWithName((char const *)arg2);
72409 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72410 }
72411 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
72412 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72413 return resultobj;
72414fail:
72415 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72416 return NULL__null;
72417}
72418
72419
72420SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetChildMemberWithName__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72421 PyObject *resultobj = 0;
72422 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72423 char *arg2 = (char *) 0 ;
72424 void *argp1 = 0 ;
72425 int res1 = 0 ;
72426 int res2 ;
72427 char *buf2 = 0 ;
72428 int alloc2 = 0 ;
72429 PyObject * obj0 = 0 ;
72430 PyObject * obj1 = 0 ;
72431 lldb::SBValue result;
72432
72433 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetChildMemberWithName",&obj0,&obj1)) SWIG_failgoto fail;
72434 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72435 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72436 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetChildMemberWithName" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetChildMemberWithName"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
72437 }
72438 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72439 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
72440 if (!SWIG_IsOK(res2)(res2 >= 0)) {
72441 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_GetChildMemberWithName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_GetChildMemberWithName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
72442 }
72443 arg2 = reinterpret_cast< char * >(buf2);
72444 {
72445 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72446 result = (arg1)->GetChildMemberWithName((char const *)arg2);
72447 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72448 }
72449 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
72450 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72451 return resultobj;
72452fail:
72453 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72454 return NULL__null;
72455}
72456
72457
72458SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetChildMemberWithName__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72459 PyObject *resultobj = 0;
72460 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72461 char *arg2 = (char *) 0 ;
72462 lldb::DynamicValueType arg3 ;
72463 void *argp1 = 0 ;
72464 int res1 = 0 ;
72465 int res2 ;
72466 char *buf2 = 0 ;
72467 int alloc2 = 0 ;
72468 int val3 ;
72469 int ecode3 = 0 ;
72470 PyObject * obj0 = 0 ;
72471 PyObject * obj1 = 0 ;
72472 PyObject * obj2 = 0 ;
72473 lldb::SBValue result;
72474
72475 if (!PyArg_ParseTuple(args,(char *)"OOO:SBValue_GetChildMemberWithName",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
72476 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72477 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72478 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetChildMemberWithName" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetChildMemberWithName"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
72479 }
72480 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72481 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
72482 if (!SWIG_IsOK(res2)(res2 >= 0)) {
72483 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_GetChildMemberWithName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_GetChildMemberWithName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
72484 }
72485 arg2 = reinterpret_cast< char * >(buf2);
72486 ecode3 = SWIG_AsVal_int(obj2, &val3);
72487 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
72488 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBValue_GetChildMemberWithName" "', argument " "3"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBValue_GetChildMemberWithName"
"', argument " "3"" of type '" "lldb::DynamicValueType""'");
goto fail; } while(0)
;
72489 }
72490 arg3 = static_cast< lldb::DynamicValueType >(val3);
72491 {
72492 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72493 result = (arg1)->GetChildMemberWithName((char const *)arg2,arg3);
72494 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72495 }
72496 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
72497 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72498 return resultobj;
72499fail:
72500 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72501 return NULL__null;
72502}
72503
72504
72505SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetChildMemberWithName(PyObject *self, PyObject *args) {
72506 Py_ssize_t argc;
72507 PyObject *argv[4] = {
72508 0
72509 };
72510 Py_ssize_t ii;
72511
72512 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
72513 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
72514 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
72515 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
72516 }
72517 if (argc == 2) {
72518 int _v;
72519 void *vptr = 0;
72520 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
72521 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72522 if (_v) {
72523 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
72524 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72525 if (_v) {
72526 return _wrap_SBValue_GetChildMemberWithName__SWIG_0(self, args);
72527 }
72528 }
72529 }
72530 if (argc == 3) {
72531 int _v;
72532 void *vptr = 0;
72533 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
72534 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72535 if (_v) {
72536 int res = SWIG_AsCharPtrAndSize(argv[1], 0, NULL__null, 0);
72537 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72538 if (_v) {
72539 {
72540 int res = SWIG_AsVal_int(argv[2], NULL__null);
72541 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72542 }
72543 if (_v) {
72544 return _wrap_SBValue_GetChildMemberWithName__SWIG_1(self, args);
72545 }
72546 }
72547 }
72548 }
72549
72550fail:
72551 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBValue_GetChildMemberWithName'.\n"
72552 " Possible C/C++ prototypes are:\n"
72553 " lldb::SBValue::GetChildMemberWithName(char const *)\n"
72554 " lldb::SBValue::GetChildMemberWithName(char const *,lldb::DynamicValueType)\n");
72555 return 0;
72556}
72557
72558
72559SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetValueForExpressionPath(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72560 PyObject *resultobj = 0;
72561 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72562 char *arg2 = (char *) 0 ;
72563 void *argp1 = 0 ;
72564 int res1 = 0 ;
72565 int res2 ;
72566 char *buf2 = 0 ;
72567 int alloc2 = 0 ;
72568 PyObject * obj0 = 0 ;
72569 PyObject * obj1 = 0 ;
72570 lldb::SBValue result;
72571
72572 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetValueForExpressionPath",&obj0,&obj1)) SWIG_failgoto fail;
72573 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72574 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72575 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetValueForExpressionPath" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetValueForExpressionPath"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
72576 }
72577 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72578 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
72579 if (!SWIG_IsOK(res2)(res2 >= 0)) {
72580 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_GetValueForExpressionPath" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_GetValueForExpressionPath"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
72581 }
72582 arg2 = reinterpret_cast< char * >(buf2);
72583 {
72584 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72585 result = (arg1)->GetValueForExpressionPath((char const *)arg2);
72586 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72587 }
72588 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
72589 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72590 return resultobj;
72591fail:
72592 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
72593 return NULL__null;
72594}
72595
72596
72597SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetDeclaration(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72598 PyObject *resultobj = 0;
72599 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72600 void *argp1 = 0 ;
72601 int res1 = 0 ;
72602 PyObject * obj0 = 0 ;
72603 lldb::SBDeclaration result;
72604
72605 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetDeclaration",&obj0)) SWIG_failgoto fail;
72606 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72607 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72608 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetDeclaration" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetDeclaration" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
72609 }
72610 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72611 {
72612 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72613 result = (arg1)->GetDeclaration();
72614 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72615 }
72616 resultobj = SWIG_NewPointerObj((new lldb::SBDeclaration(static_cast< const lldb::SBDeclaration& >(result))), SWIGTYPE_p_lldb__SBDeclaration, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBDeclaration(static_cast
< const lldb::SBDeclaration& >(result))), swig_types
[24], 0x1 | 0)
;
72617 return resultobj;
72618fail:
72619 return NULL__null;
72620}
72621
72622
72623SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_MightHaveChildren(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72624 PyObject *resultobj = 0;
72625 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72626 void *argp1 = 0 ;
72627 int res1 = 0 ;
72628 PyObject * obj0 = 0 ;
72629 bool result;
72630
72631 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_MightHaveChildren",&obj0)) SWIG_failgoto fail;
72632 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72633 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72634 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_MightHaveChildren" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_MightHaveChildren"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
72635 }
72636 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72637 {
72638 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72639 result = (bool)(arg1)->MightHaveChildren();
72640 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72641 }
72642 resultobj = SWIG_From_bool(static_cast< bool >(result));
72643 return resultobj;
72644fail:
72645 return NULL__null;
72646}
72647
72648
72649SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_IsRuntimeSupportValue(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72650 PyObject *resultobj = 0;
72651 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72652 void *argp1 = 0 ;
72653 int res1 = 0 ;
72654 PyObject * obj0 = 0 ;
72655 bool result;
72656
72657 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_IsRuntimeSupportValue",&obj0)) SWIG_failgoto fail;
72658 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72659 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72660 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_IsRuntimeSupportValue" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_IsRuntimeSupportValue"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
72661 }
72662 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72663 {
72664 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72665 result = (bool)(arg1)->IsRuntimeSupportValue();
72666 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72667 }
72668 resultobj = SWIG_From_bool(static_cast< bool >(result));
72669 return resultobj;
72670fail:
72671 return NULL__null;
72672}
72673
72674
72675SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetNumChildren__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72676 PyObject *resultobj = 0;
72677 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72678 void *argp1 = 0 ;
72679 int res1 = 0 ;
72680 PyObject * obj0 = 0 ;
72681 uint32_t result;
72682
72683 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetNumChildren",&obj0)) SWIG_failgoto fail;
72684 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72685 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72686 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetNumChildren" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetNumChildren" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
72687 }
72688 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72689 {
72690 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72691 result = (uint32_t)(arg1)->GetNumChildren();
72692 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72693 }
72694 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
72695 return resultobj;
72696fail:
72697 return NULL__null;
72698}
72699
72700
72701SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetNumChildren__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72702 PyObject *resultobj = 0;
72703 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72704 uint32_t arg2 ;
72705 void *argp1 = 0 ;
72706 int res1 = 0 ;
72707 unsigned int val2 ;
72708 int ecode2 = 0 ;
72709 PyObject * obj0 = 0 ;
72710 PyObject * obj1 = 0 ;
72711 uint32_t result;
72712
72713 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetNumChildren",&obj0,&obj1)) SWIG_failgoto fail;
72714 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72715 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72716 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetNumChildren" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetNumChildren" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
72717 }
72718 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72719 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
72720 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
72721 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_GetNumChildren" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_GetNumChildren"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
72722 }
72723 arg2 = static_cast< uint32_t >(val2);
72724 {
72725 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72726 result = (uint32_t)(arg1)->GetNumChildren(arg2);
72727 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72728 }
72729 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
72730 return resultobj;
72731fail:
72732 return NULL__null;
72733}
72734
72735
72736SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetNumChildren(PyObject *self, PyObject *args) {
72737 Py_ssize_t argc;
72738 PyObject *argv[3] = {
72739 0
72740 };
72741 Py_ssize_t ii;
72742
72743 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
72744 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
72745 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
72746 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
72747 }
72748 if (argc == 1) {
72749 int _v;
72750 void *vptr = 0;
72751 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
72752 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72753 if (_v) {
72754 return _wrap_SBValue_GetNumChildren__SWIG_0(self, args);
72755 }
72756 }
72757 if (argc == 2) {
72758 int _v;
72759 void *vptr = 0;
72760 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
72761 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72762 if (_v) {
72763 {
72764 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
72765 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
72766 }
72767 if (_v) {
72768 return _wrap_SBValue_GetNumChildren__SWIG_1(self, args);
72769 }
72770 }
72771 }
72772
72773fail:
72774 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBValue_GetNumChildren'.\n"
72775 " Possible C/C++ prototypes are:\n"
72776 " lldb::SBValue::GetNumChildren()\n"
72777 " lldb::SBValue::GetNumChildren(uint32_t)\n");
72778 return 0;
72779}
72780
72781
72782SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetOpaqueType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72783 PyObject *resultobj = 0;
72784 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72785 void *argp1 = 0 ;
72786 int res1 = 0 ;
72787 PyObject * obj0 = 0 ;
72788 void *result = 0 ;
72789
72790 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetOpaqueType",&obj0)) SWIG_failgoto fail;
72791 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72792 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72793 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetOpaqueType" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetOpaqueType" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
72794 }
72795 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72796 {
72797 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72798 result = (void *)(arg1)->GetOpaqueType();
72799 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72800 }
72801 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[256], 0
| 0)
;
72802 return resultobj;
72803fail:
72804 return NULL__null;
72805}
72806
72807
72808SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_Dereference(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72809 PyObject *resultobj = 0;
72810 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72811 void *argp1 = 0 ;
72812 int res1 = 0 ;
72813 PyObject * obj0 = 0 ;
72814 lldb::SBValue result;
72815
72816 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_Dereference",&obj0)) SWIG_failgoto fail;
72817 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72818 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72819 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_Dereference" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_Dereference" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
72820 }
72821 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72822 {
72823 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72824 result = (arg1)->Dereference();
72825 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72826 }
72827 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
72828 return resultobj;
72829fail:
72830 return NULL__null;
72831}
72832
72833
72834SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_AddressOf(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72835 PyObject *resultobj = 0;
72836 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72837 void *argp1 = 0 ;
72838 int res1 = 0 ;
72839 PyObject * obj0 = 0 ;
72840 lldb::SBValue result;
72841
72842 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_AddressOf",&obj0)) SWIG_failgoto fail;
72843 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72844 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72845 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_AddressOf" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_AddressOf" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
72846 }
72847 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72848 {
72849 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72850 result = (arg1)->AddressOf();
72851 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72852 }
72853 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
72854 return resultobj;
72855fail:
72856 return NULL__null;
72857}
72858
72859
72860SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_TypeIsPointerType(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72861 PyObject *resultobj = 0;
72862 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72863 void *argp1 = 0 ;
72864 int res1 = 0 ;
72865 PyObject * obj0 = 0 ;
72866 bool result;
72867
72868 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_TypeIsPointerType",&obj0)) SWIG_failgoto fail;
72869 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72870 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72871 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_TypeIsPointerType" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_TypeIsPointerType"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
72872 }
72873 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72874 {
72875 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72876 result = (bool)(arg1)->TypeIsPointerType();
72877 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72878 }
72879 resultobj = SWIG_From_bool(static_cast< bool >(result));
72880 return resultobj;
72881fail:
72882 return NULL__null;
72883}
72884
72885
72886SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetTarget(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72887 PyObject *resultobj = 0;
72888 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72889 void *argp1 = 0 ;
72890 int res1 = 0 ;
72891 PyObject * obj0 = 0 ;
72892 lldb::SBTarget result;
72893
72894 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetTarget",&obj0)) SWIG_failgoto fail;
72895 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72896 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72897 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetTarget" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetTarget" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
72898 }
72899 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72900 {
72901 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72902 result = (arg1)->GetTarget();
72903 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72904 }
72905 resultobj = SWIG_NewPointerObj((new lldb::SBTarget(static_cast< const lldb::SBTarget& >(result))), SWIGTYPE_p_lldb__SBTarget, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBTarget(static_cast
< const lldb::SBTarget& >(result))), swig_types[60]
, 0x1 | 0)
;
72906 return resultobj;
72907fail:
72908 return NULL__null;
72909}
72910
72911
72912SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetProcess(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72913 PyObject *resultobj = 0;
72914 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72915 void *argp1 = 0 ;
72916 int res1 = 0 ;
72917 PyObject * obj0 = 0 ;
72918 lldb::SBProcess result;
72919
72920 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetProcess",&obj0)) SWIG_failgoto fail;
72921 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72922 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72923 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetProcess" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetProcess" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
72924 }
72925 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72926 {
72927 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72928 result = (arg1)->GetProcess();
72929 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72930 }
72931 resultobj = SWIG_NewPointerObj((new lldb::SBProcess(static_cast< const lldb::SBProcess& >(result))), SWIGTYPE_p_lldb__SBProcess, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBProcess(static_cast
< const lldb::SBProcess& >(result))), swig_types[48
], 0x1 | 0)
;
72932 return resultobj;
72933fail:
72934 return NULL__null;
72935}
72936
72937
72938SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetThread(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72939 PyObject *resultobj = 0;
72940 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72941 void *argp1 = 0 ;
72942 int res1 = 0 ;
72943 PyObject * obj0 = 0 ;
72944 lldb::SBThread result;
72945
72946 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetThread",&obj0)) SWIG_failgoto fail;
72947 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72948 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72949 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetThread" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetThread" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
72950 }
72951 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72952 {
72953 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72954 result = (arg1)->GetThread();
72955 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72956 }
72957 resultobj = SWIG_NewPointerObj((new lldb::SBThread(static_cast< const lldb::SBThread& >(result))), SWIGTYPE_p_lldb__SBThread, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBThread(static_cast
< const lldb::SBThread& >(result))), swig_types[61]
, 0x1 | 0)
;
72958 return resultobj;
72959fail:
72960 return NULL__null;
72961}
72962
72963
72964SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetFrame(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72965 PyObject *resultobj = 0;
72966 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72967 void *argp1 = 0 ;
72968 int res1 = 0 ;
72969 PyObject * obj0 = 0 ;
72970 lldb::SBFrame result;
72971
72972 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetFrame",&obj0)) SWIG_failgoto fail;
72973 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
72974 if (!SWIG_IsOK(res1)(res1 >= 0)) {
72975 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetFrame" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetFrame" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
72976 }
72977 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
72978 {
72979 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
72980 result = (arg1)->GetFrame();
72981 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
72982 }
72983 resultobj = SWIG_NewPointerObj((new lldb::SBFrame(static_cast< const lldb::SBFrame& >(result))), SWIGTYPE_p_lldb__SBFrame, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBFrame(static_cast
< const lldb::SBFrame& >(result))), swig_types[31],
0x1 | 0)
;
72984 return resultobj;
72985fail:
72986 return NULL__null;
72987}
72988
72989
72990SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_Watch(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
72991 PyObject *resultobj = 0;
72992 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
72993 bool arg2 ;
72994 bool arg3 ;
72995 bool arg4 ;
72996 lldb::SBError *arg5 = 0 ;
72997 void *argp1 = 0 ;
72998 int res1 = 0 ;
72999 bool val2 ;
73000 int ecode2 = 0 ;
73001 bool val3 ;
73002 int ecode3 = 0 ;
73003 bool val4 ;
73004 int ecode4 = 0 ;
73005 void *argp5 = 0 ;
73006 int res5 = 0 ;
73007 PyObject * obj0 = 0 ;
73008 PyObject * obj1 = 0 ;
73009 PyObject * obj2 = 0 ;
73010 PyObject * obj3 = 0 ;
73011 PyObject * obj4 = 0 ;
73012 lldb::SBWatchpoint result;
73013
73014 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBValue_Watch",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
73015 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73016 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73017 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_Watch" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_Watch" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
73018 }
73019 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73020 ecode2 = SWIG_AsVal_bool(obj1, &val2);
73021 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
73022 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_Watch" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_Watch" "', argument "
"2"" of type '" "bool""'"); goto fail; } while(0)
;
73023 }
73024 arg2 = static_cast< bool >(val2);
73025 ecode3 = SWIG_AsVal_bool(obj2, &val3);
73026 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
73027 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBValue_Watch" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBValue_Watch" "', argument "
"3"" of type '" "bool""'"); goto fail; } while(0)
;
73028 }
73029 arg3 = static_cast< bool >(val3);
73030 ecode4 = SWIG_AsVal_bool(obj3, &val4);
73031 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
73032 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBValue_Watch" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBValue_Watch" "', argument "
"4"" of type '" "bool""'"); goto fail; } while(0)
;
73033 }
73034 arg4 = static_cast< bool >(val4);
73035 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[25]
, 0, 0)
;
73036 if (!SWIG_IsOK(res5)(res5 >= 0)) {
73037 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBValue_Watch" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBValue_Watch" "', argument "
"5"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
73038 }
73039 if (!argp5) {
73040 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_Watch" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_Watch" "', argument " "5"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
73041 }
73042 arg5 = reinterpret_cast< lldb::SBError * >(argp5);
73043 {
73044 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73045 result = (arg1)->Watch(arg2,arg3,arg4,*arg5);
73046 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73047 }
73048 resultobj = SWIG_NewPointerObj((new lldb::SBWatchpoint(static_cast< const lldb::SBWatchpoint& >(result))), SWIGTYPE_p_lldb__SBWatchpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBWatchpoint(static_cast
< const lldb::SBWatchpoint& >(result))), swig_types
[83], 0x1 | 0)
;
73049 return resultobj;
73050fail:
73051 return NULL__null;
73052}
73053
73054
73055SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_WatchPointee(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73056 PyObject *resultobj = 0;
73057 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73058 bool arg2 ;
73059 bool arg3 ;
73060 bool arg4 ;
73061 lldb::SBError *arg5 = 0 ;
73062 void *argp1 = 0 ;
73063 int res1 = 0 ;
73064 bool val2 ;
73065 int ecode2 = 0 ;
73066 bool val3 ;
73067 int ecode3 = 0 ;
73068 bool val4 ;
73069 int ecode4 = 0 ;
73070 void *argp5 = 0 ;
73071 int res5 = 0 ;
73072 PyObject * obj0 = 0 ;
73073 PyObject * obj1 = 0 ;
73074 PyObject * obj2 = 0 ;
73075 PyObject * obj3 = 0 ;
73076 PyObject * obj4 = 0 ;
73077 lldb::SBWatchpoint result;
73078
73079 if (!PyArg_ParseTuple(args,(char *)"OOOOO:SBValue_WatchPointee",&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_failgoto fail;
73080 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73081 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73082 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_WatchPointee" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_WatchPointee" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
73083 }
73084 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73085 ecode2 = SWIG_AsVal_bool(obj1, &val2);
73086 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
73087 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_WatchPointee" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_WatchPointee" "', argument "
"2"" of type '" "bool""'"); goto fail; } while(0)
;
73088 }
73089 arg2 = static_cast< bool >(val2);
73090 ecode3 = SWIG_AsVal_bool(obj2, &val3);
73091 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
73092 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBValue_WatchPointee" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBValue_WatchPointee" "', argument "
"3"" of type '" "bool""'"); goto fail; } while(0)
;
73093 }
73094 arg3 = static_cast< bool >(val3);
73095 ecode4 = SWIG_AsVal_bool(obj3, &val4);
73096 if (!SWIG_IsOK(ecode4)(ecode4 >= 0)) {
73097 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "SBValue_WatchPointee" "', argument " "4"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode4 !=
(-1)) ? ecode4 : -5)), "in method '" "SBValue_WatchPointee" "', argument "
"4"" of type '" "bool""'"); goto fail; } while(0)
;
73098 }
73099 arg4 = static_cast< bool >(val4);
73100 res5 = SWIG_ConvertPtr(obj4, &argp5, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj4, &argp5, swig_types[25]
, 0, 0)
;
73101 if (!SWIG_IsOK(res5)(res5 >= 0)) {
73102 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "SBValue_WatchPointee" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res5 != (
-1)) ? res5 : -5)), "in method '" "SBValue_WatchPointee" "', argument "
"5"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
73103 }
73104 if (!argp5) {
73105 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_WatchPointee" "', argument " "5"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_WatchPointee" "', argument " "5"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
73106 }
73107 arg5 = reinterpret_cast< lldb::SBError * >(argp5);
73108 {
73109 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73110 result = (arg1)->WatchPointee(arg2,arg3,arg4,*arg5);
73111 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73112 }
73113 resultobj = SWIG_NewPointerObj((new lldb::SBWatchpoint(static_cast< const lldb::SBWatchpoint& >(result))), SWIGTYPE_p_lldb__SBWatchpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBWatchpoint(static_cast
< const lldb::SBWatchpoint& >(result))), swig_types
[83], 0x1 | 0)
;
73114 return resultobj;
73115fail:
73116 return NULL__null;
73117}
73118
73119
73120SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73121 PyObject *resultobj = 0;
73122 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73123 lldb::SBStream *arg2 = 0 ;
73124 void *argp1 = 0 ;
73125 int res1 = 0 ;
73126 void *argp2 = 0 ;
73127 int res2 = 0 ;
73128 PyObject * obj0 = 0 ;
73129 PyObject * obj1 = 0 ;
73130 bool result;
73131
73132 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetDescription",&obj0,&obj1)) SWIG_failgoto fail;
73133 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73134 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73135 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetDescription" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetDescription" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
73136 }
73137 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73138 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
73139 if (!SWIG_IsOK(res2)(res2 >= 0)) {
73140 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_GetDescription" "', argument "
"2"" of type '" "lldb::SBStream &""'"); goto fail; } while
(0)
;
73141 }
73142 if (!argp2) {
73143 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_GetDescription" "', argument " "2"" of type '"
"lldb::SBStream &""'"); goto fail; } while(0)
;
73144 }
73145 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
73146 {
73147 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73148 result = (bool)(arg1)->GetDescription(*arg2);
73149 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73150 }
73151 resultobj = SWIG_From_bool(static_cast< bool >(result));
73152 return resultobj;
73153fail:
73154 return NULL__null;
73155}
73156
73157
73158SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetExpressionPath__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73159 PyObject *resultobj = 0;
73160 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73161 lldb::SBStream *arg2 = 0 ;
73162 void *argp1 = 0 ;
73163 int res1 = 0 ;
73164 void *argp2 = 0 ;
73165 int res2 = 0 ;
73166 PyObject * obj0 = 0 ;
73167 PyObject * obj1 = 0 ;
73168 bool result;
73169
73170 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetExpressionPath",&obj0,&obj1)) SWIG_failgoto fail;
73171 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73172 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73173 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetExpressionPath" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetExpressionPath"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
73174 }
73175 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73176 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
73177 if (!SWIG_IsOK(res2)(res2 >= 0)) {
73178 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_GetExpressionPath" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_GetExpressionPath"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
73179 }
73180 if (!argp2) {
73181 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_GetExpressionPath" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_GetExpressionPath" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
73182 }
73183 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
73184 {
73185 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73186 result = (bool)(arg1)->GetExpressionPath(*arg2);
73187 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73188 }
73189 resultobj = SWIG_From_bool(static_cast< bool >(result));
73190 return resultobj;
73191fail:
73192 return NULL__null;
73193}
73194
73195
73196SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetPointeeData__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73197 PyObject *resultobj = 0;
73198 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73199 uint32_t arg2 ;
73200 uint32_t arg3 ;
73201 void *argp1 = 0 ;
73202 int res1 = 0 ;
73203 unsigned int val2 ;
73204 int ecode2 = 0 ;
73205 unsigned int val3 ;
73206 int ecode3 = 0 ;
73207 PyObject * obj0 = 0 ;
73208 PyObject * obj1 = 0 ;
73209 PyObject * obj2 = 0 ;
73210 lldb::SBData result;
73211
73212 if (!PyArg_ParseTuple(args,(char *)"OOO:SBValue_GetPointeeData",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
73213 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73214 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73215 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetPointeeData" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetPointeeData" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
73216 }
73217 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73218 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
73219 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
73220 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_GetPointeeData" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_GetPointeeData"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
73221 }
73222 arg2 = static_cast< uint32_t >(val2);
73223 ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
73224 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
73225 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBValue_GetPointeeData" "', argument " "3"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBValue_GetPointeeData"
"', argument " "3"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
73226 }
73227 arg3 = static_cast< uint32_t >(val3);
73228 {
73229 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73230 result = (arg1)->GetPointeeData(arg2,arg3);
73231 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73232 }
73233 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
73234 return resultobj;
73235fail:
73236 return NULL__null;
73237}
73238
73239
73240SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetPointeeData__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73241 PyObject *resultobj = 0;
73242 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73243 uint32_t arg2 ;
73244 void *argp1 = 0 ;
73245 int res1 = 0 ;
73246 unsigned int val2 ;
73247 int ecode2 = 0 ;
73248 PyObject * obj0 = 0 ;
73249 PyObject * obj1 = 0 ;
73250 lldb::SBData result;
73251
73252 if (!PyArg_ParseTuple(args,(char *)"OO:SBValue_GetPointeeData",&obj0,&obj1)) SWIG_failgoto fail;
73253 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73254 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73255 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetPointeeData" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetPointeeData" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
73256 }
73257 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73258 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
73259 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
73260 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValue_GetPointeeData" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValue_GetPointeeData"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
73261 }
73262 arg2 = static_cast< uint32_t >(val2);
73263 {
73264 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73265 result = (arg1)->GetPointeeData(arg2);
73266 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73267 }
73268 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
73269 return resultobj;
73270fail:
73271 return NULL__null;
73272}
73273
73274
73275SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetPointeeData__SWIG_2(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73276 PyObject *resultobj = 0;
73277 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73278 void *argp1 = 0 ;
73279 int res1 = 0 ;
73280 PyObject * obj0 = 0 ;
73281 lldb::SBData result;
73282
73283 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetPointeeData",&obj0)) SWIG_failgoto fail;
73284 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73285 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73286 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetPointeeData" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetPointeeData" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
73287 }
73288 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73289 {
73290 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73291 result = (arg1)->GetPointeeData();
73292 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73293 }
73294 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
73295 return resultobj;
73296fail:
73297 return NULL__null;
73298}
73299
73300
73301SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetPointeeData(PyObject *self, PyObject *args) {
73302 Py_ssize_t argc;
73303 PyObject *argv[4] = {
73304 0
73305 };
73306 Py_ssize_t ii;
73307
73308 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
73309 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
73310 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
73311 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
73312 }
73313 if (argc == 1) {
73314 int _v;
73315 void *vptr = 0;
73316 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
73317 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73318 if (_v) {
73319 return _wrap_SBValue_GetPointeeData__SWIG_2(self, args);
73320 }
73321 }
73322 if (argc == 2) {
73323 int _v;
73324 void *vptr = 0;
73325 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
73326 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73327 if (_v) {
73328 {
73329 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
73330 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73331 }
73332 if (_v) {
73333 return _wrap_SBValue_GetPointeeData__SWIG_1(self, args);
73334 }
73335 }
73336 }
73337 if (argc == 3) {
73338 int _v;
73339 void *vptr = 0;
73340 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
73341 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73342 if (_v) {
73343 {
73344 int res = SWIG_AsVal_unsigned_SS_int(argv[1], NULL__null);
73345 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73346 }
73347 if (_v) {
73348 {
73349 int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL__null);
73350 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73351 }
73352 if (_v) {
73353 return _wrap_SBValue_GetPointeeData__SWIG_0(self, args);
73354 }
73355 }
73356 }
73357 }
73358
73359fail:
73360 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBValue_GetPointeeData'.\n"
73361 " Possible C/C++ prototypes are:\n"
73362 " lldb::SBValue::GetPointeeData(uint32_t,uint32_t)\n"
73363 " lldb::SBValue::GetPointeeData(uint32_t)\n"
73364 " lldb::SBValue::GetPointeeData()\n");
73365 return 0;
73366}
73367
73368
73369SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73370 PyObject *resultobj = 0;
73371 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73372 void *argp1 = 0 ;
73373 int res1 = 0 ;
73374 PyObject * obj0 = 0 ;
73375 lldb::SBData result;
73376
73377 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetData",&obj0)) SWIG_failgoto fail;
73378 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73379 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73380 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetData" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetData" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
73381 }
73382 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73383 {
73384 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73385 result = (arg1)->GetData();
73386 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73387 }
73388 resultobj = SWIG_NewPointerObj((new lldb::SBData(static_cast< const lldb::SBData& >(result))), SWIGTYPE_p_lldb__SBData, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBData(static_cast
< const lldb::SBData& >(result))), swig_types[22], 0x1
| 0)
;
73389 return resultobj;
73390fail:
73391 return NULL__null;
73392}
73393
73394
73395SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_SetData(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73396 PyObject *resultobj = 0;
73397 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73398 lldb::SBData *arg2 = 0 ;
73399 lldb::SBError *arg3 = 0 ;
73400 void *argp1 = 0 ;
73401 int res1 = 0 ;
73402 void *argp2 = 0 ;
73403 int res2 = 0 ;
73404 void *argp3 = 0 ;
73405 int res3 = 0 ;
73406 PyObject * obj0 = 0 ;
73407 PyObject * obj1 = 0 ;
73408 PyObject * obj2 = 0 ;
73409 bool result;
73410
73411 if (!PyArg_ParseTuple(args,(char *)"OOO:SBValue_SetData",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
73412 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73413 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73414 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_SetData" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_SetData" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
73415 }
73416 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73417 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBData, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[22]
, 0, 0)
;
73418 if (!SWIG_IsOK(res2)(res2 >= 0)) {
73419 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_SetData" "', argument " "2"" of type '" "lldb::SBData &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_SetData" "', argument "
"2"" of type '" "lldb::SBData &""'"); goto fail; } while
(0)
;
73420 }
73421 if (!argp2) {
73422 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_SetData" "', argument " "2"" of type '" "lldb::SBData &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_SetData" "', argument " "2"" of type '"
"lldb::SBData &""'"); goto fail; } while(0)
;
73423 }
73424 arg2 = reinterpret_cast< lldb::SBData * >(argp2);
73425 res3 = SWIG_ConvertPtr(obj2, &argp3, SWIGTYPE_p_lldb__SBError, 0 )SWIG_Python_ConvertPtrAndOwn(obj2, &argp3, swig_types[25]
, 0, 0)
;
73426 if (!SWIG_IsOK(res3)(res3 >= 0)) {
73427 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "SBValue_SetData" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res3 != (
-1)) ? res3 : -5)), "in method '" "SBValue_SetData" "', argument "
"3"" of type '" "lldb::SBError &""'"); goto fail; } while
(0)
;
73428 }
73429 if (!argp3) {
73430 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_SetData" "', argument " "3"" of type '" "lldb::SBError &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_SetData" "', argument " "3"" of type '"
"lldb::SBError &""'"); goto fail; } while(0)
;
73431 }
73432 arg3 = reinterpret_cast< lldb::SBError * >(argp3);
73433 {
73434 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73435 result = (bool)(arg1)->SetData(*arg2,*arg3);
73436 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73437 }
73438 resultobj = SWIG_From_bool(static_cast< bool >(result));
73439 return resultobj;
73440fail:
73441 return NULL__null;
73442}
73443
73444
73445SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetLoadAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73446 PyObject *resultobj = 0;
73447 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73448 void *argp1 = 0 ;
73449 int res1 = 0 ;
73450 PyObject * obj0 = 0 ;
73451 lldb::addr_t result;
73452
73453 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetLoadAddress",&obj0)) SWIG_failgoto fail;
73454 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73455 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73456 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetLoadAddress" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetLoadAddress" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
73457 }
73458 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73459 {
73460 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73461 result = (lldb::addr_t)(arg1)->GetLoadAddress();
73462 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73463 }
73464 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
73465 return resultobj;
73466fail:
73467 return NULL__null;
73468}
73469
73470
73471SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73472 PyObject *resultobj = 0;
73473 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73474 void *argp1 = 0 ;
73475 int res1 = 0 ;
73476 PyObject * obj0 = 0 ;
73477 lldb::SBAddress result;
73478
73479 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_GetAddress",&obj0)) SWIG_failgoto fail;
73480 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73481 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73482 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetAddress" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetAddress" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
73483 }
73484 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73485 {
73486 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73487 result = (arg1)->GetAddress();
73488 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73489 }
73490 resultobj = SWIG_NewPointerObj((new lldb::SBAddress(static_cast< const lldb::SBAddress& >(result))), SWIGTYPE_p_lldb__SBAddress, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBAddress(static_cast
< const lldb::SBAddress& >(result))), swig_types[9]
, 0x1 | 0)
;
73491 return resultobj;
73492fail:
73493 return NULL__null;
73494}
73495
73496
73497SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_Persist(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73498 PyObject *resultobj = 0;
73499 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73500 void *argp1 = 0 ;
73501 int res1 = 0 ;
73502 PyObject * obj0 = 0 ;
73503 lldb::SBValue result;
73504
73505 if (!PyArg_ParseTuple(args,(char *)"O:SBValue_Persist",&obj0)) SWIG_failgoto fail;
73506 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73507 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73508 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_Persist" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_Persist" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
73509 }
73510 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73511 {
73512 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73513 result = (arg1)->Persist();
73514 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73515 }
73516 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
73517 return resultobj;
73518fail:
73519 return NULL__null;
73520}
73521
73522
73523SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetExpressionPath__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73524 PyObject *resultobj = 0;
73525 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73526 lldb::SBStream *arg2 = 0 ;
73527 bool arg3 ;
73528 void *argp1 = 0 ;
73529 int res1 = 0 ;
73530 void *argp2 = 0 ;
73531 int res2 = 0 ;
73532 bool val3 ;
73533 int ecode3 = 0 ;
73534 PyObject * obj0 = 0 ;
73535 PyObject * obj1 = 0 ;
73536 PyObject * obj2 = 0 ;
73537 bool result;
73538
73539 if (!PyArg_ParseTuple(args,(char *)"OOO:SBValue_GetExpressionPath",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
73540 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73541 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73542 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue_GetExpressionPath" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue_GetExpressionPath"
"', argument " "1"" of type '" "lldb::SBValue *""'"); goto fail
; } while(0)
;
73543 }
73544 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73545 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
73546 if (!SWIG_IsOK(res2)(res2 >= 0)) {
73547 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValue_GetExpressionPath" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValue_GetExpressionPath"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
73548 }
73549 if (!argp2) {
73550 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValue_GetExpressionPath" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValue_GetExpressionPath" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
73551 }
73552 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
73553 ecode3 = SWIG_AsVal_bool(obj2, &val3);
73554 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
73555 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBValue_GetExpressionPath" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBValue_GetExpressionPath"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
73556 }
73557 arg3 = static_cast< bool >(val3);
73558 {
73559 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73560 result = (bool)(arg1)->GetExpressionPath(*arg2,arg3);
73561 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73562 }
73563 resultobj = SWIG_From_bool(static_cast< bool >(result));
73564 return resultobj;
73565fail:
73566 return NULL__null;
73567}
73568
73569
73570SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue_GetExpressionPath(PyObject *self, PyObject *args) {
73571 Py_ssize_t argc;
73572 PyObject *argv[4] = {
73573 0
73574 };
73575 Py_ssize_t ii;
73576
73577 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
73578 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
73579 for (ii = 0; (ii < 3) && (ii < argc); ii++) {
73580 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
73581 }
73582 if (argc == 2) {
73583 int _v;
73584 void *vptr = 0;
73585 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
73586 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73587 if (_v) {
73588 void *vptr = 0;
73589 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBStream, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[54
], 0, 0)
;
73590 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73591 if (_v) {
73592 return _wrap_SBValue_GetExpressionPath__SWIG_0(self, args);
73593 }
73594 }
73595 }
73596 if (argc == 3) {
73597 int _v;
73598 void *vptr = 0;
73599 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[80
], 0, 0)
;
73600 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73601 if (_v) {
73602 void *vptr = 0;
73603 int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_lldb__SBStream, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], &vptr, swig_types[54
], 0, 0)
;
73604 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73605 if (_v) {
73606 {
73607 int res = SWIG_AsVal_bool(argv[2], NULL__null);
73608 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73609 }
73610 if (_v) {
73611 return _wrap_SBValue_GetExpressionPath__SWIG_1(self, args);
73612 }
73613 }
73614 }
73615 }
73616
73617fail:
73618 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBValue_GetExpressionPath'.\n"
73619 " Possible C/C++ prototypes are:\n"
73620 " lldb::SBValue::GetExpressionPath(lldb::SBStream &)\n"
73621 " lldb::SBValue::GetExpressionPath(lldb::SBStream &,bool)\n");
73622 return 0;
73623}
73624
73625
73626SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValue___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73627 PyObject *resultobj = 0;
73628 lldb::SBValue *arg1 = (lldb::SBValue *) 0 ;
73629 void *argp1 = 0 ;
73630 int res1 = 0 ;
73631 PyObject * obj0 = 0 ;
73632 PyObject *result = 0 ;
73633
73634 if (!PyArg_ParseTuple(args,(char *)"O:SBValue___str__",&obj0)) SWIG_failgoto fail;
73635 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValue, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[80]
, 0 | 0, 0)
;
73636 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73637 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValue___str__" "', argument " "1"" of type '" "lldb::SBValue *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValue___str__" "', argument "
"1"" of type '" "lldb::SBValue *""'"); goto fail; } while(0)
;
73638 }
73639 arg1 = reinterpret_cast< lldb::SBValue * >(argp1);
73640 result = (PyObject *)lldb_SBValue___str__(arg1);
73641 resultobj = result;
73642 return resultobj;
73643fail:
73644 return NULL__null;
73645}
73646
73647
73648SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBValue_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73649 PyObject *obj;
73650 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
73651 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBValueswig_types[80], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
73652 return SWIG_Py_Void();
73653}
73654
73655SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBValueList__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73656 PyObject *resultobj = 0;
73657 lldb::SBValueList *result = 0 ;
73658
73659 if (!PyArg_ParseTuple(args,(char *)":new_SBValueList")) SWIG_failgoto fail;
73660 {
73661 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73662 result = (lldb::SBValueList *)new lldb::SBValueList();
73663 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73664 }
73665 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBValueList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[81], (
(0x1 << 1) | 0x1) | 0)
;
73666 return resultobj;
73667fail:
73668 return NULL__null;
73669}
73670
73671
73672SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBValueList__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73673 PyObject *resultobj = 0;
73674 lldb::SBValueList *arg1 = 0 ;
73675 void *argp1 = 0 ;
73676 int res1 = 0 ;
73677 PyObject * obj0 = 0 ;
73678 lldb::SBValueList *result = 0 ;
73679
73680 if (!PyArg_ParseTuple(args,(char *)"O:new_SBValueList",&obj0)) SWIG_failgoto fail;
73681 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBValueList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[81]
, 0 | 0, 0)
;
73682 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73683 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBValueList" "', argument " "1"" of type '" "lldb::SBValueList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBValueList" "', argument "
"1"" of type '" "lldb::SBValueList const &""'"); goto fail
; } while(0)
;
73684 }
73685 if (!argp1) {
73686 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBValueList" "', argument " "1"" of type '" "lldb::SBValueList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBValueList" "', argument " "1"" of type '"
"lldb::SBValueList const &""'"); goto fail; } while(0)
;
73687 }
73688 arg1 = reinterpret_cast< lldb::SBValueList * >(argp1);
73689 {
73690 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73691 result = (lldb::SBValueList *)new lldb::SBValueList((lldb::SBValueList const &)*arg1);
73692 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73693 }
73694 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBValueList, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[81], (
(0x1 << 1) | 0x1) | 0)
;
73695 return resultobj;
73696fail:
73697 return NULL__null;
73698}
73699
73700
73701SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBValueList(PyObject *self, PyObject *args) {
73702 Py_ssize_t argc;
73703 PyObject *argv[2] = {
73704 0
73705 };
73706 Py_ssize_t ii;
73707
73708 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
73709 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
73710 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
73711 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
73712 }
73713 if (argc == 0) {
73714 return _wrap_new_SBValueList__SWIG_0(self, args);
73715 }
73716 if (argc == 1) {
73717 int _v;
73718 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBValueList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[81], 0, 0
)
;
73719 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73720 if (_v) {
73721 return _wrap_new_SBValueList__SWIG_1(self, args);
73722 }
73723 }
73724
73725fail:
73726 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBValueList'.\n"
73727 " Possible C/C++ prototypes are:\n"
73728 " lldb::SBValueList::SBValueList()\n"
73729 " lldb::SBValueList::SBValueList(lldb::SBValueList const &)\n");
73730 return 0;
73731}
73732
73733
73734SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBValueList(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73735 PyObject *resultobj = 0;
73736 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ;
73737 void *argp1 = 0 ;
73738 int res1 = 0 ;
73739 PyObject * obj0 = 0 ;
73740
73741 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBValueList",&obj0)) SWIG_failgoto fail;
73742 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValueList, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[81]
, 0x1 | 0, 0)
;
73743 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73744 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBValueList" "', argument " "1"" of type '" "lldb::SBValueList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBValueList" "', argument "
"1"" of type '" "lldb::SBValueList *""'"); goto fail; } while
(0)
;
73745 }
73746 arg1 = reinterpret_cast< lldb::SBValueList * >(argp1);
73747 {
73748 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73749 delete arg1;
73750 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73751 }
73752 resultobj = SWIG_Py_Void();
73753 return resultobj;
73754fail:
73755 return NULL__null;
73756}
73757
73758
73759SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValueList_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73760 PyObject *resultobj = 0;
73761 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ;
73762 void *argp1 = 0 ;
73763 int res1 = 0 ;
73764 PyObject * obj0 = 0 ;
73765 bool result;
73766
73767 if (!PyArg_ParseTuple(args,(char *)"O:SBValueList_IsValid",&obj0)) SWIG_failgoto fail;
73768 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValueList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[81]
, 0 | 0, 0)
;
73769 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73770 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValueList_IsValid" "', argument " "1"" of type '" "lldb::SBValueList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValueList_IsValid" "', argument "
"1"" of type '" "lldb::SBValueList const *""'"); goto fail; }
while(0)
;
73771 }
73772 arg1 = reinterpret_cast< lldb::SBValueList * >(argp1);
73773 {
73774 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73775 result = (bool)((lldb::SBValueList const *)arg1)->IsValid();
73776 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73777 }
73778 resultobj = SWIG_From_bool(static_cast< bool >(result));
73779 return resultobj;
73780fail:
73781 return NULL__null;
73782}
73783
73784
73785SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValueList_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73786 PyObject *resultobj = 0;
73787 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ;
73788 void *argp1 = 0 ;
73789 int res1 = 0 ;
73790 PyObject * obj0 = 0 ;
73791
73792 if (!PyArg_ParseTuple(args,(char *)"O:SBValueList_Clear",&obj0)) SWIG_failgoto fail;
73793 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValueList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[81]
, 0 | 0, 0)
;
73794 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73795 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValueList_Clear" "', argument " "1"" of type '" "lldb::SBValueList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValueList_Clear" "', argument "
"1"" of type '" "lldb::SBValueList *""'"); goto fail; } while
(0)
;
73796 }
73797 arg1 = reinterpret_cast< lldb::SBValueList * >(argp1);
73798 {
73799 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73800 (arg1)->Clear();
73801 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73802 }
73803 resultobj = SWIG_Py_Void();
73804 return resultobj;
73805fail:
73806 return NULL__null;
73807}
73808
73809
73810SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValueList_Append__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73811 PyObject *resultobj = 0;
73812 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ;
73813 lldb::SBValue *arg2 = 0 ;
73814 void *argp1 = 0 ;
73815 int res1 = 0 ;
73816 void *argp2 = 0 ;
73817 int res2 = 0 ;
73818 PyObject * obj0 = 0 ;
73819 PyObject * obj1 = 0 ;
73820
73821 if (!PyArg_ParseTuple(args,(char *)"OO:SBValueList_Append",&obj0,&obj1)) SWIG_failgoto fail;
73822 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValueList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[81]
, 0 | 0, 0)
;
73823 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73824 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValueList_Append" "', argument " "1"" of type '" "lldb::SBValueList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValueList_Append" "', argument "
"1"" of type '" "lldb::SBValueList *""'"); goto fail; } while
(0)
;
73825 }
73826 arg1 = reinterpret_cast< lldb::SBValueList * >(argp1);
73827 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBValue, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[80]
, 0 | 0, 0)
;
73828 if (!SWIG_IsOK(res2)(res2 >= 0)) {
73829 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValueList_Append" "', argument " "2"" of type '" "lldb::SBValue const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValueList_Append" "', argument "
"2"" of type '" "lldb::SBValue const &""'"); goto fail; }
while(0)
;
73830 }
73831 if (!argp2) {
73832 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValueList_Append" "', argument " "2"" of type '" "lldb::SBValue const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValueList_Append" "', argument " "2"" of type '"
"lldb::SBValue const &""'"); goto fail; } while(0)
;
73833 }
73834 arg2 = reinterpret_cast< lldb::SBValue * >(argp2);
73835 {
73836 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73837 (arg1)->Append((lldb::SBValue const &)*arg2);
73838 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73839 }
73840 resultobj = SWIG_Py_Void();
73841 return resultobj;
73842fail:
73843 return NULL__null;
73844}
73845
73846
73847SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValueList_Append__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73848 PyObject *resultobj = 0;
73849 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ;
73850 lldb::SBValueList *arg2 = 0 ;
73851 void *argp1 = 0 ;
73852 int res1 = 0 ;
73853 void *argp2 = 0 ;
73854 int res2 = 0 ;
73855 PyObject * obj0 = 0 ;
73856 PyObject * obj1 = 0 ;
73857
73858 if (!PyArg_ParseTuple(args,(char *)"OO:SBValueList_Append",&obj0,&obj1)) SWIG_failgoto fail;
73859 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValueList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[81]
, 0 | 0, 0)
;
73860 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73861 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValueList_Append" "', argument " "1"" of type '" "lldb::SBValueList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValueList_Append" "', argument "
"1"" of type '" "lldb::SBValueList *""'"); goto fail; } while
(0)
;
73862 }
73863 arg1 = reinterpret_cast< lldb::SBValueList * >(argp1);
73864 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBValueList, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[81]
, 0 | 0, 0)
;
73865 if (!SWIG_IsOK(res2)(res2 >= 0)) {
73866 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValueList_Append" "', argument " "2"" of type '" "lldb::SBValueList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValueList_Append" "', argument "
"2"" of type '" "lldb::SBValueList const &""'"); goto fail
; } while(0)
;
73867 }
73868 if (!argp2) {
73869 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBValueList_Append" "', argument " "2"" of type '" "lldb::SBValueList const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBValueList_Append" "', argument " "2"" of type '"
"lldb::SBValueList const &""'"); goto fail; } while(0)
;
73870 }
73871 arg2 = reinterpret_cast< lldb::SBValueList * >(argp2);
73872 {
73873 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73874 (arg1)->Append((lldb::SBValueList const &)*arg2);
73875 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73876 }
73877 resultobj = SWIG_Py_Void();
73878 return resultobj;
73879fail:
73880 return NULL__null;
73881}
73882
73883
73884SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValueList_Append(PyObject *self, PyObject *args) {
73885 Py_ssize_t argc;
73886 PyObject *argv[3] = {
73887 0
73888 };
73889 Py_ssize_t ii;
73890
73891 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
73892 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
73893 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
73894 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
73895 }
73896 if (argc == 2) {
73897 int _v;
73898 void *vptr = 0;
73899 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValueList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[81
], 0, 0)
;
73900 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73901 if (_v) {
73902 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[80], 0, 0
)
;
73903 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73904 if (_v) {
73905 return _wrap_SBValueList_Append__SWIG_0(self, args);
73906 }
73907 }
73908 }
73909 if (argc == 2) {
73910 int _v;
73911 void *vptr = 0;
73912 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_lldb__SBValueList, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], &vptr, swig_types[81
], 0, 0)
;
73913 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73914 if (_v) {
73915 int res = SWIG_ConvertPtr(argv[1], 0, SWIGTYPE_p_lldb__SBValueList, 0)SWIG_Python_ConvertPtrAndOwn(argv[1], 0, swig_types[81], 0, 0
)
;
73916 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
73917 if (_v) {
73918 return _wrap_SBValueList_Append__SWIG_1(self, args);
73919 }
73920 }
73921 }
73922
73923fail:
73924 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SBValueList_Append'.\n"
73925 " Possible C/C++ prototypes are:\n"
73926 " lldb::SBValueList::Append(lldb::SBValue const &)\n"
73927 " lldb::SBValueList::Append(lldb::SBValueList const &)\n");
73928 return 0;
73929}
73930
73931
73932SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValueList_GetSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73933 PyObject *resultobj = 0;
73934 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ;
73935 void *argp1 = 0 ;
73936 int res1 = 0 ;
73937 PyObject * obj0 = 0 ;
73938 uint32_t result;
73939
73940 if (!PyArg_ParseTuple(args,(char *)"O:SBValueList_GetSize",&obj0)) SWIG_failgoto fail;
73941 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValueList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[81]
, 0 | 0, 0)
;
73942 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73943 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValueList_GetSize" "', argument " "1"" of type '" "lldb::SBValueList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValueList_GetSize" "', argument "
"1"" of type '" "lldb::SBValueList const *""'"); goto fail; }
while(0)
;
73944 }
73945 arg1 = reinterpret_cast< lldb::SBValueList * >(argp1);
73946 {
73947 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73948 result = (uint32_t)((lldb::SBValueList const *)arg1)->GetSize();
73949 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73950 }
73951 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
73952 return resultobj;
73953fail:
73954 return NULL__null;
73955}
73956
73957
73958SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValueList_GetValueAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73959 PyObject *resultobj = 0;
73960 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ;
73961 uint32_t arg2 ;
73962 void *argp1 = 0 ;
73963 int res1 = 0 ;
73964 unsigned int val2 ;
73965 int ecode2 = 0 ;
73966 PyObject * obj0 = 0 ;
73967 PyObject * obj1 = 0 ;
73968 lldb::SBValue result;
73969
73970 if (!PyArg_ParseTuple(args,(char *)"OO:SBValueList_GetValueAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
73971 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValueList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[81]
, 0 | 0, 0)
;
73972 if (!SWIG_IsOK(res1)(res1 >= 0)) {
73973 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValueList_GetValueAtIndex" "', argument " "1"" of type '" "lldb::SBValueList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValueList_GetValueAtIndex"
"', argument " "1"" of type '" "lldb::SBValueList const *""'"
); goto fail; } while(0)
;
73974 }
73975 arg1 = reinterpret_cast< lldb::SBValueList * >(argp1);
73976 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
73977 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
73978 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValueList_GetValueAtIndex" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValueList_GetValueAtIndex"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
73979 }
73980 arg2 = static_cast< uint32_t >(val2);
73981 {
73982 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
73983 result = ((lldb::SBValueList const *)arg1)->GetValueAtIndex(arg2);
73984 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
73985 }
73986 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
73987 return resultobj;
73988fail:
73989 return NULL__null;
73990}
73991
73992
73993SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValueList_FindValueObjectByUID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
73994 PyObject *resultobj = 0;
73995 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ;
73996 lldb::user_id_t arg2 ;
73997 void *argp1 = 0 ;
73998 int res1 = 0 ;
73999 unsigned long long val2 ;
74000 int ecode2 = 0 ;
74001 PyObject * obj0 = 0 ;
74002 PyObject * obj1 = 0 ;
74003 lldb::SBValue result;
74004
74005 if (!PyArg_ParseTuple(args,(char *)"OO:SBValueList_FindValueObjectByUID",&obj0,&obj1)) SWIG_failgoto fail;
74006 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValueList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[81]
, 0 | 0, 0)
;
74007 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74008 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValueList_FindValueObjectByUID" "', argument " "1"" of type '" "lldb::SBValueList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValueList_FindValueObjectByUID"
"', argument " "1"" of type '" "lldb::SBValueList *""'"); goto
fail; } while(0)
;
74009 }
74010 arg1 = reinterpret_cast< lldb::SBValueList * >(argp1);
74011 ecode2 = SWIG_AsVal_unsigned_SS_long_SS_long(obj1, &val2);
74012 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
74013 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBValueList_FindValueObjectByUID" "', argument " "2"" of type '" "lldb::user_id_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBValueList_FindValueObjectByUID"
"', argument " "2"" of type '" "lldb::user_id_t""'"); goto fail
; } while(0)
;
74014 }
74015 arg2 = static_cast< lldb::user_id_t >(val2);
74016 {
74017 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74018 result = (arg1)->FindValueObjectByUID(arg2);
74019 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74020 }
74021 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
74022 return resultobj;
74023fail:
74024 return NULL__null;
74025}
74026
74027
74028SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValueList_GetFirstValueByName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74029 PyObject *resultobj = 0;
74030 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ;
74031 char *arg2 = (char *) 0 ;
74032 void *argp1 = 0 ;
74033 int res1 = 0 ;
74034 int res2 ;
74035 char *buf2 = 0 ;
74036 int alloc2 = 0 ;
74037 PyObject * obj0 = 0 ;
74038 PyObject * obj1 = 0 ;
74039 lldb::SBValue result;
74040
74041 if (!PyArg_ParseTuple(args,(char *)"OO:SBValueList_GetFirstValueByName",&obj0,&obj1)) SWIG_failgoto fail;
74042 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValueList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[81]
, 0 | 0, 0)
;
74043 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74044 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValueList_GetFirstValueByName" "', argument " "1"" of type '" "lldb::SBValueList const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValueList_GetFirstValueByName"
"', argument " "1"" of type '" "lldb::SBValueList const *""'"
); goto fail; } while(0)
;
74045 }
74046 arg1 = reinterpret_cast< lldb::SBValueList * >(argp1);
74047 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
74048 if (!SWIG_IsOK(res2)(res2 >= 0)) {
74049 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBValueList_GetFirstValueByName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBValueList_GetFirstValueByName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
74050 }
74051 arg2 = reinterpret_cast< char * >(buf2);
74052 {
74053 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74054 result = ((lldb::SBValueList const *)arg1)->GetFirstValueByName((char const *)arg2);
74055 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74056 }
74057 resultobj = SWIG_NewPointerObj((new lldb::SBValue(static_cast< const lldb::SBValue& >(result))), SWIGTYPE_p_lldb__SBValue, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBValue(static_cast
< const lldb::SBValue& >(result))), swig_types[80],
0x1 | 0)
;
74058 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
74059 return resultobj;
74060fail:
74061 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
74062 return NULL__null;
74063}
74064
74065
74066SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBValueList___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74067 PyObject *resultobj = 0;
74068 lldb::SBValueList *arg1 = (lldb::SBValueList *) 0 ;
74069 void *argp1 = 0 ;
74070 int res1 = 0 ;
74071 PyObject * obj0 = 0 ;
74072 PyObject *result = 0 ;
74073
74074 if (!PyArg_ParseTuple(args,(char *)"O:SBValueList___str__",&obj0)) SWIG_failgoto fail;
74075 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBValueList, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[81]
, 0 | 0, 0)
;
74076 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74077 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBValueList___str__" "', argument " "1"" of type '" "lldb::SBValueList *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBValueList___str__" "', argument "
"1"" of type '" "lldb::SBValueList *""'"); goto fail; } while
(0)
;
74078 }
74079 arg1 = reinterpret_cast< lldb::SBValueList * >(argp1);
74080 result = (PyObject *)lldb_SBValueList___str__(arg1);
74081 resultobj = result;
74082 return resultobj;
74083fail:
74084 return NULL__null;
74085}
74086
74087
74088SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBValueList_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74089 PyObject *obj;
74090 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
74091 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBValueListswig_types[81], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
74092 return SWIG_Py_Void();
74093}
74094
74095SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBVariablesOptions__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74096 PyObject *resultobj = 0;
74097 lldb::SBVariablesOptions *result = 0 ;
74098
74099 if (!PyArg_ParseTuple(args,(char *)":new_SBVariablesOptions")) SWIG_failgoto fail;
74100 {
74101 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74102 result = (lldb::SBVariablesOptions *)new lldb::SBVariablesOptions();
74103 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74104 }
74105 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBVariablesOptions, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[82], (
(0x1 << 1) | 0x1) | 0)
;
74106 return resultobj;
74107fail:
74108 return NULL__null;
74109}
74110
74111
74112SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBVariablesOptions__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74113 PyObject *resultobj = 0;
74114 lldb::SBVariablesOptions *arg1 = 0 ;
74115 void *argp1 = 0 ;
74116 int res1 = 0 ;
74117 PyObject * obj0 = 0 ;
74118 lldb::SBVariablesOptions *result = 0 ;
74119
74120 if (!PyArg_ParseTuple(args,(char *)"O:new_SBVariablesOptions",&obj0)) SWIG_failgoto fail;
74121 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74122 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74123 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBVariablesOptions" "', argument " "1"" of type '" "lldb::SBVariablesOptions const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBVariablesOptions" "', argument "
"1"" of type '" "lldb::SBVariablesOptions const &""'"); goto
fail; } while(0)
;
74124 }
74125 if (!argp1) {
74126 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBVariablesOptions" "', argument " "1"" of type '" "lldb::SBVariablesOptions const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBVariablesOptions" "', argument " "1"" of type '"
"lldb::SBVariablesOptions const &""'"); goto fail; } while
(0)
;
74127 }
74128 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74129 {
74130 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74131 result = (lldb::SBVariablesOptions *)new lldb::SBVariablesOptions((lldb::SBVariablesOptions const &)*arg1);
74132 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74133 }
74134 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBVariablesOptions, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[82], (
(0x1 << 1) | 0x1) | 0)
;
74135 return resultobj;
74136fail:
74137 return NULL__null;
74138}
74139
74140
74141SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBVariablesOptions(PyObject *self, PyObject *args) {
74142 Py_ssize_t argc;
74143 PyObject *argv[2] = {
74144 0
74145 };
74146 Py_ssize_t ii;
74147
74148 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
74149 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
74150 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
74151 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
74152 }
74153 if (argc == 0) {
74154 return _wrap_new_SBVariablesOptions__SWIG_0(self, args);
74155 }
74156 if (argc == 1) {
74157 int _v;
74158 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBVariablesOptions, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[82], 0, 0
)
;
74159 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
74160 if (_v) {
74161 return _wrap_new_SBVariablesOptions__SWIG_1(self, args);
74162 }
74163 }
74164
74165fail:
74166 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBVariablesOptions'.\n"
74167 " Possible C/C++ prototypes are:\n"
74168 " lldb::SBVariablesOptions::SBVariablesOptions()\n"
74169 " lldb::SBVariablesOptions::SBVariablesOptions(lldb::SBVariablesOptions const &)\n");
74170 return 0;
74171}
74172
74173
74174SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBVariablesOptions(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74175 PyObject *resultobj = 0;
74176 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74177 void *argp1 = 0 ;
74178 int res1 = 0 ;
74179 PyObject * obj0 = 0 ;
74180
74181 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBVariablesOptions",&obj0)) SWIG_failgoto fail;
74182 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0x1 | 0, 0)
;
74183 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74184 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBVariablesOptions" "', argument " "1"" of type '" "lldb::SBVariablesOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBVariablesOptions"
"', argument " "1"" of type '" "lldb::SBVariablesOptions *""'"
); goto fail; } while(0)
;
74185 }
74186 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74187 {
74188 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74189 delete arg1;
74190 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74191 }
74192 resultobj = SWIG_Py_Void();
74193 return resultobj;
74194fail:
74195 return NULL__null;
74196}
74197
74198
74199SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74200 PyObject *resultobj = 0;
74201 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74202 void *argp1 = 0 ;
74203 int res1 = 0 ;
74204 PyObject * obj0 = 0 ;
74205 bool result;
74206
74207 if (!PyArg_ParseTuple(args,(char *)"O:SBVariablesOptions_IsValid",&obj0)) SWIG_failgoto fail;
74208 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74209 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74210 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_IsValid" "', argument " "1"" of type '" "lldb::SBVariablesOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_IsValid"
"', argument " "1"" of type '" "lldb::SBVariablesOptions const *"
"'"); goto fail; } while(0)
;
74211 }
74212 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74213 {
74214 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74215 result = (bool)((lldb::SBVariablesOptions const *)arg1)->IsValid();
74216 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74217 }
74218 resultobj = SWIG_From_bool(static_cast< bool >(result));
74219 return resultobj;
74220fail:
74221 return NULL__null;
74222}
74223
74224
74225SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_GetIncludeArguments(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74226 PyObject *resultobj = 0;
74227 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74228 void *argp1 = 0 ;
74229 int res1 = 0 ;
74230 PyObject * obj0 = 0 ;
74231 bool result;
74232
74233 if (!PyArg_ParseTuple(args,(char *)"O:SBVariablesOptions_GetIncludeArguments",&obj0)) SWIG_failgoto fail;
74234 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74235 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74236 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_GetIncludeArguments" "', argument " "1"" of type '" "lldb::SBVariablesOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_GetIncludeArguments"
"', argument " "1"" of type '" "lldb::SBVariablesOptions const *"
"'"); goto fail; } while(0)
;
74237 }
74238 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74239 {
74240 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74241 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeArguments();
74242 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74243 }
74244 resultobj = SWIG_From_bool(static_cast< bool >(result));
74245 return resultobj;
74246fail:
74247 return NULL__null;
74248}
74249
74250
74251SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_SetIncludeArguments(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74252 PyObject *resultobj = 0;
74253 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74254 bool arg2 ;
74255 void *argp1 = 0 ;
74256 int res1 = 0 ;
74257 bool val2 ;
74258 int ecode2 = 0 ;
74259 PyObject * obj0 = 0 ;
74260 PyObject * obj1 = 0 ;
74261
74262 if (!PyArg_ParseTuple(args,(char *)"OO:SBVariablesOptions_SetIncludeArguments",&obj0,&obj1)) SWIG_failgoto fail;
74263 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74264 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74265 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_SetIncludeArguments" "', argument " "1"" of type '" "lldb::SBVariablesOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_SetIncludeArguments"
"', argument " "1"" of type '" "lldb::SBVariablesOptions *""'"
); goto fail; } while(0)
;
74266 }
74267 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74268 ecode2 = SWIG_AsVal_bool(obj1, &val2);
74269 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
74270 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBVariablesOptions_SetIncludeArguments" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBVariablesOptions_SetIncludeArguments"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
74271 }
74272 arg2 = static_cast< bool >(val2);
74273 {
74274 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74275 (arg1)->SetIncludeArguments(arg2);
74276 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74277 }
74278 resultobj = SWIG_Py_Void();
74279 return resultobj;
74280fail:
74281 return NULL__null;
74282}
74283
74284
74285SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_GetIncludeLocals(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74286 PyObject *resultobj = 0;
74287 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74288 void *argp1 = 0 ;
74289 int res1 = 0 ;
74290 PyObject * obj0 = 0 ;
74291 bool result;
74292
74293 if (!PyArg_ParseTuple(args,(char *)"O:SBVariablesOptions_GetIncludeLocals",&obj0)) SWIG_failgoto fail;
74294 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74295 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74296 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_GetIncludeLocals" "', argument " "1"" of type '" "lldb::SBVariablesOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_GetIncludeLocals"
"', argument " "1"" of type '" "lldb::SBVariablesOptions const *"
"'"); goto fail; } while(0)
;
74297 }
74298 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74299 {
74300 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74301 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeLocals();
74302 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74303 }
74304 resultobj = SWIG_From_bool(static_cast< bool >(result));
74305 return resultobj;
74306fail:
74307 return NULL__null;
74308}
74309
74310
74311SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_SetIncludeLocals(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74312 PyObject *resultobj = 0;
74313 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74314 bool arg2 ;
74315 void *argp1 = 0 ;
74316 int res1 = 0 ;
74317 bool val2 ;
74318 int ecode2 = 0 ;
74319 PyObject * obj0 = 0 ;
74320 PyObject * obj1 = 0 ;
74321
74322 if (!PyArg_ParseTuple(args,(char *)"OO:SBVariablesOptions_SetIncludeLocals",&obj0,&obj1)) SWIG_failgoto fail;
74323 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74324 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74325 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_SetIncludeLocals" "', argument " "1"" of type '" "lldb::SBVariablesOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_SetIncludeLocals"
"', argument " "1"" of type '" "lldb::SBVariablesOptions *""'"
); goto fail; } while(0)
;
74326 }
74327 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74328 ecode2 = SWIG_AsVal_bool(obj1, &val2);
74329 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
74330 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBVariablesOptions_SetIncludeLocals" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBVariablesOptions_SetIncludeLocals"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
74331 }
74332 arg2 = static_cast< bool >(val2);
74333 {
74334 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74335 (arg1)->SetIncludeLocals(arg2);
74336 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74337 }
74338 resultobj = SWIG_Py_Void();
74339 return resultobj;
74340fail:
74341 return NULL__null;
74342}
74343
74344
74345SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_GetIncludeStatics(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74346 PyObject *resultobj = 0;
74347 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74348 void *argp1 = 0 ;
74349 int res1 = 0 ;
74350 PyObject * obj0 = 0 ;
74351 bool result;
74352
74353 if (!PyArg_ParseTuple(args,(char *)"O:SBVariablesOptions_GetIncludeStatics",&obj0)) SWIG_failgoto fail;
74354 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74355 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74356 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_GetIncludeStatics" "', argument " "1"" of type '" "lldb::SBVariablesOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_GetIncludeStatics"
"', argument " "1"" of type '" "lldb::SBVariablesOptions const *"
"'"); goto fail; } while(0)
;
74357 }
74358 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74359 {
74360 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74361 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeStatics();
74362 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74363 }
74364 resultobj = SWIG_From_bool(static_cast< bool >(result));
74365 return resultobj;
74366fail:
74367 return NULL__null;
74368}
74369
74370
74371SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_SetIncludeStatics(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74372 PyObject *resultobj = 0;
74373 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74374 bool arg2 ;
74375 void *argp1 = 0 ;
74376 int res1 = 0 ;
74377 bool val2 ;
74378 int ecode2 = 0 ;
74379 PyObject * obj0 = 0 ;
74380 PyObject * obj1 = 0 ;
74381
74382 if (!PyArg_ParseTuple(args,(char *)"OO:SBVariablesOptions_SetIncludeStatics",&obj0,&obj1)) SWIG_failgoto fail;
74383 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74384 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74385 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_SetIncludeStatics" "', argument " "1"" of type '" "lldb::SBVariablesOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_SetIncludeStatics"
"', argument " "1"" of type '" "lldb::SBVariablesOptions *""'"
); goto fail; } while(0)
;
74386 }
74387 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74388 ecode2 = SWIG_AsVal_bool(obj1, &val2);
74389 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
74390 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBVariablesOptions_SetIncludeStatics" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBVariablesOptions_SetIncludeStatics"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
74391 }
74392 arg2 = static_cast< bool >(val2);
74393 {
74394 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74395 (arg1)->SetIncludeStatics(arg2);
74396 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74397 }
74398 resultobj = SWIG_Py_Void();
74399 return resultobj;
74400fail:
74401 return NULL__null;
74402}
74403
74404
74405SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_GetInScopeOnly(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74406 PyObject *resultobj = 0;
74407 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74408 void *argp1 = 0 ;
74409 int res1 = 0 ;
74410 PyObject * obj0 = 0 ;
74411 bool result;
74412
74413 if (!PyArg_ParseTuple(args,(char *)"O:SBVariablesOptions_GetInScopeOnly",&obj0)) SWIG_failgoto fail;
74414 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74415 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74416 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_GetInScopeOnly" "', argument " "1"" of type '" "lldb::SBVariablesOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_GetInScopeOnly"
"', argument " "1"" of type '" "lldb::SBVariablesOptions const *"
"'"); goto fail; } while(0)
;
74417 }
74418 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74419 {
74420 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74421 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetInScopeOnly();
74422 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74423 }
74424 resultobj = SWIG_From_bool(static_cast< bool >(result));
74425 return resultobj;
74426fail:
74427 return NULL__null;
74428}
74429
74430
74431SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_SetInScopeOnly(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74432 PyObject *resultobj = 0;
74433 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74434 bool arg2 ;
74435 void *argp1 = 0 ;
74436 int res1 = 0 ;
74437 bool val2 ;
74438 int ecode2 = 0 ;
74439 PyObject * obj0 = 0 ;
74440 PyObject * obj1 = 0 ;
74441
74442 if (!PyArg_ParseTuple(args,(char *)"OO:SBVariablesOptions_SetInScopeOnly",&obj0,&obj1)) SWIG_failgoto fail;
74443 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74444 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74445 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_SetInScopeOnly" "', argument " "1"" of type '" "lldb::SBVariablesOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_SetInScopeOnly"
"', argument " "1"" of type '" "lldb::SBVariablesOptions *""'"
); goto fail; } while(0)
;
74446 }
74447 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74448 ecode2 = SWIG_AsVal_bool(obj1, &val2);
74449 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
74450 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBVariablesOptions_SetInScopeOnly" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBVariablesOptions_SetInScopeOnly"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
74451 }
74452 arg2 = static_cast< bool >(val2);
74453 {
74454 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74455 (arg1)->SetInScopeOnly(arg2);
74456 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74457 }
74458 resultobj = SWIG_Py_Void();
74459 return resultobj;
74460fail:
74461 return NULL__null;
74462}
74463
74464
74465SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_GetIncludeRuntimeSupportValues(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74466 PyObject *resultobj = 0;
74467 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74468 void *argp1 = 0 ;
74469 int res1 = 0 ;
74470 PyObject * obj0 = 0 ;
74471 bool result;
74472
74473 if (!PyArg_ParseTuple(args,(char *)"O:SBVariablesOptions_GetIncludeRuntimeSupportValues",&obj0)) SWIG_failgoto fail;
74474 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74475 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74476 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_GetIncludeRuntimeSupportValues" "', argument " "1"" of type '" "lldb::SBVariablesOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_GetIncludeRuntimeSupportValues"
"', argument " "1"" of type '" "lldb::SBVariablesOptions const *"
"'"); goto fail; } while(0)
;
74477 }
74478 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74479 {
74480 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74481 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeRuntimeSupportValues();
74482 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74483 }
74484 resultobj = SWIG_From_bool(static_cast< bool >(result));
74485 return resultobj;
74486fail:
74487 return NULL__null;
74488}
74489
74490
74491SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_SetIncludeRuntimeSupportValues(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74492 PyObject *resultobj = 0;
74493 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74494 bool arg2 ;
74495 void *argp1 = 0 ;
74496 int res1 = 0 ;
74497 bool val2 ;
74498 int ecode2 = 0 ;
74499 PyObject * obj0 = 0 ;
74500 PyObject * obj1 = 0 ;
74501
74502 if (!PyArg_ParseTuple(args,(char *)"OO:SBVariablesOptions_SetIncludeRuntimeSupportValues",&obj0,&obj1)) SWIG_failgoto fail;
74503 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74504 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74505 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_SetIncludeRuntimeSupportValues" "', argument " "1"" of type '" "lldb::SBVariablesOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_SetIncludeRuntimeSupportValues"
"', argument " "1"" of type '" "lldb::SBVariablesOptions *""'"
); goto fail; } while(0)
;
74506 }
74507 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74508 ecode2 = SWIG_AsVal_bool(obj1, &val2);
74509 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
74510 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBVariablesOptions_SetIncludeRuntimeSupportValues" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBVariablesOptions_SetIncludeRuntimeSupportValues"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
74511 }
74512 arg2 = static_cast< bool >(val2);
74513 {
74514 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74515 (arg1)->SetIncludeRuntimeSupportValues(arg2);
74516 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74517 }
74518 resultobj = SWIG_Py_Void();
74519 return resultobj;
74520fail:
74521 return NULL__null;
74522}
74523
74524
74525SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_GetUseDynamic(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74526 PyObject *resultobj = 0;
74527 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74528 void *argp1 = 0 ;
74529 int res1 = 0 ;
74530 PyObject * obj0 = 0 ;
74531 lldb::DynamicValueType result;
74532
74533 if (!PyArg_ParseTuple(args,(char *)"O:SBVariablesOptions_GetUseDynamic",&obj0)) SWIG_failgoto fail;
74534 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74535 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74536 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_GetUseDynamic" "', argument " "1"" of type '" "lldb::SBVariablesOptions const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_GetUseDynamic"
"', argument " "1"" of type '" "lldb::SBVariablesOptions const *"
"'"); goto fail; } while(0)
;
74537 }
74538 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74539 {
74540 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74541 result = (lldb::DynamicValueType)((lldb::SBVariablesOptions const *)arg1)->GetUseDynamic();
74542 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74543 }
74544 resultobj = SWIG_From_int(static_cast< int >(result));
74545 return resultobj;
74546fail:
74547 return NULL__null;
74548}
74549
74550
74551SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBVariablesOptions_SetUseDynamic(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74552 PyObject *resultobj = 0;
74553 lldb::SBVariablesOptions *arg1 = (lldb::SBVariablesOptions *) 0 ;
74554 lldb::DynamicValueType arg2 ;
74555 void *argp1 = 0 ;
74556 int res1 = 0 ;
74557 int val2 ;
74558 int ecode2 = 0 ;
74559 PyObject * obj0 = 0 ;
74560 PyObject * obj1 = 0 ;
74561
74562 if (!PyArg_ParseTuple(args,(char *)"OO:SBVariablesOptions_SetUseDynamic",&obj0,&obj1)) SWIG_failgoto fail;
74563 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBVariablesOptions, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[82]
, 0 | 0, 0)
;
74564 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74565 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBVariablesOptions_SetUseDynamic" "', argument " "1"" of type '" "lldb::SBVariablesOptions *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBVariablesOptions_SetUseDynamic"
"', argument " "1"" of type '" "lldb::SBVariablesOptions *""'"
); goto fail; } while(0)
;
74566 }
74567 arg1 = reinterpret_cast< lldb::SBVariablesOptions * >(argp1);
74568 ecode2 = SWIG_AsVal_int(obj1, &val2);
74569 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
74570 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBVariablesOptions_SetUseDynamic" "', argument " "2"" of type '" "lldb::DynamicValueType""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBVariablesOptions_SetUseDynamic"
"', argument " "2"" of type '" "lldb::DynamicValueType""'");
goto fail; } while(0)
;
74571 }
74572 arg2 = static_cast< lldb::DynamicValueType >(val2);
74573 {
74574 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74575 (arg1)->SetUseDynamic(arg2);
74576 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74577 }
74578 resultobj = SWIG_Py_Void();
74579 return resultobj;
74580fail:
74581 return NULL__null;
74582}
74583
74584
74585SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBVariablesOptions_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74586 PyObject *obj;
74587 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
74588 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBVariablesOptionsswig_types[82], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
74589 return SWIG_Py_Void();
74590}
74591
74592SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBWatchpoint__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74593 PyObject *resultobj = 0;
74594 lldb::SBWatchpoint *result = 0 ;
74595
74596 if (!PyArg_ParseTuple(args,(char *)":new_SBWatchpoint")) SWIG_failgoto fail;
74597 {
74598 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74599 result = (lldb::SBWatchpoint *)new lldb::SBWatchpoint();
74600 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74601 }
74602 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBWatchpoint, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[83], (
(0x1 << 1) | 0x1) | 0)
;
74603 return resultobj;
74604fail:
74605 return NULL__null;
74606}
74607
74608
74609SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBWatchpoint__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74610 PyObject *resultobj = 0;
74611 lldb::SBWatchpoint *arg1 = 0 ;
74612 void *argp1 = 0 ;
74613 int res1 = 0 ;
74614 PyObject * obj0 = 0 ;
74615 lldb::SBWatchpoint *result = 0 ;
74616
74617 if (!PyArg_ParseTuple(args,(char *)"O:new_SBWatchpoint",&obj0)) SWIG_failgoto fail;
74618 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
74619 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74620 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBWatchpoint" "', argument " "1"" of type '" "lldb::SBWatchpoint const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBWatchpoint" "', argument "
"1"" of type '" "lldb::SBWatchpoint const &""'"); goto fail
; } while(0)
;
74621 }
74622 if (!argp1) {
74623 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBWatchpoint" "', argument " "1"" of type '" "lldb::SBWatchpoint const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBWatchpoint" "', argument " "1"" of type '"
"lldb::SBWatchpoint const &""'"); goto fail; } while(0)
;
74624 }
74625 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74626 {
74627 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74628 result = (lldb::SBWatchpoint *)new lldb::SBWatchpoint((lldb::SBWatchpoint const &)*arg1);
74629 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74630 }
74631 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBWatchpoint, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[83], (
(0x1 << 1) | 0x1) | 0)
;
74632 return resultobj;
74633fail:
74634 return NULL__null;
74635}
74636
74637
74638SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBWatchpoint(PyObject *self, PyObject *args) {
74639 Py_ssize_t argc;
74640 PyObject *argv[2] = {
74641 0
74642 };
74643 Py_ssize_t ii;
74644
74645 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
74646 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
74647 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
74648 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
74649 }
74650 if (argc == 0) {
74651 return _wrap_new_SBWatchpoint__SWIG_0(self, args);
74652 }
74653 if (argc == 1) {
74654 int _v;
74655 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBWatchpoint, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[83], 0, 0
)
;
74656 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
74657 if (_v) {
74658 return _wrap_new_SBWatchpoint__SWIG_1(self, args);
74659 }
74660 }
74661
74662fail:
74663 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBWatchpoint'.\n"
74664 " Possible C/C++ prototypes are:\n"
74665 " lldb::SBWatchpoint::SBWatchpoint()\n"
74666 " lldb::SBWatchpoint::SBWatchpoint(lldb::SBWatchpoint const &)\n");
74667 return 0;
74668}
74669
74670
74671SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBWatchpoint(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74672 PyObject *resultobj = 0;
74673 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
74674 void *argp1 = 0 ;
74675 int res1 = 0 ;
74676 PyObject * obj0 = 0 ;
74677
74678 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBWatchpoint",&obj0)) SWIG_failgoto fail;
74679 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0x1 | 0, 0)
;
74680 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74681 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBWatchpoint" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBWatchpoint" "', argument "
"1"" of type '" "lldb::SBWatchpoint *""'"); goto fail; } while
(0)
;
74682 }
74683 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74684 {
74685 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74686 delete arg1;
74687 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74688 }
74689 resultobj = SWIG_Py_Void();
74690 return resultobj;
74691fail:
74692 return NULL__null;
74693}
74694
74695
74696SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74697 PyObject *resultobj = 0;
74698 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
74699 void *argp1 = 0 ;
74700 int res1 = 0 ;
74701 PyObject * obj0 = 0 ;
74702 bool result;
74703
74704 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_IsValid",&obj0)) SWIG_failgoto fail;
74705 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
74706 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74707 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_IsValid" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_IsValid" "', argument "
"1"" of type '" "lldb::SBWatchpoint *""'"); goto fail; } while
(0)
;
74708 }
74709 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74710 {
74711 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74712 result = (bool)(arg1)->IsValid();
74713 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74714 }
74715 resultobj = SWIG_From_bool(static_cast< bool >(result));
74716 return resultobj;
74717fail:
74718 return NULL__null;
74719}
74720
74721
74722SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_GetError(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74723 PyObject *resultobj = 0;
74724 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
74725 void *argp1 = 0 ;
74726 int res1 = 0 ;
74727 PyObject * obj0 = 0 ;
74728 lldb::SBError result;
74729
74730 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_GetError",&obj0)) SWIG_failgoto fail;
74731 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
74732 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74733 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_GetError" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_GetError" "', argument "
"1"" of type '" "lldb::SBWatchpoint *""'"); goto fail; } while
(0)
;
74734 }
74735 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74736 {
74737 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74738 result = (arg1)->GetError();
74739 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74740 }
74741 resultobj = SWIG_NewPointerObj((new lldb::SBError(static_cast< const lldb::SBError& >(result))), SWIGTYPE_p_lldb__SBError, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBError(static_cast
< const lldb::SBError& >(result))), swig_types[25],
0x1 | 0)
;
74742 return resultobj;
74743fail:
74744 return NULL__null;
74745}
74746
74747
74748SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_GetID(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74749 PyObject *resultobj = 0;
74750 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
74751 void *argp1 = 0 ;
74752 int res1 = 0 ;
74753 PyObject * obj0 = 0 ;
74754 lldb::watch_id_t result;
74755
74756 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_GetID",&obj0)) SWIG_failgoto fail;
74757 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
74758 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74759 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_GetID" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_GetID" "', argument "
"1"" of type '" "lldb::SBWatchpoint *""'"); goto fail; } while
(0)
;
74760 }
74761 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74762 {
74763 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74764 result = (lldb::watch_id_t)(arg1)->GetID();
74765 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74766 }
74767 resultobj = SWIG_From_int(static_cast< int >(result));
74768 return resultobj;
74769fail:
74770 return NULL__null;
74771}
74772
74773
74774SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_GetHardwareIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74775 PyObject *resultobj = 0;
74776 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
74777 void *argp1 = 0 ;
74778 int res1 = 0 ;
74779 PyObject * obj0 = 0 ;
74780 int32_t result;
74781
74782 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_GetHardwareIndex",&obj0)) SWIG_failgoto fail;
74783 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
74784 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74785 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_GetHardwareIndex" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_GetHardwareIndex"
"', argument " "1"" of type '" "lldb::SBWatchpoint *""'"); goto
fail; } while(0)
;
74786 }
74787 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74788 {
74789 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74790 result = (int32_t)(arg1)->GetHardwareIndex();
74791 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74792 }
74793 resultobj = SWIG_From_int(static_cast< int >(result));
74794 return resultobj;
74795fail:
74796 return NULL__null;
74797}
74798
74799
74800SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_GetWatchAddress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74801 PyObject *resultobj = 0;
74802 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
74803 void *argp1 = 0 ;
74804 int res1 = 0 ;
74805 PyObject * obj0 = 0 ;
74806 lldb::addr_t result;
74807
74808 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_GetWatchAddress",&obj0)) SWIG_failgoto fail;
74809 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
74810 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74811 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_GetWatchAddress" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_GetWatchAddress"
"', argument " "1"" of type '" "lldb::SBWatchpoint *""'"); goto
fail; } while(0)
;
74812 }
74813 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74814 {
74815 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74816 result = (lldb::addr_t)(arg1)->GetWatchAddress();
74817 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74818 }
74819 resultobj = SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(result));
74820 return resultobj;
74821fail:
74822 return NULL__null;
74823}
74824
74825
74826SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_GetWatchSize(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74827 PyObject *resultobj = 0;
74828 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
74829 void *argp1 = 0 ;
74830 int res1 = 0 ;
74831 PyObject * obj0 = 0 ;
74832 size_t result;
74833
74834 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_GetWatchSize",&obj0)) SWIG_failgoto fail;
74835 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
74836 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74837 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_GetWatchSize" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_GetWatchSize"
"', argument " "1"" of type '" "lldb::SBWatchpoint *""'"); goto
fail; } while(0)
;
74838 }
74839 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74840 {
74841 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74842 result = (arg1)->GetWatchSize();
74843 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74844 }
74845 resultobj = SWIG_From_size_t(static_cast< size_t >(result));
74846 return resultobj;
74847fail:
74848 return NULL__null;
74849}
74850
74851
74852SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_SetEnabled(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74853 PyObject *resultobj = 0;
74854 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
74855 bool arg2 ;
74856 void *argp1 = 0 ;
74857 int res1 = 0 ;
74858 bool val2 ;
74859 int ecode2 = 0 ;
74860 PyObject * obj0 = 0 ;
74861 PyObject * obj1 = 0 ;
74862
74863 if (!PyArg_ParseTuple(args,(char *)"OO:SBWatchpoint_SetEnabled",&obj0,&obj1)) SWIG_failgoto fail;
74864 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
74865 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74866 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_SetEnabled" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_SetEnabled" "', argument "
"1"" of type '" "lldb::SBWatchpoint *""'"); goto fail; } while
(0)
;
74867 }
74868 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74869 ecode2 = SWIG_AsVal_bool(obj1, &val2);
74870 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
74871 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBWatchpoint_SetEnabled" "', argument " "2"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBWatchpoint_SetEnabled"
"', argument " "2"" of type '" "bool""'"); goto fail; } while
(0)
;
74872 }
74873 arg2 = static_cast< bool >(val2);
74874 {
74875 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74876 (arg1)->SetEnabled(arg2);
74877 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74878 }
74879 resultobj = SWIG_Py_Void();
74880 return resultobj;
74881fail:
74882 return NULL__null;
74883}
74884
74885
74886SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_IsEnabled(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74887 PyObject *resultobj = 0;
74888 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
74889 void *argp1 = 0 ;
74890 int res1 = 0 ;
74891 PyObject * obj0 = 0 ;
74892 bool result;
74893
74894 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_IsEnabled",&obj0)) SWIG_failgoto fail;
74895 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
74896 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74897 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_IsEnabled" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_IsEnabled" "', argument "
"1"" of type '" "lldb::SBWatchpoint *""'"); goto fail; } while
(0)
;
74898 }
74899 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74900 {
74901 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74902 result = (bool)(arg1)->IsEnabled();
74903 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74904 }
74905 resultobj = SWIG_From_bool(static_cast< bool >(result));
74906 return resultobj;
74907fail:
74908 return NULL__null;
74909}
74910
74911
74912SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_GetHitCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74913 PyObject *resultobj = 0;
74914 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
74915 void *argp1 = 0 ;
74916 int res1 = 0 ;
74917 PyObject * obj0 = 0 ;
74918 uint32_t result;
74919
74920 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_GetHitCount",&obj0)) SWIG_failgoto fail;
74921 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
74922 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74923 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_GetHitCount" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_GetHitCount" "', argument "
"1"" of type '" "lldb::SBWatchpoint *""'"); goto fail; } while
(0)
;
74924 }
74925 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74926 {
74927 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74928 result = (uint32_t)(arg1)->GetHitCount();
74929 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74930 }
74931 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
74932 return resultobj;
74933fail:
74934 return NULL__null;
74935}
74936
74937
74938SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_GetIgnoreCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74939 PyObject *resultobj = 0;
74940 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
74941 void *argp1 = 0 ;
74942 int res1 = 0 ;
74943 PyObject * obj0 = 0 ;
74944 uint32_t result;
74945
74946 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_GetIgnoreCount",&obj0)) SWIG_failgoto fail;
74947 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
74948 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74949 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_GetIgnoreCount" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_GetIgnoreCount"
"', argument " "1"" of type '" "lldb::SBWatchpoint *""'"); goto
fail; } while(0)
;
74950 }
74951 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74952 {
74953 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74954 result = (uint32_t)(arg1)->GetIgnoreCount();
74955 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74956 }
74957 resultobj = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
74958 return resultobj;
74959fail:
74960 return NULL__null;
74961}
74962
74963
74964SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_SetIgnoreCount(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74965 PyObject *resultobj = 0;
74966 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
74967 uint32_t arg2 ;
74968 void *argp1 = 0 ;
74969 int res1 = 0 ;
74970 unsigned int val2 ;
74971 int ecode2 = 0 ;
74972 PyObject * obj0 = 0 ;
74973 PyObject * obj1 = 0 ;
74974
74975 if (!PyArg_ParseTuple(args,(char *)"OO:SBWatchpoint_SetIgnoreCount",&obj0,&obj1)) SWIG_failgoto fail;
74976 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
74977 if (!SWIG_IsOK(res1)(res1 >= 0)) {
74978 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_SetIgnoreCount" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_SetIgnoreCount"
"', argument " "1"" of type '" "lldb::SBWatchpoint *""'"); goto
fail; } while(0)
;
74979 }
74980 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
74981 ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
74982 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
74983 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBWatchpoint_SetIgnoreCount" "', argument " "2"" of type '" "uint32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBWatchpoint_SetIgnoreCount"
"', argument " "2"" of type '" "uint32_t""'"); goto fail; } while
(0)
;
74984 }
74985 arg2 = static_cast< uint32_t >(val2);
74986 {
74987 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
74988 (arg1)->SetIgnoreCount(arg2);
74989 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
74990 }
74991 resultobj = SWIG_Py_Void();
74992 return resultobj;
74993fail:
74994 return NULL__null;
74995}
74996
74997
74998SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_GetCondition(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
74999 PyObject *resultobj = 0;
75000 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
75001 void *argp1 = 0 ;
75002 int res1 = 0 ;
75003 PyObject * obj0 = 0 ;
75004 char *result = 0 ;
75005
75006 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_GetCondition",&obj0)) SWIG_failgoto fail;
75007 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
75008 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75009 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_GetCondition" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_GetCondition"
"', argument " "1"" of type '" "lldb::SBWatchpoint *""'"); goto
fail; } while(0)
;
75010 }
75011 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
75012 {
75013 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75014 result = (char *)(arg1)->GetCondition();
75015 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75016 }
75017 resultobj = SWIG_FromCharPtr((const char *)result);
75018 return resultobj;
75019fail:
75020 return NULL__null;
75021}
75022
75023
75024SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_SetCondition(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75025 PyObject *resultobj = 0;
75026 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
75027 char *arg2 = (char *) 0 ;
75028 void *argp1 = 0 ;
75029 int res1 = 0 ;
75030 int res2 ;
75031 char *buf2 = 0 ;
75032 int alloc2 = 0 ;
75033 PyObject * obj0 = 0 ;
75034 PyObject * obj1 = 0 ;
75035
75036 if (!PyArg_ParseTuple(args,(char *)"OO:SBWatchpoint_SetCondition",&obj0,&obj1)) SWIG_failgoto fail;
75037 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
75038 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75039 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_SetCondition" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_SetCondition"
"', argument " "1"" of type '" "lldb::SBWatchpoint *""'"); goto
fail; } while(0)
;
75040 }
75041 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
75042 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
75043 if (!SWIG_IsOK(res2)(res2 >= 0)) {
75044 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBWatchpoint_SetCondition" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBWatchpoint_SetCondition"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
75045 }
75046 arg2 = reinterpret_cast< char * >(buf2);
75047 {
75048 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75049 (arg1)->SetCondition((char const *)arg2);
75050 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75051 }
75052 resultobj = SWIG_Py_Void();
75053 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
75054 return resultobj;
75055fail:
75056 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
75057 return NULL__null;
75058}
75059
75060
75061SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_GetDescription(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75062 PyObject *resultobj = 0;
75063 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
75064 lldb::SBStream *arg2 = 0 ;
75065 lldb::DescriptionLevel arg3 ;
75066 void *argp1 = 0 ;
75067 int res1 = 0 ;
75068 void *argp2 = 0 ;
75069 int res2 = 0 ;
75070 int val3 ;
75071 int ecode3 = 0 ;
75072 PyObject * obj0 = 0 ;
75073 PyObject * obj1 = 0 ;
75074 PyObject * obj2 = 0 ;
75075 bool result;
75076
75077 if (!PyArg_ParseTuple(args,(char *)"OOO:SBWatchpoint_GetDescription",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
75078 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
75079 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75080 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_GetDescription" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_GetDescription"
"', argument " "1"" of type '" "lldb::SBWatchpoint *""'"); goto
fail; } while(0)
;
75081 }
75082 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
75083 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_lldb__SBStream, 0 )SWIG_Python_ConvertPtrAndOwn(obj1, &argp2, swig_types[54]
, 0, 0)
;
75084 if (!SWIG_IsOK(res2)(res2 >= 0)) {
75085 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBWatchpoint_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBWatchpoint_GetDescription"
"', argument " "2"" of type '" "lldb::SBStream &""'"); goto
fail; } while(0)
;
75086 }
75087 if (!argp2) {
75088 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBWatchpoint_GetDescription" "', argument " "2"" of type '" "lldb::SBStream &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBWatchpoint_GetDescription" "', argument " "2"
" of type '" "lldb::SBStream &""'"); goto fail; } while(0
)
;
75089 }
75090 arg2 = reinterpret_cast< lldb::SBStream * >(argp2);
75091 ecode3 = SWIG_AsVal_int(obj2, &val3);
75092 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
75093 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBWatchpoint_GetDescription" "', argument " "3"" of type '" "lldb::DescriptionLevel""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBWatchpoint_GetDescription"
"', argument " "3"" of type '" "lldb::DescriptionLevel""'");
goto fail; } while(0)
;
75094 }
75095 arg3 = static_cast< lldb::DescriptionLevel >(val3);
75096 {
75097 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75098 result = (bool)(arg1)->GetDescription(*arg2,arg3);
75099 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75100 }
75101 resultobj = SWIG_From_bool(static_cast< bool >(result));
75102 return resultobj;
75103fail:
75104 return NULL__null;
75105}
75106
75107
75108SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_EventIsWatchpointEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75109 PyObject *resultobj = 0;
75110 lldb::SBEvent *arg1 = 0 ;
75111 void *argp1 = 0 ;
75112 int res1 = 0 ;
75113 PyObject * obj0 = 0 ;
75114 bool result;
75115
75116 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_EventIsWatchpointEvent",&obj0)) SWIG_failgoto fail;
75117 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
75118 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75119 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_EventIsWatchpointEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_EventIsWatchpointEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
75120 }
75121 if (!argp1) {
75122 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBWatchpoint_EventIsWatchpointEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBWatchpoint_EventIsWatchpointEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
75123 }
75124 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
75125 {
75126 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75127 result = (bool)lldb::SBWatchpoint::EventIsWatchpointEvent((lldb::SBEvent const &)*arg1);
75128 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75129 }
75130 resultobj = SWIG_From_bool(static_cast< bool >(result));
75131 return resultobj;
75132fail:
75133 return NULL__null;
75134}
75135
75136
75137SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_GetWatchpointEventTypeFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75138 PyObject *resultobj = 0;
75139 lldb::SBEvent *arg1 = 0 ;
75140 void *argp1 = 0 ;
75141 int res1 = 0 ;
75142 PyObject * obj0 = 0 ;
75143 lldb::WatchpointEventType result;
75144
75145 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_GetWatchpointEventTypeFromEvent",&obj0)) SWIG_failgoto fail;
75146 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
75147 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75148 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_GetWatchpointEventTypeFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_GetWatchpointEventTypeFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
75149 }
75150 if (!argp1) {
75151 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBWatchpoint_GetWatchpointEventTypeFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBWatchpoint_GetWatchpointEventTypeFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
75152 }
75153 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
75154 {
75155 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75156 result = (lldb::WatchpointEventType)lldb::SBWatchpoint::GetWatchpointEventTypeFromEvent((lldb::SBEvent const &)*arg1);
75157 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75158 }
75159 resultobj = SWIG_From_int(static_cast< int >(result));
75160 return resultobj;
75161fail:
75162 return NULL__null;
75163}
75164
75165
75166SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint_GetWatchpointFromEvent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75167 PyObject *resultobj = 0;
75168 lldb::SBEvent *arg1 = 0 ;
75169 void *argp1 = 0 ;
75170 int res1 = 0 ;
75171 PyObject * obj0 = 0 ;
75172 lldb::SBWatchpoint result;
75173
75174 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint_GetWatchpointFromEvent",&obj0)) SWIG_failgoto fail;
75175 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBEvent, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[26]
, 0 | 0, 0)
;
75176 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75177 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint_GetWatchpointFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint_GetWatchpointFromEvent"
"', argument " "1"" of type '" "lldb::SBEvent const &""'"
); goto fail; } while(0)
;
75178 }
75179 if (!argp1) {
75180 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "SBWatchpoint_GetWatchpointFromEvent" "', argument " "1"" of type '" "lldb::SBEvent const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "SBWatchpoint_GetWatchpointFromEvent" "', argument "
"1"" of type '" "lldb::SBEvent const &""'"); goto fail; }
while(0)
;
75181 }
75182 arg1 = reinterpret_cast< lldb::SBEvent * >(argp1);
75183 {
75184 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75185 result = lldb::SBWatchpoint::GetWatchpointFromEvent((lldb::SBEvent const &)*arg1);
75186 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75187 }
75188 resultobj = SWIG_NewPointerObj((new lldb::SBWatchpoint(static_cast< const lldb::SBWatchpoint& >(result))), SWIGTYPE_p_lldb__SBWatchpoint, SWIG_POINTER_OWN | 0 )SWIG_Python_NewPointerObj(__null, (new lldb::SBWatchpoint(static_cast
< const lldb::SBWatchpoint& >(result))), swig_types
[83], 0x1 | 0)
;
75189 return resultobj;
75190fail:
75191 return NULL__null;
75192}
75193
75194
75195SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBWatchpoint___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75196 PyObject *resultobj = 0;
75197 lldb::SBWatchpoint *arg1 = (lldb::SBWatchpoint *) 0 ;
75198 void *argp1 = 0 ;
75199 int res1 = 0 ;
75200 PyObject * obj0 = 0 ;
75201 PyObject *result = 0 ;
75202
75203 if (!PyArg_ParseTuple(args,(char *)"O:SBWatchpoint___str__",&obj0)) SWIG_failgoto fail;
75204 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBWatchpoint, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[83]
, 0 | 0, 0)
;
75205 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75206 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBWatchpoint___str__" "', argument " "1"" of type '" "lldb::SBWatchpoint *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBWatchpoint___str__" "', argument "
"1"" of type '" "lldb::SBWatchpoint *""'"); goto fail; } while
(0)
;
75207 }
75208 arg1 = reinterpret_cast< lldb::SBWatchpoint * >(argp1);
75209 result = (PyObject *)lldb_SBWatchpoint___str__(arg1);
75210 resultobj = result;
75211 return resultobj;
75212fail:
75213 return NULL__null;
75214}
75215
75216
75217SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBWatchpoint_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75218 PyObject *obj;
75219 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
75220 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBWatchpointswig_types[83], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
75221 return SWIG_Py_Void();
75222}
75223
75224SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBUnixSignals__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75225 PyObject *resultobj = 0;
75226 lldb::SBUnixSignals *result = 0 ;
75227
75228 if (!PyArg_ParseTuple(args,(char *)":new_SBUnixSignals")) SWIG_failgoto fail;
75229 {
75230 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75231 result = (lldb::SBUnixSignals *)new lldb::SBUnixSignals();
75232 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75233 }
75234 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBUnixSignals, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[79], (
(0x1 << 1) | 0x1) | 0)
;
75235 return resultobj;
75236fail:
75237 return NULL__null;
75238}
75239
75240
75241SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBUnixSignals__SWIG_1(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75242 PyObject *resultobj = 0;
75243 lldb::SBUnixSignals *arg1 = 0 ;
75244 void *argp1 = 0 ;
75245 int res1 = 0 ;
75246 PyObject * obj0 = 0 ;
75247 lldb::SBUnixSignals *result = 0 ;
75248
75249 if (!PyArg_ParseTuple(args,(char *)"O:new_SBUnixSignals",&obj0)) SWIG_failgoto fail;
75250 res1 = SWIG_ConvertPtr(obj0, &argp1, SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0)SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75251 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75252 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_SBUnixSignals" "', argument " "1"" of type '" "lldb::SBUnixSignals const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "new_SBUnixSignals" "', argument "
"1"" of type '" "lldb::SBUnixSignals const &""'"); goto fail
; } while(0)
;
75253 }
75254 if (!argp1) {
75255 SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "new_SBUnixSignals" "', argument " "1"" of type '" "lldb::SBUnixSignals const &""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(-9), "invalid null reference "
"in method '" "new_SBUnixSignals" "', argument " "1"" of type '"
"lldb::SBUnixSignals const &""'"); goto fail; } while(0)
;
75256 }
75257 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75258 {
75259 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75260 result = (lldb::SBUnixSignals *)new lldb::SBUnixSignals((lldb::SBUnixSignals const &)*arg1);
75261 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75262 }
75263 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_lldb__SBUnixSignals, SWIG_POINTER_NEW | 0 )SWIG_Python_NewPointerObj(__null, const_cast< void * >(
static_cast< const void * >(result)), swig_types[79], (
(0x1 << 1) | 0x1) | 0)
;
75264 return resultobj;
75265fail:
75266 return NULL__null;
75267}
75268
75269
75270SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_new_SBUnixSignals(PyObject *self, PyObject *args) {
75271 Py_ssize_t argc;
75272 PyObject *argv[2] = {
75273 0
75274 };
75275 Py_ssize_t ii;
75276
75277 if (!PyTuple_Check(args)((((((PyObject*)(args))->ob_type))->tp_flags & ((1L
<<26))) != 0)
) SWIG_failgoto fail;
75278 argc = args ? PyObject_LengthPyObject_Size(args) : 0;
75279 for (ii = 0; (ii < 1) && (ii < argc); ii++) {
75280 argv[ii] = PyTuple_GET_ITEM(args,ii)(((PyTupleObject *)(args))->ob_item[ii]);
75281 }
75282 if (argc == 0) {
75283 return _wrap_new_SBUnixSignals__SWIG_0(self, args);
75284 }
75285 if (argc == 1) {
75286 int _v;
75287 int res = SWIG_ConvertPtr(argv[0], 0, SWIGTYPE_p_lldb__SBUnixSignals, 0)SWIG_Python_ConvertPtrAndOwn(argv[0], 0, swig_types[79], 0, 0
)
;
75288 _v = SWIG_CheckState(res)((res >= 0) ? 1 : 0);
75289 if (_v) {
75290 return _wrap_new_SBUnixSignals__SWIG_1(self, args);
75291 }
75292 }
75293
75294fail:
75295 SWIG_SetErrorMsgSWIG_Python_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'new_SBUnixSignals'.\n"
75296 " Possible C/C++ prototypes are:\n"
75297 " lldb::SBUnixSignals::SBUnixSignals()\n"
75298 " lldb::SBUnixSignals::SBUnixSignals(lldb::SBUnixSignals const &)\n");
75299 return 0;
75300}
75301
75302
75303SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_delete_SBUnixSignals(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75304 PyObject *resultobj = 0;
75305 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75306 void *argp1 = 0 ;
75307 int res1 = 0 ;
75308 PyObject * obj0 = 0 ;
75309
75310 if (!PyArg_ParseTuple(args,(char *)"O:delete_SBUnixSignals",&obj0)) SWIG_failgoto fail;
75311 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, SWIG_POINTER_DISOWN | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0x1 | 0, 0)
;
75312 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75313 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SBUnixSignals" "', argument " "1"" of type '" "lldb::SBUnixSignals *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "delete_SBUnixSignals" "', argument "
"1"" of type '" "lldb::SBUnixSignals *""'"); goto fail; } while
(0)
;
75314 }
75315 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75316 {
75317 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75318 delete arg1;
75319 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75320 }
75321 resultobj = SWIG_Py_Void();
75322 return resultobj;
75323fail:
75324 return NULL__null;
75325}
75326
75327
75328SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBUnixSignals_Clear(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75329 PyObject *resultobj = 0;
75330 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75331 void *argp1 = 0 ;
75332 int res1 = 0 ;
75333 PyObject * obj0 = 0 ;
75334
75335 if (!PyArg_ParseTuple(args,(char *)"O:SBUnixSignals_Clear",&obj0)) SWIG_failgoto fail;
75336 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75337 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75338 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBUnixSignals_Clear" "', argument " "1"" of type '" "lldb::SBUnixSignals *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBUnixSignals_Clear" "', argument "
"1"" of type '" "lldb::SBUnixSignals *""'"); goto fail; } while
(0)
;
75339 }
75340 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75341 {
75342 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75343 (arg1)->Clear();
75344 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75345 }
75346 resultobj = SWIG_Py_Void();
75347 return resultobj;
75348fail:
75349 return NULL__null;
75350}
75351
75352
75353SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBUnixSignals_IsValid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75354 PyObject *resultobj = 0;
75355 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75356 void *argp1 = 0 ;
75357 int res1 = 0 ;
75358 PyObject * obj0 = 0 ;
75359 bool result;
75360
75361 if (!PyArg_ParseTuple(args,(char *)"O:SBUnixSignals_IsValid",&obj0)) SWIG_failgoto fail;
75362 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75363 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75364 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBUnixSignals_IsValid" "', argument " "1"" of type '" "lldb::SBUnixSignals const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBUnixSignals_IsValid" "', argument "
"1"" of type '" "lldb::SBUnixSignals const *""'"); goto fail
; } while(0)
;
75365 }
75366 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75367 {
75368 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75369 result = (bool)((lldb::SBUnixSignals const *)arg1)->IsValid();
75370 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75371 }
75372 resultobj = SWIG_From_bool(static_cast< bool >(result));
75373 return resultobj;
75374fail:
75375 return NULL__null;
75376}
75377
75378
75379SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBUnixSignals_GetSignalAsCString(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75380 PyObject *resultobj = 0;
75381 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75382 int32_t arg2 ;
75383 void *argp1 = 0 ;
75384 int res1 = 0 ;
75385 int val2 ;
75386 int ecode2 = 0 ;
75387 PyObject * obj0 = 0 ;
75388 PyObject * obj1 = 0 ;
75389 char *result = 0 ;
75390
75391 if (!PyArg_ParseTuple(args,(char *)"OO:SBUnixSignals_GetSignalAsCString",&obj0,&obj1)) SWIG_failgoto fail;
75392 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75393 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75394 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBUnixSignals_GetSignalAsCString" "', argument " "1"" of type '" "lldb::SBUnixSignals const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBUnixSignals_GetSignalAsCString"
"', argument " "1"" of type '" "lldb::SBUnixSignals const *"
"'"); goto fail; } while(0)
;
75395 }
75396 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75397 ecode2 = SWIG_AsVal_int(obj1, &val2);
75398 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
75399 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBUnixSignals_GetSignalAsCString" "', argument " "2"" of type '" "int32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBUnixSignals_GetSignalAsCString"
"', argument " "2"" of type '" "int32_t""'"); goto fail; } while
(0)
;
75400 }
75401 arg2 = static_cast< int32_t >(val2);
75402 {
75403 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75404 result = (char *)((lldb::SBUnixSignals const *)arg1)->GetSignalAsCString(arg2);
75405 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75406 }
75407 resultobj = SWIG_FromCharPtr((const char *)result);
75408 return resultobj;
75409fail:
75410 return NULL__null;
75411}
75412
75413
75414SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBUnixSignals_GetSignalNumberFromName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75415 PyObject *resultobj = 0;
75416 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75417 char *arg2 = (char *) 0 ;
75418 void *argp1 = 0 ;
75419 int res1 = 0 ;
75420 int res2 ;
75421 char *buf2 = 0 ;
75422 int alloc2 = 0 ;
75423 PyObject * obj0 = 0 ;
75424 PyObject * obj1 = 0 ;
75425 int32_t result;
75426
75427 if (!PyArg_ParseTuple(args,(char *)"OO:SBUnixSignals_GetSignalNumberFromName",&obj0,&obj1)) SWIG_failgoto fail;
75428 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75429 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75430 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBUnixSignals_GetSignalNumberFromName" "', argument " "1"" of type '" "lldb::SBUnixSignals const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBUnixSignals_GetSignalNumberFromName"
"', argument " "1"" of type '" "lldb::SBUnixSignals const *"
"'"); goto fail; } while(0)
;
75431 }
75432 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75433 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL__null, &alloc2);
75434 if (!SWIG_IsOK(res2)(res2 >= 0)) {
75435 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "SBUnixSignals_GetSignalNumberFromName" "', argument " "2"" of type '" "char const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res2 != (
-1)) ? res2 : -5)), "in method '" "SBUnixSignals_GetSignalNumberFromName"
"', argument " "2"" of type '" "char const *""'"); goto fail
; } while(0)
;
75436 }
75437 arg2 = reinterpret_cast< char * >(buf2);
75438 {
75439 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75440 result = (int32_t)((lldb::SBUnixSignals const *)arg1)->GetSignalNumberFromName((char const *)arg2);
75441 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75442 }
75443 resultobj = SWIG_From_int(static_cast< int >(result));
75444 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
75445 return resultobj;
75446fail:
75447 if (alloc2 == SWIG_NEWOBJ((0) | ((1 << 8) << 1))) delete[] buf2;
75448 return NULL__null;
75449}
75450
75451
75452SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBUnixSignals_GetShouldSuppress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75453 PyObject *resultobj = 0;
75454 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75455 int32_t arg2 ;
75456 void *argp1 = 0 ;
75457 int res1 = 0 ;
75458 int val2 ;
75459 int ecode2 = 0 ;
75460 PyObject * obj0 = 0 ;
75461 PyObject * obj1 = 0 ;
75462 bool result;
75463
75464 if (!PyArg_ParseTuple(args,(char *)"OO:SBUnixSignals_GetShouldSuppress",&obj0,&obj1)) SWIG_failgoto fail;
75465 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75466 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75467 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBUnixSignals_GetShouldSuppress" "', argument " "1"" of type '" "lldb::SBUnixSignals const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBUnixSignals_GetShouldSuppress"
"', argument " "1"" of type '" "lldb::SBUnixSignals const *"
"'"); goto fail; } while(0)
;
75468 }
75469 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75470 ecode2 = SWIG_AsVal_int(obj1, &val2);
75471 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
75472 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBUnixSignals_GetShouldSuppress" "', argument " "2"" of type '" "int32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBUnixSignals_GetShouldSuppress"
"', argument " "2"" of type '" "int32_t""'"); goto fail; } while
(0)
;
75473 }
75474 arg2 = static_cast< int32_t >(val2);
75475 {
75476 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75477 result = (bool)((lldb::SBUnixSignals const *)arg1)->GetShouldSuppress(arg2);
75478 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75479 }
75480 resultobj = SWIG_From_bool(static_cast< bool >(result));
75481 return resultobj;
75482fail:
75483 return NULL__null;
75484}
75485
75486
75487SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBUnixSignals_SetShouldSuppress(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75488 PyObject *resultobj = 0;
75489 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75490 int32_t arg2 ;
75491 bool arg3 ;
75492 void *argp1 = 0 ;
75493 int res1 = 0 ;
75494 int val2 ;
75495 int ecode2 = 0 ;
75496 bool val3 ;
75497 int ecode3 = 0 ;
75498 PyObject * obj0 = 0 ;
75499 PyObject * obj1 = 0 ;
75500 PyObject * obj2 = 0 ;
75501 bool result;
75502
75503 if (!PyArg_ParseTuple(args,(char *)"OOO:SBUnixSignals_SetShouldSuppress",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
75504 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75505 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75506 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBUnixSignals_SetShouldSuppress" "', argument " "1"" of type '" "lldb::SBUnixSignals *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBUnixSignals_SetShouldSuppress"
"', argument " "1"" of type '" "lldb::SBUnixSignals *""'"); goto
fail; } while(0)
;
75507 }
75508 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75509 ecode2 = SWIG_AsVal_int(obj1, &val2);
75510 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
75511 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBUnixSignals_SetShouldSuppress" "', argument " "2"" of type '" "int32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBUnixSignals_SetShouldSuppress"
"', argument " "2"" of type '" "int32_t""'"); goto fail; } while
(0)
;
75512 }
75513 arg2 = static_cast< int32_t >(val2);
75514 ecode3 = SWIG_AsVal_bool(obj2, &val3);
75515 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
75516 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBUnixSignals_SetShouldSuppress" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBUnixSignals_SetShouldSuppress"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
75517 }
75518 arg3 = static_cast< bool >(val3);
75519 {
75520 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75521 result = (bool)(arg1)->SetShouldSuppress(arg2,arg3);
75522 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75523 }
75524 resultobj = SWIG_From_bool(static_cast< bool >(result));
75525 return resultobj;
75526fail:
75527 return NULL__null;
75528}
75529
75530
75531SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBUnixSignals_GetShouldStop(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75532 PyObject *resultobj = 0;
75533 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75534 int32_t arg2 ;
75535 void *argp1 = 0 ;
75536 int res1 = 0 ;
75537 int val2 ;
75538 int ecode2 = 0 ;
75539 PyObject * obj0 = 0 ;
75540 PyObject * obj1 = 0 ;
75541 bool result;
75542
75543 if (!PyArg_ParseTuple(args,(char *)"OO:SBUnixSignals_GetShouldStop",&obj0,&obj1)) SWIG_failgoto fail;
75544 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75545 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75546 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBUnixSignals_GetShouldStop" "', argument " "1"" of type '" "lldb::SBUnixSignals const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBUnixSignals_GetShouldStop"
"', argument " "1"" of type '" "lldb::SBUnixSignals const *"
"'"); goto fail; } while(0)
;
75547 }
75548 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75549 ecode2 = SWIG_AsVal_int(obj1, &val2);
75550 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
75551 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBUnixSignals_GetShouldStop" "', argument " "2"" of type '" "int32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBUnixSignals_GetShouldStop"
"', argument " "2"" of type '" "int32_t""'"); goto fail; } while
(0)
;
75552 }
75553 arg2 = static_cast< int32_t >(val2);
75554 {
75555 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75556 result = (bool)((lldb::SBUnixSignals const *)arg1)->GetShouldStop(arg2);
75557 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75558 }
75559 resultobj = SWIG_From_bool(static_cast< bool >(result));
75560 return resultobj;
75561fail:
75562 return NULL__null;
75563}
75564
75565
75566SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBUnixSignals_SetShouldStop(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75567 PyObject *resultobj = 0;
75568 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75569 int32_t arg2 ;
75570 bool arg3 ;
75571 void *argp1 = 0 ;
75572 int res1 = 0 ;
75573 int val2 ;
75574 int ecode2 = 0 ;
75575 bool val3 ;
75576 int ecode3 = 0 ;
75577 PyObject * obj0 = 0 ;
75578 PyObject * obj1 = 0 ;
75579 PyObject * obj2 = 0 ;
75580 bool result;
75581
75582 if (!PyArg_ParseTuple(args,(char *)"OOO:SBUnixSignals_SetShouldStop",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
75583 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75584 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75585 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBUnixSignals_SetShouldStop" "', argument " "1"" of type '" "lldb::SBUnixSignals *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBUnixSignals_SetShouldStop"
"', argument " "1"" of type '" "lldb::SBUnixSignals *""'"); goto
fail; } while(0)
;
75586 }
75587 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75588 ecode2 = SWIG_AsVal_int(obj1, &val2);
75589 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
75590 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBUnixSignals_SetShouldStop" "', argument " "2"" of type '" "int32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBUnixSignals_SetShouldStop"
"', argument " "2"" of type '" "int32_t""'"); goto fail; } while
(0)
;
75591 }
75592 arg2 = static_cast< int32_t >(val2);
75593 ecode3 = SWIG_AsVal_bool(obj2, &val3);
75594 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
75595 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBUnixSignals_SetShouldStop" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBUnixSignals_SetShouldStop"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
75596 }
75597 arg3 = static_cast< bool >(val3);
75598 {
75599 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75600 result = (bool)(arg1)->SetShouldStop(arg2,arg3);
75601 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75602 }
75603 resultobj = SWIG_From_bool(static_cast< bool >(result));
75604 return resultobj;
75605fail:
75606 return NULL__null;
75607}
75608
75609
75610SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBUnixSignals_GetShouldNotify(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75611 PyObject *resultobj = 0;
75612 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75613 int32_t arg2 ;
75614 void *argp1 = 0 ;
75615 int res1 = 0 ;
75616 int val2 ;
75617 int ecode2 = 0 ;
75618 PyObject * obj0 = 0 ;
75619 PyObject * obj1 = 0 ;
75620 bool result;
75621
75622 if (!PyArg_ParseTuple(args,(char *)"OO:SBUnixSignals_GetShouldNotify",&obj0,&obj1)) SWIG_failgoto fail;
75623 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75624 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75625 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBUnixSignals_GetShouldNotify" "', argument " "1"" of type '" "lldb::SBUnixSignals const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBUnixSignals_GetShouldNotify"
"', argument " "1"" of type '" "lldb::SBUnixSignals const *"
"'"); goto fail; } while(0)
;
75626 }
75627 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75628 ecode2 = SWIG_AsVal_int(obj1, &val2);
75629 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
75630 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBUnixSignals_GetShouldNotify" "', argument " "2"" of type '" "int32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBUnixSignals_GetShouldNotify"
"', argument " "2"" of type '" "int32_t""'"); goto fail; } while
(0)
;
75631 }
75632 arg2 = static_cast< int32_t >(val2);
75633 {
75634 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75635 result = (bool)((lldb::SBUnixSignals const *)arg1)->GetShouldNotify(arg2);
75636 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75637 }
75638 resultobj = SWIG_From_bool(static_cast< bool >(result));
75639 return resultobj;
75640fail:
75641 return NULL__null;
75642}
75643
75644
75645SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBUnixSignals_SetShouldNotify(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75646 PyObject *resultobj = 0;
75647 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75648 int32_t arg2 ;
75649 bool arg3 ;
75650 void *argp1 = 0 ;
75651 int res1 = 0 ;
75652 int val2 ;
75653 int ecode2 = 0 ;
75654 bool val3 ;
75655 int ecode3 = 0 ;
75656 PyObject * obj0 = 0 ;
75657 PyObject * obj1 = 0 ;
75658 PyObject * obj2 = 0 ;
75659 bool result;
75660
75661 if (!PyArg_ParseTuple(args,(char *)"OOO:SBUnixSignals_SetShouldNotify",&obj0,&obj1,&obj2)) SWIG_failgoto fail;
75662 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75663 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75664 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBUnixSignals_SetShouldNotify" "', argument " "1"" of type '" "lldb::SBUnixSignals *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBUnixSignals_SetShouldNotify"
"', argument " "1"" of type '" "lldb::SBUnixSignals *""'"); goto
fail; } while(0)
;
75665 }
75666 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75667 ecode2 = SWIG_AsVal_int(obj1, &val2);
75668 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
75669 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBUnixSignals_SetShouldNotify" "', argument " "2"" of type '" "int32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBUnixSignals_SetShouldNotify"
"', argument " "2"" of type '" "int32_t""'"); goto fail; } while
(0)
;
75670 }
75671 arg2 = static_cast< int32_t >(val2);
75672 ecode3 = SWIG_AsVal_bool(obj2, &val3);
75673 if (!SWIG_IsOK(ecode3)(ecode3 >= 0)) {
75674 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBUnixSignals_SetShouldNotify" "', argument " "3"" of type '" "bool""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode3 !=
(-1)) ? ecode3 : -5)), "in method '" "SBUnixSignals_SetShouldNotify"
"', argument " "3"" of type '" "bool""'"); goto fail; } while
(0)
;
75675 }
75676 arg3 = static_cast< bool >(val3);
75677 {
75678 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75679 result = (bool)(arg1)->SetShouldNotify(arg2,arg3);
75680 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75681 }
75682 resultobj = SWIG_From_bool(static_cast< bool >(result));
75683 return resultobj;
75684fail:
75685 return NULL__null;
75686}
75687
75688
75689SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBUnixSignals_GetNumSignals(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75690 PyObject *resultobj = 0;
75691 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75692 void *argp1 = 0 ;
75693 int res1 = 0 ;
75694 PyObject * obj0 = 0 ;
75695 int32_t result;
75696
75697 if (!PyArg_ParseTuple(args,(char *)"O:SBUnixSignals_GetNumSignals",&obj0)) SWIG_failgoto fail;
75698 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75699 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75700 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBUnixSignals_GetNumSignals" "', argument " "1"" of type '" "lldb::SBUnixSignals const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBUnixSignals_GetNumSignals"
"', argument " "1"" of type '" "lldb::SBUnixSignals const *"
"'"); goto fail; } while(0)
;
75701 }
75702 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75703 {
75704 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75705 result = (int32_t)((lldb::SBUnixSignals const *)arg1)->GetNumSignals();
75706 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75707 }
75708 resultobj = SWIG_From_int(static_cast< int >(result));
75709 return resultobj;
75710fail:
75711 return NULL__null;
75712}
75713
75714
75715SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *_wrap_SBUnixSignals_GetSignalAtIndex(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75716 PyObject *resultobj = 0;
75717 lldb::SBUnixSignals *arg1 = (lldb::SBUnixSignals *) 0 ;
75718 int32_t arg2 ;
75719 void *argp1 = 0 ;
75720 int res1 = 0 ;
75721 int val2 ;
75722 int ecode2 = 0 ;
75723 PyObject * obj0 = 0 ;
75724 PyObject * obj1 = 0 ;
75725 int32_t result;
75726
75727 if (!PyArg_ParseTuple(args,(char *)"OO:SBUnixSignals_GetSignalAtIndex",&obj0,&obj1)) SWIG_failgoto fail;
75728 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_lldb__SBUnixSignals, 0 | 0 )SWIG_Python_ConvertPtrAndOwn(obj0, &argp1, swig_types[79]
, 0 | 0, 0)
;
75729 if (!SWIG_IsOK(res1)(res1 >= 0)) {
75730 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBUnixSignals_GetSignalAtIndex" "', argument " "1"" of type '" "lldb::SBUnixSignals const *""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((res1 != (
-1)) ? res1 : -5)), "in method '" "SBUnixSignals_GetSignalAtIndex"
"', argument " "1"" of type '" "lldb::SBUnixSignals const *"
"'"); goto fail; } while(0)
;
75731 }
75732 arg1 = reinterpret_cast< lldb::SBUnixSignals * >(argp1);
75733 ecode2 = SWIG_AsVal_int(obj1, &val2);
75734 if (!SWIG_IsOK(ecode2)(ecode2 >= 0)) {
75735 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "SBUnixSignals_GetSignalAtIndex" "', argument " "2"" of type '" "int32_t""'")do { SWIG_Python_SetErrorMsg(SWIG_Python_ErrorType(((ecode2 !=
(-1)) ? ecode2 : -5)), "in method '" "SBUnixSignals_GetSignalAtIndex"
"', argument " "2"" of type '" "int32_t""'"); goto fail; } while
(0)
;
75736 }
75737 arg2 = static_cast< int32_t >(val2);
75738 {
75739 SWIG_PYTHON_THREAD_BEGIN_ALLOWSWIG_Python_Thread_Allow _swig_thread_allow;
75740 result = (int32_t)((lldb::SBUnixSignals const *)arg1)->GetSignalAtIndex(arg2);
75741 SWIG_PYTHON_THREAD_END_ALLOW_swig_thread_allow.end();
75742 }
75743 resultobj = SWIG_From_int(static_cast< int >(result));
75744 return resultobj;
75745fail:
75746 return NULL__null;
75747}
75748
75749
75750SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *SBUnixSignals_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
75751 PyObject *obj;
75752 if (!PyArg_ParseTuple(args,(char*)"O:swigregister", &obj)) return NULL__null;
75753 SWIG_TypeNewClientData(SWIGTYPE_p_lldb__SBUnixSignalsswig_types[79], SWIG_NewClientData(obj)SwigPyClientData_New(obj));
75754 return SWIG_Py_Void();
75755}
75756
75757
75758
75759// resolve a dotted Python name in the form
75760// foo.bar.baz.Foobar to an actual Python object
75761// if pmodule is NULL, the __main__ module will be used
75762// as the starting point for the search
75763
75764
75765// This function is called by lldb_private::ScriptInterpreterPython::BreakpointCallbackFunction(...)
75766// and is used when a script command is attached to a breakpoint for execution.
75767
75768SWIGEXPORT__attribute__ ((visibility("default"))) bool
75769LLDBSwigPythonBreakpointCallbackFunction
75770(
75771 const char *python_function_name,
75772 const char *session_dictionary_name,
75773 const lldb::StackFrameSP& frame_sp,
75774 const lldb::BreakpointLocationSP& bp_loc_sp
75775)
75776{
75777 using namespace lldb_private;
75778 lldb::SBFrame sb_frame (frame_sp);
75779 lldb::SBBreakpointLocation sb_bp_loc(bp_loc_sp);
75780
75781 bool stop_at_breakpoint = true;
75782
75783 PyErr_Cleaner py_err_cleaner(true);
75784 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
75785 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
75786
75787 if (!pfunc.IsAllocated())
75788 return stop_at_breakpoint;
75789
75790 PythonObject frame_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_frame));
75791 PythonObject bp_loc_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_bp_loc));
75792 PythonObject result = pfunc(frame_arg, bp_loc_arg, dict);
75793
75794 if (result.get() == Py_False((PyObject *) &_Py_ZeroStruct))
75795 stop_at_breakpoint = false;
75796
75797 return stop_at_breakpoint;
75798}
75799
75800// This function is called by lldb_private::ScriptInterpreterPython::WatchpointCallbackFunction(...)
75801// and is used when a script command is attached to a watchpoint for execution.
75802
75803SWIGEXPORT__attribute__ ((visibility("default"))) bool
75804LLDBSwigPythonWatchpointCallbackFunction
75805(
75806 const char *python_function_name,
75807 const char *session_dictionary_name,
75808 const lldb::StackFrameSP& frame_sp,
75809 const lldb::WatchpointSP& wp_sp
75810)
75811{
75812 using namespace lldb_private;
75813 lldb::SBFrame sb_frame (frame_sp);
75814 lldb::SBWatchpoint sb_wp(wp_sp);
75815
75816 bool stop_at_watchpoint = true;
75817
75818 PyErr_Cleaner py_err_cleaner(true);
75819
75820 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
75821 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
75822
75823 if (!pfunc.IsAllocated())
75824 return stop_at_watchpoint;
75825
75826 PythonObject frame_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_frame));
75827 PythonObject wp_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_wp));
75828 PythonObject result = pfunc(frame_arg, wp_arg, dict);
75829
75830 if (result.get() == Py_False((PyObject *) &_Py_ZeroStruct))
75831 stop_at_watchpoint = false;
75832
75833 return stop_at_watchpoint;
75834}
75835
75836SWIGEXPORT__attribute__ ((visibility("default"))) bool
75837LLDBSwigPythonCallTypeScript
75838(
75839 const char *python_function_name,
75840 const void *session_dictionary,
75841 const lldb::ValueObjectSP& valobj_sp,
75842 void** pyfunct_wrapper,
75843 const lldb::TypeSummaryOptionsSP& options_sp,
75844 std::string& retval
75845)
75846{
75847 using namespace lldb_private;
75848 lldb::SBValue sb_value (valobj_sp);
75849 lldb::SBTypeSummaryOptions sb_options(options_sp.get());
75850
75851 retval.clear();
75852
75853 if (!python_function_name || !session_dictionary)
75854 return false;
75855
75856 PyObject *pfunc_impl = nullptr;
75857
75858 if (pyfunct_wrapper && *pyfunct_wrapper && PyFunction_Check (*pyfunct_wrapper)((((PyObject*)(*pyfunct_wrapper))->ob_type) == &PyFunction_Type
)
)
75859 {
75860 pfunc_impl = (PyObject*)(*pyfunct_wrapper);
75861 if (pfunc_impl->ob_refcnt == 1)
75862 {
75863 Py_XDECREF(pfunc_impl)do { if ((pfunc_impl) == __null) ; else do { if ( --((PyObject
*)(pfunc_impl))->ob_refcnt != 0) ; else ( (*(((PyObject*)(
(PyObject *)(pfunc_impl)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(pfunc_impl)))); } while (0); } while (0)
;
75864 pfunc_impl = NULL__null;
75865 }
75866 }
75867
75868 PyObject *py_dict = (PyObject*)session_dictionary;
75869 if (!PythonDictionary::Check(py_dict))
75870 return true;
75871
75872 PythonDictionary dict(PyRefType::Borrowed, py_dict);
75873
75874 PyErr_Cleaner pyerr_cleanup(true); // show Python errors
75875
75876 PythonCallable pfunc(PyRefType::Borrowed, pfunc_impl);
75877
75878 if (!pfunc.IsAllocated())
75879 {
75880 pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
75881 if (!pfunc.IsAllocated())
75882 return false;
75883
75884 if (pyfunct_wrapper)
75885 {
75886 *pyfunct_wrapper = pfunc.get();
75887 Py_XINCREF(pfunc.get())do { if ((pfunc.get()) == __null) ; else ( ((PyObject*)(pfunc
.get()))->ob_refcnt++); } while (0)
;
75888 }
75889 }
75890
75891 PythonObject result;
75892 auto argc = pfunc.GetNumArguments();
75893 // if the third argument is supported, or varargs are allowed
75894 PythonObject value_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_value));
75895 PythonObject options_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_options));
75896 if (argc.count == 3 || argc.has_varargs)
75897 result = pfunc(value_arg,dict,options_arg);
75898 else
75899 result = pfunc(value_arg,dict);
75900
75901 retval = result.Str().GetString().str();
75902
75903 return true;
75904}
75905
75906SWIGEXPORT__attribute__ ((visibility("default"))) void*
75907LLDBSwigPythonCreateSyntheticProvider
75908(
75909 const char *python_class_name,
75910 const char *session_dictionary_name,
75911 const lldb::ValueObjectSP& valobj_sp
75912)
75913{
75914 using namespace lldb_private;
75915
75916 if (python_class_name == NULL__null || python_class_name[0] == '\0' || !session_dictionary_name)
75917 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
75918
75919 PyErr_Cleaner py_err_cleaner(true);
75920
75921 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
75922 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name,dict);
75923
75924 if (!pfunc.IsAllocated())
75925 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
75926
75927 // I do not want the SBValue to be deallocated when going out of scope because python
75928 // has ownership of it and will manage memory for this object by itself
75929 lldb::SBValue *sb_value = new lldb::SBValue(valobj_sp);
75930 sb_value->SetPreferSyntheticValue(false);
75931
75932 PythonObject val_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_value));
75933 if (!val_arg.IsAllocated())
75934 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
75935
75936 PythonObject result = pfunc(val_arg, dict);
75937
75938 if (result.IsAllocated())
75939 return result.release();
75940
75941 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
75942}
75943
75944SWIGEXPORT__attribute__ ((visibility("default"))) void*
75945LLDBSwigPythonCreateCommandObject
75946(
75947 const char *python_class_name,
75948 const char *session_dictionary_name,
75949 const lldb::DebuggerSP debugger_sp
75950)
75951{
75952 using namespace lldb_private;
75953
75954 if (python_class_name == NULL__null || python_class_name[0] == '\0' || !session_dictionary_name)
75955 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
75956
75957 PyErr_Cleaner py_err_cleaner(true);
75958 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
75959 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
75960
75961 if (!pfunc.IsAllocated())
75962 return nullptr;
75963
75964 lldb::SBDebugger debugger_sb(debugger_sp);
75965 PythonObject debugger_arg(PyRefType::Owned, SBTypeToSWIGWrapper(debugger_sb));
75966 PythonObject result = pfunc(debugger_arg, dict);
75967
75968 if (result.IsAllocated())
75969 return result.release();
75970
75971 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
75972}
75973
75974SWIGEXPORT__attribute__ ((visibility("default"))) void*
75975LLDBSwigPythonCreateScriptedThreadPlan
75976(
75977 const char *python_class_name,
75978 const char *session_dictionary_name,
75979 const lldb::ThreadPlanSP& thread_plan_sp
75980)
75981{
75982 using namespace lldb_private;
75983
75984 if (python_class_name == NULL__null || python_class_name[0] == '\0' || !session_dictionary_name)
75985 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
75986
75987 // I do not want the SBThreadPlan to be deallocated when going out of scope because python
75988 // has ownership of it and will manage memory for this object by itself
75989 lldb::SBThreadPlan *tp_value = new lldb::SBThreadPlan(thread_plan_sp);
75990
75991 PyErr_Cleaner py_err_cleaner(true);
75992
75993 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
75994 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
75995
75996 if (!pfunc.IsAllocated())
75997 return nullptr;
75998
75999 PythonObject tp_arg(PyRefType::Owned, SBTypeToSWIGWrapper(tp_value));
76000
76001 if (!tp_arg.IsAllocated())
76002 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
76003
76004 PythonObject result = pfunc(tp_arg, dict);
76005 // FIXME: At this point we should check that the class we found supports all the methods
76006 // that we need.
76007
76008 if (result.IsAllocated())
76009 return result.release();
76010 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
76011}
76012
76013SWIGEXPORT__attribute__ ((visibility("default"))) bool
76014LLDBSWIGPythonCallThreadPlan
76015(
76016 void *implementor,
76017 const char *method_name,
76018 lldb_private::Event *event,
76019 bool &got_error
76020)
76021{
76022 using namespace lldb_private;
76023
76024 got_error = false;
76025
76026 PyErr_Cleaner py_err_cleaner(false);
76027 PythonObject self(PyRefType::Borrowed, static_cast<PyObject*>(implementor));
76028 auto pfunc = self.ResolveName<PythonCallable>(method_name);
76029
76030 if (!pfunc.IsAllocated())
76031 return false;
76032
76033 PythonObject result;
76034 if (event != nullptr)
76035 {
76036 lldb::SBEvent sb_event(event);
76037 PythonObject event_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_event));
76038 result = pfunc(event_arg);
76039 }
76040 else
76041 result = pfunc();
76042
76043 if (PyErr_Occurred())
76044 {
76045 got_error = true;
76046 printf ("Return value was neither false nor true for call to %s.\n", method_name);
76047 PyErr_Print();
76048 return false;
76049 }
76050
76051 if (result.get() == Py_True((PyObject *) &_Py_TrueStruct))
76052 return true;
76053 else if (result.get() == Py_False((PyObject *) &_Py_ZeroStruct))
76054 return false;
76055
76056 // Somebody returned the wrong thing...
76057 got_error = true;
76058 printf ("Wrong return value type for call to %s.\n", method_name);
76059 return false;
76060}
76061
76062SWIGEXPORT__attribute__ ((visibility("default"))) void *
76063LLDBSwigPythonCreateScriptedBreakpointResolver
76064(
76065 const char *python_class_name,
76066 const char *session_dictionary_name,
76067 lldb_private::StructuredDataImpl *args_impl,
76068 lldb::BreakpointSP &breakpoint_sp
76069)
76070{
76071 using namespace lldb_private;
76072
76073 if (python_class_name == NULL__null || python_class_name[0] == '\0' || !session_dictionary_name)
76074 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
76075
76076 PyErr_Cleaner py_err_cleaner(true);
76077
76078 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
76079 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
76080
76081 if (!pfunc.IsAllocated())
76082 return nullptr;
76083
76084 lldb::SBBreakpoint *bkpt_value = new lldb::SBBreakpoint(breakpoint_sp);
76085
76086 PythonObject bkpt_arg(PyRefType::Owned, SBTypeToSWIGWrapper(bkpt_value));
76087
76088 lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
76089 PythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(args_value));
76090
76091 PythonObject result = pfunc(bkpt_arg, args_arg, dict);
76092 // FIXME: At this point we should check that the class we found supports all the methods
76093 // that we need.
76094
76095 if (result.IsAllocated())
76096 {
76097 // Check that __callback__ is defined:
76098 auto callback_func = result.ResolveName<PythonCallable>("__callback__");
76099 if (callback_func.IsAllocated())
76100 return result.release();
76101 else
76102 result.release();
76103 }
76104 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
76105}
76106
76107SWIGEXPORT__attribute__ ((visibility("default"))) unsigned int
76108LLDBSwigPythonCallBreakpointResolver
76109(
76110 void *implementor,
76111 const char *method_name,
76112 lldb_private::SymbolContext *sym_ctx
76113)
76114{
76115 using namespace lldb_private;
76116
76117 PyErr_Cleaner py_err_cleaner(false);
76118 PythonObject self(PyRefType::Borrowed, static_cast<PyObject*>(implementor));
76119 auto pfunc = self.ResolveName<PythonCallable>(method_name);
76120
76121 if (!pfunc.IsAllocated())
76122 return 0;
76123
76124 PythonObject result;
76125 if (sym_ctx != nullptr) {
76126 lldb::SBSymbolContext sb_sym_ctx(sym_ctx);
76127 PythonObject sym_ctx_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_sym_ctx));
76128 result = pfunc(sym_ctx_arg);
76129 } else
76130 result = pfunc();
76131
76132 if (PyErr_Occurred())
76133 {
76134 PyErr_Print();
76135 return 0;
76136 }
76137
76138 // The callback will return a bool, but we're need to also return ints
76139 // so we're squirrelling the bool through as an int... And if you return
76140 // nothing, we'll continue.
76141 if (strcmp(method_name, "__callback__") == 0) {
76142 if (result.get() == Py_False((PyObject *) &_Py_ZeroStruct))
76143 return 0;
76144 else
76145 return 1;
76146 }
76147
76148 PythonInteger int_result = result.AsType<PythonInteger>();
76149 if (!int_result.IsAllocated())
76150 return 0;
76151
76152 unsigned int ret_val = int_result.GetInteger();
76153
76154 return ret_val;
76155}
76156
76157// wrapper that calls an optional instance member of an object taking no arguments
76158static PyObject*
76159LLDBSwigPython_CallOptionalMember
76160(
76161 PyObject* implementor,
76162 char* callee_name,
76163 PyObject* ret_if_not_found = Py_None(&_Py_NoneStruct),
76164 bool* was_found = NULL__null
76165)
76166{
76167 using namespace lldb_private;
76168
76169 PyErr_Cleaner py_err_cleaner(false);
76170
76171 PythonObject self(PyRefType::Borrowed, static_cast<PyObject*>(implementor));
76172 auto pfunc = self.ResolveName<PythonCallable>(callee_name);
76173
76174 if (!pfunc.IsAllocated())
76175 {
76176 if (was_found)
76177 *was_found = false;
76178 Py_XINCREF(ret_if_not_found)do { if ((ret_if_not_found) == __null) ; else ( ((PyObject*)(
ret_if_not_found))->ob_refcnt++); } while (0)
;
76179 return ret_if_not_found;
76180 }
76181
76182 if (was_found)
76183 *was_found = true;
76184
76185 PythonObject result = pfunc();
76186 return result.release();
76187}
76188
76189SWIGEXPORT__attribute__ ((visibility("default"))) size_t
76190LLDBSwigPython_CalculateNumChildren
76191(
76192 PyObject *implementor,
76193 uint32_t max
76194)
76195{
76196 using namespace lldb_private;
76197
76198 PythonObject self(PyRefType::Borrowed, implementor);
76199 auto pfunc = self.ResolveName<PythonCallable>("num_children");
76200
76201 if (!pfunc.IsAllocated())
76202 return 0;
76203
76204 PythonObject result;
76205 auto argc = pfunc.GetNumArguments();
76206 if (argc.count == 1)
76207 result = pfunc();
76208 else if (argc.count == 2)
76209 result = pfunc(PythonInteger(max));
76210
76211 if (!result.IsAllocated())
76212 return 0;
76213
76214 PythonInteger int_result = result.AsType<PythonInteger>();
76215 if (!int_result.IsAllocated())
76216 return 0;
76217
76218 size_t ret_val = int_result.GetInteger();
76219
76220 if (PyErr_Occurred())
76221 {
76222 PyErr_Print();
76223 PyErr_Clear();
76224 }
76225
76226 if (argc.count == 1)
76227 ret_val = std::min(ret_val, static_cast<size_t>(max));
76228
76229 return ret_val;
76230}
76231
76232SWIGEXPORT__attribute__ ((visibility("default"))) PyObject*
76233LLDBSwigPython_GetChildAtIndex
76234(
76235 PyObject *implementor,
76236 uint32_t idx
76237)
76238{
76239 using namespace lldb_private;
76240 PyErr_Cleaner py_err_cleaner(true);
76241
76242 PythonObject self(PyRefType::Borrowed, implementor);
76243 auto pfunc = self.ResolveName<PythonCallable>("get_child_at_index");
76244
76245 if (!pfunc.IsAllocated())
76246 return nullptr;
76247
76248 PythonObject result = pfunc(PythonInteger(idx));
76249
76250 if (!result.IsAllocated())
76251 return nullptr;
76252
76253 lldb::SBValue* sbvalue_ptr = nullptr;
76254 if (SWIG_ConvertPtr(result.get(), (void**)&sbvalue_ptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(result.get(), (void**)&sbvalue_ptr
, swig_types[80], 0, 0)
== -1)
76255 return nullptr;
76256
76257 if (sbvalue_ptr == nullptr)
76258 return nullptr;
76259
76260 return result.release();
76261}
76262
76263SWIGEXPORT__attribute__ ((visibility("default"))) int
76264LLDBSwigPython_GetIndexOfChildWithName
76265(
76266 PyObject *implementor,
76267 const char* child_name
76268)
76269{
76270 using namespace lldb_private;
76271 PyErr_Cleaner py_err_cleaner(true);
76272
76273 PythonObject self(PyRefType::Borrowed, implementor);
76274 auto pfunc = self.ResolveName<PythonCallable>("get_child_index");
76275
76276 if (!pfunc.IsAllocated())
76277 return UINT32_MAX(4294967295U);
76278
76279 PythonObject result = pfunc(PythonString(child_name));
76280
76281 if (!result.IsAllocated())
76282 return UINT32_MAX(4294967295U);
76283
76284 PythonInteger int_result = result.AsType<PythonInteger>();
76285 if (!int_result.IsAllocated())
76286 return UINT32_MAX(4294967295U);
76287
76288 int64_t retval = int_result.GetInteger();
76289 if (retval >= 0)
76290 return (uint32_t)retval;
76291
76292 return UINT32_MAX(4294967295U);
76293}
76294
76295SWIGEXPORT__attribute__ ((visibility("default"))) bool
76296LLDBSwigPython_UpdateSynthProviderInstance
76297(
76298 PyObject *implementor
76299)
76300{
76301 bool ret_val = false;
76302
76303 static char callee_name[] = "update";
76304
76305 PyObject* py_return = LLDBSwigPython_CallOptionalMember(implementor,callee_name);
76306
76307 if (py_return == Py_True((PyObject *) &_Py_TrueStruct))
76308 ret_val = true;
76309
76310 Py_XDECREF(py_return)do { if ((py_return) == __null) ; else do { if ( --((PyObject
*)(py_return))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(py_return)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(py_return)))); } while (0); } while (0)
;
76311
76312 return ret_val;
76313}
76314
76315SWIGEXPORT__attribute__ ((visibility("default"))) bool
76316LLDBSwigPython_MightHaveChildrenSynthProviderInstance
76317(
76318 PyObject *implementor
76319)
76320{
76321 bool ret_val = false;
76322
76323 static char callee_name[] = "has_children";
76324
76325 PyObject* py_return = LLDBSwigPython_CallOptionalMember(implementor,callee_name, Py_True((PyObject *) &_Py_TrueStruct));
76326
76327 if (py_return == Py_True((PyObject *) &_Py_TrueStruct))
76328 ret_val = true;
76329
76330 Py_XDECREF(py_return)do { if ((py_return) == __null) ; else do { if ( --((PyObject
*)(py_return))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(py_return)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(py_return)))); } while (0); } while (0)
;
76331
76332 return ret_val;
76333}
76334
76335SWIGEXPORT__attribute__ ((visibility("default"))) PyObject*
76336LLDBSwigPython_GetValueSynthProviderInstance
76337(
76338 PyObject *implementor
76339)
76340{
76341 PyObject* ret_val = nullptr;
76342
76343 static char callee_name[] = "get_value";
76344
76345 PyObject* py_return = LLDBSwigPython_CallOptionalMember(implementor,callee_name, Py_None(&_Py_NoneStruct));
76346
76347 if (py_return == Py_None(&_Py_NoneStruct) || py_return == nullptr)
76348 ret_val = nullptr;
76349
76350 lldb::SBValue* sbvalue_ptr = NULL__null;
76351
76352 if (SWIG_ConvertPtr(py_return, (void**)&sbvalue_ptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(py_return, (void**)&sbvalue_ptr
, swig_types[80], 0, 0)
== -1)
76353 ret_val = nullptr;
76354 else if (sbvalue_ptr == NULL__null)
76355 ret_val = nullptr;
76356 else
76357 ret_val = py_return;
76358
76359 Py_XDECREF(py_return)do { if ((py_return) == __null) ; else do { if ( --((PyObject
*)(py_return))->ob_refcnt != 0) ; else ( (*(((PyObject*)((
PyObject *)(py_return)))->ob_type)->tp_dealloc)((PyObject
*)((PyObject *)(py_return)))); } while (0); } while (0)
;
76360 return ret_val;
76361}
76362
76363SWIGEXPORT__attribute__ ((visibility("default"))) void*
76364LLDBSWIGPython_CastPyObjectToSBValue
76365(
76366 PyObject* data
76367)
76368{
76369 lldb::SBValue* sb_ptr = NULL__null;
76370
76371 int valid_cast = SWIG_ConvertPtr(data, (void**)&sb_ptr, SWIGTYPE_p_lldb__SBValue, 0)SWIG_Python_ConvertPtrAndOwn(data, (void**)&sb_ptr, swig_types
[80], 0, 0)
;
76372
76373 if (valid_cast == -1)
76374 return NULL__null;
76375
76376 return sb_ptr;
76377}
76378
76379// Currently, SBCommandReturnObjectReleaser wraps a unique pointer to an
76380// lldb_private::CommandReturnObject. This means that the destructor for the
76381// SB object will deallocate its contained CommandReturnObject. Because that
76382// object is used as the real return object for Python-based commands, we want
76383// it to stay around. Thus, we release the unique pointer before returning from
76384// LLDBSwigPythonCallCommand, and to guarantee that the release will occur no
76385// matter how we exit from the function, we have a releaser object whose
76386// destructor does the right thing for us
76387class SBCommandReturnObjectReleaser
76388{
76389public:
76390 SBCommandReturnObjectReleaser (lldb::SBCommandReturnObject &obj) :
76391 m_command_return_object_ref (obj)
76392 {
76393 }
76394
76395 ~SBCommandReturnObjectReleaser ()
76396 {
76397 m_command_return_object_ref.Release();
76398 }
76399private:
76400 lldb::SBCommandReturnObject &m_command_return_object_ref;
76401};
76402
76403SWIGEXPORT__attribute__ ((visibility("default"))) bool
76404LLDBSwigPythonCallCommand
76405(
76406 const char *python_function_name,
76407 const char *session_dictionary_name,
76408 lldb::DebuggerSP& debugger,
76409 const char* args,
76410 lldb_private::CommandReturnObject& cmd_retobj,
76411 lldb::ExecutionContextRefSP exe_ctx_ref_sp
76412)
76413{
76414 using namespace lldb_private;
76415 lldb::SBCommandReturnObject cmd_retobj_sb(&cmd_retobj);
76416 SBCommandReturnObjectReleaser cmd_retobj_sb_releaser(cmd_retobj_sb);
76417 lldb::SBDebugger debugger_sb(debugger);
76418 lldb::SBExecutionContext exe_ctx_sb(exe_ctx_ref_sp);
76419
76420 PyErr_Cleaner py_err_cleaner(true);
76421 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
76422 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
76423
76424 if (!pfunc.IsAllocated())
76425 return false;
76426
76427 // pass the pointer-to cmd_retobj_sb or watch the underlying object disappear from under you
76428 // see comment above for SBCommandReturnObjectReleaser for further details
76429 auto argc = pfunc.GetNumArguments();
76430 PythonObject debugger_arg(PyRefType::Owned, SBTypeToSWIGWrapper(debugger_sb));
76431 PythonObject exe_ctx_arg(PyRefType::Owned, SBTypeToSWIGWrapper(exe_ctx_sb));
76432 PythonObject cmd_retobj_arg(PyRefType::Owned, SBTypeToSWIGWrapper(&cmd_retobj_sb));
76433
76434 if (argc.count == 5 || argc.is_bound_method || argc.has_varargs)
76435 pfunc(debugger_arg, PythonString(args), exe_ctx_arg, cmd_retobj_arg, dict);
76436 else
76437 pfunc(debugger_arg, PythonString(args), cmd_retobj_arg, dict);
76438
76439 return true;
76440}
76441
76442SWIGEXPORT__attribute__ ((visibility("default"))) bool
76443LLDBSwigPythonCallCommandObject
76444(
76445 PyObject *implementor,
76446 lldb::DebuggerSP& debugger,
76447 const char* args,
76448 lldb_private::CommandReturnObject& cmd_retobj,
76449 lldb::ExecutionContextRefSP exe_ctx_ref_sp
76450)
76451{
76452 using namespace lldb_private;
76453 lldb::SBCommandReturnObject cmd_retobj_sb(&cmd_retobj);
76454 SBCommandReturnObjectReleaser cmd_retobj_sb_releaser(cmd_retobj_sb);
76455 lldb::SBDebugger debugger_sb(debugger);
76456 lldb::SBExecutionContext exe_ctx_sb(exe_ctx_ref_sp);
76457
76458 PyErr_Cleaner py_err_cleaner(true);
76459
76460 PythonObject self(PyRefType::Borrowed, implementor);
76461 auto pfunc = self.ResolveName<PythonCallable>("__call__");
76462
76463 if (!pfunc.IsAllocated())
76464 return false;
76465
76466 // pass the pointer-to cmd_retobj_sb or watch the underlying object disappear from under you
76467 // see comment above for SBCommandReturnObjectReleaser for further details
76468 PythonObject debugger_arg(PyRefType::Owned, SBTypeToSWIGWrapper(debugger_sb));
76469 PythonObject exe_ctx_arg(PyRefType::Owned, SBTypeToSWIGWrapper(exe_ctx_sb));
76470 PythonObject cmd_retobj_arg(PyRefType::Owned, SBTypeToSWIGWrapper(&cmd_retobj_sb));
76471
76472 pfunc(debugger_arg, PythonString(args), exe_ctx_arg, cmd_retobj_arg);
76473
76474 return true;
76475}
76476
76477SWIGEXPORT__attribute__ ((visibility("default"))) void*
76478LLDBSWIGPythonCreateOSPlugin
76479(
76480 const char *python_class_name,
76481 const char *session_dictionary_name,
76482 const lldb::ProcessSP& process_sp
76483)
76484{
76485 using namespace lldb_private;
76486
76487 if (python_class_name == NULL__null || python_class_name[0] == '\0' || !session_dictionary_name)
76488 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
76489
76490 PyErr_Cleaner py_err_cleaner(true);
76491
76492 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
76493 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict);
76494
76495 if (!pfunc.IsAllocated())
76496 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
76497
76498 // I do not want the SBProcess to be deallocated when going out of scope because python
76499 // has ownership of it and will manage memory for this object by itself
76500 lldb::SBProcess *process_sb = new lldb::SBProcess(process_sp);
76501 PythonObject process_arg(PyRefType::Owned, SBTypeToSWIGWrapper(process_sb));
76502 if (!process_arg.IsAllocated())
76503 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
76504
76505 auto result = pfunc(process_arg);
76506
76507 if (result.IsAllocated())
76508 return result.release();
76509
76510 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
76511}
76512
76513SWIGEXPORT__attribute__ ((visibility("default"))) void*
76514LLDBSWIGPython_GetDynamicSetting (void* module, const char* setting, const lldb::TargetSP& target_sp)
76515{
76516 using namespace lldb_private;
76517
76518 if (!module || !setting)
76519 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
76520
76521 PyErr_Cleaner py_err_cleaner(true);
76522 PythonObject py_module(PyRefType::Borrowed, (PyObject *)module);
76523 auto pfunc = py_module.ResolveName<PythonCallable>("get_dynamic_setting");
76524
76525 if (!pfunc.IsAllocated())
76526 Py_RETURN_NONEreturn ( ((PyObject*)((&_Py_NoneStruct)))->ob_refcnt++
), (&_Py_NoneStruct)
;
76527
76528 lldb::SBTarget target_sb(target_sp);
76529 PythonObject target_arg(PyRefType::Owned, SBTypeToSWIGWrapper(target_sb));
76530 auto result = pfunc(target_arg, PythonString(setting));
76531
76532 return result.release();
76533}
76534
76535SWIGEXPORT__attribute__ ((visibility("default"))) bool
76536LLDBSWIGPythonRunScriptKeywordProcess
76537(const char* python_function_name,
76538const char* session_dictionary_name,
76539lldb::ProcessSP& process,
76540std::string& output)
76541
76542{
76543 using namespace lldb_private;
76544
76545 if (python_function_name == NULL__null || python_function_name[0] == '\0' || !session_dictionary_name)
76546 return false;
76547
76548 PyErr_Cleaner py_err_cleaner(true);
76549
76550 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
76551 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
76552
76553 if (!pfunc.IsAllocated())
76554 return false;
76555
76556 lldb::SBProcess process_sb(process);
76557 PythonObject process_arg(PyRefType::Owned, SBTypeToSWIGWrapper(process_sb));
76558 auto result = pfunc(process_arg, dict);
76559
76560 output = result.Str().GetString().str();
76561
76562 return true;
76563}
76564
76565SWIGEXPORT__attribute__ ((visibility("default"))) bool
76566LLDBSWIGPythonRunScriptKeywordThread
76567(const char* python_function_name,
76568const char* session_dictionary_name,
76569lldb::ThreadSP& thread,
76570std::string& output)
76571
76572{
76573 using namespace lldb_private;
76574
76575 if (python_function_name == NULL__null || python_function_name[0] == '\0' || !session_dictionary_name)
76576 return false;
76577
76578 PyErr_Cleaner py_err_cleaner(true);
76579
76580 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
76581 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
76582
76583 if (!pfunc.IsAllocated())
76584 return false;
76585
76586 lldb::SBThread thread_sb(thread);
76587 PythonObject thread_arg(PyRefType::Owned, SBTypeToSWIGWrapper(thread_sb));
76588 auto result = pfunc(thread_arg, dict);
76589
76590 output = result.Str().GetString().str();
76591
76592 return true;
76593}
76594
76595SWIGEXPORT__attribute__ ((visibility("default"))) bool
76596LLDBSWIGPythonRunScriptKeywordTarget
76597(const char* python_function_name,
76598const char* session_dictionary_name,
76599lldb::TargetSP& target,
76600std::string& output)
76601
76602{
76603 using namespace lldb_private;
76604
76605 if (python_function_name == NULL__null || python_function_name[0] == '\0' || !session_dictionary_name)
76606 return false;
76607
76608 PyErr_Cleaner py_err_cleaner(true);
76609
76610 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
76611 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name,dict);
76612
76613 if (!pfunc.IsAllocated())
76614 return false;
76615
76616 lldb::SBTarget target_sb(target);
76617 PythonObject target_arg(PyRefType::Owned, SBTypeToSWIGWrapper(target_sb));
76618 auto result = pfunc(target_arg, dict);
76619
76620 output = result.Str().GetString().str();
76621
76622 return true;
76623}
76624
76625SWIGEXPORT__attribute__ ((visibility("default"))) bool
76626LLDBSWIGPythonRunScriptKeywordFrame
76627(const char* python_function_name,
76628const char* session_dictionary_name,
76629lldb::StackFrameSP& frame,
76630std::string& output)
76631
76632{
76633 using namespace lldb_private;
76634
76635 if (python_function_name == NULL__null || python_function_name[0] == '\0' || !session_dictionary_name)
76636 return false;
76637
76638 PyErr_Cleaner py_err_cleaner(true);
76639
76640 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
76641 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name,dict);
76642
76643 if (!pfunc.IsAllocated())
76644 return false;
76645
76646 lldb::SBFrame frame_sb(frame);
76647 PythonObject frame_arg(PyRefType::Owned, SBTypeToSWIGWrapper(frame_sb));
76648 auto result = pfunc(frame_arg, dict);
76649
76650 output = result.Str().GetString().str();
76651
76652 return true;
76653}
76654
76655SWIGEXPORT__attribute__ ((visibility("default"))) bool
76656LLDBSWIGPythonRunScriptKeywordValue
76657(const char* python_function_name,
76658const char* session_dictionary_name,
76659lldb::ValueObjectSP& value,
76660std::string& output)
76661
76662{
76663 using namespace lldb_private;
76664
76665 if (python_function_name == NULL__null || python_function_name[0] == '\0' || !session_dictionary_name)
76666 return false;
76667
76668 PyErr_Cleaner py_err_cleaner(true);
76669
76670 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
76671 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
76672
76673 if (!pfunc.IsAllocated())
76674 return false;
76675
76676 lldb::SBValue value_sb(value);
76677 PythonObject value_arg(PyRefType::Owned, SBTypeToSWIGWrapper(value_sb));
76678 auto result = pfunc(value_arg, dict);
76679
76680 output = result.Str().GetString().str();
76681
76682 return true;
76683}
76684
76685SWIGEXPORT__attribute__ ((visibility("default"))) bool
76686LLDBSwigPythonCallModuleInit
76687(
76688 const char *python_module_name,
76689 const char *session_dictionary_name,
76690 lldb::DebuggerSP& debugger
76691)
76692{
76693 using namespace lldb_private;
76694
76695 std::string python_function_name_string = python_module_name;
76696 python_function_name_string += ".__lldb_init_module";
76697 const char* python_function_name = python_function_name_string.c_str();
76698
76699 PyErr_Cleaner py_err_cleaner(true);
76700
76701 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
76702 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_function_name, dict);
76703
76704 // This method is optional and need not exist. So if we don't find it,
76705 // it's actually a success, not a failure.
76706 if (!pfunc.IsAllocated())
76707 return true;
76708
76709 lldb::SBDebugger debugger_sb(debugger);
76710 PythonObject debugger_arg(PyRefType::Owned, SBTypeToSWIGWrapper(debugger_sb));
76711 pfunc(debugger_arg, dict);
76712
76713 return true;
76714}
76715
76716
76717
76718
76719// For the LogOutputCallback functions
76720void LLDBSwigPythonCallPythonLogOutputCallback(const char *str, void *baton) {
76721 if (baton != Py_None(&_Py_NoneStruct)) {
76722 SWIG_PYTHON_THREAD_BEGIN_BLOCKSWIG_Python_Thread_Block _swig_thread_block;
76723 PyObject *result = PyObject_CallFunction(reinterpret_cast<PyObject*>(baton), const_cast<char*>("s"), str);
76724 Py_XDECREF(result)do { if ((result) == __null) ; else do { if ( --((PyObject*)(
result))->ob_refcnt != 0) ; else ( (*(((PyObject*)((PyObject
*)(result)))->ob_type)->tp_dealloc)((PyObject *)((PyObject
*)(result)))); } while (0); } while (0)
;
76725 SWIG_PYTHON_THREAD_END_BLOCK_swig_thread_block.end();
76726 }
76727}
76728
76729static PyMethodDef SwigMethods[] = {
76730 { (char *)"SWIG_PyInstanceMethod_New", (PyCFunction)SWIG_PyInstanceMethod_New, METH_O0x0008, NULL__null},
76731 { (char *)"__or__", _wrap___or__, METH_VARARGS0x0001, (char *)"\n"
76732 "__or__(lldb::SymbolContextItem a, lldb::SymbolContextItem b) -> lldb::SymbolContextItem\n"
76733 "__or__(lldb::FunctionNameType a, lldb::FunctionNameType b) -> lldb::FunctionNameType\n"
76734 "__or__(lldb::TypeClass a, lldb::TypeClass b) -> lldb::TypeClass\n"
76735 ""},
76736 { (char *)"__and__", _wrap___and__, METH_VARARGS0x0001, (char *)"\n"
76737 "__and__(lldb::SymbolContextItem a, lldb::SymbolContextItem b) -> lldb::SymbolContextItem\n"
76738 "__and__(lldb::FunctionNameType a, lldb::FunctionNameType b) -> lldb::FunctionNameType\n"
76739 "__and__(lldb::TypeClass a, lldb::TypeClass b) -> lldb::TypeClass\n"
76740 ""},
76741 { (char *)"__invert__", _wrap___invert__, METH_VARARGS0x0001, (char *)"\n"
76742 "__invert__(lldb::SymbolContextItem a) -> lldb::SymbolContextItem\n"
76743 "__invert__(lldb::FunctionNameType a) -> lldb::FunctionNameType\n"
76744 "__invert__(lldb::TypeClass a) -> lldb::TypeClass\n"
76745 ""},
76746 { (char *)"__ior__", _wrap___ior__, METH_VARARGS0x0001, (char *)"\n"
76747 "__ior__(lldb::SymbolContextItem & a, lldb::SymbolContextItem b) -> lldb::SymbolContextItem\n"
76748 "__ior__(lldb::FunctionNameType & a, lldb::FunctionNameType b) -> lldb::FunctionNameType\n"
76749 "__ior__(lldb::TypeClass & a, lldb::TypeClass b) -> lldb::TypeClass &\n"
76750 ""},
76751 { (char *)"__iand__", _wrap___iand__, METH_VARARGS0x0001, (char *)"\n"
76752 "__iand__(lldb::SymbolContextItem & a, lldb::SymbolContextItem b) -> lldb::SymbolContextItem\n"
76753 "__iand__(lldb::FunctionNameType & a, lldb::FunctionNameType b) -> lldb::FunctionNameType\n"
76754 "__iand__(lldb::TypeClass & a, lldb::TypeClass b) -> lldb::TypeClass &\n"
76755 ""},
76756 { (char *)"new_SBAddress", _wrap_new_SBAddress, METH_VARARGS0x0001, (char *)"\n"
76757 "SBAddress()\n"
76758 "SBAddress(SBAddress rhs)\n"
76759 "SBAddress(SBSection section, lldb::addr_t offset)\n"
76760 "new_SBAddress(lldb::addr_t load_addr, SBTarget target) -> SBAddress\n"
76761 ""},
76762 { (char *)"delete_SBAddress", _wrap_delete_SBAddress, METH_VARARGS0x0001, (char *)"delete_SBAddress(SBAddress self)"},
76763 { (char *)"SBAddress_IsValid", _wrap_SBAddress_IsValid, METH_VARARGS0x0001, (char *)"SBAddress_IsValid(SBAddress self) -> bool"},
76764 { (char *)"SBAddress_Clear", _wrap_SBAddress_Clear, METH_VARARGS0x0001, (char *)"SBAddress_Clear(SBAddress self)"},
76765 { (char *)"SBAddress_GetFileAddress", _wrap_SBAddress_GetFileAddress, METH_VARARGS0x0001, (char *)"SBAddress_GetFileAddress(SBAddress self) -> lldb::addr_t"},
76766 { (char *)"SBAddress_GetLoadAddress", _wrap_SBAddress_GetLoadAddress, METH_VARARGS0x0001, (char *)"SBAddress_GetLoadAddress(SBAddress self, SBTarget target) -> lldb::addr_t"},
76767 { (char *)"SBAddress_SetLoadAddress", _wrap_SBAddress_SetLoadAddress, METH_VARARGS0x0001, (char *)"SBAddress_SetLoadAddress(SBAddress self, lldb::addr_t load_addr, SBTarget target)"},
76768 { (char *)"SBAddress_OffsetAddress", _wrap_SBAddress_OffsetAddress, METH_VARARGS0x0001, (char *)"SBAddress_OffsetAddress(SBAddress self, lldb::addr_t offset) -> bool"},
76769 { (char *)"SBAddress_GetDescription", _wrap_SBAddress_GetDescription, METH_VARARGS0x0001, (char *)"SBAddress_GetDescription(SBAddress self, SBStream description) -> bool"},
76770 { (char *)"SBAddress_GetSection", _wrap_SBAddress_GetSection, METH_VARARGS0x0001, (char *)"SBAddress_GetSection(SBAddress self) -> SBSection"},
76771 { (char *)"SBAddress_GetOffset", _wrap_SBAddress_GetOffset, METH_VARARGS0x0001, (char *)"SBAddress_GetOffset(SBAddress self) -> lldb::addr_t"},
76772 { (char *)"SBAddress_SetAddress", _wrap_SBAddress_SetAddress, METH_VARARGS0x0001, (char *)"SBAddress_SetAddress(SBAddress self, SBSection section, lldb::addr_t offset)"},
76773 { (char *)"SBAddress_GetSymbolContext", _wrap_SBAddress_GetSymbolContext, METH_VARARGS0x0001, (char *)"\n"
76774 "SBAddress_GetSymbolContext(SBAddress self, uint32_t resolve_scope) -> SBSymbolContext\n"
76775 "\n"
76776 "\n"
76777 "//------------------------------------------------------------------\n"
76778 "/// GetSymbolContext() and the following can lookup symbol information for a given address.\n"
76779 "/// An address might refer to code or data from an existing module, or it\n"
76780 "/// might refer to something on the stack or heap. The following functions\n"
76781 "/// will only return valid values if the address has been resolved to a code\n"
76782 "/// or data address using 'void SBAddress::SetLoadAddress(...)' or \n"
76783 "/// 'lldb::SBAddress SBTarget::ResolveLoadAddress (...)'. \n"
76784 "//------------------------------------------------------------------\n"
76785 "\n"
76786 ""},
76787 { (char *)"SBAddress_GetModule", _wrap_SBAddress_GetModule, METH_VARARGS0x0001, (char *)"\n"
76788 "SBAddress_GetModule(SBAddress self) -> SBModule\n"
76789 "\n"
76790 "\n"
76791 "//------------------------------------------------------------------\n"
76792 "/// GetModule() and the following grab individual objects for a given address and\n"
76793 "/// are less efficient if you want more than one symbol related objects. \n"
76794 "/// Use one of the following when you want multiple debug symbol related \n"
76795 "/// objects for an address:\n"
76796 "/// lldb::SBSymbolContext SBAddress::GetSymbolContext (uint32_t resolve_scope);\n"
76797 "/// lldb::SBSymbolContext SBTarget::ResolveSymbolContextForAddress (const SBAddress &addr, uint32_t resolve_scope);\n"
76798 "/// One or more bits from the SymbolContextItem enumerations can be logically\n"
76799 "/// OR'ed together to more efficiently retrieve multiple symbol objects.\n"
76800 "//------------------------------------------------------------------\n"
76801 "\n"
76802 ""},
76803 { (char *)"SBAddress_GetCompileUnit", _wrap_SBAddress_GetCompileUnit, METH_VARARGS0x0001, (char *)"SBAddress_GetCompileUnit(SBAddress self) -> SBCompileUnit"},
76804 { (char *)"SBAddress_GetFunction", _wrap_SBAddress_GetFunction, METH_VARARGS0x0001, (char *)"SBAddress_GetFunction(SBAddress self) -> SBFunction"},
76805 { (char *)"SBAddress_GetBlock", _wrap_SBAddress_GetBlock, METH_VARARGS0x0001, (char *)"SBAddress_GetBlock(SBAddress self) -> SBBlock"},
76806 { (char *)"SBAddress_GetSymbol", _wrap_SBAddress_GetSymbol, METH_VARARGS0x0001, (char *)"SBAddress_GetSymbol(SBAddress self) -> SBSymbol"},
76807 { (char *)"SBAddress_GetLineEntry", _wrap_SBAddress_GetLineEntry, METH_VARARGS0x0001, (char *)"SBAddress_GetLineEntry(SBAddress self) -> SBLineEntry"},
76808 { (char *)"SBAddress___str__", _wrap_SBAddress___str__, METH_VARARGS0x0001, (char *)"SBAddress___str__(SBAddress self) -> PyObject *"},
76809 { (char *)"SBAddress_swigregister", SBAddress_swigregister, METH_VARARGS0x0001, NULL__null},
76810 { (char *)"new_SBAttachInfo", _wrap_new_SBAttachInfo, METH_VARARGS0x0001, (char *)"\n"
76811 "SBAttachInfo()\n"
76812 "SBAttachInfo(lldb::pid_t pid)\n"
76813 "SBAttachInfo(char const * path, bool wait_for)\n"
76814 "SBAttachInfo(char const * path, bool wait_for, bool async)\n"
76815 "new_SBAttachInfo(SBAttachInfo rhs) -> SBAttachInfo\n"
76816 ""},
76817 { (char *)"SBAttachInfo_GetProcessID", _wrap_SBAttachInfo_GetProcessID, METH_VARARGS0x0001, (char *)"SBAttachInfo_GetProcessID(SBAttachInfo self) -> lldb::pid_t"},
76818 { (char *)"SBAttachInfo_SetProcessID", _wrap_SBAttachInfo_SetProcessID, METH_VARARGS0x0001, (char *)"SBAttachInfo_SetProcessID(SBAttachInfo self, lldb::pid_t pid)"},
76819 { (char *)"SBAttachInfo_SetExecutable", _wrap_SBAttachInfo_SetExecutable, METH_VARARGS0x0001, (char *)"\n"
76820 "SetExecutable(char const * path)\n"
76821 "SBAttachInfo_SetExecutable(SBAttachInfo self, SBFileSpec exe_file)\n"
76822 ""},
76823 { (char *)"SBAttachInfo_GetWaitForLaunch", _wrap_SBAttachInfo_GetWaitForLaunch, METH_VARARGS0x0001, (char *)"SBAttachInfo_GetWaitForLaunch(SBAttachInfo self) -> bool"},
76824 { (char *)"SBAttachInfo_SetWaitForLaunch", _wrap_SBAttachInfo_SetWaitForLaunch, METH_VARARGS0x0001, (char *)"\n"
76825 "SetWaitForLaunch(bool b)\n"
76826 "SBAttachInfo_SetWaitForLaunch(SBAttachInfo self, bool b, bool async)\n"
76827 ""},
76828 { (char *)"SBAttachInfo_GetIgnoreExisting", _wrap_SBAttachInfo_GetIgnoreExisting, METH_VARARGS0x0001, (char *)"SBAttachInfo_GetIgnoreExisting(SBAttachInfo self) -> bool"},
76829 { (char *)"SBAttachInfo_SetIgnoreExisting", _wrap_SBAttachInfo_SetIgnoreExisting, METH_VARARGS0x0001, (char *)"SBAttachInfo_SetIgnoreExisting(SBAttachInfo self, bool b)"},
76830 { (char *)"SBAttachInfo_GetResumeCount", _wrap_SBAttachInfo_GetResumeCount, METH_VARARGS0x0001, (char *)"SBAttachInfo_GetResumeCount(SBAttachInfo self) -> uint32_t"},
76831 { (char *)"SBAttachInfo_SetResumeCount", _wrap_SBAttachInfo_SetResumeCount, METH_VARARGS0x0001, (char *)"SBAttachInfo_SetResumeCount(SBAttachInfo self, uint32_t c)"},
76832 { (char *)"SBAttachInfo_GetProcessPluginName", _wrap_SBAttachInfo_GetProcessPluginName, METH_VARARGS0x0001, (char *)"SBAttachInfo_GetProcessPluginName(SBAttachInfo self) -> char const *"},
76833 { (char *)"SBAttachInfo_SetProcessPluginName", _wrap_SBAttachInfo_SetProcessPluginName, METH_VARARGS0x0001, (char *)"SBAttachInfo_SetProcessPluginName(SBAttachInfo self, char const * plugin_name)"},
76834 { (char *)"SBAttachInfo_GetUserID", _wrap_SBAttachInfo_GetUserID, METH_VARARGS0x0001, (char *)"SBAttachInfo_GetUserID(SBAttachInfo self) -> uint32_t"},
76835 { (char *)"SBAttachInfo_GetGroupID", _wrap_SBAttachInfo_GetGroupID, METH_VARARGS0x0001, (char *)"SBAttachInfo_GetGroupID(SBAttachInfo self) -> uint32_t"},
76836 { (char *)"SBAttachInfo_UserIDIsValid", _wrap_SBAttachInfo_UserIDIsValid, METH_VARARGS0x0001, (char *)"SBAttachInfo_UserIDIsValid(SBAttachInfo self) -> bool"},
76837 { (char *)"SBAttachInfo_GroupIDIsValid", _wrap_SBAttachInfo_GroupIDIsValid, METH_VARARGS0x0001, (char *)"SBAttachInfo_GroupIDIsValid(SBAttachInfo self) -> bool"},
76838 { (char *)"SBAttachInfo_SetUserID", _wrap_SBAttachInfo_SetUserID, METH_VARARGS0x0001, (char *)"SBAttachInfo_SetUserID(SBAttachInfo self, uint32_t uid)"},
76839 { (char *)"SBAttachInfo_SetGroupID", _wrap_SBAttachInfo_SetGroupID, METH_VARARGS0x0001, (char *)"SBAttachInfo_SetGroupID(SBAttachInfo self, uint32_t gid)"},
76840 { (char *)"SBAttachInfo_GetEffectiveUserID", _wrap_SBAttachInfo_GetEffectiveUserID, METH_VARARGS0x0001, (char *)"SBAttachInfo_GetEffectiveUserID(SBAttachInfo self) -> uint32_t"},
76841 { (char *)"SBAttachInfo_GetEffectiveGroupID", _wrap_SBAttachInfo_GetEffectiveGroupID, METH_VARARGS0x0001, (char *)"SBAttachInfo_GetEffectiveGroupID(SBAttachInfo self) -> uint32_t"},
76842 { (char *)"SBAttachInfo_EffectiveUserIDIsValid", _wrap_SBAttachInfo_EffectiveUserIDIsValid, METH_VARARGS0x0001, (char *)"SBAttachInfo_EffectiveUserIDIsValid(SBAttachInfo self) -> bool"},
76843 { (char *)"SBAttachInfo_EffectiveGroupIDIsValid", _wrap_SBAttachInfo_EffectiveGroupIDIsValid, METH_VARARGS0x0001, (char *)"SBAttachInfo_EffectiveGroupIDIsValid(SBAttachInfo self) -> bool"},
76844 { (char *)"SBAttachInfo_SetEffectiveUserID", _wrap_SBAttachInfo_SetEffectiveUserID, METH_VARARGS0x0001, (char *)"SBAttachInfo_SetEffectiveUserID(SBAttachInfo self, uint32_t uid)"},
76845 { (char *)"SBAttachInfo_SetEffectiveGroupID", _wrap_SBAttachInfo_SetEffectiveGroupID, METH_VARARGS0x0001, (char *)"SBAttachInfo_SetEffectiveGroupID(SBAttachInfo self, uint32_t gid)"},
76846 { (char *)"SBAttachInfo_GetParentProcessID", _wrap_SBAttachInfo_GetParentProcessID, METH_VARARGS0x0001, (char *)"SBAttachInfo_GetParentProcessID(SBAttachInfo self) -> lldb::pid_t"},
76847 { (char *)"SBAttachInfo_SetParentProcessID", _wrap_SBAttachInfo_SetParentProcessID, METH_VARARGS0x0001, (char *)"SBAttachInfo_SetParentProcessID(SBAttachInfo self, lldb::pid_t pid)"},
76848 { (char *)"SBAttachInfo_ParentProcessIDIsValid", _wrap_SBAttachInfo_ParentProcessIDIsValid, METH_VARARGS0x0001, (char *)"SBAttachInfo_ParentProcessIDIsValid(SBAttachInfo self) -> bool"},
76849 { (char *)"SBAttachInfo_GetListener", _wrap_SBAttachInfo_GetListener, METH_VARARGS0x0001, (char *)"SBAttachInfo_GetListener(SBAttachInfo self) -> SBListener"},
76850 { (char *)"SBAttachInfo_SetListener", _wrap_SBAttachInfo_SetListener, METH_VARARGS0x0001, (char *)"SBAttachInfo_SetListener(SBAttachInfo self, SBListener listener)"},
76851 { (char *)"delete_SBAttachInfo", _wrap_delete_SBAttachInfo, METH_VARARGS0x0001, (char *)"delete_SBAttachInfo(SBAttachInfo self)"},
76852 { (char *)"SBAttachInfo_swigregister", SBAttachInfo_swigregister, METH_VARARGS0x0001, NULL__null},
76853 { (char *)"new_SBBlock", _wrap_new_SBBlock, METH_VARARGS0x0001, (char *)"\n"
76854 "SBBlock()\n"
76855 "new_SBBlock(SBBlock rhs) -> SBBlock\n"
76856 ""},
76857 { (char *)"delete_SBBlock", _wrap_delete_SBBlock, METH_VARARGS0x0001, (char *)"delete_SBBlock(SBBlock self)"},
76858 { (char *)"SBBlock_IsInlined", _wrap_SBBlock_IsInlined, METH_VARARGS0x0001, (char *)"\n"
76859 "SBBlock_IsInlined(SBBlock self) -> bool\n"
76860 "\n"
76861 "Does this block represent an inlined function?\n"
76862 ""},
76863 { (char *)"SBBlock_IsValid", _wrap_SBBlock_IsValid, METH_VARARGS0x0001, (char *)"SBBlock_IsValid(SBBlock self) -> bool"},
76864 { (char *)"SBBlock_GetInlinedName", _wrap_SBBlock_GetInlinedName, METH_VARARGS0x0001, (char *)"\n"
76865 "SBBlock_GetInlinedName(SBBlock self) -> char const *\n"
76866 "\n"
76867 "\n"
76868 "Get the function name if this block represents an inlined function;\n"
76869 "otherwise, return None.\n"
76870 "\n"
76871 ""},
76872 { (char *)"SBBlock_GetInlinedCallSiteFile", _wrap_SBBlock_GetInlinedCallSiteFile, METH_VARARGS0x0001, (char *)"\n"
76873 "SBBlock_GetInlinedCallSiteFile(SBBlock self) -> SBFileSpec\n"
76874 "\n"
76875 "\n"
76876 "Get the call site file if this block represents an inlined function;\n"
76877 "otherwise, return an invalid file spec.\n"
76878 "\n"
76879 ""},
76880 { (char *)"SBBlock_GetInlinedCallSiteLine", _wrap_SBBlock_GetInlinedCallSiteLine, METH_VARARGS0x0001, (char *)"\n"
76881 "SBBlock_GetInlinedCallSiteLine(SBBlock self) -> uint32_t\n"
76882 "\n"
76883 "\n"
76884 "Get the call site line if this block represents an inlined function;\n"
76885 "otherwise, return 0.\n"
76886 "\n"
76887 ""},
76888 { (char *)"SBBlock_GetInlinedCallSiteColumn", _wrap_SBBlock_GetInlinedCallSiteColumn, METH_VARARGS0x0001, (char *)"\n"
76889 "SBBlock_GetInlinedCallSiteColumn(SBBlock self) -> uint32_t\n"
76890 "\n"
76891 "\n"
76892 "Get the call site column if this block represents an inlined function;\n"
76893 "otherwise, return 0.\n"
76894 "\n"
76895 ""},
76896 { (char *)"SBBlock_GetParent", _wrap_SBBlock_GetParent, METH_VARARGS0x0001, (char *)"\n"
76897 "SBBlock_GetParent(SBBlock self) -> SBBlock\n"
76898 "\n"
76899 "Get the parent block.\n"
76900 ""},
76901 { (char *)"SBBlock_GetContainingInlinedBlock", _wrap_SBBlock_GetContainingInlinedBlock, METH_VARARGS0x0001, (char *)"\n"
76902 "SBBlock_GetContainingInlinedBlock(SBBlock self) -> SBBlock\n"
76903 "\n"
76904 "Get the inlined block that is or contains this block.\n"
76905 ""},
76906 { (char *)"SBBlock_GetSibling", _wrap_SBBlock_GetSibling, METH_VARARGS0x0001, (char *)"\n"
76907 "SBBlock_GetSibling(SBBlock self) -> SBBlock\n"
76908 "\n"
76909 "Get the sibling block for this block.\n"
76910 ""},
76911 { (char *)"SBBlock_GetFirstChild", _wrap_SBBlock_GetFirstChild, METH_VARARGS0x0001, (char *)"\n"
76912 "SBBlock_GetFirstChild(SBBlock self) -> SBBlock\n"
76913 "\n"
76914 "Get the first child block.\n"
76915 ""},
76916 { (char *)"SBBlock_GetNumRanges", _wrap_SBBlock_GetNumRanges, METH_VARARGS0x0001, (char *)"SBBlock_GetNumRanges(SBBlock self) -> uint32_t"},
76917 { (char *)"SBBlock_GetRangeStartAddress", _wrap_SBBlock_GetRangeStartAddress, METH_VARARGS0x0001, (char *)"SBBlock_GetRangeStartAddress(SBBlock self, uint32_t idx) -> SBAddress"},
76918 { (char *)"SBBlock_GetRangeEndAddress", _wrap_SBBlock_GetRangeEndAddress, METH_VARARGS0x0001, (char *)"SBBlock_GetRangeEndAddress(SBBlock self, uint32_t idx) -> SBAddress"},
76919 { (char *)"SBBlock_GetRangeIndexForBlockAddress", _wrap_SBBlock_GetRangeIndexForBlockAddress, METH_VARARGS0x0001, (char *)"SBBlock_GetRangeIndexForBlockAddress(SBBlock self, SBAddress block_addr) -> uint32_t"},
76920 { (char *)"SBBlock_GetDescription", _wrap_SBBlock_GetDescription, METH_VARARGS0x0001, (char *)"SBBlock_GetDescription(SBBlock self, SBStream description) -> bool"},
76921 { (char *)"SBBlock_GetVariables", _wrap_SBBlock_GetVariables, METH_VARARGS0x0001, (char *)"\n"
76922 "GetVariables(SBFrame frame, bool arguments, bool locals, bool statics, lldb::DynamicValueType use_dynamic) -> SBValueList\n"
76923 "SBBlock_GetVariables(SBBlock self, SBTarget target, bool arguments, bool locals, bool statics) -> SBValueList\n"
76924 ""},
76925 { (char *)"SBBlock___str__", _wrap_SBBlock___str__, METH_VARARGS0x0001, (char *)"SBBlock___str__(SBBlock self) -> PyObject *"},
76926 { (char *)"SBBlock_swigregister", SBBlock_swigregister, METH_VARARGS0x0001, NULL__null},
76927 { (char *)"new_SBBreakpoint", _wrap_new_SBBreakpoint, METH_VARARGS0x0001, (char *)"\n"
76928 "SBBreakpoint()\n"
76929 "new_SBBreakpoint(SBBreakpoint rhs) -> SBBreakpoint\n"
76930 ""},
76931 { (char *)"delete_SBBreakpoint", _wrap_delete_SBBreakpoint, METH_VARARGS0x0001, (char *)"delete_SBBreakpoint(SBBreakpoint self)"},
76932 { (char *)"SBBreakpoint_GetID", _wrap_SBBreakpoint_GetID, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetID(SBBreakpoint self) -> lldb::break_id_t"},
76933 { (char *)"SBBreakpoint_IsValid", _wrap_SBBreakpoint_IsValid, METH_VARARGS0x0001, (char *)"SBBreakpoint_IsValid(SBBreakpoint self) -> bool"},
76934 { (char *)"SBBreakpoint_ClearAllBreakpointSites", _wrap_SBBreakpoint_ClearAllBreakpointSites, METH_VARARGS0x0001, (char *)"SBBreakpoint_ClearAllBreakpointSites(SBBreakpoint self)"},
76935 { (char *)"SBBreakpoint_FindLocationByAddress", _wrap_SBBreakpoint_FindLocationByAddress, METH_VARARGS0x0001, (char *)"SBBreakpoint_FindLocationByAddress(SBBreakpoint self, lldb::addr_t vm_addr) -> SBBreakpointLocation"},
76936 { (char *)"SBBreakpoint_FindLocationIDByAddress", _wrap_SBBreakpoint_FindLocationIDByAddress, METH_VARARGS0x0001, (char *)"SBBreakpoint_FindLocationIDByAddress(SBBreakpoint self, lldb::addr_t vm_addr) -> lldb::break_id_t"},
76937 { (char *)"SBBreakpoint_FindLocationByID", _wrap_SBBreakpoint_FindLocationByID, METH_VARARGS0x0001, (char *)"SBBreakpoint_FindLocationByID(SBBreakpoint self, lldb::break_id_t bp_loc_id) -> SBBreakpointLocation"},
76938 { (char *)"SBBreakpoint_GetLocationAtIndex", _wrap_SBBreakpoint_GetLocationAtIndex, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetLocationAtIndex(SBBreakpoint self, uint32_t index) -> SBBreakpointLocation"},
76939 { (char *)"SBBreakpoint_SetEnabled", _wrap_SBBreakpoint_SetEnabled, METH_VARARGS0x0001, (char *)"SBBreakpoint_SetEnabled(SBBreakpoint self, bool enable)"},
76940 { (char *)"SBBreakpoint_IsEnabled", _wrap_SBBreakpoint_IsEnabled, METH_VARARGS0x0001, (char *)"SBBreakpoint_IsEnabled(SBBreakpoint self) -> bool"},
76941 { (char *)"SBBreakpoint_SetOneShot", _wrap_SBBreakpoint_SetOneShot, METH_VARARGS0x0001, (char *)"SBBreakpoint_SetOneShot(SBBreakpoint self, bool one_shot)"},
76942 { (char *)"SBBreakpoint_IsOneShot", _wrap_SBBreakpoint_IsOneShot, METH_VARARGS0x0001, (char *)"SBBreakpoint_IsOneShot(SBBreakpoint self) -> bool"},
76943 { (char *)"SBBreakpoint_IsInternal", _wrap_SBBreakpoint_IsInternal, METH_VARARGS0x0001, (char *)"SBBreakpoint_IsInternal(SBBreakpoint self) -> bool"},
76944 { (char *)"SBBreakpoint_GetHitCount", _wrap_SBBreakpoint_GetHitCount, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetHitCount(SBBreakpoint self) -> uint32_t"},
76945 { (char *)"SBBreakpoint_SetIgnoreCount", _wrap_SBBreakpoint_SetIgnoreCount, METH_VARARGS0x0001, (char *)"SBBreakpoint_SetIgnoreCount(SBBreakpoint self, uint32_t count)"},
76946 { (char *)"SBBreakpoint_GetIgnoreCount", _wrap_SBBreakpoint_GetIgnoreCount, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetIgnoreCount(SBBreakpoint self) -> uint32_t"},
76947 { (char *)"SBBreakpoint_SetCondition", _wrap_SBBreakpoint_SetCondition, METH_VARARGS0x0001, (char *)"\n"
76948 "SBBreakpoint_SetCondition(SBBreakpoint self, char const * condition)\n"
76949 "\n"
76950 "\n"
76951 "//--------------------------------------------------------------------------\n"
76952 "/// The breakpoint stops only if the condition expression evaluates to true.\n"
76953 "//--------------------------------------------------------------------------\n"
76954 "\n"
76955 ""},
76956 { (char *)"SBBreakpoint_GetCondition", _wrap_SBBreakpoint_GetCondition, METH_VARARGS0x0001, (char *)"\n"
76957 "SBBreakpoint_GetCondition(SBBreakpoint self) -> char const *\n"
76958 "\n"
76959 "\n"
76960 "//------------------------------------------------------------------\n"
76961 "/// Get the condition expression for the breakpoint.\n"
76962 "//------------------------------------------------------------------\n"
76963 "\n"
76964 ""},
76965 { (char *)"SBBreakpoint_SetAutoContinue", _wrap_SBBreakpoint_SetAutoContinue, METH_VARARGS0x0001, (char *)"SBBreakpoint_SetAutoContinue(SBBreakpoint self, bool auto_continue)"},
76966 { (char *)"SBBreakpoint_GetAutoContinue", _wrap_SBBreakpoint_GetAutoContinue, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetAutoContinue(SBBreakpoint self) -> bool"},
76967 { (char *)"SBBreakpoint_SetThreadID", _wrap_SBBreakpoint_SetThreadID, METH_VARARGS0x0001, (char *)"SBBreakpoint_SetThreadID(SBBreakpoint self, lldb::tid_t sb_thread_id)"},
76968 { (char *)"SBBreakpoint_GetThreadID", _wrap_SBBreakpoint_GetThreadID, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetThreadID(SBBreakpoint self) -> lldb::tid_t"},
76969 { (char *)"SBBreakpoint_SetThreadIndex", _wrap_SBBreakpoint_SetThreadIndex, METH_VARARGS0x0001, (char *)"SBBreakpoint_SetThreadIndex(SBBreakpoint self, uint32_t index)"},
76970 { (char *)"SBBreakpoint_GetThreadIndex", _wrap_SBBreakpoint_GetThreadIndex, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetThreadIndex(SBBreakpoint self) -> uint32_t"},
76971 { (char *)"SBBreakpoint_SetThreadName", _wrap_SBBreakpoint_SetThreadName, METH_VARARGS0x0001, (char *)"SBBreakpoint_SetThreadName(SBBreakpoint self, char const * thread_name)"},
76972 { (char *)"SBBreakpoint_GetThreadName", _wrap_SBBreakpoint_GetThreadName, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetThreadName(SBBreakpoint self) -> char const *"},
76973 { (char *)"SBBreakpoint_SetQueueName", _wrap_SBBreakpoint_SetQueueName, METH_VARARGS0x0001, (char *)"SBBreakpoint_SetQueueName(SBBreakpoint self, char const * queue_name)"},
76974 { (char *)"SBBreakpoint_GetQueueName", _wrap_SBBreakpoint_GetQueueName, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetQueueName(SBBreakpoint self) -> char const *"},
76975 { (char *)"SBBreakpoint_SetScriptCallbackFunction", _wrap_SBBreakpoint_SetScriptCallbackFunction, METH_VARARGS0x0001, (char *)"\n"
76976 "SBBreakpoint_SetScriptCallbackFunction(SBBreakpoint self, char const * callback_function_name)\n"
76977 "\n"
76978 "\n"
76979 "//------------------------------------------------------------------\n"
76980 "/// Set the name of the script function to be called when the breakpoint is hit.\n"
76981 "//------------------------------------------------------------------\n"
76982 "\n"
76983 ""},
76984 { (char *)"SBBreakpoint_SetScriptCallbackBody", _wrap_SBBreakpoint_SetScriptCallbackBody, METH_VARARGS0x0001, (char *)"\n"
76985 "SBBreakpoint_SetScriptCallbackBody(SBBreakpoint self, char const * script_body_text) -> SBError\n"
76986 "\n"
76987 "\n"
76988 "//------------------------------------------------------------------\n"
76989 "/// Provide the body for the script function to be called when the breakpoint is hit.\n"
76990 "/// The body will be wrapped in a function, which be passed two arguments:\n"
76991 "/// 'frame' - which holds the bottom-most SBFrame of the thread that hit the breakpoint\n"
76992 "/// 'bpno' - which is the SBBreakpointLocation to which the callback was attached.\n"
76993 "///\n"
76994 "/// The error parameter is currently ignored, but will at some point hold the Python\n"
76995 "/// compilation diagnostics.\n"
76996 "/// Returns true if the body compiles successfully, false if not.\n"
76997 "//------------------------------------------------------------------\n"
76998 "\n"
76999 ""},
77000 { (char *)"SBBreakpoint_SetCommandLineCommands", _wrap_SBBreakpoint_SetCommandLineCommands, METH_VARARGS0x0001, (char *)"SBBreakpoint_SetCommandLineCommands(SBBreakpoint self, SBStringList commands)"},
77001 { (char *)"SBBreakpoint_GetCommandLineCommands", _wrap_SBBreakpoint_GetCommandLineCommands, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetCommandLineCommands(SBBreakpoint self, SBStringList commands) -> bool"},
77002 { (char *)"SBBreakpoint_AddName", _wrap_SBBreakpoint_AddName, METH_VARARGS0x0001, (char *)"SBBreakpoint_AddName(SBBreakpoint self, char const * new_name) -> bool"},
77003 { (char *)"SBBreakpoint_RemoveName", _wrap_SBBreakpoint_RemoveName, METH_VARARGS0x0001, (char *)"SBBreakpoint_RemoveName(SBBreakpoint self, char const * name_to_remove)"},
77004 { (char *)"SBBreakpoint_MatchesName", _wrap_SBBreakpoint_MatchesName, METH_VARARGS0x0001, (char *)"SBBreakpoint_MatchesName(SBBreakpoint self, char const * name) -> bool"},
77005 { (char *)"SBBreakpoint_GetNames", _wrap_SBBreakpoint_GetNames, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetNames(SBBreakpoint self, SBStringList names)"},
77006 { (char *)"SBBreakpoint_GetNumResolvedLocations", _wrap_SBBreakpoint_GetNumResolvedLocations, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetNumResolvedLocations(SBBreakpoint self) -> size_t"},
77007 { (char *)"SBBreakpoint_GetNumLocations", _wrap_SBBreakpoint_GetNumLocations, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetNumLocations(SBBreakpoint self) -> size_t"},
77008 { (char *)"SBBreakpoint_GetDescription", _wrap_SBBreakpoint_GetDescription, METH_VARARGS0x0001, (char *)"\n"
77009 "GetDescription(SBStream description) -> bool\n"
77010 "SBBreakpoint_GetDescription(SBBreakpoint self, SBStream description, bool include_locations) -> bool\n"
77011 ""},
77012 { (char *)"SBBreakpoint_AddLocation", _wrap_SBBreakpoint_AddLocation, METH_VARARGS0x0001, (char *)"SBBreakpoint_AddLocation(SBBreakpoint self, SBAddress address) -> SBError"},
77013 { (char *)"SBBreakpoint___eq__", _wrap_SBBreakpoint___eq__, METH_VARARGS0x0001, (char *)"SBBreakpoint___eq__(SBBreakpoint self, SBBreakpoint rhs) -> bool"},
77014 { (char *)"SBBreakpoint___ne__", _wrap_SBBreakpoint___ne__, METH_VARARGS0x0001, (char *)"SBBreakpoint___ne__(SBBreakpoint self, SBBreakpoint rhs) -> bool"},
77015 { (char *)"SBBreakpoint_EventIsBreakpointEvent", _wrap_SBBreakpoint_EventIsBreakpointEvent, METH_VARARGS0x0001, (char *)"SBBreakpoint_EventIsBreakpointEvent(SBEvent event) -> bool"},
77016 { (char *)"SBBreakpoint_GetBreakpointEventTypeFromEvent", _wrap_SBBreakpoint_GetBreakpointEventTypeFromEvent, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetBreakpointEventTypeFromEvent(SBEvent event) -> lldb::BreakpointEventType"},
77017 { (char *)"SBBreakpoint_GetBreakpointFromEvent", _wrap_SBBreakpoint_GetBreakpointFromEvent, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetBreakpointFromEvent(SBEvent event) -> SBBreakpoint"},
77018 { (char *)"SBBreakpoint_GetBreakpointLocationAtIndexFromEvent", _wrap_SBBreakpoint_GetBreakpointLocationAtIndexFromEvent, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetBreakpointLocationAtIndexFromEvent(SBEvent event, uint32_t loc_idx) -> SBBreakpointLocation"},
77019 { (char *)"SBBreakpoint_GetNumBreakpointLocationsFromEvent", _wrap_SBBreakpoint_GetNumBreakpointLocationsFromEvent, METH_VARARGS0x0001, (char *)"SBBreakpoint_GetNumBreakpointLocationsFromEvent(SBEvent event_sp) -> uint32_t"},
77020 { (char *)"SBBreakpoint___str__", _wrap_SBBreakpoint___str__, METH_VARARGS0x0001, (char *)"SBBreakpoint___str__(SBBreakpoint self) -> PyObject *"},
77021 { (char *)"SBBreakpoint_swigregister", SBBreakpoint_swigregister, METH_VARARGS0x0001, NULL__null},
77022 { (char *)"new_SBBreakpointList", _wrap_new_SBBreakpointList, METH_VARARGS0x0001, (char *)"new_SBBreakpointList(SBTarget target) -> SBBreakpointList"},
77023 { (char *)"delete_SBBreakpointList", _wrap_delete_SBBreakpointList, METH_VARARGS0x0001, (char *)"delete_SBBreakpointList(SBBreakpointList self)"},
77024 { (char *)"SBBreakpointList_GetSize", _wrap_SBBreakpointList_GetSize, METH_VARARGS0x0001, (char *)"SBBreakpointList_GetSize(SBBreakpointList self) -> size_t"},
77025 { (char *)"SBBreakpointList_GetBreakpointAtIndex", _wrap_SBBreakpointList_GetBreakpointAtIndex, METH_VARARGS0x0001, (char *)"SBBreakpointList_GetBreakpointAtIndex(SBBreakpointList self, size_t idx) -> SBBreakpoint"},
77026 { (char *)"SBBreakpointList_FindBreakpointByID", _wrap_SBBreakpointList_FindBreakpointByID, METH_VARARGS0x0001, (char *)"SBBreakpointList_FindBreakpointByID(SBBreakpointList self, lldb::break_id_t arg3) -> SBBreakpoint"},
77027 { (char *)"SBBreakpointList_Append", _wrap_SBBreakpointList_Append, METH_VARARGS0x0001, (char *)"SBBreakpointList_Append(SBBreakpointList self, SBBreakpoint sb_bkpt)"},
77028 { (char *)"SBBreakpointList_AppendIfUnique", _wrap_SBBreakpointList_AppendIfUnique, METH_VARARGS0x0001, (char *)"SBBreakpointList_AppendIfUnique(SBBreakpointList self, SBBreakpoint sb_bkpt) -> bool"},
77029 { (char *)"SBBreakpointList_AppendByID", _wrap_SBBreakpointList_AppendByID, METH_VARARGS0x0001, (char *)"SBBreakpointList_AppendByID(SBBreakpointList self, lldb::break_id_t id)"},
77030 { (char *)"SBBreakpointList_Clear", _wrap_SBBreakpointList_Clear, METH_VARARGS0x0001, (char *)"SBBreakpointList_Clear(SBBreakpointList self)"},
77031 { (char *)"SBBreakpointList_swigregister", SBBreakpointList_swigregister, METH_VARARGS0x0001, NULL__null},
77032 { (char *)"new_SBBreakpointLocation", _wrap_new_SBBreakpointLocation, METH_VARARGS0x0001, (char *)"\n"
77033 "SBBreakpointLocation()\n"
77034 "new_SBBreakpointLocation(SBBreakpointLocation rhs) -> SBBreakpointLocation\n"
77035 ""},
77036 { (char *)"delete_SBBreakpointLocation", _wrap_delete_SBBreakpointLocation, METH_VARARGS0x0001, (char *)"delete_SBBreakpointLocation(SBBreakpointLocation self)"},
77037 { (char *)"SBBreakpointLocation_GetID", _wrap_SBBreakpointLocation_GetID, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetID(SBBreakpointLocation self) -> lldb::break_id_t"},
77038 { (char *)"SBBreakpointLocation_IsValid", _wrap_SBBreakpointLocation_IsValid, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_IsValid(SBBreakpointLocation self) -> bool"},
77039 { (char *)"SBBreakpointLocation_GetAddress", _wrap_SBBreakpointLocation_GetAddress, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetAddress(SBBreakpointLocation self) -> SBAddress"},
77040 { (char *)"SBBreakpointLocation_GetLoadAddress", _wrap_SBBreakpointLocation_GetLoadAddress, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetLoadAddress(SBBreakpointLocation self) -> lldb::addr_t"},
77041 { (char *)"SBBreakpointLocation_SetEnabled", _wrap_SBBreakpointLocation_SetEnabled, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_SetEnabled(SBBreakpointLocation self, bool enabled)"},
77042 { (char *)"SBBreakpointLocation_IsEnabled", _wrap_SBBreakpointLocation_IsEnabled, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_IsEnabled(SBBreakpointLocation self) -> bool"},
77043 { (char *)"SBBreakpointLocation_GetHitCount", _wrap_SBBreakpointLocation_GetHitCount, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetHitCount(SBBreakpointLocation self) -> uint32_t"},
77044 { (char *)"SBBreakpointLocation_GetIgnoreCount", _wrap_SBBreakpointLocation_GetIgnoreCount, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetIgnoreCount(SBBreakpointLocation self) -> uint32_t"},
77045 { (char *)"SBBreakpointLocation_SetIgnoreCount", _wrap_SBBreakpointLocation_SetIgnoreCount, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_SetIgnoreCount(SBBreakpointLocation self, uint32_t n)"},
77046 { (char *)"SBBreakpointLocation_SetCondition", _wrap_SBBreakpointLocation_SetCondition, METH_VARARGS0x0001, (char *)"\n"
77047 "SBBreakpointLocation_SetCondition(SBBreakpointLocation self, char const * condition)\n"
77048 "\n"
77049 "\n"
77050 "//--------------------------------------------------------------------------\n"
77051 "/// The breakpoint location stops only if the condition expression evaluates\n"
77052 "/// to true.\n"
77053 "//--------------------------------------------------------------------------\n"
77054 "\n"
77055 ""},
77056 { (char *)"SBBreakpointLocation_GetCondition", _wrap_SBBreakpointLocation_GetCondition, METH_VARARGS0x0001, (char *)"\n"
77057 "SBBreakpointLocation_GetCondition(SBBreakpointLocation self) -> char const *\n"
77058 "\n"
77059 "\n"
77060 "//------------------------------------------------------------------\n"
77061 "/// Get the condition expression for the breakpoint location.\n"
77062 "//------------------------------------------------------------------\n"
77063 "\n"
77064 ""},
77065 { (char *)"SBBreakpointLocation_GetAutoContinue", _wrap_SBBreakpointLocation_GetAutoContinue, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetAutoContinue(SBBreakpointLocation self) -> bool"},
77066 { (char *)"SBBreakpointLocation_SetAutoContinue", _wrap_SBBreakpointLocation_SetAutoContinue, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_SetAutoContinue(SBBreakpointLocation self, bool auto_continue)"},
77067 { (char *)"SBBreakpointLocation_SetScriptCallbackFunction", _wrap_SBBreakpointLocation_SetScriptCallbackFunction, METH_VARARGS0x0001, (char *)"\n"
77068 "SBBreakpointLocation_SetScriptCallbackFunction(SBBreakpointLocation self, char const * callback_function_name)\n"
77069 "\n"
77070 "\n"
77071 "//------------------------------------------------------------------\n"
77072 "/// Set the callback to the given Python function name.\n"
77073 "//------------------------------------------------------------------\n"
77074 "\n"
77075 ""},
77076 { (char *)"SBBreakpointLocation_SetScriptCallbackBody", _wrap_SBBreakpointLocation_SetScriptCallbackBody, METH_VARARGS0x0001, (char *)"\n"
77077 "SBBreakpointLocation_SetScriptCallbackBody(SBBreakpointLocation self, char const * script_body_text) -> SBError\n"
77078 "\n"
77079 "\n"
77080 "//------------------------------------------------------------------\n"
77081 "/// Provide the body for the script function to be called when the breakpoint location is hit.\n"
77082 "/// The body will be wrapped in a function, which be passed two arguments:\n"
77083 "/// 'frame' - which holds the bottom-most SBFrame of the thread that hit the breakpoint\n"
77084 "/// 'bpno' - which is the SBBreakpointLocation to which the callback was attached.\n"
77085 "///\n"
77086 "/// The error parameter is currently ignored, but will at some point hold the Python\n"
77087 "/// compilation diagnostics.\n"
77088 "/// Returns true if the body compiles successfully, false if not.\n"
77089 "//------------------------------------------------------------------\n"
77090 "\n"
77091 ""},
77092 { (char *)"SBBreakpointLocation_SetCommandLineCommands", _wrap_SBBreakpointLocation_SetCommandLineCommands, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_SetCommandLineCommands(SBBreakpointLocation self, SBStringList commands)"},
77093 { (char *)"SBBreakpointLocation_GetCommandLineCommands", _wrap_SBBreakpointLocation_GetCommandLineCommands, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetCommandLineCommands(SBBreakpointLocation self, SBStringList commands) -> bool"},
77094 { (char *)"SBBreakpointLocation_SetThreadID", _wrap_SBBreakpointLocation_SetThreadID, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_SetThreadID(SBBreakpointLocation self, lldb::tid_t sb_thread_id)"},
77095 { (char *)"SBBreakpointLocation_GetThreadID", _wrap_SBBreakpointLocation_GetThreadID, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetThreadID(SBBreakpointLocation self) -> lldb::tid_t"},
77096 { (char *)"SBBreakpointLocation_SetThreadIndex", _wrap_SBBreakpointLocation_SetThreadIndex, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_SetThreadIndex(SBBreakpointLocation self, uint32_t index)"},
77097 { (char *)"SBBreakpointLocation_GetThreadIndex", _wrap_SBBreakpointLocation_GetThreadIndex, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetThreadIndex(SBBreakpointLocation self) -> uint32_t"},
77098 { (char *)"SBBreakpointLocation_SetThreadName", _wrap_SBBreakpointLocation_SetThreadName, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_SetThreadName(SBBreakpointLocation self, char const * thread_name)"},
77099 { (char *)"SBBreakpointLocation_GetThreadName", _wrap_SBBreakpointLocation_GetThreadName, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetThreadName(SBBreakpointLocation self) -> char const *"},
77100 { (char *)"SBBreakpointLocation_SetQueueName", _wrap_SBBreakpointLocation_SetQueueName, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_SetQueueName(SBBreakpointLocation self, char const * queue_name)"},
77101 { (char *)"SBBreakpointLocation_GetQueueName", _wrap_SBBreakpointLocation_GetQueueName, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetQueueName(SBBreakpointLocation self) -> char const *"},
77102 { (char *)"SBBreakpointLocation_IsResolved", _wrap_SBBreakpointLocation_IsResolved, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_IsResolved(SBBreakpointLocation self) -> bool"},
77103 { (char *)"SBBreakpointLocation_GetDescription", _wrap_SBBreakpointLocation_GetDescription, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetDescription(SBBreakpointLocation self, SBStream description, lldb::DescriptionLevel level) -> bool"},
77104 { (char *)"SBBreakpointLocation_GetBreakpoint", _wrap_SBBreakpointLocation_GetBreakpoint, METH_VARARGS0x0001, (char *)"SBBreakpointLocation_GetBreakpoint(SBBreakpointLocation self) -> SBBreakpoint"},
77105 { (char *)"SBBreakpointLocation___str__", _wrap_SBBreakpointLocation___str__, METH_VARARGS0x0001, (char *)"SBBreakpointLocation___str__(SBBreakpointLocation self) -> PyObject *"},
77106 { (char *)"SBBreakpointLocation_swigregister", SBBreakpointLocation_swigregister, METH_VARARGS0x0001, NULL__null},
77107 { (char *)"new_SBBreakpointName", _wrap_new_SBBreakpointName, METH_VARARGS0x0001, (char *)"\n"
77108 "SBBreakpointName()\n"
77109 "SBBreakpointName(SBTarget target, char const * name)\n"
77110 "SBBreakpointName(SBBreakpoint bkpt, char const * name)\n"
77111 "new_SBBreakpointName(SBBreakpointName rhs) -> SBBreakpointName\n"
77112 ""},
77113 { (char *)"delete_SBBreakpointName", _wrap_delete_SBBreakpointName, METH_VARARGS0x0001, (char *)"delete_SBBreakpointName(SBBreakpointName self)"},
77114 { (char *)"SBBreakpointName___eq__", _wrap_SBBreakpointName___eq__, METH_VARARGS0x0001, (char *)"SBBreakpointName___eq__(SBBreakpointName self, SBBreakpointName rhs) -> bool"},
77115 { (char *)"SBBreakpointName___ne__", _wrap_SBBreakpointName___ne__, METH_VARARGS0x0001, (char *)"SBBreakpointName___ne__(SBBreakpointName self, SBBreakpointName rhs) -> bool"},
77116 { (char *)"SBBreakpointName_IsValid", _wrap_SBBreakpointName_IsValid, METH_VARARGS0x0001, (char *)"SBBreakpointName_IsValid(SBBreakpointName self) -> bool"},
77117 { (char *)"SBBreakpointName_GetName", _wrap_SBBreakpointName_GetName, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetName(SBBreakpointName self) -> char const *"},
77118 { (char *)"SBBreakpointName_SetEnabled", _wrap_SBBreakpointName_SetEnabled, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetEnabled(SBBreakpointName self, bool enable)"},
77119 { (char *)"SBBreakpointName_IsEnabled", _wrap_SBBreakpointName_IsEnabled, METH_VARARGS0x0001, (char *)"SBBreakpointName_IsEnabled(SBBreakpointName self) -> bool"},
77120 { (char *)"SBBreakpointName_SetOneShot", _wrap_SBBreakpointName_SetOneShot, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetOneShot(SBBreakpointName self, bool one_shot)"},
77121 { (char *)"SBBreakpointName_IsOneShot", _wrap_SBBreakpointName_IsOneShot, METH_VARARGS0x0001, (char *)"SBBreakpointName_IsOneShot(SBBreakpointName self) -> bool"},
77122 { (char *)"SBBreakpointName_SetIgnoreCount", _wrap_SBBreakpointName_SetIgnoreCount, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetIgnoreCount(SBBreakpointName self, uint32_t count)"},
77123 { (char *)"SBBreakpointName_GetIgnoreCount", _wrap_SBBreakpointName_GetIgnoreCount, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetIgnoreCount(SBBreakpointName self) -> uint32_t"},
77124 { (char *)"SBBreakpointName_SetCondition", _wrap_SBBreakpointName_SetCondition, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetCondition(SBBreakpointName self, char const * condition)"},
77125 { (char *)"SBBreakpointName_GetCondition", _wrap_SBBreakpointName_GetCondition, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetCondition(SBBreakpointName self) -> char const *"},
77126 { (char *)"SBBreakpointName_SetAutoContinue", _wrap_SBBreakpointName_SetAutoContinue, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetAutoContinue(SBBreakpointName self, bool auto_continue)"},
77127 { (char *)"SBBreakpointName_GetAutoContinue", _wrap_SBBreakpointName_GetAutoContinue, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetAutoContinue(SBBreakpointName self) -> bool"},
77128 { (char *)"SBBreakpointName_SetThreadID", _wrap_SBBreakpointName_SetThreadID, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetThreadID(SBBreakpointName self, lldb::tid_t sb_thread_id)"},
77129 { (char *)"SBBreakpointName_GetThreadID", _wrap_SBBreakpointName_GetThreadID, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetThreadID(SBBreakpointName self) -> lldb::tid_t"},
77130 { (char *)"SBBreakpointName_SetThreadIndex", _wrap_SBBreakpointName_SetThreadIndex, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetThreadIndex(SBBreakpointName self, uint32_t index)"},
77131 { (char *)"SBBreakpointName_GetThreadIndex", _wrap_SBBreakpointName_GetThreadIndex, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetThreadIndex(SBBreakpointName self) -> uint32_t"},
77132 { (char *)"SBBreakpointName_SetThreadName", _wrap_SBBreakpointName_SetThreadName, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetThreadName(SBBreakpointName self, char const * thread_name)"},
77133 { (char *)"SBBreakpointName_GetThreadName", _wrap_SBBreakpointName_GetThreadName, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetThreadName(SBBreakpointName self) -> char const *"},
77134 { (char *)"SBBreakpointName_SetQueueName", _wrap_SBBreakpointName_SetQueueName, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetQueueName(SBBreakpointName self, char const * queue_name)"},
77135 { (char *)"SBBreakpointName_GetQueueName", _wrap_SBBreakpointName_GetQueueName, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetQueueName(SBBreakpointName self) -> char const *"},
77136 { (char *)"SBBreakpointName_SetScriptCallbackFunction", _wrap_SBBreakpointName_SetScriptCallbackFunction, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetScriptCallbackFunction(SBBreakpointName self, char const * callback_function_name)"},
77137 { (char *)"SBBreakpointName_SetCommandLineCommands", _wrap_SBBreakpointName_SetCommandLineCommands, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetCommandLineCommands(SBBreakpointName self, SBStringList commands)"},
77138 { (char *)"SBBreakpointName_GetCommandLineCommands", _wrap_SBBreakpointName_GetCommandLineCommands, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetCommandLineCommands(SBBreakpointName self, SBStringList commands) -> bool"},
77139 { (char *)"SBBreakpointName_SetScriptCallbackBody", _wrap_SBBreakpointName_SetScriptCallbackBody, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetScriptCallbackBody(SBBreakpointName self, char const * script_body_text) -> SBError"},
77140 { (char *)"SBBreakpointName_GetHelpString", _wrap_SBBreakpointName_GetHelpString, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetHelpString(SBBreakpointName self) -> char const *"},
77141 { (char *)"SBBreakpointName_SetHelpString", _wrap_SBBreakpointName_SetHelpString, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetHelpString(SBBreakpointName self, char const * help_string)"},
77142 { (char *)"SBBreakpointName_GetAllowList", _wrap_SBBreakpointName_GetAllowList, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetAllowList(SBBreakpointName self) -> bool"},
77143 { (char *)"SBBreakpointName_SetAllowList", _wrap_SBBreakpointName_SetAllowList, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetAllowList(SBBreakpointName self, bool value)"},
77144 { (char *)"SBBreakpointName_GetAllowDelete", _wrap_SBBreakpointName_GetAllowDelete, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetAllowDelete(SBBreakpointName self) -> bool"},
77145 { (char *)"SBBreakpointName_SetAllowDelete", _wrap_SBBreakpointName_SetAllowDelete, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetAllowDelete(SBBreakpointName self, bool value)"},
77146 { (char *)"SBBreakpointName_GetAllowDisable", _wrap_SBBreakpointName_GetAllowDisable, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetAllowDisable(SBBreakpointName self) -> bool"},
77147 { (char *)"SBBreakpointName_SetAllowDisable", _wrap_SBBreakpointName_SetAllowDisable, METH_VARARGS0x0001, (char *)"SBBreakpointName_SetAllowDisable(SBBreakpointName self, bool value)"},
77148 { (char *)"SBBreakpointName_GetDescription", _wrap_SBBreakpointName_GetDescription, METH_VARARGS0x0001, (char *)"SBBreakpointName_GetDescription(SBBreakpointName self, SBStream description) -> bool"},
77149 { (char *)"SBBreakpointName___str__", _wrap_SBBreakpointName___str__, METH_VARARGS0x0001, (char *)"SBBreakpointName___str__(SBBreakpointName self) -> PyObject *"},
77150 { (char *)"SBBreakpointName_swigregister", SBBreakpointName_swigregister, METH_VARARGS0x0001, NULL__null},
77151 { (char *)"new_SBBroadcaster", _wrap_new_SBBroadcaster, METH_VARARGS0x0001, (char *)"\n"
77152 "SBBroadcaster()\n"
77153 "SBBroadcaster(char const * name)\n"
77154 "new_SBBroadcaster(SBBroadcaster rhs) -> SBBroadcaster\n"
77155 ""},
77156 { (char *)"delete_SBBroadcaster", _wrap_delete_SBBroadcaster, METH_VARARGS0x0001, (char *)"delete_SBBroadcaster(SBBroadcaster self)"},
77157 { (char *)"SBBroadcaster_IsValid", _wrap_SBBroadcaster_IsValid, METH_VARARGS0x0001, (char *)"SBBroadcaster_IsValid(SBBroadcaster self) -> bool"},
77158 { (char *)"SBBroadcaster_Clear", _wrap_SBBroadcaster_Clear, METH_VARARGS0x0001, (char *)"SBBroadcaster_Clear(SBBroadcaster self)"},
77159 { (char *)"SBBroadcaster_BroadcastEventByType", _wrap_SBBroadcaster_BroadcastEventByType, METH_VARARGS0x0001, (char *)"\n"
77160 "BroadcastEventByType(uint32_t event_type, bool unique=False)\n"
77161 "SBBroadcaster_BroadcastEventByType(SBBroadcaster self, uint32_t event_type)\n"
77162 ""},
77163 { (char *)"SBBroadcaster_BroadcastEvent", _wrap_SBBroadcaster_BroadcastEvent, METH_VARARGS0x0001, (char *)"\n"
77164 "BroadcastEvent(SBEvent event, bool unique=False)\n"
77165 "SBBroadcaster_BroadcastEvent(SBBroadcaster self, SBEvent event)\n"
77166 ""},
77167 { (char *)"SBBroadcaster_AddInitialEventsToListener", _wrap_SBBroadcaster_AddInitialEventsToListener, METH_VARARGS0x0001, (char *)"SBBroadcaster_AddInitialEventsToListener(SBBroadcaster self, SBListener listener, uint32_t requested_events)"},
77168 { (char *)"SBBroadcaster_AddListener", _wrap_SBBroadcaster_AddListener, METH_VARARGS0x0001, (char *)"SBBroadcaster_AddListener(SBBroadcaster self, SBListener listener, uint32_t event_mask) -> uint32_t"},
77169 { (char *)"SBBroadcaster_GetName", _wrap_SBBroadcaster_GetName, METH_VARARGS0x0001, (char *)"SBBroadcaster_GetName(SBBroadcaster self) -> char const *"},
77170 { (char *)"SBBroadcaster_EventTypeHasListeners", _wrap_SBBroadcaster_EventTypeHasListeners, METH_VARARGS0x0001, (char *)"SBBroadcaster_EventTypeHasListeners(SBBroadcaster self, uint32_t event_type) -> bool"},
77171 { (char *)"SBBroadcaster_RemoveListener", _wrap_SBBroadcaster_RemoveListener, METH_VARARGS0x0001, (char *)"\n"
77172 "RemoveListener(SBListener listener, uint32_t event_mask=4294967295) -> bool\n"
77173 "SBBroadcaster_RemoveListener(SBBroadcaster self, SBListener listener) -> bool\n"
77174 ""},
77175 { (char *)"SBBroadcaster___eq__", _wrap_SBBroadcaster___eq__, METH_VARARGS0x0001, (char *)"SBBroadcaster___eq__(SBBroadcaster self, SBBroadcaster rhs) -> bool"},
77176 { (char *)"SBBroadcaster___ne__", _wrap_SBBroadcaster___ne__, METH_VARARGS0x0001, (char *)"SBBroadcaster___ne__(SBBroadcaster self, SBBroadcaster rhs) -> bool"},
77177 { (char *)"SBBroadcaster_swigregister", SBBroadcaster_swigregister, METH_VARARGS0x0001, NULL__null},
77178 { (char *)"new_SBCommandInterpreterRunOptions", _wrap_new_SBCommandInterpreterRunOptions, METH_VARARGS0x0001, (char *)"new_SBCommandInterpreterRunOptions() -> SBCommandInterpreterRunOptions"},
77179 { (char *)"delete_SBCommandInterpreterRunOptions", _wrap_delete_SBCommandInterpreterRunOptions, METH_VARARGS0x0001, (char *)"delete_SBCommandInterpreterRunOptions(SBCommandInterpreterRunOptions self)"},
77180 { (char *)"SBCommandInterpreterRunOptions_GetStopOnContinue", _wrap_SBCommandInterpreterRunOptions_GetStopOnContinue, METH_VARARGS0x0001, (char *)"SBCommandInterpreterRunOptions_GetStopOnContinue(SBCommandInterpreterRunOptions self) -> bool"},
77181 { (char *)"SBCommandInterpreterRunOptions_SetStopOnContinue", _wrap_SBCommandInterpreterRunOptions_SetStopOnContinue, METH_VARARGS0x0001, (char *)"SBCommandInterpreterRunOptions_SetStopOnContinue(SBCommandInterpreterRunOptions self, bool arg3)"},
77182 { (char *)"SBCommandInterpreterRunOptions_GetStopOnError", _wrap_SBCommandInterpreterRunOptions_GetStopOnError, METH_VARARGS0x0001, (char *)"SBCommandInterpreterRunOptions_GetStopOnError(SBCommandInterpreterRunOptions self) -> bool"},
77183 { (char *)"SBCommandInterpreterRunOptions_SetStopOnError", _wrap_SBCommandInterpreterRunOptions_SetStopOnError, METH_VARARGS0x0001, (char *)"SBCommandInterpreterRunOptions_SetStopOnError(SBCommandInterpreterRunOptions self, bool arg3)"},
77184 { (char *)"SBCommandInterpreterRunOptions_GetStopOnCrash", _wrap_SBCommandInterpreterRunOptions_GetStopOnCrash, METH_VARARGS0x0001, (char *)"SBCommandInterpreterRunOptions_GetStopOnCrash(SBCommandInterpreterRunOptions self) -> bool"},
77185 { (char *)"SBCommandInterpreterRunOptions_SetStopOnCrash", _wrap_SBCommandInterpreterRunOptions_SetStopOnCrash, METH_VARARGS0x0001, (char *)"SBCommandInterpreterRunOptions_SetStopOnCrash(SBCommandInterpreterRunOptions self, bool arg3)"},
77186 { (char *)"SBCommandInterpreterRunOptions_GetEchoCommands", _wrap_SBCommandInterpreterRunOptions_GetEchoCommands, METH_VARARGS0x0001, (char *)"SBCommandInterpreterRunOptions_GetEchoCommands(SBCommandInterpreterRunOptions self) -> bool"},
77187 { (char *)"SBCommandInterpreterRunOptions_SetEchoCommands", _wrap_SBCommandInterpreterRunOptions_SetEchoCommands, METH_VARARGS0x0001, (char *)"SBCommandInterpreterRunOptions_SetEchoCommands(SBCommandInterpreterRunOptions self, bool arg3)"},
77188 { (char *)"SBCommandInterpreterRunOptions_GetPrintResults", _wrap_SBCommandInterpreterRunOptions_GetPrintResults, METH_VARARGS0x0001, (char *)"SBCommandInterpreterRunOptions_GetPrintResults(SBCommandInterpreterRunOptions self) -> bool"},
77189 { (char *)"SBCommandInterpreterRunOptions_SetPrintResults", _wrap_SBCommandInterpreterRunOptions_SetPrintResults, METH_VARARGS0x0001, (char *)"SBCommandInterpreterRunOptions_SetPrintResults(SBCommandInterpreterRunOptions self, bool arg3)"},
77190 { (char *)"SBCommandInterpreterRunOptions_GetAddToHistory", _wrap_SBCommandInterpreterRunOptions_GetAddToHistory, METH_VARARGS0x0001, (char *)"SBCommandInterpreterRunOptions_GetAddToHistory(SBCommandInterpreterRunOptions self) -> bool"},
77191 { (char *)"SBCommandInterpreterRunOptions_SetAddToHistory", _wrap_SBCommandInterpreterRunOptions_SetAddToHistory, METH_VARARGS0x0001, (char *)"SBCommandInterpreterRunOptions_SetAddToHistory(SBCommandInterpreterRunOptions self, bool arg3)"},
77192 { (char *)"SBCommandInterpreterRunOptions_swigregister", SBCommandInterpreterRunOptions_swigregister, METH_VARARGS0x0001, NULL__null},
77193 { (char *)"new_SBCommandInterpreter", _wrap_new_SBCommandInterpreter, METH_VARARGS0x0001, (char *)"new_SBCommandInterpreter(SBCommandInterpreter rhs) -> SBCommandInterpreter"},
77194 { (char *)"delete_SBCommandInterpreter", _wrap_delete_SBCommandInterpreter, METH_VARARGS0x0001, (char *)"delete_SBCommandInterpreter(SBCommandInterpreter self)"},
77195 { (char *)"SBCommandInterpreter_GetArgumentTypeAsCString", _wrap_SBCommandInterpreter_GetArgumentTypeAsCString, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_GetArgumentTypeAsCString(lldb::CommandArgumentType const arg_type) -> char const *"},
77196 { (char *)"SBCommandInterpreter_GetArgumentDescriptionAsCString", _wrap_SBCommandInterpreter_GetArgumentDescriptionAsCString, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_GetArgumentDescriptionAsCString(lldb::CommandArgumentType const arg_type) -> char const *"},
77197 { (char *)"SBCommandInterpreter_EventIsCommandInterpreterEvent", _wrap_SBCommandInterpreter_EventIsCommandInterpreterEvent, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_EventIsCommandInterpreterEvent(SBEvent event) -> bool"},
77198 { (char *)"SBCommandInterpreter_IsValid", _wrap_SBCommandInterpreter_IsValid, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_IsValid(SBCommandInterpreter self) -> bool"},
77199 { (char *)"SBCommandInterpreter_GetIOHandlerControlSequence", _wrap_SBCommandInterpreter_GetIOHandlerControlSequence, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_GetIOHandlerControlSequence(SBCommandInterpreter self, char ch) -> char const *"},
77200 { (char *)"SBCommandInterpreter_GetPromptOnQuit", _wrap_SBCommandInterpreter_GetPromptOnQuit, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_GetPromptOnQuit(SBCommandInterpreter self) -> bool"},
77201 { (char *)"SBCommandInterpreter_SetPromptOnQuit", _wrap_SBCommandInterpreter_SetPromptOnQuit, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_SetPromptOnQuit(SBCommandInterpreter self, bool b)"},
77202 { (char *)"SBCommandInterpreter_AllowExitCodeOnQuit", _wrap_SBCommandInterpreter_AllowExitCodeOnQuit, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_AllowExitCodeOnQuit(SBCommandInterpreter self, bool b)"},
77203 { (char *)"SBCommandInterpreter_HasCustomQuitExitCode", _wrap_SBCommandInterpreter_HasCustomQuitExitCode, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_HasCustomQuitExitCode(SBCommandInterpreter self) -> bool"},
77204 { (char *)"SBCommandInterpreter_GetQuitStatus", _wrap_SBCommandInterpreter_GetQuitStatus, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_GetQuitStatus(SBCommandInterpreter self) -> int"},
77205 { (char *)"SBCommandInterpreter_ResolveCommand", _wrap_SBCommandInterpreter_ResolveCommand, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_ResolveCommand(SBCommandInterpreter self, char const * command_line, SBCommandReturnObject result)"},
77206 { (char *)"SBCommandInterpreter_CommandExists", _wrap_SBCommandInterpreter_CommandExists, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_CommandExists(SBCommandInterpreter self, char const * cmd) -> bool"},
77207 { (char *)"SBCommandInterpreter_AliasExists", _wrap_SBCommandInterpreter_AliasExists, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_AliasExists(SBCommandInterpreter self, char const * cmd) -> bool"},
77208 { (char *)"SBCommandInterpreter_GetBroadcaster", _wrap_SBCommandInterpreter_GetBroadcaster, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_GetBroadcaster(SBCommandInterpreter self) -> SBBroadcaster"},
77209 { (char *)"SBCommandInterpreter_GetBroadcasterClass", _wrap_SBCommandInterpreter_GetBroadcasterClass, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_GetBroadcasterClass() -> char const *"},
77210 { (char *)"SBCommandInterpreter_HasCommands", _wrap_SBCommandInterpreter_HasCommands, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_HasCommands(SBCommandInterpreter self) -> bool"},
77211 { (char *)"SBCommandInterpreter_HasAliases", _wrap_SBCommandInterpreter_HasAliases, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_HasAliases(SBCommandInterpreter self) -> bool"},
77212 { (char *)"SBCommandInterpreter_HasAliasOptions", _wrap_SBCommandInterpreter_HasAliasOptions, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_HasAliasOptions(SBCommandInterpreter self) -> bool"},
77213 { (char *)"SBCommandInterpreter_GetProcess", _wrap_SBCommandInterpreter_GetProcess, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_GetProcess(SBCommandInterpreter self) -> SBProcess"},
77214 { (char *)"SBCommandInterpreter_GetDebugger", _wrap_SBCommandInterpreter_GetDebugger, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_GetDebugger(SBCommandInterpreter self) -> SBDebugger"},
77215 { (char *)"SBCommandInterpreter_SourceInitFileInHomeDirectory", _wrap_SBCommandInterpreter_SourceInitFileInHomeDirectory, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_SourceInitFileInHomeDirectory(SBCommandInterpreter self, SBCommandReturnObject result)"},
77216 { (char *)"SBCommandInterpreter_SourceInitFileInCurrentWorkingDirectory", _wrap_SBCommandInterpreter_SourceInitFileInCurrentWorkingDirectory, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_SourceInitFileInCurrentWorkingDirectory(SBCommandInterpreter self, SBCommandReturnObject result)"},
77217 { (char *)"SBCommandInterpreter_HandleCommand", _wrap_SBCommandInterpreter_HandleCommand, METH_VARARGS0x0001, (char *)"\n"
77218 "HandleCommand(char const * command_line, SBCommandReturnObject result, bool add_to_history=False) -> lldb::ReturnStatus\n"
77219 "HandleCommand(char const * command_line, SBCommandReturnObject result) -> lldb::ReturnStatus\n"
77220 "HandleCommand(char const * command_line, SBExecutionContext exe_ctx, SBCommandReturnObject result, bool add_to_history=False) -> lldb::ReturnStatus\n"
77221 "SBCommandInterpreter_HandleCommand(SBCommandInterpreter self, char const * command_line, SBExecutionContext exe_ctx, SBCommandReturnObject result) -> lldb::ReturnStatus\n"
77222 ""},
77223 { (char *)"SBCommandInterpreter_HandleCommandsFromFile", _wrap_SBCommandInterpreter_HandleCommandsFromFile, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_HandleCommandsFromFile(SBCommandInterpreter self, SBFileSpec file, SBExecutionContext override_context, SBCommandInterpreterRunOptions options, SBCommandReturnObject result)"},
77224 { (char *)"SBCommandInterpreter_HandleCompletion", _wrap_SBCommandInterpreter_HandleCompletion, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_HandleCompletion(SBCommandInterpreter self, char const * current_line, uint32_t cursor_pos, int match_start_point, int max_return_elements, SBStringList matches) -> int"},
77225 { (char *)"SBCommandInterpreter_HandleCompletionWithDescriptions", _wrap_SBCommandInterpreter_HandleCompletionWithDescriptions, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_HandleCompletionWithDescriptions(SBCommandInterpreter self, char const * current_line, uint32_t cursor_pos, int match_start_point, int max_return_elements, SBStringList matches, SBStringList descriptions) -> int"},
77226 { (char *)"SBCommandInterpreter_IsActive", _wrap_SBCommandInterpreter_IsActive, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_IsActive(SBCommandInterpreter self) -> bool"},
77227 { (char *)"SBCommandInterpreter_WasInterrupted", _wrap_SBCommandInterpreter_WasInterrupted, METH_VARARGS0x0001, (char *)"SBCommandInterpreter_WasInterrupted(SBCommandInterpreter self) -> bool"},
77228 { (char *)"SBCommandInterpreter_swigregister", SBCommandInterpreter_swigregister, METH_VARARGS0x0001, NULL__null},
77229 { (char *)"new_SBCommandReturnObject", _wrap_new_SBCommandReturnObject, METH_VARARGS0x0001, (char *)"\n"
77230 "SBCommandReturnObject()\n"
77231 "new_SBCommandReturnObject(SBCommandReturnObject rhs) -> SBCommandReturnObject\n"
77232 ""},
77233 { (char *)"delete_SBCommandReturnObject", _wrap_delete_SBCommandReturnObject, METH_VARARGS0x0001, (char *)"delete_SBCommandReturnObject(SBCommandReturnObject self)"},
77234 { (char *)"SBCommandReturnObject_IsValid", _wrap_SBCommandReturnObject_IsValid, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_IsValid(SBCommandReturnObject self) -> bool"},
77235 { (char *)"SBCommandReturnObject_GetOutputSize", _wrap_SBCommandReturnObject_GetOutputSize, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_GetOutputSize(SBCommandReturnObject self) -> size_t"},
77236 { (char *)"SBCommandReturnObject_GetErrorSize", _wrap_SBCommandReturnObject_GetErrorSize, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_GetErrorSize(SBCommandReturnObject self) -> size_t"},
77237 { (char *)"SBCommandReturnObject_GetOutput", _wrap_SBCommandReturnObject_GetOutput, METH_VARARGS0x0001, (char *)"\n"
77238 "GetOutput() -> char const\n"
77239 "SBCommandReturnObject_GetOutput(SBCommandReturnObject self, bool only_if_no_immediate) -> char const *\n"
77240 ""},
77241 { (char *)"SBCommandReturnObject_GetError", _wrap_SBCommandReturnObject_GetError, METH_VARARGS0x0001, (char *)"\n"
77242 "GetError() -> char const\n"
77243 "SBCommandReturnObject_GetError(SBCommandReturnObject self, bool if_no_immediate) -> char const *\n"
77244 ""},
77245 { (char *)"SBCommandReturnObject_PutOutput", _wrap_SBCommandReturnObject_PutOutput, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_PutOutput(SBCommandReturnObject self, FILE * fh) -> size_t"},
77246 { (char *)"SBCommandReturnObject_PutError", _wrap_SBCommandReturnObject_PutError, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_PutError(SBCommandReturnObject self, FILE * fh) -> size_t"},
77247 { (char *)"SBCommandReturnObject_Clear", _wrap_SBCommandReturnObject_Clear, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_Clear(SBCommandReturnObject self)"},
77248 { (char *)"SBCommandReturnObject_SetStatus", _wrap_SBCommandReturnObject_SetStatus, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_SetStatus(SBCommandReturnObject self, lldb::ReturnStatus status)"},
77249 { (char *)"SBCommandReturnObject_SetError", _wrap_SBCommandReturnObject_SetError, METH_VARARGS0x0001, (char *)"\n"
77250 "SetError(SBError error, char const * fallback_error_cstr=None)\n"
77251 "SetError(SBError error)\n"
77252 "SBCommandReturnObject_SetError(SBCommandReturnObject self, char const * error_cstr)\n"
77253 ""},
77254 { (char *)"SBCommandReturnObject_GetStatus", _wrap_SBCommandReturnObject_GetStatus, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_GetStatus(SBCommandReturnObject self) -> lldb::ReturnStatus"},
77255 { (char *)"SBCommandReturnObject_Succeeded", _wrap_SBCommandReturnObject_Succeeded, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_Succeeded(SBCommandReturnObject self) -> bool"},
77256 { (char *)"SBCommandReturnObject_HasResult", _wrap_SBCommandReturnObject_HasResult, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_HasResult(SBCommandReturnObject self) -> bool"},
77257 { (char *)"SBCommandReturnObject_AppendMessage", _wrap_SBCommandReturnObject_AppendMessage, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_AppendMessage(SBCommandReturnObject self, char const * message)"},
77258 { (char *)"SBCommandReturnObject_AppendWarning", _wrap_SBCommandReturnObject_AppendWarning, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_AppendWarning(SBCommandReturnObject self, char const * message)"},
77259 { (char *)"SBCommandReturnObject_GetDescription", _wrap_SBCommandReturnObject_GetDescription, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_GetDescription(SBCommandReturnObject self, SBStream description) -> bool"},
77260 { (char *)"SBCommandReturnObject_SetImmediateOutputFile", _wrap_SBCommandReturnObject_SetImmediateOutputFile, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_SetImmediateOutputFile(SBCommandReturnObject self, FILE * fh)"},
77261 { (char *)"SBCommandReturnObject_SetImmediateErrorFile", _wrap_SBCommandReturnObject_SetImmediateErrorFile, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_SetImmediateErrorFile(SBCommandReturnObject self, FILE * fh)"},
77262 { (char *)"SBCommandReturnObject_PutCString", _wrap_SBCommandReturnObject_PutCString, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_PutCString(SBCommandReturnObject self, char const * string)"},
77263 { (char *)"SBCommandReturnObject_Print", _wrap_SBCommandReturnObject_Print, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_Print(SBCommandReturnObject self, char const * str)"},
77264 { (char *)"SBCommandReturnObject___str__", _wrap_SBCommandReturnObject___str__, METH_VARARGS0x0001, (char *)"SBCommandReturnObject___str__(SBCommandReturnObject self) -> PyObject *"},
77265 { (char *)"SBCommandReturnObject_write", _wrap_SBCommandReturnObject_write, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_write(SBCommandReturnObject self, char const * str)"},
77266 { (char *)"SBCommandReturnObject_flush", _wrap_SBCommandReturnObject_flush, METH_VARARGS0x0001, (char *)"SBCommandReturnObject_flush(SBCommandReturnObject self)"},
77267 { (char *)"SBCommandReturnObject_swigregister", SBCommandReturnObject_swigregister, METH_VARARGS0x0001, NULL__null},
77268 { (char *)"new_SBCommunication", _wrap_new_SBCommunication, METH_VARARGS0x0001, (char *)"\n"
77269 "SBCommunication()\n"
77270 "new_SBCommunication(char const * broadcaster_name) -> SBCommunication\n"
77271 ""},
77272 { (char *)"delete_SBCommunication", _wrap_delete_SBCommunication, METH_VARARGS0x0001, (char *)"delete_SBCommunication(SBCommunication self)"},
77273 { (char *)"SBCommunication_IsValid", _wrap_SBCommunication_IsValid, METH_VARARGS0x0001, (char *)"SBCommunication_IsValid(SBCommunication self) -> bool"},
77274 { (char *)"SBCommunication_GetBroadcaster", _wrap_SBCommunication_GetBroadcaster, METH_VARARGS0x0001, (char *)"SBCommunication_GetBroadcaster(SBCommunication self) -> SBBroadcaster"},
77275 { (char *)"SBCommunication_GetBroadcasterClass", _wrap_SBCommunication_GetBroadcasterClass, METH_VARARGS0x0001, (char *)"SBCommunication_GetBroadcasterClass() -> char const *"},
77276 { (char *)"SBCommunication_AdoptFileDesriptor", _wrap_SBCommunication_AdoptFileDesriptor, METH_VARARGS0x0001, (char *)"SBCommunication_AdoptFileDesriptor(SBCommunication self, int fd, bool owns_fd) -> lldb::ConnectionStatus"},
77277 { (char *)"SBCommunication_Connect", _wrap_SBCommunication_Connect, METH_VARARGS0x0001, (char *)"SBCommunication_Connect(SBCommunication self, char const * url) -> lldb::ConnectionStatus"},
77278 { (char *)"SBCommunication_Disconnect", _wrap_SBCommunication_Disconnect, METH_VARARGS0x0001, (char *)"SBCommunication_Disconnect(SBCommunication self) -> lldb::ConnectionStatus"},
77279 { (char *)"SBCommunication_IsConnected", _wrap_SBCommunication_IsConnected, METH_VARARGS0x0001, (char *)"SBCommunication_IsConnected(SBCommunication self) -> bool"},
77280 { (char *)"SBCommunication_GetCloseOnEOF", _wrap_SBCommunication_GetCloseOnEOF, METH_VARARGS0x0001, (char *)"SBCommunication_GetCloseOnEOF(SBCommunication self) -> bool"},
77281 { (char *)"SBCommunication_SetCloseOnEOF", _wrap_SBCommunication_SetCloseOnEOF, METH_VARARGS0x0001, (char *)"SBCommunication_SetCloseOnEOF(SBCommunication self, bool b)"},
77282 { (char *)"SBCommunication_Read", _wrap_SBCommunication_Read, METH_VARARGS0x0001, (char *)"SBCommunication_Read(SBCommunication self, void * dst, size_t dst_len, uint32_t timeout_usec, lldb::ConnectionStatus & status) -> size_t"},
77283 { (char *)"SBCommunication_Write", _wrap_SBCommunication_Write, METH_VARARGS0x0001, (char *)"SBCommunication_Write(SBCommunication self, void const * src, size_t src_len, lldb::ConnectionStatus & status) -> size_t"},
77284 { (char *)"SBCommunication_ReadThreadStart", _wrap_SBCommunication_ReadThreadStart, METH_VARARGS0x0001, (char *)"SBCommunication_ReadThreadStart(SBCommunication self) -> bool"},
77285 { (char *)"SBCommunication_ReadThreadStop", _wrap_SBCommunication_ReadThreadStop, METH_VARARGS0x0001, (char *)"SBCommunication_ReadThreadStop(SBCommunication self) -> bool"},
77286 { (char *)"SBCommunication_ReadThreadIsRunning", _wrap_SBCommunication_ReadThreadIsRunning, METH_VARARGS0x0001, (char *)"SBCommunication_ReadThreadIsRunning(SBCommunication self) -> bool"},
77287 { (char *)"SBCommunication_SetReadThreadBytesReceivedCallback", _wrap_SBCommunication_SetReadThreadBytesReceivedCallback, METH_VARARGS0x0001, (char *)"SBCommunication_SetReadThreadBytesReceivedCallback(SBCommunication self, lldb::SBCommunication::ReadThreadBytesReceived callback, void * callback_baton) -> bool"},
77288 { (char *)"SBCommunication_swigregister", SBCommunication_swigregister, METH_VARARGS0x0001, NULL__null},
77289 { (char *)"new_SBCompileUnit", _wrap_new_SBCompileUnit, METH_VARARGS0x0001, (char *)"\n"
77290 "SBCompileUnit()\n"
77291 "new_SBCompileUnit(SBCompileUnit rhs) -> SBCompileUnit\n"
77292 ""},
77293 { (char *)"delete_SBCompileUnit", _wrap_delete_SBCompileUnit, METH_VARARGS0x0001, (char *)"delete_SBCompileUnit(SBCompileUnit self)"},
77294 { (char *)"SBCompileUnit_IsValid", _wrap_SBCompileUnit_IsValid, METH_VARARGS0x0001, (char *)"SBCompileUnit_IsValid(SBCompileUnit self) -> bool"},
77295 { (char *)"SBCompileUnit_GetFileSpec", _wrap_SBCompileUnit_GetFileSpec, METH_VARARGS0x0001, (char *)"SBCompileUnit_GetFileSpec(SBCompileUnit self) -> SBFileSpec"},
77296 { (char *)"SBCompileUnit_GetNumLineEntries", _wrap_SBCompileUnit_GetNumLineEntries, METH_VARARGS0x0001, (char *)"SBCompileUnit_GetNumLineEntries(SBCompileUnit self) -> uint32_t"},
77297 { (char *)"SBCompileUnit_GetLineEntryAtIndex", _wrap_SBCompileUnit_GetLineEntryAtIndex, METH_VARARGS0x0001, (char *)"SBCompileUnit_GetLineEntryAtIndex(SBCompileUnit self, uint32_t idx) -> SBLineEntry"},
77298 { (char *)"SBCompileUnit_FindLineEntryIndex", _wrap_SBCompileUnit_FindLineEntryIndex, METH_VARARGS0x0001, (char *)"\n"
77299 "FindLineEntryIndex(uint32_t start_idx, uint32_t line, SBFileSpec inline_file_spec) -> uint32_t\n"
77300 "SBCompileUnit_FindLineEntryIndex(SBCompileUnit self, uint32_t start_idx, uint32_t line, SBFileSpec inline_file_spec, bool exact) -> uint32_t\n"
77301 ""},
77302 { (char *)"SBCompileUnit_GetSupportFileAtIndex", _wrap_SBCompileUnit_GetSupportFileAtIndex, METH_VARARGS0x0001, (char *)"SBCompileUnit_GetSupportFileAtIndex(SBCompileUnit self, uint32_t idx) -> SBFileSpec"},
77303 { (char *)"SBCompileUnit_GetNumSupportFiles", _wrap_SBCompileUnit_GetNumSupportFiles, METH_VARARGS0x0001, (char *)"SBCompileUnit_GetNumSupportFiles(SBCompileUnit self) -> uint32_t"},
77304 { (char *)"SBCompileUnit_FindSupportFileIndex", _wrap_SBCompileUnit_FindSupportFileIndex, METH_VARARGS0x0001, (char *)"SBCompileUnit_FindSupportFileIndex(SBCompileUnit self, uint32_t start_idx, SBFileSpec sb_file, bool full) -> uint32_t"},
77305 { (char *)"SBCompileUnit_GetTypes", _wrap_SBCompileUnit_GetTypes, METH_VARARGS0x0001, (char *)"\n"
77306 "GetTypes(uint32_t type_mask) -> SBTypeList\n"
77307 "SBCompileUnit_GetTypes(SBCompileUnit self) -> SBTypeList\n"
77308 "\n"
77309 "\n"
77310 "//------------------------------------------------------------------\n"
77311 "/// Get all types matching  type_mask from debug info in this\n"
77312 "/// compile unit.\n"
77313 "///\n"
77314 "/// @param[in] type_mask\n"
77315 "/// A bitfield that consists of one or more bits logically OR'ed\n"
77316 "/// together from the lldb::TypeClass enumeration. This allows\n"
77317 "/// you to request only structure types, or only class, struct\n"
77318 "/// and union types. Passing in lldb::eTypeClassAny will return\n"
77319 "/// all types found in the debug information for this compile\n"
77320 "/// unit.\n"
77321 "///\n"
77322 "/// @return\n"
77323 "/// A list of types in this compile unit that match  type_mask\n"
77324 "//------------------------------------------------------------------\n"
77325 "\n"
77326 ""},
77327 { (char *)"SBCompileUnit_GetLanguage", _wrap_SBCompileUnit_GetLanguage, METH_VARARGS0x0001, (char *)"SBCompileUnit_GetLanguage(SBCompileUnit self) -> lldb::LanguageType"},
77328 { (char *)"SBCompileUnit_GetDescription", _wrap_SBCompileUnit_GetDescription, METH_VARARGS0x0001, (char *)"SBCompileUnit_GetDescription(SBCompileUnit self, SBStream description) -> bool"},
77329 { (char *)"SBCompileUnit___eq__", _wrap_SBCompileUnit___eq__, METH_VARARGS0x0001, (char *)"SBCompileUnit___eq__(SBCompileUnit self, SBCompileUnit rhs) -> bool"},
77330 { (char *)"SBCompileUnit___ne__", _wrap_SBCompileUnit___ne__, METH_VARARGS0x0001, (char *)"SBCompileUnit___ne__(SBCompileUnit self, SBCompileUnit rhs) -> bool"},
77331 { (char *)"SBCompileUnit___str__", _wrap_SBCompileUnit___str__, METH_VARARGS0x0001, (char *)"SBCompileUnit___str__(SBCompileUnit self) -> PyObject *"},
77332 { (char *)"SBCompileUnit_swigregister", SBCompileUnit_swigregister, METH_VARARGS0x0001, NULL__null},
77333 { (char *)"new_SBData", _wrap_new_SBData, METH_VARARGS0x0001, (char *)"\n"
77334 "SBData()\n"
77335 "new_SBData(SBData rhs) -> SBData\n"
77336 ""},
77337 { (char *)"delete_SBData", _wrap_delete_SBData, METH_VARARGS0x0001, (char *)"delete_SBData(SBData self)"},
77338 { (char *)"SBData_GetAddressByteSize", _wrap_SBData_GetAddressByteSize, METH_VARARGS0x0001, (char *)"SBData_GetAddressByteSize(SBData self) -> uint8_t"},
77339 { (char *)"SBData_SetAddressByteSize", _wrap_SBData_SetAddressByteSize, METH_VARARGS0x0001, (char *)"SBData_SetAddressByteSize(SBData self, uint8_t addr_byte_size)"},
77340 { (char *)"SBData_Clear", _wrap_SBData_Clear, METH_VARARGS0x0001, (char *)"SBData_Clear(SBData self)"},
77341 { (char *)"SBData_IsValid", _wrap_SBData_IsValid, METH_VARARGS0x0001, (char *)"SBData_IsValid(SBData self) -> bool"},
77342 { (char *)"SBData_GetByteSize", _wrap_SBData_GetByteSize, METH_VARARGS0x0001, (char *)"SBData_GetByteSize(SBData self) -> size_t"},
77343 { (char *)"SBData_GetByteOrder", _wrap_SBData_GetByteOrder, METH_VARARGS0x0001, (char *)"SBData_GetByteOrder(SBData self) -> lldb::ByteOrder"},
77344 { (char *)"SBData_SetByteOrder", _wrap_SBData_SetByteOrder, METH_VARARGS0x0001, (char *)"SBData_SetByteOrder(SBData self, lldb::ByteOrder endian)"},
77345 { (char *)"SBData_GetFloat", _wrap_SBData_GetFloat, METH_VARARGS0x0001, (char *)"SBData_GetFloat(SBData self, SBError error, lldb::offset_t offset) -> float"},
77346 { (char *)"SBData_GetDouble", _wrap_SBData_GetDouble, METH_VARARGS0x0001, (char *)"SBData_GetDouble(SBData self, SBError error, lldb::offset_t offset) -> double"},
77347 { (char *)"SBData_GetLongDouble", _wrap_SBData_GetLongDouble, METH_VARARGS0x0001, (char *)"SBData_GetLongDouble(SBData self, SBError error, lldb::offset_t offset) -> long double"},
77348 { (char *)"SBData_GetAddress", _wrap_SBData_GetAddress, METH_VARARGS0x0001, (char *)"SBData_GetAddress(SBData self, SBError error, lldb::offset_t offset) -> lldb::addr_t"},
77349 { (char *)"SBData_GetUnsignedInt8", _wrap_SBData_GetUnsignedInt8, METH_VARARGS0x0001, (char *)"SBData_GetUnsignedInt8(SBData self, SBError error, lldb::offset_t offset) -> uint8_t"},
77350 { (char *)"SBData_GetUnsignedInt16", _wrap_SBData_GetUnsignedInt16, METH_VARARGS0x0001, (char *)"SBData_GetUnsignedInt16(SBData self, SBError error, lldb::offset_t offset) -> uint16_t"},
77351 { (char *)"SBData_GetUnsignedInt32", _wrap_SBData_GetUnsignedInt32, METH_VARARGS0x0001, (char *)"SBData_GetUnsignedInt32(SBData self, SBError error, lldb::offset_t offset) -> uint32_t"},
77352 { (char *)"SBData_GetUnsignedInt64", _wrap_SBData_GetUnsignedInt64, METH_VARARGS0x0001, (char *)"SBData_GetUnsignedInt64(SBData self, SBError error, lldb::offset_t offset) -> uint64_t"},
77353 { (char *)"SBData_GetSignedInt8", _wrap_SBData_GetSignedInt8, METH_VARARGS0x0001, (char *)"SBData_GetSignedInt8(SBData self, SBError error, lldb::offset_t offset) -> int8_t"},
77354 { (char *)"SBData_GetSignedInt16", _wrap_SBData_GetSignedInt16, METH_VARARGS0x0001, (char *)"SBData_GetSignedInt16(SBData self, SBError error, lldb::offset_t offset) -> int16_t"},
77355 { (char *)"SBData_GetSignedInt32", _wrap_SBData_GetSignedInt32, METH_VARARGS0x0001, (char *)"SBData_GetSignedInt32(SBData self, SBError error, lldb::offset_t offset) -> int32_t"},
77356 { (char *)"SBData_GetSignedInt64", _wrap_SBData_GetSignedInt64, METH_VARARGS0x0001, (char *)"SBData_GetSignedInt64(SBData self, SBError error, lldb::offset_t offset) -> int64_t"},
77357 { (char *)"SBData_GetString", _wrap_SBData_GetString, METH_VARARGS0x0001, (char *)"SBData_GetString(SBData self, SBError error, lldb::offset_t offset) -> char const *"},
77358 { (char *)"SBData_GetDescription", _wrap_SBData_GetDescription, METH_VARARGS0x0001, (char *)"SBData_GetDescription(SBData self, SBStream description, lldb::addr_t base_addr) -> bool"},
77359 { (char *)"SBData_ReadRawData", _wrap_SBData_ReadRawData, METH_VARARGS0x0001, (char *)"SBData_ReadRawData(SBData self, SBError error, lldb::offset_t offset, void * buf) -> size_t"},
77360 { (char *)"SBData_SetData", _wrap_SBData_SetData, METH_VARARGS0x0001, (char *)"SBData_SetData(SBData self, SBError error, void const * buf, lldb::ByteOrder endian, uint8_t addr_size)"},
77361 { (char *)"SBData_Append", _wrap_SBData_Append, METH_VARARGS0x0001, (char *)"SBData_Append(SBData self, SBData rhs) -> bool"},
77362 { (char *)"SBData_CreateDataFromCString", _wrap_SBData_CreateDataFromCString, METH_VARARGS0x0001, (char *)"SBData_CreateDataFromCString(lldb::ByteOrder endian, uint32_t addr_byte_size, char const * data) -> SBData"},
77363 { (char *)"SBData_CreateDataFromUInt64Array", _wrap_SBData_CreateDataFromUInt64Array, METH_VARARGS0x0001, (char *)"SBData_CreateDataFromUInt64Array(lldb::ByteOrder endian, uint32_t addr_byte_size, uint64_t * array) -> SBData"},
77364 { (char *)"SBData_CreateDataFromUInt32Array", _wrap_SBData_CreateDataFromUInt32Array, METH_VARARGS0x0001, (char *)"SBData_CreateDataFromUInt32Array(lldb::ByteOrder endian, uint32_t addr_byte_size, uint32_t * array) -> SBData"},
77365 { (char *)"SBData_CreateDataFromSInt64Array", _wrap_SBData_CreateDataFromSInt64Array, METH_VARARGS0x0001, (char *)"SBData_CreateDataFromSInt64Array(lldb::ByteOrder endian, uint32_t addr_byte_size, int64_t * array) -> SBData"},
77366 { (char *)"SBData_CreateDataFromSInt32Array", _wrap_SBData_CreateDataFromSInt32Array, METH_VARARGS0x0001, (char *)"SBData_CreateDataFromSInt32Array(lldb::ByteOrder endian, uint32_t addr_byte_size, int32_t * array) -> SBData"},
77367 { (char *)"SBData_CreateDataFromDoubleArray", _wrap_SBData_CreateDataFromDoubleArray, METH_VARARGS0x0001, (char *)"SBData_CreateDataFromDoubleArray(lldb::ByteOrder endian, uint32_t addr_byte_size, double * array) -> SBData"},
77368 { (char *)"SBData_SetDataFromCString", _wrap_SBData_SetDataFromCString, METH_VARARGS0x0001, (char *)"SBData_SetDataFromCString(SBData self, char const * data) -> bool"},
77369 { (char *)"SBData_SetDataFromUInt64Array", _wrap_SBData_SetDataFromUInt64Array, METH_VARARGS0x0001, (char *)"SBData_SetDataFromUInt64Array(SBData self, uint64_t * array) -> bool"},
77370 { (char *)"SBData_SetDataFromUInt32Array", _wrap_SBData_SetDataFromUInt32Array, METH_VARARGS0x0001, (char *)"SBData_SetDataFromUInt32Array(SBData self, uint32_t * array) -> bool"},
77371 { (char *)"SBData_SetDataFromSInt64Array", _wrap_SBData_SetDataFromSInt64Array, METH_VARARGS0x0001, (char *)"SBData_SetDataFromSInt64Array(SBData self, int64_t * array) -> bool"},
77372 { (char *)"SBData_SetDataFromSInt32Array", _wrap_SBData_SetDataFromSInt32Array, METH_VARARGS0x0001, (char *)"SBData_SetDataFromSInt32Array(SBData self, int32_t * array) -> bool"},
77373 { (char *)"SBData_SetDataFromDoubleArray", _wrap_SBData_SetDataFromDoubleArray, METH_VARARGS0x0001, (char *)"SBData_SetDataFromDoubleArray(SBData self, double * array) -> bool"},
77374 { (char *)"SBData___str__", _wrap_SBData___str__, METH_VARARGS0x0001, (char *)"SBData___str__(SBData self) -> PyObject *"},
77375 { (char *)"SBData_swigregister", SBData_swigregister, METH_VARARGS0x0001, NULL__null},
77376 { (char *)"SBDebugger_Initialize", _wrap_SBDebugger_Initialize, METH_VARARGS0x0001, (char *)"SBDebugger_Initialize()"},
77377 { (char *)"SBDebugger_Terminate", _wrap_SBDebugger_Terminate, METH_VARARGS0x0001, (char *)"SBDebugger_Terminate()"},
77378 { (char *)"SBDebugger_Create", _wrap_SBDebugger_Create, METH_VARARGS0x0001, (char *)"\n"
77379 "Create() -> SBDebugger\n"
77380 "Create(bool source_init_files) -> SBDebugger\n"
77381 "SBDebugger_Create(bool source_init_files, lldb::LogOutputCallback log_callback) -> SBDebugger\n"
77382 ""},
77383 { (char *)"SBDebugger_Destroy", _wrap_SBDebugger_Destroy, METH_VARARGS0x0001, (char *)"SBDebugger_Destroy(SBDebugger debugger)"},
77384 { (char *)"SBDebugger_MemoryPressureDetected", _wrap_SBDebugger_MemoryPressureDetected, METH_VARARGS0x0001, (char *)"SBDebugger_MemoryPressureDetected()"},
77385 { (char *)"new_SBDebugger", _wrap_new_SBDebugger, METH_VARARGS0x0001, (char *)"\n"
77386 "SBDebugger()\n"
77387 "new_SBDebugger(SBDebugger rhs) -> SBDebugger\n"
77388 ""},
77389 { (char *)"delete_SBDebugger", _wrap_delete_SBDebugger, METH_VARARGS0x0001, (char *)"delete_SBDebugger(SBDebugger self)"},
77390 { (char *)"SBDebugger_IsValid", _wrap_SBDebugger_IsValid, METH_VARARGS0x0001, (char *)"SBDebugger_IsValid(SBDebugger self) -> bool"},
77391 { (char *)"SBDebugger_Clear", _wrap_SBDebugger_Clear, METH_VARARGS0x0001, (char *)"SBDebugger_Clear(SBDebugger self)"},
77392 { (char *)"SBDebugger_SetAsync", _wrap_SBDebugger_SetAsync, METH_VARARGS0x0001, (char *)"SBDebugger_SetAsync(SBDebugger self, bool b)"},
77393 { (char *)"SBDebugger_GetAsync", _wrap_SBDebugger_GetAsync, METH_VARARGS0x0001, (char *)"SBDebugger_GetAsync(SBDebugger self) -> bool"},
77394 { (char *)"SBDebugger_SkipLLDBInitFiles", _wrap_SBDebugger_SkipLLDBInitFiles, METH_VARARGS0x0001, (char *)"SBDebugger_SkipLLDBInitFiles(SBDebugger self, bool b)"},
77395 { (char *)"SBDebugger_SetInputFileHandle", _wrap_SBDebugger_SetInputFileHandle, METH_VARARGS0x0001, (char *)"SBDebugger_SetInputFileHandle(SBDebugger self, FILE * f, bool transfer_ownership)"},
77396 { (char *)"SBDebugger_SetOutputFileHandle", _wrap_SBDebugger_SetOutputFileHandle, METH_VARARGS0x0001, (char *)"SBDebugger_SetOutputFileHandle(SBDebugger self, FILE * f, bool transfer_ownership)"},
77397 { (char *)"SBDebugger_SetErrorFileHandle", _wrap_SBDebugger_SetErrorFileHandle, METH_VARARGS0x0001, (char *)"SBDebugger_SetErrorFileHandle(SBDebugger self, FILE * f, bool transfer_ownership)"},
77398 { (char *)"SBDebugger_GetInputFileHandle", _wrap_SBDebugger_GetInputFileHandle, METH_VARARGS0x0001, (char *)"SBDebugger_GetInputFileHandle(SBDebugger self) -> FILE *"},
77399 { (char *)"SBDebugger_GetOutputFileHandle", _wrap_SBDebugger_GetOutputFileHandle, METH_VARARGS0x0001, (char *)"SBDebugger_GetOutputFileHandle(SBDebugger self) -> FILE *"},
77400 { (char *)"SBDebugger_GetErrorFileHandle", _wrap_SBDebugger_GetErrorFileHandle, METH_VARARGS0x0001, (char *)"SBDebugger_GetErrorFileHandle(SBDebugger self) -> FILE *"},
77401 { (char *)"SBDebugger_GetCommandInterpreter", _wrap_SBDebugger_GetCommandInterpreter, METH_VARARGS0x0001, (char *)"SBDebugger_GetCommandInterpreter(SBDebugger self) -> SBCommandInterpreter"},
77402 { (char *)"SBDebugger_HandleCommand", _wrap_SBDebugger_HandleCommand, METH_VARARGS0x0001, (char *)"SBDebugger_HandleCommand(SBDebugger self, char const * command)"},
77403 { (char *)"SBDebugger_GetListener", _wrap_SBDebugger_GetListener, METH_VARARGS0x0001, (char *)"SBDebugger_GetListener(SBDebugger self) -> SBListener"},
77404 { (char *)"SBDebugger_HandleProcessEvent", _wrap_SBDebugger_HandleProcessEvent, METH_VARARGS0x0001, (char *)"SBDebugger_HandleProcessEvent(SBDebugger self, SBProcess process, SBEvent event, FILE * out, FILE * err)"},
77405 { (char *)"SBDebugger_CreateTargetWithFileAndTargetTriple", _wrap_SBDebugger_CreateTargetWithFileAndTargetTriple, METH_VARARGS0x0001, (char *)"SBDebugger_CreateTargetWithFileAndTargetTriple(SBDebugger self, char const * filename, char const * target_triple) -> SBTarget"},
77406 { (char *)"SBDebugger_CreateTargetWithFileAndArch", _wrap_SBDebugger_CreateTargetWithFileAndArch, METH_VARARGS0x0001, (char *)"SBDebugger_CreateTargetWithFileAndArch(SBDebugger self, char const * filename, char const * archname) -> SBTarget"},
77407 { (char *)"SBDebugger_CreateTarget", _wrap_SBDebugger_CreateTarget, METH_VARARGS0x0001, (char *)"\n"
77408 "CreateTarget(char const * filename, char const * target_triple, char const * platform_name, bool add_dependent_modules, SBError sb_error) -> SBTarget\n"
77409 "SBDebugger_CreateTarget(SBDebugger self, char const * filename) -> SBTarget\n"
77410 ""},
77411 { (char *)"SBDebugger_GetDummyTarget", _wrap_SBDebugger_GetDummyTarget, METH_VARARGS0x0001, (char *)"\n"
77412 "SBDebugger_GetDummyTarget(SBDebugger self) -> SBTarget\n"
77413 "\n"
77414 "The dummy target holds breakpoints and breakpoint names that will prime newly created targets.\n"
77415 ""},
77416 { (char *)"SBDebugger_DeleteTarget", _wrap_SBDebugger_DeleteTarget, METH_VARARGS0x0001, (char *)"\n"
77417 "SBDebugger_DeleteTarget(SBDebugger self, SBTarget target) -> bool\n"
77418 "\n"
77419 "Return true if target is deleted from the target list of the debugger.\n"
77420 ""},
77421 { (char *)"SBDebugger_GetTargetAtIndex", _wrap_SBDebugger_GetTargetAtIndex, METH_VARARGS0x0001, (char *)"SBDebugger_GetTargetAtIndex(SBDebugger self, uint32_t idx) -> SBTarget"},
77422 { (char *)"SBDebugger_GetIndexOfTarget", _wrap_SBDebugger_GetIndexOfTarget, METH_VARARGS0x0001, (char *)"SBDebugger_GetIndexOfTarget(SBDebugger self, SBTarget target) -> uint32_t"},
77423 { (char *)"SBDebugger_FindTargetWithProcessID", _wrap_SBDebugger_FindTargetWithProcessID, METH_VARARGS0x0001, (char *)"SBDebugger_FindTargetWithProcessID(SBDebugger self, lldb::pid_t pid) -> SBTarget"},
77424 { (char *)"SBDebugger_FindTargetWithFileAndArch", _wrap_SBDebugger_FindTargetWithFileAndArch, METH_VARARGS0x0001, (char *)"SBDebugger_FindTargetWithFileAndArch(SBDebugger self, char const * filename, char const * arch) -> SBTarget"},
77425 { (char *)"SBDebugger_GetNumTargets", _wrap_SBDebugger_GetNumTargets, METH_VARARGS0x0001, (char *)"SBDebugger_GetNumTargets(SBDebugger self) -> uint32_t"},
77426 { (char *)"SBDebugger_GetSelectedTarget", _wrap_SBDebugger_GetSelectedTarget, METH_VARARGS0x0001, (char *)"SBDebugger_GetSelectedTarget(SBDebugger self) -> SBTarget"},
77427 { (char *)"SBDebugger_SetSelectedTarget", _wrap_SBDebugger_SetSelectedTarget, METH_VARARGS0x0001, (char *)"SBDebugger_SetSelectedTarget(SBDebugger self, SBTarget target)"},
77428 { (char *)"SBDebugger_GetSelectedPlatform", _wrap_SBDebugger_GetSelectedPlatform, METH_VARARGS0x0001, (char *)"SBDebugger_GetSelectedPlatform(SBDebugger self) -> SBPlatform"},
77429 { (char *)"SBDebugger_SetSelectedPlatform", _wrap_SBDebugger_SetSelectedPlatform, METH_VARARGS0x0001, (char *)"SBDebugger_SetSelectedPlatform(SBDebugger self, SBPlatform platform)"},
77430 { (char *)"SBDebugger_GetNumPlatforms", _wrap_SBDebugger_GetNumPlatforms, METH_VARARGS0x0001, (char *)"\n"
77431 "SBDebugger_GetNumPlatforms(SBDebugger self) -> uint32_t\n"
77432 "\n"
77433 "Get the number of currently active platforms.\n"
77434 ""},
77435 { (char *)"SBDebugger_GetPlatformAtIndex", _wrap_SBDebugger_GetPlatformAtIndex, METH_VARARGS0x0001, (char *)"\n"
77436 "SBDebugger_GetPlatformAtIndex(SBDebugger self, uint32_t idx) -> SBPlatform\n"
77437 "\n"
77438 "Get one of the currently active platforms.\n"
77439 ""},
77440 { (char *)"SBDebugger_GetNumAvailablePlatforms", _wrap_SBDebugger_GetNumAvailablePlatforms, METH_VARARGS0x0001, (char *)"\n"
77441 "SBDebugger_GetNumAvailablePlatforms(SBDebugger self) -> uint32_t\n"
77442 "\n"
77443 "Get the number of available platforms.\n"
77444 ""},
77445 { (char *)"SBDebugger_GetAvailablePlatformInfoAtIndex", _wrap_SBDebugger_GetAvailablePlatformInfoAtIndex, METH_VARARGS0x0001, (char *)"\n"
77446 "SBDebugger_GetAvailablePlatformInfoAtIndex(SBDebugger self, uint32_t idx) -> SBStructuredData\n"
77447 "\n"
77448 "\n"
77449 "Get the name and description of one of the available platforms.\n"
77450 "\n"
77451 "@param idx Zero-based index of the platform for which info should be\n"
77452 " retrieved, must be less than the value returned by\n"
77453 " GetNumAvailablePlatforms().\n"
77454 "\n"
77455 ""},
77456 { (char *)"SBDebugger_GetSourceManager", _wrap_SBDebugger_GetSourceManager, METH_VARARGS0x0001, (char *)"SBDebugger_GetSourceManager(SBDebugger self) -> SBSourceManager"},
77457 { (char *)"SBDebugger_SetCurrentPlatform", _wrap_SBDebugger_SetCurrentPlatform, METH_VARARGS0x0001, (char *)"SBDebugger_SetCurrentPlatform(SBDebugger self, char const * platform_name) -> SBError"},
77458 { (char *)"SBDebugger_SetCurrentPlatformSDKRoot", _wrap_SBDebugger_SetCurrentPlatformSDKRoot, METH_VARARGS0x0001, (char *)"SBDebugger_SetCurrentPlatformSDKRoot(SBDebugger self, char const * sysroot) -> bool"},
77459 { (char *)"SBDebugger_SetUseExternalEditor", _wrap_SBDebugger_SetUseExternalEditor, METH_VARARGS0x0001, (char *)"SBDebugger_SetUseExternalEditor(SBDebugger self, bool input) -> bool"},
77460 { (char *)"SBDebugger_GetUseExternalEditor", _wrap_SBDebugger_GetUseExternalEditor, METH_VARARGS0x0001, (char *)"SBDebugger_GetUseExternalEditor(SBDebugger self) -> bool"},
77461 { (char *)"SBDebugger_SetUseColor", _wrap_SBDebugger_SetUseColor, METH_VARARGS0x0001, (char *)"SBDebugger_SetUseColor(SBDebugger self, bool use_color) -> bool"},
77462 { (char *)"SBDebugger_GetUseColor", _wrap_SBDebugger_GetUseColor, METH_VARARGS0x0001, (char *)"SBDebugger_GetUseColor(SBDebugger self) -> bool"},
77463 { (char *)"SBDebugger_GetDefaultArchitecture", _wrap_SBDebugger_GetDefaultArchitecture, METH_VARARGS0x0001, (char *)"SBDebugger_GetDefaultArchitecture(char * arch_name, size_t arch_name_len) -> bool"},
77464 { (char *)"SBDebugger_SetDefaultArchitecture", _wrap_SBDebugger_SetDefaultArchitecture, METH_VARARGS0x0001, (char *)"SBDebugger_SetDefaultArchitecture(char const * arch_name) -> bool"},
77465 { (char *)"SBDebugger_GetScriptingLanguage", _wrap_SBDebugger_GetScriptingLanguage, METH_VARARGS0x0001, (char *)"SBDebugger_GetScriptingLanguage(SBDebugger self, char const * script_language_name) -> lldb::ScriptLanguage"},
77466 { (char *)"SBDebugger_GetVersionString", _wrap_SBDebugger_GetVersionString, METH_VARARGS0x0001, (char *)"SBDebugger_GetVersionString() -> char const *"},
77467 { (char *)"SBDebugger_StateAsCString", _wrap_SBDebugger_StateAsCString, METH_VARARGS0x0001, (char *)"SBDebugger_StateAsCString(lldb::StateType state) -> char const *"},
77468 { (char *)"SBDebugger_GetBuildConfiguration", _wrap_SBDebugger_GetBuildConfiguration, METH_VARARGS0x0001, (char *)"SBDebugger_GetBuildConfiguration() -> SBStructuredData"},
77469 { (char *)"SBDebugger_StateIsRunningState", _wrap_SBDebugger_StateIsRunningState, METH_VARARGS0x0001, (char *)"SBDebugger_StateIsRunningState(lldb::StateType state) -> bool"},
77470 { (char *)"SBDebugger_StateIsStoppedState", _wrap_SBDebugger_StateIsStoppedState, METH_VARARGS0x0001, (char *)"SBDebugger_StateIsStoppedState(lldb::StateType state) -> bool"},
77471 { (char *)"SBDebugger_EnableLog", _wrap_SBDebugger_EnableLog, METH_VARARGS0x0001, (char *)"SBDebugger_EnableLog(SBDebugger self, char const * channel, char const ** types) -> bool"},
77472 { (char *)"SBDebugger_SetLoggingCallback", _wrap_SBDebugger_SetLoggingCallback, METH_VARARGS0x0001, (char *)"SBDebugger_SetLoggingCallback(SBDebugger self, lldb::LogOutputCallback log_callback)"},
77473 { (char *)"SBDebugger_DispatchInput", _wrap_SBDebugger_DispatchInput, METH_VARARGS0x0001, (char *)"SBDebugger_DispatchInput(SBDebugger self, void const * data)"},
77474 { (char *)"SBDebugger_DispatchInputInterrupt", _wrap_SBDebugger_DispatchInputInterrupt, METH_VARARGS0x0001, (char *)"SBDebugger_DispatchInputInterrupt(SBDebugger self)"},
77475 { (char *)"SBDebugger_DispatchInputEndOfFile", _wrap_SBDebugger_DispatchInputEndOfFile, METH_VARARGS0x0001, (char *)"SBDebugger_DispatchInputEndOfFile(SBDebugger self)"},
77476 { (char *)"SBDebugger_GetInstanceName", _wrap_SBDebugger_GetInstanceName, METH_VARARGS0x0001, (char *)"SBDebugger_GetInstanceName(SBDebugger self) -> char const *"},
77477 { (char *)"SBDebugger_FindDebuggerWithID", _wrap_SBDebugger_FindDebuggerWithID, METH_VARARGS0x0001, (char *)"SBDebugger_FindDebuggerWithID(int id) -> SBDebugger"},
77478 { (char *)"SBDebugger_SetInternalVariable", _wrap_SBDebugger_SetInternalVariable, METH_VARARGS0x0001, (char *)"SBDebugger_SetInternalVariable(char const * var_name, char const * value, char const * debugger_instance_name) -> SBError"},
77479 { (char *)"SBDebugger_GetInternalVariableValue", _wrap_SBDebugger_GetInternalVariableValue, METH_VARARGS0x0001, (char *)"SBDebugger_GetInternalVariableValue(char const * var_name, char const * debugger_instance_name) -> SBStringList"},
77480 { (char *)"SBDebugger_GetDescription", _wrap_SBDebugger_GetDescription, METH_VARARGS0x0001, (char *)"SBDebugger_GetDescription(SBDebugger self, SBStream description) -> bool"},
77481 { (char *)"SBDebugger_GetTerminalWidth", _wrap_SBDebugger_GetTerminalWidth, METH_VARARGS0x0001, (char *)"SBDebugger_GetTerminalWidth(SBDebugger self) -> uint32_t"},
77482 { (char *)"SBDebugger_SetTerminalWidth", _wrap_SBDebugger_SetTerminalWidth, METH_VARARGS0x0001, (char *)"SBDebugger_SetTerminalWidth(SBDebugger self, uint32_t term_width)"},
77483 { (char *)"SBDebugger_GetID", _wrap_SBDebugger_GetID, METH_VARARGS0x0001, (char *)"SBDebugger_GetID(SBDebugger self) -> lldb::user_id_t"},
77484 { (char *)"SBDebugger_GetPrompt", _wrap_SBDebugger_GetPrompt, METH_VARARGS0x0001, (char *)"SBDebugger_GetPrompt(SBDebugger self) -> char const *"},
77485 { (char *)"SBDebugger_SetPrompt", _wrap_SBDebugger_SetPrompt, METH_VARARGS0x0001, (char *)"SBDebugger_SetPrompt(SBDebugger self, char const * prompt)"},
77486 { (char *)"SBDebugger_GetScriptLanguage", _wrap_SBDebugger_GetScriptLanguage, METH_VARARGS0x0001, (char *)"SBDebugger_GetScriptLanguage(SBDebugger self) -> lldb::ScriptLanguage"},
77487 { (char *)"SBDebugger_SetScriptLanguage", _wrap_SBDebugger_SetScriptLanguage, METH_VARARGS0x0001, (char *)"SBDebugger_SetScriptLanguage(SBDebugger self, lldb::ScriptLanguage script_lang)"},
77488 { (char *)"SBDebugger_GetCloseInputOnEOF", _wrap_SBDebugger_GetCloseInputOnEOF, METH_VARARGS0x0001, (char *)"SBDebugger_GetCloseInputOnEOF(SBDebugger self) -> bool"},
77489 { (char *)"SBDebugger_SetCloseInputOnEOF", _wrap_SBDebugger_SetCloseInputOnEOF, METH_VARARGS0x0001, (char *)"SBDebugger_SetCloseInputOnEOF(SBDebugger self, bool b)"},
77490 { (char *)"SBDebugger_GetCategory", _wrap_SBDebugger_GetCategory, METH_VARARGS0x0001, (char *)"\n"
77491 "GetCategory(char const * category_name) -> SBTypeCategory\n"
77492 "SBDebugger_GetCategory(SBDebugger self, lldb::LanguageType lang_type) -> SBTypeCategory\n"
77493 ""},
77494 { (char *)"SBDebugger_CreateCategory", _wrap_SBDebugger_CreateCategory, METH_VARARGS0x0001, (char *)"SBDebugger_CreateCategory(SBDebugger self, char const * category_name) -> SBTypeCategory"},
77495 { (char *)"SBDebugger_DeleteCategory", _wrap_SBDebugger_DeleteCategory, METH_VARARGS0x0001, (char *)"SBDebugger_DeleteCategory(SBDebugger self, char const * category_name) -> bool"},
77496 { (char *)"SBDebugger_GetNumCategories", _wrap_SBDebugger_GetNumCategories, METH_VARARGS0x0001, (char *)"SBDebugger_GetNumCategories(SBDebugger self) -> uint32_t"},
77497 { (char *)"SBDebugger_GetCategoryAtIndex", _wrap_SBDebugger_GetCategoryAtIndex, METH_VARARGS0x0001, (char *)"SBDebugger_GetCategoryAtIndex(SBDebugger self, uint32_t arg3) -> SBTypeCategory"},
77498 { (char *)"SBDebugger_GetDefaultCategory", _wrap_SBDebugger_GetDefaultCategory, METH_VARARGS0x0001, (char *)"SBDebugger_GetDefaultCategory(SBDebugger self) -> SBTypeCategory"},
77499 { (char *)"SBDebugger_GetFormatForType", _wrap_SBDebugger_GetFormatForType, METH_VARARGS0x0001, (char *)"SBDebugger_GetFormatForType(SBDebugger self, SBTypeNameSpecifier arg3) -> SBTypeFormat"},
77500 { (char *)"SBDebugger_GetSummaryForType", _wrap_SBDebugger_GetSummaryForType, METH_VARARGS0x0001, (char *)"SBDebugger_GetSummaryForType(SBDebugger self, SBTypeNameSpecifier arg3) -> SBTypeSummary"},
77501 { (char *)"SBDebugger_GetFilterForType", _wrap_SBDebugger_GetFilterForType, METH_VARARGS0x0001, (char *)"SBDebugger_GetFilterForType(SBDebugger self, SBTypeNameSpecifier arg3) -> SBTypeFilter"},
77502 { (char *)"SBDebugger_GetSyntheticForType", _wrap_SBDebugger_GetSyntheticForType, METH_VARARGS0x0001, (char *)"SBDebugger_GetSyntheticForType(SBDebugger self, SBTypeNameSpecifier arg3) -> SBTypeSynthetic"},
77503 { (char *)"SBDebugger_RunCommandInterpreter", _wrap_SBDebugger_RunCommandInterpreter, METH_VARARGS0x0001, (char *)"SBDebugger_RunCommandInterpreter(SBDebugger self, bool auto_handle_events, bool spawn_thread, SBCommandInterpreterRunOptions options, int & num_errors, bool & quit_requested, bool & stopped_for_crash)"},
77504 { (char *)"SBDebugger_RunREPL", _wrap_SBDebugger_RunREPL, METH_VARARGS0x0001, (char *)"SBDebugger_RunREPL(SBDebugger self, lldb::LanguageType language, char const * repl_options) -> SBError"},
77505 { (char *)"SBDebugger___str__", _wrap_SBDebugger___str__, METH_VARARGS0x0001, (char *)"SBDebugger___str__(SBDebugger self) -> PyObject *"},
77506 { (char *)"SBDebugger_swigregister", SBDebugger_swigregister, METH_VARARGS0x0001, NULL__null},
77507 { (char *)"new_SBDeclaration", _wrap_new_SBDeclaration, METH_VARARGS0x0001, (char *)"\n"
77508 "SBDeclaration()\n"
77509 "new_SBDeclaration(SBDeclaration rhs) -> SBDeclaration\n"
77510 ""},
77511 { (char *)"delete_SBDeclaration", _wrap_delete_SBDeclaration, METH_VARARGS0x0001, (char *)"delete_SBDeclaration(SBDeclaration self)"},
77512 { (char *)"SBDeclaration_IsValid", _wrap_SBDeclaration_IsValid, METH_VARARGS0x0001, (char *)"SBDeclaration_IsValid(SBDeclaration self) -> bool"},
77513 { (char *)"SBDeclaration_GetFileSpec", _wrap_SBDeclaration_GetFileSpec, METH_VARARGS0x0001, (char *)"SBDeclaration_GetFileSpec(SBDeclaration self) -> SBFileSpec"},
77514 { (char *)"SBDeclaration_GetLine", _wrap_SBDeclaration_GetLine, METH_VARARGS0x0001, (char *)"SBDeclaration_GetLine(SBDeclaration self) -> uint32_t"},
77515 { (char *)"SBDeclaration_GetColumn", _wrap_SBDeclaration_GetColumn, METH_VARARGS0x0001, (char *)"SBDeclaration_GetColumn(SBDeclaration self) -> uint32_t"},
77516 { (char *)"SBDeclaration_GetDescription", _wrap_SBDeclaration_GetDescription, METH_VARARGS0x0001, (char *)"SBDeclaration_GetDescription(SBDeclaration self, SBStream description) -> bool"},
77517 { (char *)"SBDeclaration_SetFileSpec", _wrap_SBDeclaration_SetFileSpec, METH_VARARGS0x0001, (char *)"SBDeclaration_SetFileSpec(SBDeclaration self, SBFileSpec filespec)"},
77518 { (char *)"SBDeclaration_SetLine", _wrap_SBDeclaration_SetLine, METH_VARARGS0x0001, (char *)"SBDeclaration_SetLine(SBDeclaration self, uint32_t line)"},
77519 { (char *)"SBDeclaration_SetColumn", _wrap_SBDeclaration_SetColumn, METH_VARARGS0x0001, (char *)"SBDeclaration_SetColumn(SBDeclaration self, uint32_t column)"},
77520 { (char *)"SBDeclaration___eq__", _wrap_SBDeclaration___eq__, METH_VARARGS0x0001, (char *)"SBDeclaration___eq__(SBDeclaration self, SBDeclaration rhs) -> bool"},
77521 { (char *)"SBDeclaration___ne__", _wrap_SBDeclaration___ne__, METH_VARARGS0x0001, (char *)"SBDeclaration___ne__(SBDeclaration self, SBDeclaration rhs) -> bool"},
77522 { (char *)"SBDeclaration___str__", _wrap_SBDeclaration___str__, METH_VARARGS0x0001, (char *)"SBDeclaration___str__(SBDeclaration self) -> PyObject *"},
77523 { (char *)"SBDeclaration_swigregister", SBDeclaration_swigregister, METH_VARARGS0x0001, NULL__null},
77524 { (char *)"new_SBError", _wrap_new_SBError, METH_VARARGS0x0001, (char *)"\n"
77525 "SBError()\n"
77526 "new_SBError(SBError rhs) -> SBError\n"
77527 ""},
77528 { (char *)"delete_SBError", _wrap_delete_SBError, METH_VARARGS0x0001, (char *)"delete_SBError(SBError self)"},
77529 { (char *)"SBError_GetCString", _wrap_SBError_GetCString, METH_VARARGS0x0001, (char *)"SBError_GetCString(SBError self) -> char const *"},
77530 { (char *)"SBError_Clear", _wrap_SBError_Clear, METH_VARARGS0x0001, (char *)"SBError_Clear(SBError self)"},
77531 { (char *)"SBError_Fail", _wrap_SBError_Fail, METH_VARARGS0x0001, (char *)"SBError_Fail(SBError self) -> bool"},
77532 { (char *)"SBError_Success", _wrap_SBError_Success, METH_VARARGS0x0001, (char *)"SBError_Success(SBError self) -> bool"},
77533 { (char *)"SBError_GetError", _wrap_SBError_GetError, METH_VARARGS0x0001, (char *)"SBError_GetError(SBError self) -> uint32_t"},
77534 { (char *)"SBError_GetType", _wrap_SBError_GetType, METH_VARARGS0x0001, (char *)"SBError_GetType(SBError self) -> lldb::ErrorType"},
77535 { (char *)"SBError_SetError", _wrap_SBError_SetError, METH_VARARGS0x0001, (char *)"SBError_SetError(SBError self, uint32_t err, lldb::ErrorType type)"},
77536 { (char *)"SBError_SetErrorToErrno", _wrap_SBError_SetErrorToErrno, METH_VARARGS0x0001, (char *)"SBError_SetErrorToErrno(SBError self)"},
77537 { (char *)"SBError_SetErrorToGenericError", _wrap_SBError_SetErrorToGenericError, METH_VARARGS0x0001, (char *)"SBError_SetErrorToGenericError(SBError self)"},
77538 { (char *)"SBError_SetErrorString", _wrap_SBError_SetErrorString, METH_VARARGS0x0001, (char *)"SBError_SetErrorString(SBError self, char const * err_str)"},
77539 { (char *)"SBError_SetErrorStringWithFormat", _wrap_SBError_SetErrorStringWithFormat, METH_VARARGS0x0001, (char *)"\n"
77540 "SetErrorStringWithFormat(char const * format, char * str1=None, char * str2=None, char * str3=None) -> int\n"
77541 "SetErrorStringWithFormat(char const * format, char * str1=None, char * str2=None) -> int\n"
77542 "SetErrorStringWithFormat(char const * format, char * str1=None) -> int\n"
77543 "SBError_SetErrorStringWithFormat(SBError self, char const * format) -> int\n"
77544 ""},
77545 { (char *)"SBError_IsValid", _wrap_SBError_IsValid, METH_VARARGS0x0001, (char *)"SBError_IsValid(SBError self) -> bool"},
77546 { (char *)"SBError_GetDescription", _wrap_SBError_GetDescription, METH_VARARGS0x0001, (char *)"SBError_GetDescription(SBError self, SBStream description) -> bool"},
77547 { (char *)"SBError___str__", _wrap_SBError___str__, METH_VARARGS0x0001, (char *)"SBError___str__(SBError self) -> PyObject *"},
77548 { (char *)"SBError_swigregister", SBError_swigregister, METH_VARARGS0x0001, NULL__null},
77549 { (char *)"new_SBEvent", _wrap_new_SBEvent, METH_VARARGS0x0001, (char *)"\n"
77550 "SBEvent()\n"
77551 "SBEvent(SBEvent rhs)\n"
77552 "__init__(self, int type, str data) -> SBEvent (make an event that contains a C string)\n"
77553 ""},
77554 { (char *)"delete_SBEvent", _wrap_delete_SBEvent, METH_VARARGS0x0001, (char *)"delete_SBEvent(SBEvent self)"},
77555 { (char *)"SBEvent_IsValid", _wrap_SBEvent_IsValid, METH_VARARGS0x0001, (char *)"SBEvent_IsValid(SBEvent self) -> bool"},
77556 { (char *)"SBEvent_GetDataFlavor", _wrap_SBEvent_GetDataFlavor, METH_VARARGS0x0001, (char *)"SBEvent_GetDataFlavor(SBEvent self) -> char const *"},
77557 { (char *)"SBEvent_GetType", _wrap_SBEvent_GetType, METH_VARARGS0x0001, (char *)"SBEvent_GetType(SBEvent self) -> uint32_t"},
77558 { (char *)"SBEvent_GetBroadcaster", _wrap_SBEvent_GetBroadcaster, METH_VARARGS0x0001, (char *)"SBEvent_GetBroadcaster(SBEvent self) -> SBBroadcaster"},
77559 { (char *)"SBEvent_GetBroadcasterClass", _wrap_SBEvent_GetBroadcasterClass, METH_VARARGS0x0001, (char *)"SBEvent_GetBroadcasterClass(SBEvent self) -> char const *"},
77560 { (char *)"SBEvent_BroadcasterMatchesRef", _wrap_SBEvent_BroadcasterMatchesRef, METH_VARARGS0x0001, (char *)"SBEvent_BroadcasterMatchesRef(SBEvent self, SBBroadcaster broadcaster) -> bool"},
77561 { (char *)"SBEvent_Clear", _wrap_SBEvent_Clear, METH_VARARGS0x0001, (char *)"SBEvent_Clear(SBEvent self)"},
77562 { (char *)"SBEvent_GetCStringFromEvent", _wrap_SBEvent_GetCStringFromEvent, METH_VARARGS0x0001, (char *)"SBEvent_GetCStringFromEvent(SBEvent event) -> char const *"},
77563 { (char *)"SBEvent_GetDescription", _wrap_SBEvent_GetDescription, METH_VARARGS0x0001, (char *)"SBEvent_GetDescription(SBEvent self, SBStream description) -> bool"},
77564 { (char *)"SBEvent_swigregister", SBEvent_swigregister, METH_VARARGS0x0001, NULL__null},
77565 { (char *)"new_SBExecutionContext", _wrap_new_SBExecutionContext, METH_VARARGS0x0001, (char *)"\n"
77566 "SBExecutionContext()\n"
77567 "SBExecutionContext(SBExecutionContext rhs)\n"
77568 "SBExecutionContext(SBTarget target)\n"
77569 "SBExecutionContext(SBProcess process)\n"
77570 "SBExecutionContext(SBThread thread)\n"
77571 "new_SBExecutionContext(SBFrame frame) -> SBExecutionContext\n"
77572 ""},
77573 { (char *)"delete_SBExecutionContext", _wrap_delete_SBExecutionContext, METH_VARARGS0x0001, (char *)"delete_SBExecutionContext(SBExecutionContext self)"},
77574 { (char *)"SBExecutionContext_GetTarget", _wrap_SBExecutionContext_GetTarget, METH_VARARGS0x0001, (char *)"SBExecutionContext_GetTarget(SBExecutionContext self) -> SBTarget"},
77575 { (char *)"SBExecutionContext_GetProcess", _wrap_SBExecutionContext_GetProcess, METH_VARARGS0x0001, (char *)"SBExecutionContext_GetProcess(SBExecutionContext self) -> SBProcess"},
77576 { (char *)"SBExecutionContext_GetThread", _wrap_SBExecutionContext_GetThread, METH_VARARGS0x0001, (char *)"SBExecutionContext_GetThread(SBExecutionContext self) -> SBThread"},
77577 { (char *)"SBExecutionContext_GetFrame", _wrap_SBExecutionContext_GetFrame, METH_VARARGS0x0001, (char *)"SBExecutionContext_GetFrame(SBExecutionContext self) -> SBFrame"},
77578 { (char *)"SBExecutionContext_swigregister", SBExecutionContext_swigregister, METH_VARARGS0x0001, NULL__null},
77579 { (char *)"new_SBExpressionOptions", _wrap_new_SBExpressionOptions, METH_VARARGS0x0001, (char *)"\n"
77580 "SBExpressionOptions()\n"
77581 "new_SBExpressionOptions(SBExpressionOptions rhs) -> SBExpressionOptions\n"
77582 ""},
77583 { (char *)"delete_SBExpressionOptions", _wrap_delete_SBExpressionOptions, METH_VARARGS0x0001, (char *)"delete_SBExpressionOptions(SBExpressionOptions self)"},
77584 { (char *)"SBExpressionOptions_GetCoerceResultToId", _wrap_SBExpressionOptions_GetCoerceResultToId, METH_VARARGS0x0001, (char *)"SBExpressionOptions_GetCoerceResultToId(SBExpressionOptions self) -> bool"},
77585 { (char *)"SBExpressionOptions_SetCoerceResultToId", _wrap_SBExpressionOptions_SetCoerceResultToId, METH_VARARGS0x0001, (char *)"\n"
77586 "SetCoerceResultToId(bool coerce=True)\n"
77587 "SBExpressionOptions_SetCoerceResultToId(SBExpressionOptions self)\n"
77588 "\n"
77589 "Sets whether to coerce the expression result to ObjC id type after evaluation.\n"
77590 ""},
77591 { (char *)"SBExpressionOptions_GetUnwindOnError", _wrap_SBExpressionOptions_GetUnwindOnError, METH_VARARGS0x0001, (char *)"SBExpressionOptions_GetUnwindOnError(SBExpressionOptions self) -> bool"},
77592 { (char *)"SBExpressionOptions_SetUnwindOnError", _wrap_SBExpressionOptions_SetUnwindOnError, METH_VARARGS0x0001, (char *)"\n"
77593 "SetUnwindOnError(bool unwind=True)\n"
77594 "SBExpressionOptions_SetUnwindOnError(SBExpressionOptions self)\n"
77595 "\n"
77596 "Sets whether to unwind the expression stack on error.\n"
77597 ""},
77598 { (char *)"SBExpressionOptions_GetIgnoreBreakpoints", _wrap_SBExpressionOptions_GetIgnoreBreakpoints, METH_VARARGS0x0001, (char *)"SBExpressionOptions_GetIgnoreBreakpoints(SBExpressionOptions self) -> bool"},
77599 { (char *)"SBExpressionOptions_SetIgnoreBreakpoints", _wrap_SBExpressionOptions_SetIgnoreBreakpoints, METH_VARARGS0x0001, (char *)"\n"
77600 "SetIgnoreBreakpoints(bool ignore=True)\n"
77601 "SBExpressionOptions_SetIgnoreBreakpoints(SBExpressionOptions self)\n"
77602 ""},
77603 { (char *)"SBExpressionOptions_GetFetchDynamicValue", _wrap_SBExpressionOptions_GetFetchDynamicValue, METH_VARARGS0x0001, (char *)"SBExpressionOptions_GetFetchDynamicValue(SBExpressionOptions self) -> lldb::DynamicValueType"},
77604 { (char *)"SBExpressionOptions_SetFetchDynamicValue", _wrap_SBExpressionOptions_SetFetchDynamicValue, METH_VARARGS0x0001, (char *)"\n"
77605 "SetFetchDynamicValue(lldb::DynamicValueType dynamic)\n"
77606 "SBExpressionOptions_SetFetchDynamicValue(SBExpressionOptions self)\n"
77607 "\n"
77608 "Sets whether to cast the expression result to its dynamic type.\n"
77609 ""},
77610 { (char *)"SBExpressionOptions_GetTimeoutInMicroSeconds", _wrap_SBExpressionOptions_GetTimeoutInMicroSeconds, METH_VARARGS0x0001, (char *)"SBExpressionOptions_GetTimeoutInMicroSeconds(SBExpressionOptions self) -> uint32_t"},
77611 { (char *)"SBExpressionOptions_SetTimeoutInMicroSeconds", _wrap_SBExpressionOptions_SetTimeoutInMicroSeconds, METH_VARARGS0x0001, (char *)"\n"
77612 "SetTimeoutInMicroSeconds(uint32_t timeout=0)\n"
77613 "SBExpressionOptions_SetTimeoutInMicroSeconds(SBExpressionOptions self)\n"
77614 "\n"
77615 "Sets the timeout in microseconds to run the expression for. If try all threads is set to true and the expression doesn't complete within the specified timeout, all threads will be resumed for the same timeout to see if the expresson will finish.\n"
77616 ""},
77617 { (char *)"SBExpressionOptions_GetOneThreadTimeoutInMicroSeconds", _wrap_SBExpressionOptions_GetOneThreadTimeoutInMicroSeconds, METH_VARARGS0x0001, (char *)"SBExpressionOptions_GetOneThreadTimeoutInMicroSeconds(SBExpressionOptions self) -> uint32_t"},
77618 { (char *)"SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds", _wrap_SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds, METH_VARARGS0x0001, (char *)"\n"
77619 "SetOneThreadTimeoutInMicroSeconds(uint32_t timeout=0)\n"
77620 "SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds(SBExpressionOptions self)\n"
77621 ""},
77622 { (char *)"SBExpressionOptions_GetTryAllThreads", _wrap_SBExpressionOptions_GetTryAllThreads, METH_VARARGS0x0001, (char *)"SBExpressionOptions_GetTryAllThreads(SBExpressionOptions self) -> bool"},
77623 { (char *)"SBExpressionOptions_SetTryAllThreads", _wrap_SBExpressionOptions_SetTryAllThreads, METH_VARARGS0x0001, (char *)"\n"
77624 "SetTryAllThreads(bool run_others=True)\n"
77625 "SBExpressionOptions_SetTryAllThreads(SBExpressionOptions self)\n"
77626 "\n"
77627 "Sets whether to run all threads if the expression does not complete on one thread.\n"
77628 ""},
77629 { (char *)"SBExpressionOptions_GetStopOthers", _wrap_SBExpressionOptions_GetStopOthers, METH_VARARGS0x0001, (char *)"SBExpressionOptions_GetStopOthers(SBExpressionOptions self) -> bool"},
77630 { (char *)"SBExpressionOptions_SetStopOthers", _wrap_SBExpressionOptions_SetStopOthers, METH_VARARGS0x0001, (char *)"\n"
77631 "SetStopOthers(bool stop_others=True)\n"
77632 "SBExpressionOptions_SetStopOthers(SBExpressionOptions self)\n"
77633 ""},
77634 { (char *)"SBExpressionOptions_GetTrapExceptions", _wrap_SBExpressionOptions_GetTrapExceptions, METH_VARARGS0x0001, (char *)"SBExpressionOptions_GetTrapExceptions(SBExpressionOptions self) -> bool"},
77635 { (char *)"SBExpressionOptions_SetTrapExceptions", _wrap_SBExpressionOptions_SetTrapExceptions, METH_VARARGS0x0001, (char *)"\n"
77636 "SetTrapExceptions(bool trap_exceptions=True)\n"
77637 "SBExpressionOptions_SetTrapExceptions(SBExpressionOptions self)\n"
77638 ""},
77639 { (char *)"SBExpressionOptions_SetLanguage", _wrap_SBExpressionOptions_SetLanguage, METH_VARARGS0x0001, (char *)"\n"
77640 "SBExpressionOptions_SetLanguage(SBExpressionOptions self, lldb::LanguageType language)\n"
77641 "\n"
77642 "Sets the language that LLDB should assume the expression is written in\n"
77643 ""},
77644 { (char *)"SBExpressionOptions_GetGenerateDebugInfo", _wrap_SBExpressionOptions_GetGenerateDebugInfo, METH_VARARGS0x0001, (char *)"SBExpressionOptions_GetGenerateDebugInfo(SBExpressionOptions self) -> bool"},
77645 { (char *)"SBExpressionOptions_SetGenerateDebugInfo", _wrap_SBExpressionOptions_SetGenerateDebugInfo, METH_VARARGS0x0001, (char *)"\n"
77646 "SetGenerateDebugInfo(bool b=True)\n"
77647 "SBExpressionOptions_SetGenerateDebugInfo(SBExpressionOptions self)\n"
77648 "\n"
77649 "Sets whether to generate debug information for the expression and also controls if a SBModule is generated.\n"
77650 ""},
77651 { (char *)"SBExpressionOptions_GetSuppressPersistentResult", _wrap_SBExpressionOptions_GetSuppressPersistentResult, METH_VARARGS0x0001, (char *)"SBExpressionOptions_GetSuppressPersistentResult(SBExpressionOptions self) -> bool"},
77652 { (char *)"SBExpressionOptions_SetSuppressPersistentResult", _wrap_SBExpressionOptions_SetSuppressPersistentResult, METH_VARARGS0x0001, (char *)"\n"
77653 "SetSuppressPersistentResult(bool b=False)\n"
77654 "SBExpressionOptions_SetSuppressPersistentResult(SBExpressionOptions self)\n"
77655 "\n"
77656 "Sets whether to produce a persistent result that can be used in future expressions.\n"
77657 ""},
77658 { (char *)"SBExpressionOptions_GetPrefix", _wrap_SBExpressionOptions_GetPrefix, METH_VARARGS0x0001, (char *)"\n"
77659 "SBExpressionOptions_GetPrefix(SBExpressionOptions self) -> char const *\n"
77660 "\n"
77661 "Gets the prefix to use for this expression.\n"
77662 ""},
77663 { (char *)"SBExpressionOptions_SetPrefix", _wrap_SBExpressionOptions_SetPrefix, METH_VARARGS0x0001, (char *)"\n"
77664 "SBExpressionOptions_SetPrefix(SBExpressionOptions self, char const * prefix)\n"
77665 "\n"
77666 "Sets the prefix to use for this expression. This prefix gets inserted after the 'target.expr-prefix' prefix contents, but before the wrapped expression function body.\n"
77667 ""},
77668 { (char *)"SBExpressionOptions_SetAutoApplyFixIts", _wrap_SBExpressionOptions_SetAutoApplyFixIts, METH_VARARGS0x0001, (char *)"\n"
77669 "SetAutoApplyFixIts(bool b=True)\n"
77670 "SBExpressionOptions_SetAutoApplyFixIts(SBExpressionOptions self)\n"
77671 "\n"
77672 "Sets whether to auto-apply fix-it hints to the expression being evaluated.\n"
77673 ""},
77674 { (char *)"SBExpressionOptions_GetAutoApplyFixIts", _wrap_SBExpressionOptions_GetAutoApplyFixIts, METH_VARARGS0x0001, (char *)"\n"
77675 "SBExpressionOptions_GetAutoApplyFixIts(SBExpressionOptions self) -> bool\n"
77676 "\n"
77677 "Gets whether to auto-apply fix-it hints to an expression.\n"
77678 ""},
77679 { (char *)"SBExpressionOptions_GetTopLevel", _wrap_SBExpressionOptions_GetTopLevel, METH_VARARGS0x0001, (char *)"SBExpressionOptions_GetTopLevel(SBExpressionOptions self) -> bool"},
77680 { (char *)"SBExpressionOptions_SetTopLevel", _wrap_SBExpressionOptions_SetTopLevel, METH_VARARGS0x0001, (char *)"\n"
77681 "SetTopLevel(bool b=True)\n"
77682 "SBExpressionOptions_SetTopLevel(SBExpressionOptions self)\n"
77683 ""},
77684 { (char *)"SBExpressionOptions_swigregister", SBExpressionOptions_swigregister, METH_VARARGS0x0001, NULL__null},
77685 { (char *)"new_SBFileSpec", _wrap_new_SBFileSpec, METH_VARARGS0x0001, (char *)"\n"
77686 "SBFileSpec()\n"
77687 "SBFileSpec(SBFileSpec rhs)\n"
77688 "SBFileSpec(char const * path)\n"
77689 "new_SBFileSpec(char const * path, bool resolve) -> SBFileSpec\n"
77690 ""},
77691 { (char *)"delete_SBFileSpec", _wrap_delete_SBFileSpec, METH_VARARGS0x0001, (char *)"delete_SBFileSpec(SBFileSpec self)"},
77692 { (char *)"SBFileSpec_IsValid", _wrap_SBFileSpec_IsValid, METH_VARARGS0x0001, (char *)"SBFileSpec_IsValid(SBFileSpec self) -> bool"},
77693 { (char *)"SBFileSpec_Exists", _wrap_SBFileSpec_Exists, METH_VARARGS0x0001, (char *)"SBFileSpec_Exists(SBFileSpec self) -> bool"},
77694 { (char *)"SBFileSpec_ResolveExecutableLocation", _wrap_SBFileSpec_ResolveExecutableLocation, METH_VARARGS0x0001, (char *)"SBFileSpec_ResolveExecutableLocation(SBFileSpec self) -> bool"},
77695 { (char *)"SBFileSpec_GetFilename", _wrap_SBFileSpec_GetFilename, METH_VARARGS0x0001, (char *)"SBFileSpec_GetFilename(SBFileSpec self) -> char const *"},
77696 { (char *)"SBFileSpec_GetDirectory", _wrap_SBFileSpec_GetDirectory, METH_VARARGS0x0001, (char *)"SBFileSpec_GetDirectory(SBFileSpec self) -> char const *"},
77697 { (char *)"SBFileSpec_SetFilename", _wrap_SBFileSpec_SetFilename, METH_VARARGS0x0001, (char *)"SBFileSpec_SetFilename(SBFileSpec self, char const * filename)"},
77698 { (char *)"SBFileSpec_SetDirectory", _wrap_SBFileSpec_SetDirectory, METH_VARARGS0x0001, (char *)"SBFileSpec_SetDirectory(SBFileSpec self, char const * directory)"},
77699 { (char *)"SBFileSpec_GetPath", _wrap_SBFileSpec_GetPath, METH_VARARGS0x0001, (char *)"SBFileSpec_GetPath(SBFileSpec self, char * dst_path, size_t dst_len) -> uint32_t"},
77700 { (char *)"SBFileSpec_ResolvePath", _wrap_SBFileSpec_ResolvePath, METH_VARARGS0x0001, (char *)"SBFileSpec_ResolvePath(char const * src_path, char * dst_path, size_t dst_len) -> int"},
77701 { (char *)"SBFileSpec_GetDescription", _wrap_SBFileSpec_GetDescription, METH_VARARGS0x0001, (char *)"SBFileSpec_GetDescription(SBFileSpec self, SBStream description) -> bool"},
77702 { (char *)"SBFileSpec_AppendPathComponent", _wrap_SBFileSpec_AppendPathComponent, METH_VARARGS0x0001, (char *)"SBFileSpec_AppendPathComponent(SBFileSpec self, char const * file_or_directory)"},
77703 { (char *)"SBFileSpec___str__", _wrap_SBFileSpec___str__, METH_VARARGS0x0001, (char *)"SBFileSpec___str__(SBFileSpec self) -> PyObject *"},
77704 { (char *)"SBFileSpec_swigregister", SBFileSpec_swigregister, METH_VARARGS0x0001, NULL__null},
77705 { (char *)"new_SBFileSpecList", _wrap_new_SBFileSpecList, METH_VARARGS0x0001, (char *)"\n"
77706 "SBFileSpecList()\n"
77707 "new_SBFileSpecList(SBFileSpecList rhs) -> SBFileSpecList\n"
77708 ""},
77709 { (char *)"delete_SBFileSpecList", _wrap_delete_SBFileSpecList, METH_VARARGS0x0001, (char *)"delete_SBFileSpecList(SBFileSpecList self)"},
77710 { (char *)"SBFileSpecList_GetSize", _wrap_SBFileSpecList_GetSize, METH_VARARGS0x0001, (char *)"SBFileSpecList_GetSize(SBFileSpecList self) -> uint32_t"},
77711 { (char *)"SBFileSpecList_GetDescription", _wrap_SBFileSpecList_GetDescription, METH_VARARGS0x0001, (char *)"SBFileSpecList_GetDescription(SBFileSpecList self, SBStream description) -> bool"},
77712 { (char *)"SBFileSpecList_Append", _wrap_SBFileSpecList_Append, METH_VARARGS0x0001, (char *)"SBFileSpecList_Append(SBFileSpecList self, SBFileSpec sb_file)"},
77713 { (char *)"SBFileSpecList_AppendIfUnique", _wrap_SBFileSpecList_AppendIfUnique, METH_VARARGS0x0001, (char *)"SBFileSpecList_AppendIfUnique(SBFileSpecList self, SBFileSpec sb_file) -> bool"},
77714 { (char *)"SBFileSpecList_Clear", _wrap_SBFileSpecList_Clear, METH_VARARGS0x0001, (char *)"SBFileSpecList_Clear(SBFileSpecList self)"},
77715 { (char *)"SBFileSpecList_FindFileIndex", _wrap_SBFileSpecList_FindFileIndex, METH_VARARGS0x0001, (char *)"SBFileSpecList_FindFileIndex(SBFileSpecList self, uint32_t idx, SBFileSpec sb_file, bool full) -> uint32_t"},
77716 { (char *)"SBFileSpecList_GetFileSpecAtIndex", _wrap_SBFileSpecList_GetFileSpecAtIndex, METH_VARARGS0x0001, (char *)"SBFileSpecList_GetFileSpecAtIndex(SBFileSpecList self, uint32_t idx) -> SBFileSpec"},
77717 { (char *)"SBFileSpecList_swigregister", SBFileSpecList_swigregister, METH_VARARGS0x0001, NULL__null},
77718 { (char *)"new_SBFrame", _wrap_new_SBFrame, METH_VARARGS0x0001, (char *)"\n"
77719 "SBFrame()\n"
77720 "new_SBFrame(SBFrame rhs) -> SBFrame\n"
77721 ""},
77722 { (char *)"delete_SBFrame", _wrap_delete_SBFrame, METH_VARARGS0x0001, (char *)"delete_SBFrame(SBFrame self)"},
77723 { (char *)"SBFrame_IsEqual", _wrap_SBFrame_IsEqual, METH_VARARGS0x0001, (char *)"SBFrame_IsEqual(SBFrame self, SBFrame rhs) -> bool"},
77724 { (char *)"SBFrame_IsValid", _wrap_SBFrame_IsValid, METH_VARARGS0x0001, (char *)"SBFrame_IsValid(SBFrame self) -> bool"},
77725 { (char *)"SBFrame_GetFrameID", _wrap_SBFrame_GetFrameID, METH_VARARGS0x0001, (char *)"SBFrame_GetFrameID(SBFrame self) -> uint32_t"},
77726 { (char *)"SBFrame_GetCFA", _wrap_SBFrame_GetCFA, METH_VARARGS0x0001, (char *)"\n"
77727 "SBFrame_GetCFA(SBFrame self) -> lldb::addr_t\n"
77728 "\n"
77729 "\n"
77730 "Get the Canonical Frame Address for this stack frame.\n"
77731 "This is the DWARF standard's definition of a CFA, a stack address\n"
77732 "that remains constant throughout the lifetime of the function.\n"
77733 "Returns an lldb::addr_t stack address, or LLDB_INVALID_ADDRESS if\n"
77734 "the CFA cannot be determined.\n"
77735 ""},
77736 { (char *)"SBFrame_GetPC", _wrap_SBFrame_GetPC, METH_VARARGS0x0001, (char *)"SBFrame_GetPC(SBFrame self) -> lldb::addr_t"},
77737 { (char *)"SBFrame_SetPC", _wrap_SBFrame_SetPC, METH_VARARGS0x0001, (char *)"SBFrame_SetPC(SBFrame self, lldb::addr_t new_pc) -> bool"},
77738 { (char *)"SBFrame_GetSP", _wrap_SBFrame_GetSP, METH_VARARGS0x0001, (char *)"SBFrame_GetSP(SBFrame self) -> lldb::addr_t"},
77739 { (char *)"SBFrame_GetFP", _wrap_SBFrame_GetFP, METH_VARARGS0x0001, (char *)"SBFrame_GetFP(SBFrame self) -> lldb::addr_t"},
77740 { (char *)"SBFrame_GetPCAddress", _wrap_SBFrame_GetPCAddress, METH_VARARGS0x0001, (char *)"SBFrame_GetPCAddress(SBFrame self) -> SBAddress"},
77741 { (char *)"SBFrame_GetSymbolContext", _wrap_SBFrame_GetSymbolContext, METH_VARARGS0x0001, (char *)"SBFrame_GetSymbolContext(SBFrame self, uint32_t resolve_scope) -> SBSymbolContext"},
77742 { (char *)"SBFrame_GetModule", _wrap_SBFrame_GetModule, METH_VARARGS0x0001, (char *)"SBFrame_GetModule(SBFrame self) -> SBModule"},
77743 { (char *)"SBFrame_GetCompileUnit", _wrap_SBFrame_GetCompileUnit, METH_VARARGS0x0001, (char *)"SBFrame_GetCompileUnit(SBFrame self) -> SBCompileUnit"},
77744 { (char *)"SBFrame_GetFunction", _wrap_SBFrame_GetFunction, METH_VARARGS0x0001, (char *)"SBFrame_GetFunction(SBFrame self) -> SBFunction"},
77745 { (char *)"SBFrame_GetSymbol", _wrap_SBFrame_GetSymbol, METH_VARARGS0x0001, (char *)"SBFrame_GetSymbol(SBFrame self) -> SBSymbol"},
77746 { (char *)"SBFrame_GetBlock", _wrap_SBFrame_GetBlock, METH_VARARGS0x0001, (char *)"\n"
77747 "SBFrame_GetBlock(SBFrame self) -> SBBlock\n"
77748 "\n"
77749 "\n"
77750 "/// Gets the deepest block that contains the frame PC.\n"
77751 "///\n"
77752 "/// See also GetFrameBlock().\n"
77753 "\n"
77754 ""},
77755 { (char *)"SBFrame_GetDisplayFunctionName", _wrap_SBFrame_GetDisplayFunctionName, METH_VARARGS0x0001, (char *)"SBFrame_GetDisplayFunctionName(SBFrame self) -> char const *"},
77756 { (char *)"SBFrame_GetFunctionName", _wrap_SBFrame_GetFunctionName, METH_VARARGS0x0001, (char *)"\n"
77757 "GetFunctionName() -> char const\n"
77758 "SBFrame_GetFunctionName(SBFrame self) -> char const *\n"
77759 "\n"
77760 "\n"
77761 "/// Get the appropriate function name for this frame. Inlined functions in\n"
77762 "/// LLDB are represented by Blocks that have inlined function information, so\n"
77763 "/// just looking at the SBFunction or SBSymbol for a frame isn't enough.\n"
77764 "/// This function will return the appropriate function, symbol or inlined\n"
77765 "/// function name for the frame.\n"
77766 "///\n"
77767 "/// This function returns:\n"
77768 "/// - the name of the inlined function (if there is one)\n"
77769 "/// - the name of the concrete function (if there is one)\n"
77770 "/// - the name of the symbol (if there is one)\n"
77771 "/// - NULL\n"
77772 "///\n"
77773 "/// See also IsInlined().\n"
77774 "\n"
77775 ""},
77776 { (char *)"SBFrame_GuessLanguage", _wrap_SBFrame_GuessLanguage, METH_VARARGS0x0001, (char *)"\n"
77777 "SBFrame_GuessLanguage(SBFrame self) -> lldb::LanguageType\n"
77778 "\n"
77779 "\n"
77780 "/// Returns the language of the frame's SBFunction, or if there.\n"
77781 "/// is no SBFunction, guess the language from the mangled name.\n"
77782 "/// .\n"
77783 "\n"
77784 ""},
77785 { (char *)"SBFrame_IsInlined", _wrap_SBFrame_IsInlined, METH_VARARGS0x0001, (char *)"\n"
77786 "IsInlined() -> bool\n"
77787 "SBFrame_IsInlined(SBFrame self) -> bool\n"
77788 "\n"
77789 "\n"
77790 "/// Return true if this frame represents an inlined function.\n"
77791 "///\n"
77792 "/// See also GetFunctionName().\n"
77793 "\n"
77794 ""},
77795 { (char *)"SBFrame_IsArtificial", _wrap_SBFrame_IsArtificial, METH_VARARGS0x0001, (char *)"\n"
77796 "IsArtificial() -> bool\n"
77797 "SBFrame_IsArtificial(SBFrame self) -> bool\n"
77798 "\n"
77799 "\n"
77800 "/// Return true if this frame is artificial (e.g a frame synthesized to\n"
77801 "/// capture a tail call). Local variables may not be available in an artificial\n"
77802 "/// frame.\n"
77803 "\n"
77804 ""},
77805 { (char *)"SBFrame_EvaluateExpression", _wrap_SBFrame_EvaluateExpression, METH_VARARGS0x0001, (char *)"\n"
77806 "EvaluateExpression(char const * expr) -> SBValue\n"
77807 "EvaluateExpression(char const * expr, lldb::DynamicValueType use_dynamic) -> SBValue\n"
77808 "EvaluateExpression(char const * expr, lldb::DynamicValueType use_dynamic, bool unwind_on_error) -> SBValue\n"
77809 "SBFrame_EvaluateExpression(SBFrame self, char const * expr, SBExpressionOptions options) -> SBValue\n"
77810 "\n"
77811 "\n"
77812 "/// The version that doesn't supply a 'use_dynamic' value will use the\n"
77813 "/// target's default.\n"
77814 "\n"
77815 ""},
77816 { (char *)"SBFrame_GetFrameBlock", _wrap_SBFrame_GetFrameBlock, METH_VARARGS0x0001, (char *)"\n"
77817 "SBFrame_GetFrameBlock(SBFrame self) -> SBBlock\n"
77818 "\n"
77819 "\n"
77820 "/// Gets the lexical block that defines the stack frame. Another way to think\n"
77821 "/// of this is it will return the block that contains all of the variables\n"
77822 "/// for a stack frame. Inlined functions are represented as SBBlock objects\n"
77823 "/// that have inlined function information: the name of the inlined function,\n"
77824 "/// where it was called from. The block that is returned will be the first \n"
77825 "/// block at or above the block for the PC (SBFrame::GetBlock()) that defines\n"
77826 "/// the scope of the frame. When a function contains no inlined functions,\n"
77827 "/// this will be the top most lexical block that defines the function. \n"
77828 "/// When a function has inlined functions and the PC is currently\n"
77829 "/// in one of those inlined functions, this method will return the inlined\n"
77830 "/// block that defines this frame. If the PC isn't currently in an inlined\n"
77831 "/// function, the lexical block that defines the function is returned.\n"
77832 "\n"
77833 ""},
77834 { (char *)"SBFrame_GetLineEntry", _wrap_SBFrame_GetLineEntry, METH_VARARGS0x0001, (char *)"SBFrame_GetLineEntry(SBFrame self) -> SBLineEntry"},
77835 { (char *)"SBFrame_GetThread", _wrap_SBFrame_GetThread, METH_VARARGS0x0001, (char *)"SBFrame_GetThread(SBFrame self) -> SBThread"},
77836 { (char *)"SBFrame_Disassemble", _wrap_SBFrame_Disassemble, METH_VARARGS0x0001, (char *)"SBFrame_Disassemble(SBFrame self) -> char const *"},
77837 { (char *)"SBFrame_Clear", _wrap_SBFrame_Clear, METH_VARARGS0x0001, (char *)"SBFrame_Clear(SBFrame self)"},
77838 { (char *)"SBFrame_GetVariables", _wrap_SBFrame_GetVariables, METH_VARARGS0x0001, (char *)"\n"
77839 "GetVariables(bool arguments, bool locals, bool statics, bool in_scope_only) -> SBValueList\n"
77840 "GetVariables(bool arguments, bool locals, bool statics, bool in_scope_only, lldb::DynamicValueType use_dynamic) -> SBValueList\n"
77841 "SBFrame_GetVariables(SBFrame self, SBVariablesOptions options) -> SBValueList\n"
77842 "\n"
77843 "\n"
77844 "/// The version that doesn't supply a 'use_dynamic' value will use the\n"
77845 "/// target's default.\n"
77846 "\n"
77847 ""},
77848 { (char *)"SBFrame_GetRegisters", _wrap_SBFrame_GetRegisters, METH_VARARGS0x0001, (char *)"SBFrame_GetRegisters(SBFrame self) -> SBValueList"},
77849 { (char *)"SBFrame_FindVariable", _wrap_SBFrame_FindVariable, METH_VARARGS0x0001, (char *)"\n"
77850 "FindVariable(char const * var_name) -> SBValue\n"
77851 "SBFrame_FindVariable(SBFrame self, char const * var_name, lldb::DynamicValueType use_dynamic) -> SBValue\n"
77852 "\n"
77853 "\n"
77854 "/// The version that doesn't supply a 'use_dynamic' value will use the\n"
77855 "/// target's default.\n"
77856 "\n"
77857 ""},
77858 { (char *)"SBFrame_FindRegister", _wrap_SBFrame_FindRegister, METH_VARARGS0x0001, (char *)"SBFrame_FindRegister(SBFrame self, char const * name) -> SBValue"},
77859 { (char *)"SBFrame_GetValueForVariablePath", _wrap_SBFrame_GetValueForVariablePath, METH_VARARGS0x0001, (char *)"\n"
77860 "GetValueForVariablePath(char const * var_path) -> SBValue\n"
77861 "SBFrame_GetValueForVariablePath(SBFrame self, char const * var_path, lldb::DynamicValueType use_dynamic) -> SBValue\n"
77862 "\n"
77863 "\n"
77864 "/// Get a lldb.SBValue for a variable path. \n"
77865 "///\n"
77866 "/// Variable paths can include access to pointer or instance members:\n"
77867 "/// rect_ptr->origin.y\n"
77868 "/// pt.x\n"
77869 "/// Pointer dereferences:\n"
77870 "/// *this->foo_ptr\n"
77871 "/// **argv\n"
77872 "/// Address of:\n"
77873 "/// &pt\n"
77874 "/// &my_array[3].x\n"
77875 "/// Array accesses and treating pointers as arrays:\n"
77876 "/// int_array[1]\n"
77877 "/// pt_ptr[22].x\n"
77878 "///\n"
77879 "/// Unlike EvaluateExpression() which returns lldb.SBValue objects\n"
77880 "/// with constant copies of the values at the time of evaluation,\n"
77881 "/// the result of this function is a value that will continue to\n"
77882 "/// track the current value of the value as execution progresses\n"
77883 "/// in the current frame.\n"
77884 "\n"
77885 ""},
77886 { (char *)"SBFrame_FindValue", _wrap_SBFrame_FindValue, METH_VARARGS0x0001, (char *)"\n"
77887 "FindValue(char const * name, lldb::ValueType value_type) -> SBValue\n"
77888 "SBFrame_FindValue(SBFrame self, char const * name, lldb::ValueType value_type, lldb::DynamicValueType use_dynamic) -> SBValue\n"
77889 "\n"
77890 "\n"
77891 "/// Find variables, register sets, registers, or persistent variables using\n"
77892 "/// the frame as the scope.\n"
77893 "///\n"
77894 "/// The version that doesn't supply a 'use_dynamic' value will use the\n"
77895 "/// target's default.\n"
77896 "\n"
77897 ""},
77898 { (char *)"SBFrame_GetDescription", _wrap_SBFrame_GetDescription, METH_VARARGS0x0001, (char *)"SBFrame_GetDescription(SBFrame self, SBStream description) -> bool"},
77899 { (char *)"SBFrame___str__", _wrap_SBFrame___str__, METH_VARARGS0x0001, (char *)"SBFrame___str__(SBFrame self) -> PyObject *"},
77900 { (char *)"SBFrame_swigregister", SBFrame_swigregister, METH_VARARGS0x0001, NULL__null},
77901 { (char *)"new_SBFunction", _wrap_new_SBFunction, METH_VARARGS0x0001, (char *)"\n"
77902 "SBFunction()\n"
77903 "new_SBFunction(SBFunction rhs) -> SBFunction\n"
77904 ""},
77905 { (char *)"delete_SBFunction", _wrap_delete_SBFunction, METH_VARARGS0x0001, (char *)"delete_SBFunction(SBFunction self)"},
77906 { (char *)"SBFunction_IsValid", _wrap_SBFunction_IsValid, METH_VARARGS0x0001, (char *)"SBFunction_IsValid(SBFunction self) -> bool"},
77907 { (char *)"SBFunction_GetName", _wrap_SBFunction_GetName, METH_VARARGS0x0001, (char *)"SBFunction_GetName(SBFunction self) -> char const *"},
77908 { (char *)"SBFunction_GetDisplayName", _wrap_SBFunction_GetDisplayName, METH_VARARGS0x0001, (char *)"SBFunction_GetDisplayName(SBFunction self) -> char const *"},
77909 { (char *)"SBFunction_GetMangledName", _wrap_SBFunction_GetMangledName, METH_VARARGS0x0001, (char *)"SBFunction_GetMangledName(SBFunction self) -> char const *"},
77910 { (char *)"SBFunction_GetInstructions", _wrap_SBFunction_GetInstructions, METH_VARARGS0x0001, (char *)"\n"
77911 "GetInstructions(SBTarget target) -> SBInstructionList\n"
77912 "SBFunction_GetInstructions(SBFunction self, SBTarget target, char const * flavor) -> SBInstructionList\n"
77913 ""},
77914 { (char *)"SBFunction_GetStartAddress", _wrap_SBFunction_GetStartAddress, METH_VARARGS0x0001, (char *)"SBFunction_GetStartAddress(SBFunction self) -> SBAddress"},
77915 { (char *)"SBFunction_GetEndAddress", _wrap_SBFunction_GetEndAddress, METH_VARARGS0x0001, (char *)"SBFunction_GetEndAddress(SBFunction self) -> SBAddress"},
77916 { (char *)"SBFunction_GetArgumentName", _wrap_SBFunction_GetArgumentName, METH_VARARGS0x0001, (char *)"SBFunction_GetArgumentName(SBFunction self, uint32_t arg_idx) -> char const *"},
77917 { (char *)"SBFunction_GetPrologueByteSize", _wrap_SBFunction_GetPrologueByteSize, METH_VARARGS0x0001, (char *)"SBFunction_GetPrologueByteSize(SBFunction self) -> uint32_t"},
77918 { (char *)"SBFunction_GetType", _wrap_SBFunction_GetType, METH_VARARGS0x0001, (char *)"SBFunction_GetType(SBFunction self) -> SBType"},
77919 { (char *)"SBFunction_GetBlock", _wrap_SBFunction_GetBlock, METH_VARARGS0x0001, (char *)"SBFunction_GetBlock(SBFunction self) -> SBBlock"},
77920 { (char *)"SBFunction_GetLanguage", _wrap_SBFunction_GetLanguage, METH_VARARGS0x0001, (char *)"SBFunction_GetLanguage(SBFunction self) -> lldb::LanguageType"},
77921 { (char *)"SBFunction_GetIsOptimized", _wrap_SBFunction_GetIsOptimized, METH_VARARGS0x0001, (char *)"\n"
77922 "SBFunction_GetIsOptimized(SBFunction self) -> bool\n"
77923 "\n"
77924 "\n"
77925 "Returns true if the function was compiled with optimization.\n"
77926 "Optimization, in this case, is meant to indicate that the debugger\n"
77927 "experience may be confusing for the user -- variables optimized away,\n"
77928 "stepping jumping between source lines -- and the driver may want to \n"
77929 "provide some guidance to the user about this.\n"
77930 "Returns false if unoptimized, or unknown.\n"
77931 ""},
77932 { (char *)"SBFunction_GetDescription", _wrap_SBFunction_GetDescription, METH_VARARGS0x0001, (char *)"SBFunction_GetDescription(SBFunction self, SBStream description) -> bool"},
77933 { (char *)"SBFunction___eq__", _wrap_SBFunction___eq__, METH_VARARGS0x0001, (char *)"SBFunction___eq__(SBFunction self, SBFunction rhs) -> bool"},
77934 { (char *)"SBFunction___ne__", _wrap_SBFunction___ne__, METH_VARARGS0x0001, (char *)"SBFunction___ne__(SBFunction self, SBFunction rhs) -> bool"},
77935 { (char *)"SBFunction___str__", _wrap_SBFunction___str__, METH_VARARGS0x0001, (char *)"SBFunction___str__(SBFunction self) -> PyObject *"},
77936 { (char *)"SBFunction_swigregister", SBFunction_swigregister, METH_VARARGS0x0001, NULL__null},
77937 { (char *)"SBHostOS_GetProgramFileSpec", _wrap_SBHostOS_GetProgramFileSpec, METH_VARARGS0x0001, (char *)"SBHostOS_GetProgramFileSpec() -> SBFileSpec"},
77938 { (char *)"SBHostOS_GetLLDBPythonPath", _wrap_SBHostOS_GetLLDBPythonPath, METH_VARARGS0x0001, (char *)"SBHostOS_GetLLDBPythonPath() -> SBFileSpec"},
77939 { (char *)"SBHostOS_GetLLDBPath", _wrap_SBHostOS_GetLLDBPath, METH_VARARGS0x0001, (char *)"SBHostOS_GetLLDBPath(lldb::PathType path_type) -> SBFileSpec"},
77940 { (char *)"SBHostOS_GetUserHomeDirectory", _wrap_SBHostOS_GetUserHomeDirectory, METH_VARARGS0x0001, (char *)"SBHostOS_GetUserHomeDirectory() -> SBFileSpec"},
77941 { (char *)"SBHostOS_ThreadCreated", _wrap_SBHostOS_ThreadCreated, METH_VARARGS0x0001, (char *)"SBHostOS_ThreadCreated(char const * name)"},
77942 { (char *)"SBHostOS_ThreadCreate", _wrap_SBHostOS_ThreadCreate, METH_VARARGS0x0001, (char *)"SBHostOS_ThreadCreate(char const * name, lldb::thread_func_t arg3, void * thread_arg, SBError err) -> lldb::thread_t"},
77943 { (char *)"SBHostOS_ThreadCancel", _wrap_SBHostOS_ThreadCancel, METH_VARARGS0x0001, (char *)"SBHostOS_ThreadCancel(lldb::thread_t thread, SBError err) -> bool"},
77944 { (char *)"SBHostOS_ThreadDetach", _wrap_SBHostOS_ThreadDetach, METH_VARARGS0x0001, (char *)"SBHostOS_ThreadDetach(lldb::thread_t thread, SBError err) -> bool"},
77945 { (char *)"SBHostOS_ThreadJoin", _wrap_SBHostOS_ThreadJoin, METH_VARARGS0x0001, (char *)"SBHostOS_ThreadJoin(lldb::thread_t thread, lldb::thread_result_t * result, SBError err) -> bool"},
77946 { (char *)"new_SBHostOS", _wrap_new_SBHostOS, METH_VARARGS0x0001, (char *)"new_SBHostOS() -> SBHostOS"},
77947 { (char *)"delete_SBHostOS", _wrap_delete_SBHostOS, METH_VARARGS0x0001, (char *)"delete_SBHostOS(SBHostOS self)"},
77948 { (char *)"SBHostOS_swigregister", SBHostOS_swigregister, METH_VARARGS0x0001, NULL__null},
77949 { (char *)"new_SBInstruction", _wrap_new_SBInstruction, METH_VARARGS0x0001, (char *)"\n"
77950 "SBInstruction()\n"
77951 "new_SBInstruction(SBInstruction rhs) -> SBInstruction\n"
77952 ""},
77953 { (char *)"delete_SBInstruction", _wrap_delete_SBInstruction, METH_VARARGS0x0001, (char *)"delete_SBInstruction(SBInstruction self)"},
77954 { (char *)"SBInstruction_IsValid", _wrap_SBInstruction_IsValid, METH_VARARGS0x0001, (char *)"SBInstruction_IsValid(SBInstruction self) -> bool"},
77955 { (char *)"SBInstruction_GetAddress", _wrap_SBInstruction_GetAddress, METH_VARARGS0x0001, (char *)"SBInstruction_GetAddress(SBInstruction self) -> SBAddress"},
77956 { (char *)"SBInstruction_GetMnemonic", _wrap_SBInstruction_GetMnemonic, METH_VARARGS0x0001, (char *)"SBInstruction_GetMnemonic(SBInstruction self, SBTarget target) -> char const *"},
77957 { (char *)"SBInstruction_GetOperands", _wrap_SBInstruction_GetOperands, METH_VARARGS0x0001, (char *)"SBInstruction_GetOperands(SBInstruction self, SBTarget target) -> char const *"},
77958 { (char *)"SBInstruction_GetComment", _wrap_SBInstruction_GetComment, METH_VARARGS0x0001, (char *)"SBInstruction_GetComment(SBInstruction self, SBTarget target) -> char const *"},
77959 { (char *)"SBInstruction_GetData", _wrap_SBInstruction_GetData, METH_VARARGS0x0001, (char *)"SBInstruction_GetData(SBInstruction self, SBTarget target) -> SBData"},
77960 { (char *)"SBInstruction_GetByteSize", _wrap_SBInstruction_GetByteSize, METH_VARARGS0x0001, (char *)"SBInstruction_GetByteSize(SBInstruction self) -> size_t"},
77961 { (char *)"SBInstruction_DoesBranch", _wrap_SBInstruction_DoesBranch, METH_VARARGS0x0001, (char *)"SBInstruction_DoesBranch(SBInstruction self) -> bool"},
77962 { (char *)"SBInstruction_HasDelaySlot", _wrap_SBInstruction_HasDelaySlot, METH_VARARGS0x0001, (char *)"SBInstruction_HasDelaySlot(SBInstruction self) -> bool"},
77963 { (char *)"SBInstruction_CanSetBreakpoint", _wrap_SBInstruction_CanSetBreakpoint, METH_VARARGS0x0001, (char *)"SBInstruction_CanSetBreakpoint(SBInstruction self) -> bool"},
77964 { (char *)"SBInstruction_Print", _wrap_SBInstruction_Print, METH_VARARGS0x0001, (char *)"SBInstruction_Print(SBInstruction self, FILE * out)"},
77965 { (char *)"SBInstruction_GetDescription", _wrap_SBInstruction_GetDescription, METH_VARARGS0x0001, (char *)"SBInstruction_GetDescription(SBInstruction self, SBStream description) -> bool"},
77966 { (char *)"SBInstruction_EmulateWithFrame", _wrap_SBInstruction_EmulateWithFrame, METH_VARARGS0x0001, (char *)"SBInstruction_EmulateWithFrame(SBInstruction self, SBFrame frame, uint32_t evaluate_options) -> bool"},
77967 { (char *)"SBInstruction_DumpEmulation", _wrap_SBInstruction_DumpEmulation, METH_VARARGS0x0001, (char *)"SBInstruction_DumpEmulation(SBInstruction self, char const * triple) -> bool"},
77968 { (char *)"SBInstruction_TestEmulation", _wrap_SBInstruction_TestEmulation, METH_VARARGS0x0001, (char *)"SBInstruction_TestEmulation(SBInstruction self, SBStream output_stream, char const * test_file) -> bool"},
77969 { (char *)"SBInstruction___str__", _wrap_SBInstruction___str__, METH_VARARGS0x0001, (char *)"SBInstruction___str__(SBInstruction self) -> PyObject *"},
77970 { (char *)"SBInstruction_swigregister", SBInstruction_swigregister, METH_VARARGS0x0001, NULL__null},
77971 { (char *)"new_SBInstructionList", _wrap_new_SBInstructionList, METH_VARARGS0x0001, (char *)"\n"
77972 "SBInstructionList()\n"
77973 "new_SBInstructionList(SBInstructionList rhs) -> SBInstructionList\n"
77974 ""},
77975 { (char *)"delete_SBInstructionList", _wrap_delete_SBInstructionList, METH_VARARGS0x0001, (char *)"delete_SBInstructionList(SBInstructionList self)"},
77976 { (char *)"SBInstructionList_IsValid", _wrap_SBInstructionList_IsValid, METH_VARARGS0x0001, (char *)"SBInstructionList_IsValid(SBInstructionList self) -> bool"},
77977 { (char *)"SBInstructionList_GetSize", _wrap_SBInstructionList_GetSize, METH_VARARGS0x0001, (char *)"SBInstructionList_GetSize(SBInstructionList self) -> size_t"},
77978 { (char *)"SBInstructionList_GetInstructionAtIndex", _wrap_SBInstructionList_GetInstructionAtIndex, METH_VARARGS0x0001, (char *)"SBInstructionList_GetInstructionAtIndex(SBInstructionList self, uint32_t idx) -> SBInstruction"},
77979 { (char *)"SBInstructionList_GetInstructionsCount", _wrap_SBInstructionList_GetInstructionsCount, METH_VARARGS0x0001, (char *)"SBInstructionList_GetInstructionsCount(SBInstructionList self, SBAddress start, SBAddress end, bool canSetBreakpoint) -> size_t"},
77980 { (char *)"SBInstructionList_Clear", _wrap_SBInstructionList_Clear, METH_VARARGS0x0001, (char *)"SBInstructionList_Clear(SBInstructionList self)"},
77981 { (char *)"SBInstructionList_AppendInstruction", _wrap_SBInstructionList_AppendInstruction, METH_VARARGS0x0001, (char *)"SBInstructionList_AppendInstruction(SBInstructionList self, SBInstruction inst)"},
77982 { (char *)"SBInstructionList_Print", _wrap_SBInstructionList_Print, METH_VARARGS0x0001, (char *)"SBInstructionList_Print(SBInstructionList self, FILE * out)"},
77983 { (char *)"SBInstructionList_GetDescription", _wrap_SBInstructionList_GetDescription, METH_VARARGS0x0001, (char *)"SBInstructionList_GetDescription(SBInstructionList self, SBStream description) -> bool"},
77984 { (char *)"SBInstructionList_DumpEmulationForAllInstructions", _wrap_SBInstructionList_DumpEmulationForAllInstructions, METH_VARARGS0x0001, (char *)"SBInstructionList_DumpEmulationForAllInstructions(SBInstructionList self, char const * triple) -> bool"},
77985 { (char *)"SBInstructionList___str__", _wrap_SBInstructionList___str__, METH_VARARGS0x0001, (char *)"SBInstructionList___str__(SBInstructionList self) -> PyObject *"},
77986 { (char *)"SBInstructionList_swigregister", SBInstructionList_swigregister, METH_VARARGS0x0001, NULL__null},
77987 { (char *)"SBLanguageRuntime_GetLanguageTypeFromString", _wrap_SBLanguageRuntime_GetLanguageTypeFromString, METH_VARARGS0x0001, (char *)"SBLanguageRuntime_GetLanguageTypeFromString(char const * string) -> lldb::LanguageType"},
77988 { (char *)"SBLanguageRuntime_GetNameForLanguageType", _wrap_SBLanguageRuntime_GetNameForLanguageType, METH_VARARGS0x0001, (char *)"SBLanguageRuntime_GetNameForLanguageType(lldb::LanguageType language) -> char const *"},
77989 { (char *)"new_SBLanguageRuntime", _wrap_new_SBLanguageRuntime, METH_VARARGS0x0001, (char *)"new_SBLanguageRuntime() -> SBLanguageRuntime"},
77990 { (char *)"delete_SBLanguageRuntime", _wrap_delete_SBLanguageRuntime, METH_VARARGS0x0001, (char *)"delete_SBLanguageRuntime(SBLanguageRuntime self)"},
77991 { (char *)"SBLanguageRuntime_swigregister", SBLanguageRuntime_swigregister, METH_VARARGS0x0001, NULL__null},
77992 { (char *)"new_SBLaunchInfo", _wrap_new_SBLaunchInfo, METH_VARARGS0x0001, (char *)"new_SBLaunchInfo(char const ** argv) -> SBLaunchInfo"},
77993 { (char *)"SBLaunchInfo_GetProcessID", _wrap_SBLaunchInfo_GetProcessID, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetProcessID(SBLaunchInfo self) -> lldb::pid_t"},
77994 { (char *)"SBLaunchInfo_GetUserID", _wrap_SBLaunchInfo_GetUserID, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetUserID(SBLaunchInfo self) -> uint32_t"},
77995 { (char *)"SBLaunchInfo_GetGroupID", _wrap_SBLaunchInfo_GetGroupID, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetGroupID(SBLaunchInfo self) -> uint32_t"},
77996 { (char *)"SBLaunchInfo_UserIDIsValid", _wrap_SBLaunchInfo_UserIDIsValid, METH_VARARGS0x0001, (char *)"SBLaunchInfo_UserIDIsValid(SBLaunchInfo self) -> bool"},
77997 { (char *)"SBLaunchInfo_GroupIDIsValid", _wrap_SBLaunchInfo_GroupIDIsValid, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GroupIDIsValid(SBLaunchInfo self) -> bool"},
77998 { (char *)"SBLaunchInfo_SetUserID", _wrap_SBLaunchInfo_SetUserID, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetUserID(SBLaunchInfo self, uint32_t uid)"},
77999 { (char *)"SBLaunchInfo_SetGroupID", _wrap_SBLaunchInfo_SetGroupID, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetGroupID(SBLaunchInfo self, uint32_t gid)"},
78000 { (char *)"SBLaunchInfo_GetExecutableFile", _wrap_SBLaunchInfo_GetExecutableFile, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetExecutableFile(SBLaunchInfo self) -> SBFileSpec"},
78001 { (char *)"SBLaunchInfo_SetExecutableFile", _wrap_SBLaunchInfo_SetExecutableFile, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetExecutableFile(SBLaunchInfo self, SBFileSpec exe_file, bool add_as_first_arg)"},
78002 { (char *)"SBLaunchInfo_GetListener", _wrap_SBLaunchInfo_GetListener, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetListener(SBLaunchInfo self) -> SBListener"},
78003 { (char *)"SBLaunchInfo_SetListener", _wrap_SBLaunchInfo_SetListener, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetListener(SBLaunchInfo self, SBListener listener)"},
78004 { (char *)"SBLaunchInfo_GetNumArguments", _wrap_SBLaunchInfo_GetNumArguments, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetNumArguments(SBLaunchInfo self) -> uint32_t"},
78005 { (char *)"SBLaunchInfo_GetArgumentAtIndex", _wrap_SBLaunchInfo_GetArgumentAtIndex, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetArgumentAtIndex(SBLaunchInfo self, uint32_t idx) -> char const *"},
78006 { (char *)"SBLaunchInfo_SetArguments", _wrap_SBLaunchInfo_SetArguments, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetArguments(SBLaunchInfo self, char const ** argv, bool append)"},
78007 { (char *)"SBLaunchInfo_GetNumEnvironmentEntries", _wrap_SBLaunchInfo_GetNumEnvironmentEntries, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetNumEnvironmentEntries(SBLaunchInfo self) -> uint32_t"},
78008 { (char *)"SBLaunchInfo_GetEnvironmentEntryAtIndex", _wrap_SBLaunchInfo_GetEnvironmentEntryAtIndex, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetEnvironmentEntryAtIndex(SBLaunchInfo self, uint32_t idx) -> char const *"},
78009 { (char *)"SBLaunchInfo_SetEnvironmentEntries", _wrap_SBLaunchInfo_SetEnvironmentEntries, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetEnvironmentEntries(SBLaunchInfo self, char const ** envp, bool append)"},
78010 { (char *)"SBLaunchInfo_Clear", _wrap_SBLaunchInfo_Clear, METH_VARARGS0x0001, (char *)"SBLaunchInfo_Clear(SBLaunchInfo self)"},
78011 { (char *)"SBLaunchInfo_GetWorkingDirectory", _wrap_SBLaunchInfo_GetWorkingDirectory, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetWorkingDirectory(SBLaunchInfo self) -> char const *"},
78012 { (char *)"SBLaunchInfo_SetWorkingDirectory", _wrap_SBLaunchInfo_SetWorkingDirectory, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetWorkingDirectory(SBLaunchInfo self, char const * working_dir)"},
78013 { (char *)"SBLaunchInfo_GetLaunchFlags", _wrap_SBLaunchInfo_GetLaunchFlags, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetLaunchFlags(SBLaunchInfo self) -> uint32_t"},
78014 { (char *)"SBLaunchInfo_SetLaunchFlags", _wrap_SBLaunchInfo_SetLaunchFlags, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetLaunchFlags(SBLaunchInfo self, uint32_t flags)"},
78015 { (char *)"SBLaunchInfo_GetProcessPluginName", _wrap_SBLaunchInfo_GetProcessPluginName, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetProcessPluginName(SBLaunchInfo self) -> char const *"},
78016 { (char *)"SBLaunchInfo_SetProcessPluginName", _wrap_SBLaunchInfo_SetProcessPluginName, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetProcessPluginName(SBLaunchInfo self, char const * plugin_name)"},
78017 { (char *)"SBLaunchInfo_GetShell", _wrap_SBLaunchInfo_GetShell, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetShell(SBLaunchInfo self) -> char const *"},
78018 { (char *)"SBLaunchInfo_SetShell", _wrap_SBLaunchInfo_SetShell, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetShell(SBLaunchInfo self, char const * path)"},
78019 { (char *)"SBLaunchInfo_GetShellExpandArguments", _wrap_SBLaunchInfo_GetShellExpandArguments, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetShellExpandArguments(SBLaunchInfo self) -> bool"},
78020 { (char *)"SBLaunchInfo_SetShellExpandArguments", _wrap_SBLaunchInfo_SetShellExpandArguments, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetShellExpandArguments(SBLaunchInfo self, bool expand)"},
78021 { (char *)"SBLaunchInfo_GetResumeCount", _wrap_SBLaunchInfo_GetResumeCount, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetResumeCount(SBLaunchInfo self) -> uint32_t"},
78022 { (char *)"SBLaunchInfo_SetResumeCount", _wrap_SBLaunchInfo_SetResumeCount, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetResumeCount(SBLaunchInfo self, uint32_t c)"},
78023 { (char *)"SBLaunchInfo_AddCloseFileAction", _wrap_SBLaunchInfo_AddCloseFileAction, METH_VARARGS0x0001, (char *)"SBLaunchInfo_AddCloseFileAction(SBLaunchInfo self, int fd) -> bool"},
78024 { (char *)"SBLaunchInfo_AddDuplicateFileAction", _wrap_SBLaunchInfo_AddDuplicateFileAction, METH_VARARGS0x0001, (char *)"SBLaunchInfo_AddDuplicateFileAction(SBLaunchInfo self, int fd, int dup_fd) -> bool"},
78025 { (char *)"SBLaunchInfo_AddOpenFileAction", _wrap_SBLaunchInfo_AddOpenFileAction, METH_VARARGS0x0001, (char *)"SBLaunchInfo_AddOpenFileAction(SBLaunchInfo self, int fd, char const * path, bool read, bool write) -> bool"},
78026 { (char *)"SBLaunchInfo_AddSuppressFileAction", _wrap_SBLaunchInfo_AddSuppressFileAction, METH_VARARGS0x0001, (char *)"SBLaunchInfo_AddSuppressFileAction(SBLaunchInfo self, int fd, bool read, bool write) -> bool"},
78027 { (char *)"SBLaunchInfo_SetLaunchEventData", _wrap_SBLaunchInfo_SetLaunchEventData, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetLaunchEventData(SBLaunchInfo self, char const * data)"},
78028 { (char *)"SBLaunchInfo_GetLaunchEventData", _wrap_SBLaunchInfo_GetLaunchEventData, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetLaunchEventData(SBLaunchInfo self) -> char const *"},
78029 { (char *)"SBLaunchInfo_GetDetachOnError", _wrap_SBLaunchInfo_GetDetachOnError, METH_VARARGS0x0001, (char *)"SBLaunchInfo_GetDetachOnError(SBLaunchInfo self) -> bool"},
78030 { (char *)"SBLaunchInfo_SetDetachOnError", _wrap_SBLaunchInfo_SetDetachOnError, METH_VARARGS0x0001, (char *)"SBLaunchInfo_SetDetachOnError(SBLaunchInfo self, bool enable)"},
78031 { (char *)"delete_SBLaunchInfo", _wrap_delete_SBLaunchInfo, METH_VARARGS0x0001, (char *)"delete_SBLaunchInfo(SBLaunchInfo self)"},
78032 { (char *)"SBLaunchInfo_swigregister", SBLaunchInfo_swigregister, METH_VARARGS0x0001, NULL__null},
78033 { (char *)"new_SBLineEntry", _wrap_new_SBLineEntry, METH_VARARGS0x0001, (char *)"\n"
78034 "SBLineEntry()\n"
78035 "new_SBLineEntry(SBLineEntry rhs) -> SBLineEntry\n"
78036 ""},
78037 { (char *)"delete_SBLineEntry", _wrap_delete_SBLineEntry, METH_VARARGS0x0001, (char *)"delete_SBLineEntry(SBLineEntry self)"},
78038 { (char *)"SBLineEntry_GetStartAddress", _wrap_SBLineEntry_GetStartAddress, METH_VARARGS0x0001, (char *)"SBLineEntry_GetStartAddress(SBLineEntry self) -> SBAddress"},
78039 { (char *)"SBLineEntry_GetEndAddress", _wrap_SBLineEntry_GetEndAddress, METH_VARARGS0x0001, (char *)"SBLineEntry_GetEndAddress(SBLineEntry self) -> SBAddress"},
78040 { (char *)"SBLineEntry_IsValid", _wrap_SBLineEntry_IsValid, METH_VARARGS0x0001, (char *)"SBLineEntry_IsValid(SBLineEntry self) -> bool"},
78041 { (char *)"SBLineEntry_GetFileSpec", _wrap_SBLineEntry_GetFileSpec, METH_VARARGS0x0001, (char *)"SBLineEntry_GetFileSpec(SBLineEntry self) -> SBFileSpec"},
78042 { (char *)"SBLineEntry_GetLine", _wrap_SBLineEntry_GetLine, METH_VARARGS0x0001, (char *)"SBLineEntry_GetLine(SBLineEntry self) -> uint32_t"},
78043 { (char *)"SBLineEntry_GetColumn", _wrap_SBLineEntry_GetColumn, METH_VARARGS0x0001, (char *)"SBLineEntry_GetColumn(SBLineEntry self) -> uint32_t"},
78044 { (char *)"SBLineEntry_GetDescription", _wrap_SBLineEntry_GetDescription, METH_VARARGS0x0001, (char *)"SBLineEntry_GetDescription(SBLineEntry self, SBStream description) -> bool"},
78045 { (char *)"SBLineEntry_SetFileSpec", _wrap_SBLineEntry_SetFileSpec, METH_VARARGS0x0001, (char *)"SBLineEntry_SetFileSpec(SBLineEntry self, SBFileSpec filespec)"},
78046 { (char *)"SBLineEntry_SetLine", _wrap_SBLineEntry_SetLine, METH_VARARGS0x0001, (char *)"SBLineEntry_SetLine(SBLineEntry self, uint32_t line)"},
78047 { (char *)"SBLineEntry_SetColumn", _wrap_SBLineEntry_SetColumn, METH_VARARGS0x0001, (char *)"SBLineEntry_SetColumn(SBLineEntry self, uint32_t column)"},
78048 { (char *)"SBLineEntry___eq__", _wrap_SBLineEntry___eq__, METH_VARARGS0x0001, (char *)"SBLineEntry___eq__(SBLineEntry self, SBLineEntry rhs) -> bool"},
78049 { (char *)"SBLineEntry___ne__", _wrap_SBLineEntry___ne__, METH_VARARGS0x0001, (char *)"SBLineEntry___ne__(SBLineEntry self, SBLineEntry rhs) -> bool"},
78050 { (char *)"SBLineEntry___str__", _wrap_SBLineEntry___str__, METH_VARARGS0x0001, (char *)"SBLineEntry___str__(SBLineEntry self) -> PyObject *"},
78051 { (char *)"SBLineEntry_swigregister", SBLineEntry_swigregister, METH_VARARGS0x0001, NULL__null},
78052 { (char *)"new_SBListener", _wrap_new_SBListener, METH_VARARGS0x0001, (char *)"\n"
78053 "SBListener()\n"
78054 "SBListener(char const * name)\n"
78055 "new_SBListener(SBListener rhs) -> SBListener\n"
78056 ""},
78057 { (char *)"delete_SBListener", _wrap_delete_SBListener, METH_VARARGS0x0001, (char *)"delete_SBListener(SBListener self)"},
78058 { (char *)"SBListener_AddEvent", _wrap_SBListener_AddEvent, METH_VARARGS0x0001, (char *)"SBListener_AddEvent(SBListener self, SBEvent event)"},
78059 { (char *)"SBListener_Clear", _wrap_SBListener_Clear, METH_VARARGS0x0001, (char *)"SBListener_Clear(SBListener self)"},
78060 { (char *)"SBListener_IsValid", _wrap_SBListener_IsValid, METH_VARARGS0x0001, (char *)"SBListener_IsValid(SBListener self) -> bool"},
78061 { (char *)"SBListener_StartListeningForEventClass", _wrap_SBListener_StartListeningForEventClass, METH_VARARGS0x0001, (char *)"SBListener_StartListeningForEventClass(SBListener self, SBDebugger debugger, char const * broadcaster_class, uint32_t event_mask) -> uint32_t"},
78062 { (char *)"SBListener_StopListeningForEventClass", _wrap_SBListener_StopListeningForEventClass, METH_VARARGS0x0001, (char *)"SBListener_StopListeningForEventClass(SBListener self, SBDebugger debugger, char const * broadcaster_class, uint32_t event_mask) -> uint32_t"},
78063 { (char *)"SBListener_StartListeningForEvents", _wrap_SBListener_StartListeningForEvents, METH_VARARGS0x0001, (char *)"SBListener_StartListeningForEvents(SBListener self, SBBroadcaster broadcaster, uint32_t event_mask) -> uint32_t"},
78064 { (char *)"SBListener_StopListeningForEvents", _wrap_SBListener_StopListeningForEvents, METH_VARARGS0x0001, (char *)"SBListener_StopListeningForEvents(SBListener self, SBBroadcaster broadcaster, uint32_t event_mask) -> bool"},
78065 { (char *)"SBListener_WaitForEvent", _wrap_SBListener_WaitForEvent, METH_VARARGS0x0001, (char *)"SBListener_WaitForEvent(SBListener self, uint32_t num_seconds, SBEvent event) -> bool"},
78066 { (char *)"SBListener_WaitForEventForBroadcaster", _wrap_SBListener_WaitForEventForBroadcaster, METH_VARARGS0x0001, (char *)"SBListener_WaitForEventForBroadcaster(SBListener self, uint32_t num_seconds, SBBroadcaster broadcaster, SBEvent sb_event) -> bool"},
78067 { (char *)"SBListener_WaitForEventForBroadcasterWithType", _wrap_SBListener_WaitForEventForBroadcasterWithType, METH_VARARGS0x0001, (char *)"SBListener_WaitForEventForBroadcasterWithType(SBListener self, uint32_t num_seconds, SBBroadcaster broadcaster, uint32_t event_type_mask, SBEvent sb_event) -> bool"},
78068 { (char *)"SBListener_PeekAtNextEvent", _wrap_SBListener_PeekAtNextEvent, METH_VARARGS0x0001, (char *)"SBListener_PeekAtNextEvent(SBListener self, SBEvent sb_event) -> bool"},
78069 { (char *)"SBListener_PeekAtNextEventForBroadcaster", _wrap_SBListener_PeekAtNextEventForBroadcaster, METH_VARARGS0x0001, (char *)"SBListener_PeekAtNextEventForBroadcaster(SBListener self, SBBroadcaster broadcaster, SBEvent sb_event) -> bool"},
78070 { (char *)"SBListener_PeekAtNextEventForBroadcasterWithType", _wrap_SBListener_PeekAtNextEventForBroadcasterWithType, METH_VARARGS0x0001, (char *)"SBListener_PeekAtNextEventForBroadcasterWithType(SBListener self, SBBroadcaster broadcaster, uint32_t event_type_mask, SBEvent sb_event) -> bool"},
78071 { (char *)"SBListener_GetNextEvent", _wrap_SBListener_GetNextEvent, METH_VARARGS0x0001, (char *)"SBListener_GetNextEvent(SBListener self, SBEvent sb_event) -> bool"},
78072 { (char *)"SBListener_GetNextEventForBroadcaster", _wrap_SBListener_GetNextEventForBroadcaster, METH_VARARGS0x0001, (char *)"SBListener_GetNextEventForBroadcaster(SBListener self, SBBroadcaster broadcaster, SBEvent sb_event) -> bool"},
78073 { (char *)"SBListener_GetNextEventForBroadcasterWithType", _wrap_SBListener_GetNextEventForBroadcasterWithType, METH_VARARGS0x0001, (char *)"SBListener_GetNextEventForBroadcasterWithType(SBListener self, SBBroadcaster broadcaster, uint32_t event_type_mask, SBEvent sb_event) -> bool"},
78074 { (char *)"SBListener_HandleBroadcastEvent", _wrap_SBListener_HandleBroadcastEvent, METH_VARARGS0x0001, (char *)"SBListener_HandleBroadcastEvent(SBListener self, SBEvent event) -> bool"},
78075 { (char *)"SBListener_swigregister", SBListener_swigregister, METH_VARARGS0x0001, NULL__null},
78076 { (char *)"new_SBMemoryRegionInfo", _wrap_new_SBMemoryRegionInfo, METH_VARARGS0x0001, (char *)"\n"
78077 "SBMemoryRegionInfo()\n"
78078 "new_SBMemoryRegionInfo(SBMemoryRegionInfo rhs) -> SBMemoryRegionInfo\n"
78079 ""},
78080 { (char *)"delete_SBMemoryRegionInfo", _wrap_delete_SBMemoryRegionInfo, METH_VARARGS0x0001, (char *)"delete_SBMemoryRegionInfo(SBMemoryRegionInfo self)"},
78081 { (char *)"SBMemoryRegionInfo_Clear", _wrap_SBMemoryRegionInfo_Clear, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfo_Clear(SBMemoryRegionInfo self)"},
78082 { (char *)"SBMemoryRegionInfo_GetRegionBase", _wrap_SBMemoryRegionInfo_GetRegionBase, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfo_GetRegionBase(SBMemoryRegionInfo self) -> lldb::addr_t"},
78083 { (char *)"SBMemoryRegionInfo_GetRegionEnd", _wrap_SBMemoryRegionInfo_GetRegionEnd, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfo_GetRegionEnd(SBMemoryRegionInfo self) -> lldb::addr_t"},
78084 { (char *)"SBMemoryRegionInfo_IsReadable", _wrap_SBMemoryRegionInfo_IsReadable, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfo_IsReadable(SBMemoryRegionInfo self) -> bool"},
78085 { (char *)"SBMemoryRegionInfo_IsWritable", _wrap_SBMemoryRegionInfo_IsWritable, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfo_IsWritable(SBMemoryRegionInfo self) -> bool"},
78086 { (char *)"SBMemoryRegionInfo_IsExecutable", _wrap_SBMemoryRegionInfo_IsExecutable, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfo_IsExecutable(SBMemoryRegionInfo self) -> bool"},
78087 { (char *)"SBMemoryRegionInfo_IsMapped", _wrap_SBMemoryRegionInfo_IsMapped, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfo_IsMapped(SBMemoryRegionInfo self) -> bool"},
78088 { (char *)"SBMemoryRegionInfo___eq__", _wrap_SBMemoryRegionInfo___eq__, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfo___eq__(SBMemoryRegionInfo self, SBMemoryRegionInfo rhs) -> bool"},
78089 { (char *)"SBMemoryRegionInfo___ne__", _wrap_SBMemoryRegionInfo___ne__, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfo___ne__(SBMemoryRegionInfo self, SBMemoryRegionInfo rhs) -> bool"},
78090 { (char *)"SBMemoryRegionInfo_GetDescription", _wrap_SBMemoryRegionInfo_GetDescription, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfo_GetDescription(SBMemoryRegionInfo self, SBStream description) -> bool"},
78091 { (char *)"SBMemoryRegionInfo___str__", _wrap_SBMemoryRegionInfo___str__, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfo___str__(SBMemoryRegionInfo self) -> PyObject *"},
78092 { (char *)"SBMemoryRegionInfo_swigregister", SBMemoryRegionInfo_swigregister, METH_VARARGS0x0001, NULL__null},
78093 { (char *)"new_SBMemoryRegionInfoList", _wrap_new_SBMemoryRegionInfoList, METH_VARARGS0x0001, (char *)"\n"
78094 "SBMemoryRegionInfoList()\n"
78095 "new_SBMemoryRegionInfoList(SBMemoryRegionInfoList rhs) -> SBMemoryRegionInfoList\n"
78096 ""},
78097 { (char *)"delete_SBMemoryRegionInfoList", _wrap_delete_SBMemoryRegionInfoList, METH_VARARGS0x0001, (char *)"delete_SBMemoryRegionInfoList(SBMemoryRegionInfoList self)"},
78098 { (char *)"SBMemoryRegionInfoList_GetSize", _wrap_SBMemoryRegionInfoList_GetSize, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfoList_GetSize(SBMemoryRegionInfoList self) -> uint32_t"},
78099 { (char *)"SBMemoryRegionInfoList_GetMemoryRegionAtIndex", _wrap_SBMemoryRegionInfoList_GetMemoryRegionAtIndex, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfoList_GetMemoryRegionAtIndex(SBMemoryRegionInfoList self, uint32_t idx, SBMemoryRegionInfo region_info) -> bool"},
78100 { (char *)"SBMemoryRegionInfoList_Append", _wrap_SBMemoryRegionInfoList_Append, METH_VARARGS0x0001, (char *)"\n"
78101 "Append(SBMemoryRegionInfo region)\n"
78102 "SBMemoryRegionInfoList_Append(SBMemoryRegionInfoList self, SBMemoryRegionInfoList region_list)\n"
78103 ""},
78104 { (char *)"SBMemoryRegionInfoList_Clear", _wrap_SBMemoryRegionInfoList_Clear, METH_VARARGS0x0001, (char *)"SBMemoryRegionInfoList_Clear(SBMemoryRegionInfoList self)"},
78105 { (char *)"SBMemoryRegionInfoList_swigregister", SBMemoryRegionInfoList_swigregister, METH_VARARGS0x0001, NULL__null},
78106 { (char *)"new_SBModule", _wrap_new_SBModule, METH_VARARGS0x0001, (char *)"\n"
78107 "SBModule()\n"
78108 "SBModule(SBModule rhs)\n"
78109 "SBModule(SBModuleSpec module_spec)\n"
78110 "new_SBModule(SBProcess process, lldb::addr_t header_addr) -> SBModule\n"
78111 ""},
78112 { (char *)"delete_SBModule", _wrap_delete_SBModule, METH_VARARGS0x0001, (char *)"delete_SBModule(SBModule self)"},
78113 { (char *)"SBModule_IsValid", _wrap_SBModule_IsValid, METH_VARARGS0x0001, (char *)"SBModule_IsValid(SBModule self) -> bool"},
78114 { (char *)"SBModule_Clear", _wrap_SBModule_Clear, METH_VARARGS0x0001, (char *)"SBModule_Clear(SBModule self)"},
78115 { (char *)"SBModule_GetFileSpec", _wrap_SBModule_GetFileSpec, METH_VARARGS0x0001, (char *)"\n"
78116 "SBModule_GetFileSpec(SBModule self) -> SBFileSpec\n"
78117 "\n"
78118 "\n"
78119 "//------------------------------------------------------------------\n"
78120 "/// Get const accessor for the module file specification.\n"
78121 "///\n"
78122 "/// This function returns the file for the module on the host system\n"
78123 "/// that is running LLDB. This can differ from the path on the \n"
78124 "/// platform since we might be doing remote debugging.\n"
78125 "///\n"
78126 "/// @return\n"
78127 "/// A const reference to the file specification object.\n"
78128 "//------------------------------------------------------------------\n"
78129 "\n"
78130 ""},
78131 { (char *)"SBModule_GetPlatformFileSpec", _wrap_SBModule_GetPlatformFileSpec, METH_VARARGS0x0001, (char *)"\n"
78132 "SBModule_GetPlatformFileSpec(SBModule self) -> SBFileSpec\n"
78133 "\n"
78134 "\n"
78135 "//------------------------------------------------------------------\n"
78136 "/// Get accessor for the module platform file specification.\n"
78137 "///\n"
78138 "/// Platform file refers to the path of the module as it is known on\n"
78139 "/// the remote system on which it is being debugged. For local \n"
78140 "/// debugging this is always the same as Module::GetFileSpec(). But\n"
78141 "/// remote debugging might mention a file '/usr/lib/liba.dylib'\n"
78142 "/// which might be locally downloaded and cached. In this case the\n"
78143 "/// platform file could be something like:\n"
78144 "/// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'\n"
78145 "/// The file could also be cached in a local developer kit directory.\n"
78146 "///\n"
78147 "/// @return\n"
78148 "/// A const reference to the file specification object.\n"
78149 "//------------------------------------------------------------------\n"
78150 "\n"
78151 ""},
78152 { (char *)"SBModule_SetPlatformFileSpec", _wrap_SBModule_SetPlatformFileSpec, METH_VARARGS0x0001, (char *)"SBModule_SetPlatformFileSpec(SBModule self, SBFileSpec platform_file) -> bool"},
78153 { (char *)"SBModule_GetRemoteInstallFileSpec", _wrap_SBModule_GetRemoteInstallFileSpec, METH_VARARGS0x0001, (char *)"SBModule_GetRemoteInstallFileSpec(SBModule self) -> SBFileSpec"},
78154 { (char *)"SBModule_SetRemoteInstallFileSpec", _wrap_SBModule_SetRemoteInstallFileSpec, METH_VARARGS0x0001, (char *)"SBModule_SetRemoteInstallFileSpec(SBModule self, SBFileSpec file) -> bool"},
78155 { (char *)"SBModule_GetUUIDString", _wrap_SBModule_GetUUIDString, METH_VARARGS0x0001, (char *)"\n"
78156 "SBModule_GetUUIDString(SBModule self) -> char const *\n"
78157 "\n"
78158 "Returns the UUID of the module as a Python string.\n"
78159 ""},
78160 { (char *)"SBModule_FindSection", _wrap_SBModule_FindSection, METH_VARARGS0x0001, (char *)"SBModule_FindSection(SBModule self, char const * sect_name) -> SBSection"},
78161 { (char *)"SBModule_ResolveFileAddress", _wrap_SBModule_ResolveFileAddress, METH_VARARGS0x0001, (char *)"SBModule_ResolveFileAddress(SBModule self, lldb::addr_t vm_addr) -> SBAddress"},
78162 { (char *)"SBModule_ResolveSymbolContextForAddress", _wrap_SBModule_ResolveSymbolContextForAddress, METH_VARARGS0x0001, (char *)"SBModule_ResolveSymbolContextForAddress(SBModule self, SBAddress addr, uint32_t resolve_scope) -> SBSymbolContext"},
78163 { (char *)"SBModule_GetDescription", _wrap_SBModule_GetDescription, METH_VARARGS0x0001, (char *)"SBModule_GetDescription(SBModule self, SBStream description) -> bool"},
78164 { (char *)"SBModule_GetNumCompileUnits", _wrap_SBModule_GetNumCompileUnits, METH_VARARGS0x0001, (char *)"SBModule_GetNumCompileUnits(SBModule self) -> uint32_t"},
78165 { (char *)"SBModule_GetCompileUnitAtIndex", _wrap_SBModule_GetCompileUnitAtIndex, METH_VARARGS0x0001, (char *)"SBModule_GetCompileUnitAtIndex(SBModule self, uint32_t arg3) -> SBCompileUnit"},
78166 { (char *)"SBModule_FindCompileUnits", _wrap_SBModule_FindCompileUnits, METH_VARARGS0x0001, (char *)"\n"
78167 "SBModule_FindCompileUnits(SBModule self, SBFileSpec sb_file_spec) -> SBSymbolContextList\n"
78168 "\n"
78169 "\n"
78170 "//------------------------------------------------------------------\n"
78171 "/// Find compile units related to *this module and passed source\n"
78172 "/// file.\n"
78173 "///\n"
78174 "/// @param[in] sb_file_spec\n"
78175 "/// A lldb::SBFileSpec object that contains source file\n"
78176 "/// specification.\n"
78177 "///\n"
78178 "/// @return\n"
78179 "/// A lldb::SBSymbolContextList that gets filled in with all of\n"
78180 "/// the symbol contexts for all the matches.\n"
78181 "//------------------------------------------------------------------\n"
78182 "\n"
78183 ""},
78184 { (char *)"SBModule_GetNumSymbols", _wrap_SBModule_GetNumSymbols, METH_VARARGS0x0001, (char *)"SBModule_GetNumSymbols(SBModule self) -> size_t"},
78185 { (char *)"SBModule_GetSymbolAtIndex", _wrap_SBModule_GetSymbolAtIndex, METH_VARARGS0x0001, (char *)"SBModule_GetSymbolAtIndex(SBModule self, size_t idx) -> SBSymbol"},
78186 { (char *)"SBModule_FindSymbol", _wrap_SBModule_FindSymbol, METH_VARARGS0x0001, (char *)"\n"
78187 "FindSymbol(char const * name, lldb::SymbolType type) -> SBSymbol\n"
78188 "SBModule_FindSymbol(SBModule self, char const * name) -> SBSymbol\n"
78189 ""},
78190 { (char *)"SBModule_FindSymbols", _wrap_SBModule_FindSymbols, METH_VARARGS0x0001, (char *)"\n"
78191 "FindSymbols(char const * name, lldb::SymbolType type) -> SBSymbolContextList\n"
78192 "SBModule_FindSymbols(SBModule self, char const * name) -> SBSymbolContextList\n"
78193 ""},
78194 { (char *)"SBModule_GetNumSections", _wrap_SBModule_GetNumSections, METH_VARARGS0x0001, (char *)"SBModule_GetNumSections(SBModule self) -> size_t"},
78195 { (char *)"SBModule_GetSectionAtIndex", _wrap_SBModule_GetSectionAtIndex, METH_VARARGS0x0001, (char *)"SBModule_GetSectionAtIndex(SBModule self, size_t idx) -> SBSection"},
78196 { (char *)"SBModule_FindFunctions", _wrap_SBModule_FindFunctions, METH_VARARGS0x0001, (char *)"\n"
78197 "FindFunctions(char const * name, uint32_t name_type_mask) -> SBSymbolContextList\n"
78198 "SBModule_FindFunctions(SBModule self, char const * name) -> SBSymbolContextList\n"
78199 "\n"
78200 "\n"
78201 "//------------------------------------------------------------------\n"
78202 "/// Find functions by name.\n"
78203 "///\n"
78204 "/// @param[in] name\n"
78205 "/// The name of the function we are looking for.\n"
78206 "///\n"
78207 "/// @param[in] name_type_mask\n"
78208 "/// A logical OR of one or more FunctionNameType enum bits that\n"
78209 "/// indicate what kind of names should be used when doing the\n"
78210 "/// lookup. Bits include fully qualified names, base names,\n"
78211 "/// C++ methods, or ObjC selectors. \n"
78212 "/// See FunctionNameType for more details.\n"
78213 "///\n"
78214 "/// @return\n"
78215 "/// A symbol context list that gets filled in with all of the\n"
78216 "/// matches.\n"
78217 "//------------------------------------------------------------------\n"
78218 "\n"
78219 ""},
78220 { (char *)"SBModule_FindFirstType", _wrap_SBModule_FindFirstType, METH_VARARGS0x0001, (char *)"SBModule_FindFirstType(SBModule self, char const * name) -> SBType"},
78221 { (char *)"SBModule_FindTypes", _wrap_SBModule_FindTypes, METH_VARARGS0x0001, (char *)"SBModule_FindTypes(SBModule self, char const * type) -> SBTypeList"},
78222 { (char *)"SBModule_GetTypeByID", _wrap_SBModule_GetTypeByID, METH_VARARGS0x0001, (char *)"SBModule_GetTypeByID(SBModule self, lldb::user_id_t uid) -> SBType"},
78223 { (char *)"SBModule_GetBasicType", _wrap_SBModule_GetBasicType, METH_VARARGS0x0001, (char *)"SBModule_GetBasicType(SBModule self, lldb::BasicType type) -> SBType"},
78224 { (char *)"SBModule_GetTypes", _wrap_SBModule_GetTypes, METH_VARARGS0x0001, (char *)"\n"
78225 "GetTypes(uint32_t type_mask) -> SBTypeList\n"
78226 "SBModule_GetTypes(SBModule self) -> SBTypeList\n"
78227 "\n"
78228 "\n"
78229 "//------------------------------------------------------------------\n"
78230 "/// Get all types matching  type_mask from debug info in this\n"
78231 "/// module.\n"
78232 "///\n"
78233 "/// @param[in] type_mask\n"
78234 "/// A bitfield that consists of one or more bits logically OR'ed\n"
78235 "/// together from the lldb::TypeClass enumeration. This allows\n"
78236 "/// you to request only structure types, or only class, struct\n"
78237 "/// and union types. Passing in lldb::eTypeClassAny will return\n"
78238 "/// all types found in the debug information for this module.\n"
78239 "///\n"
78240 "/// @return\n"
78241 "/// A list of types in this module that match  type_mask\n"
78242 "//------------------------------------------------------------------\n"
78243 "\n"
78244 ""},
78245 { (char *)"SBModule_FindGlobalVariables", _wrap_SBModule_FindGlobalVariables, METH_VARARGS0x0001, (char *)"\n"
78246 "SBModule_FindGlobalVariables(SBModule self, SBTarget target, char const * name, uint32_t max_matches) -> SBValueList\n"
78247 "\n"
78248 "\n"
78249 "//------------------------------------------------------------------\n"
78250 "/// Find global and static variables by name.\n"
78251 "///\n"
78252 "/// @param[in] target\n"
78253 "/// A valid SBTarget instance representing the debuggee.\n"
78254 "///\n"
78255 "/// @param[in] name\n"
78256 "/// The name of the global or static variable we are looking\n"
78257 "/// for.\n"
78258 "///\n"
78259 "/// @param[in] max_matches\n"
78260 "/// Allow the number of matches to be limited to  max_matches.\n"
78261 "///\n"
78262 "/// @return\n"
78263 "/// A list of matched variables in an SBValueList.\n"
78264 "//------------------------------------------------------------------\n"
78265 "\n"
78266 ""},
78267 { (char *)"SBModule_FindFirstGlobalVariable", _wrap_SBModule_FindFirstGlobalVariable, METH_VARARGS0x0001, (char *)"\n"
78268 "SBModule_FindFirstGlobalVariable(SBModule self, SBTarget target, char const * name) -> SBValue\n"
78269 "\n"
78270 "\n"
78271 "//------------------------------------------------------------------\n"
78272 "/// Find the first global (or static) variable by name.\n"
78273 "///\n"
78274 "/// @param[in] target\n"
78275 "/// A valid SBTarget instance representing the debuggee.\n"
78276 "///\n"
78277 "/// @param[in] name\n"
78278 "/// The name of the global or static variable we are looking\n"
78279 "/// for.\n"
78280 "///\n"
78281 "/// @return\n"
78282 "/// An SBValue that gets filled in with the found variable (if any).\n"
78283 "//------------------------------------------------------------------\n"
78284 "\n"
78285 ""},
78286 { (char *)"SBModule_GetByteOrder", _wrap_SBModule_GetByteOrder, METH_VARARGS0x0001, (char *)"SBModule_GetByteOrder(SBModule self) -> lldb::ByteOrder"},
78287 { (char *)"SBModule_GetAddressByteSize", _wrap_SBModule_GetAddressByteSize, METH_VARARGS0x0001, (char *)"SBModule_GetAddressByteSize(SBModule self) -> uint32_t"},
78288 { (char *)"SBModule_GetTriple", _wrap_SBModule_GetTriple, METH_VARARGS0x0001, (char *)"SBModule_GetTriple(SBModule self) -> char const *"},
78289 { (char *)"SBModule_GetVersion", _wrap_SBModule_GetVersion, METH_VARARGS0x0001, (char *)"SBModule_GetVersion(SBModule self) -> uint32_t"},
78290 { (char *)"SBModule_GetSymbolFileSpec", _wrap_SBModule_GetSymbolFileSpec, METH_VARARGS0x0001, (char *)"SBModule_GetSymbolFileSpec(SBModule self) -> SBFileSpec"},
78291 { (char *)"SBModule_GetObjectFileHeaderAddress", _wrap_SBModule_GetObjectFileHeaderAddress, METH_VARARGS0x0001, (char *)"SBModule_GetObjectFileHeaderAddress(SBModule self) -> SBAddress"},
78292 { (char *)"SBModule___eq__", _wrap_SBModule___eq__, METH_VARARGS0x0001, (char *)"SBModule___eq__(SBModule self, SBModule rhs) -> bool"},
78293 { (char *)"SBModule___ne__", _wrap_SBModule___ne__, METH_VARARGS0x0001, (char *)"SBModule___ne__(SBModule self, SBModule rhs) -> bool"},
78294 { (char *)"SBModule___str__", _wrap_SBModule___str__, METH_VARARGS0x0001, (char *)"SBModule___str__(SBModule self) -> PyObject *"},
78295 { (char *)"SBModule_swigregister", SBModule_swigregister, METH_VARARGS0x0001, NULL__null},
78296 { (char *)"new_SBModuleSpec", _wrap_new_SBModuleSpec, METH_VARARGS0x0001, (char *)"\n"
78297 "SBModuleSpec()\n"
78298 "new_SBModuleSpec(SBModuleSpec rhs) -> SBModuleSpec\n"
78299 ""},
78300 { (char *)"delete_SBModuleSpec", _wrap_delete_SBModuleSpec, METH_VARARGS0x0001, (char *)"delete_SBModuleSpec(SBModuleSpec self)"},
78301 { (char *)"SBModuleSpec_IsValid", _wrap_SBModuleSpec_IsValid, METH_VARARGS0x0001, (char *)"SBModuleSpec_IsValid(SBModuleSpec self) -> bool"},
78302 { (char *)"SBModuleSpec_Clear", _wrap_SBModuleSpec_Clear, METH_VARARGS0x0001, (char *)"SBModuleSpec_Clear(SBModuleSpec self)"},
78303 { (char *)"SBModuleSpec_GetFileSpec", _wrap_SBModuleSpec_GetFileSpec, METH_VARARGS0x0001, (char *)"SBModuleSpec_GetFileSpec(SBModuleSpec self) -> SBFileSpec"},
78304 { (char *)"SBModuleSpec_SetFileSpec", _wrap_SBModuleSpec_SetFileSpec, METH_VARARGS0x0001, (char *)"SBModuleSpec_SetFileSpec(SBModuleSpec self, SBFileSpec fspec)"},
78305 { (char *)"SBModuleSpec_GetPlatformFileSpec", _wrap_SBModuleSpec_GetPlatformFileSpec, METH_VARARGS0x0001, (char *)"SBModuleSpec_GetPlatformFileSpec(SBModuleSpec self) -> SBFileSpec"},
78306 { (char *)"SBModuleSpec_SetPlatformFileSpec", _wrap_SBModuleSpec_SetPlatformFileSpec, METH_VARARGS0x0001, (char *)"SBModuleSpec_SetPlatformFileSpec(SBModuleSpec self, SBFileSpec fspec)"},
78307 { (char *)"SBModuleSpec_GetSymbolFileSpec", _wrap_SBModuleSpec_GetSymbolFileSpec, METH_VARARGS0x0001, (char *)"SBModuleSpec_GetSymbolFileSpec(SBModuleSpec self) -> SBFileSpec"},
78308 { (char *)"SBModuleSpec_SetSymbolFileSpec", _wrap_SBModuleSpec_SetSymbolFileSpec, METH_VARARGS0x0001, (char *)"SBModuleSpec_SetSymbolFileSpec(SBModuleSpec self, SBFileSpec fspec)"},
78309 { (char *)"SBModuleSpec_GetObjectName", _wrap_SBModuleSpec_GetObjectName, METH_VARARGS0x0001, (char *)"SBModuleSpec_GetObjectName(SBModuleSpec self) -> char const *"},
78310 { (char *)"SBModuleSpec_SetObjectName", _wrap_SBModuleSpec_SetObjectName, METH_VARARGS0x0001, (char *)"SBModuleSpec_SetObjectName(SBModuleSpec self, char const * name)"},
78311 { (char *)"SBModuleSpec_GetTriple", _wrap_SBModuleSpec_GetTriple, METH_VARARGS0x0001, (char *)"SBModuleSpec_GetTriple(SBModuleSpec self) -> char const *"},
78312 { (char *)"SBModuleSpec_SetTriple", _wrap_SBModuleSpec_SetTriple, METH_VARARGS0x0001, (char *)"SBModuleSpec_SetTriple(SBModuleSpec self, char const * triple)"},
78313 { (char *)"SBModuleSpec_GetUUIDBytes", _wrap_SBModuleSpec_GetUUIDBytes, METH_VARARGS0x0001, (char *)"SBModuleSpec_GetUUIDBytes(SBModuleSpec self) -> uint8_t const *"},
78314 { (char *)"SBModuleSpec_GetUUIDLength", _wrap_SBModuleSpec_GetUUIDLength, METH_VARARGS0x0001, (char *)"SBModuleSpec_GetUUIDLength(SBModuleSpec self) -> size_t"},
78315 { (char *)"SBModuleSpec_SetUUIDBytes", _wrap_SBModuleSpec_SetUUIDBytes, METH_VARARGS0x0001, (char *)"SBModuleSpec_SetUUIDBytes(SBModuleSpec self, uint8_t const * uuid, size_t uuid_len) -> bool"},
78316 { (char *)"SBModuleSpec_GetDescription", _wrap_SBModuleSpec_GetDescription, METH_VARARGS0x0001, (char *)"SBModuleSpec_GetDescription(SBModuleSpec self, SBStream description) -> bool"},
78317 { (char *)"SBModuleSpec___str__", _wrap_SBModuleSpec___str__, METH_VARARGS0x0001, (char *)"SBModuleSpec___str__(SBModuleSpec self) -> PyObject *"},
78318 { (char *)"SBModuleSpec_swigregister", SBModuleSpec_swigregister, METH_VARARGS0x0001, NULL__null},
78319 { (char *)"new_SBModuleSpecList", _wrap_new_SBModuleSpecList, METH_VARARGS0x0001, (char *)"\n"
78320 "SBModuleSpecList()\n"
78321 "new_SBModuleSpecList(SBModuleSpecList rhs) -> SBModuleSpecList\n"
78322 ""},
78323 { (char *)"delete_SBModuleSpecList", _wrap_delete_SBModuleSpecList, METH_VARARGS0x0001, (char *)"delete_SBModuleSpecList(SBModuleSpecList self)"},
78324 { (char *)"SBModuleSpecList_GetModuleSpecifications", _wrap_SBModuleSpecList_GetModuleSpecifications, METH_VARARGS0x0001, (char *)"SBModuleSpecList_GetModuleSpecifications(char const * path) -> SBModuleSpecList"},
78325 { (char *)"SBModuleSpecList_Append", _wrap_SBModuleSpecList_Append, METH_VARARGS0x0001, (char *)"\n"
78326 "Append(SBModuleSpec spec)\n"
78327 "SBModuleSpecList_Append(SBModuleSpecList self, SBModuleSpecList spec_list)\n"
78328 ""},
78329 { (char *)"SBModuleSpecList_FindFirstMatchingSpec", _wrap_SBModuleSpecList_FindFirstMatchingSpec, METH_VARARGS0x0001, (char *)"SBModuleSpecList_FindFirstMatchingSpec(SBModuleSpecList self, SBModuleSpec match_spec) -> SBModuleSpec"},
78330 { (char *)"SBModuleSpecList_FindMatchingSpecs", _wrap_SBModuleSpecList_FindMatchingSpecs, METH_VARARGS0x0001, (char *)"SBModuleSpecList_FindMatchingSpecs(SBModuleSpecList self, SBModuleSpec match_spec) -> SBModuleSpecList"},
78331 { (char *)"SBModuleSpecList_GetSize", _wrap_SBModuleSpecList_GetSize, METH_VARARGS0x0001, (char *)"SBModuleSpecList_GetSize(SBModuleSpecList self) -> size_t"},
78332 { (char *)"SBModuleSpecList_GetSpecAtIndex", _wrap_SBModuleSpecList_GetSpecAtIndex, METH_VARARGS0x0001, (char *)"SBModuleSpecList_GetSpecAtIndex(SBModuleSpecList self, size_t i) -> SBModuleSpec"},
78333 { (char *)"SBModuleSpecList_GetDescription", _wrap_SBModuleSpecList_GetDescription, METH_VARARGS0x0001, (char *)"SBModuleSpecList_GetDescription(SBModuleSpecList self, SBStream description) -> bool"},
78334 { (char *)"SBModuleSpecList___str__", _wrap_SBModuleSpecList___str__, METH_VARARGS0x0001, (char *)"SBModuleSpecList___str__(SBModuleSpecList self) -> PyObject *"},
78335 { (char *)"SBModuleSpecList_swigregister", SBModuleSpecList_swigregister, METH_VARARGS0x0001, NULL__null},
78336 { (char *)"new_SBPlatformConnectOptions", _wrap_new_SBPlatformConnectOptions, METH_VARARGS0x0001, (char *)"\n"
78337 "SBPlatformConnectOptions(char const * url)\n"
78338 "new_SBPlatformConnectOptions(SBPlatformConnectOptions rhs) -> SBPlatformConnectOptions\n"
78339 ""},
78340 { (char *)"delete_SBPlatformConnectOptions", _wrap_delete_SBPlatformConnectOptions, METH_VARARGS0x0001, (char *)"delete_SBPlatformConnectOptions(SBPlatformConnectOptions self)"},
78341 { (char *)"SBPlatformConnectOptions_GetURL", _wrap_SBPlatformConnectOptions_GetURL, METH_VARARGS0x0001, (char *)"SBPlatformConnectOptions_GetURL(SBPlatformConnectOptions self) -> char const *"},
78342 { (char *)"SBPlatformConnectOptions_SetURL", _wrap_SBPlatformConnectOptions_SetURL, METH_VARARGS0x0001, (char *)"SBPlatformConnectOptions_SetURL(SBPlatformConnectOptions self, char const * url)"},
78343 { (char *)"SBPlatformConnectOptions_GetRsyncEnabled", _wrap_SBPlatformConnectOptions_GetRsyncEnabled, METH_VARARGS0x0001, (char *)"SBPlatformConnectOptions_GetRsyncEnabled(SBPlatformConnectOptions self) -> bool"},
78344 { (char *)"SBPlatformConnectOptions_EnableRsync", _wrap_SBPlatformConnectOptions_EnableRsync, METH_VARARGS0x0001, (char *)"SBPlatformConnectOptions_EnableRsync(SBPlatformConnectOptions self, char const * options, char const * remote_path_prefix, bool omit_remote_hostname)"},
78345 { (char *)"SBPlatformConnectOptions_DisableRsync", _wrap_SBPlatformConnectOptions_DisableRsync, METH_VARARGS0x0001, (char *)"SBPlatformConnectOptions_DisableRsync(SBPlatformConnectOptions self)"},
78346 { (char *)"SBPlatformConnectOptions_GetLocalCacheDirectory", _wrap_SBPlatformConnectOptions_GetLocalCacheDirectory, METH_VARARGS0x0001, (char *)"SBPlatformConnectOptions_GetLocalCacheDirectory(SBPlatformConnectOptions self) -> char const *"},
78347 { (char *)"SBPlatformConnectOptions_SetLocalCacheDirectory", _wrap_SBPlatformConnectOptions_SetLocalCacheDirectory, METH_VARARGS0x0001, (char *)"SBPlatformConnectOptions_SetLocalCacheDirectory(SBPlatformConnectOptions self, char const * path)"},
78348 { (char *)"SBPlatformConnectOptions_swigregister", SBPlatformConnectOptions_swigregister, METH_VARARGS0x0001, NULL__null},
78349 { (char *)"new_SBPlatformShellCommand", _wrap_new_SBPlatformShellCommand, METH_VARARGS0x0001, (char *)"\n"
78350 "SBPlatformShellCommand(char const * shell_command)\n"
78351 "new_SBPlatformShellCommand(SBPlatformShellCommand rhs) -> SBPlatformShellCommand\n"
78352 ""},
78353 { (char *)"delete_SBPlatformShellCommand", _wrap_delete_SBPlatformShellCommand, METH_VARARGS0x0001, (char *)"delete_SBPlatformShellCommand(SBPlatformShellCommand self)"},
78354 { (char *)"SBPlatformShellCommand_Clear", _wrap_SBPlatformShellCommand_Clear, METH_VARARGS0x0001, (char *)"SBPlatformShellCommand_Clear(SBPlatformShellCommand self)"},
78355 { (char *)"SBPlatformShellCommand_GetCommand", _wrap_SBPlatformShellCommand_GetCommand, METH_VARARGS0x0001, (char *)"SBPlatformShellCommand_GetCommand(SBPlatformShellCommand self) -> char const *"},
78356 { (char *)"SBPlatformShellCommand_SetCommand", _wrap_SBPlatformShellCommand_SetCommand, METH_VARARGS0x0001, (char *)"SBPlatformShellCommand_SetCommand(SBPlatformShellCommand self, char const * shell_command)"},
78357 { (char *)"SBPlatformShellCommand_GetWorkingDirectory", _wrap_SBPlatformShellCommand_GetWorkingDirectory, METH_VARARGS0x0001, (char *)"SBPlatformShellCommand_GetWorkingDirectory(SBPlatformShellCommand self) -> char const *"},
78358 { (char *)"SBPlatformShellCommand_SetWorkingDirectory", _wrap_SBPlatformShellCommand_SetWorkingDirectory, METH_VARARGS0x0001, (char *)"SBPlatformShellCommand_SetWorkingDirectory(SBPlatformShellCommand self, char const * path)"},
78359 { (char *)"SBPlatformShellCommand_GetTimeoutSeconds", _wrap_SBPlatformShellCommand_GetTimeoutSeconds, METH_VARARGS0x0001, (char *)"SBPlatformShellCommand_GetTimeoutSeconds(SBPlatformShellCommand self) -> uint32_t"},
78360 { (char *)"SBPlatformShellCommand_SetTimeoutSeconds", _wrap_SBPlatformShellCommand_SetTimeoutSeconds, METH_VARARGS0x0001, (char *)"SBPlatformShellCommand_SetTimeoutSeconds(SBPlatformShellCommand self, uint32_t sec)"},
78361 { (char *)"SBPlatformShellCommand_GetSignal", _wrap_SBPlatformShellCommand_GetSignal, METH_VARARGS0x0001, (char *)"SBPlatformShellCommand_GetSignal(SBPlatformShellCommand self) -> int"},
78362 { (char *)"SBPlatformShellCommand_GetStatus", _wrap_SBPlatformShellCommand_GetStatus, METH_VARARGS0x0001, (char *)"SBPlatformShellCommand_GetStatus(SBPlatformShellCommand self) -> int"},
78363 { (char *)"SBPlatformShellCommand_GetOutput", _wrap_SBPlatformShellCommand_GetOutput, METH_VARARGS0x0001, (char *)"SBPlatformShellCommand_GetOutput(SBPlatformShellCommand self) -> char const *"},
78364 { (char *)"SBPlatformShellCommand_swigregister", SBPlatformShellCommand_swigregister, METH_VARARGS0x0001, NULL__null},
78365 { (char *)"new_SBPlatform", _wrap_new_SBPlatform, METH_VARARGS0x0001, (char *)"\n"
78366 "SBPlatform()\n"
78367 "new_SBPlatform(char const * arg2) -> SBPlatform\n"
78368 ""},
78369 { (char *)"delete_SBPlatform", _wrap_delete_SBPlatform, METH_VARARGS0x0001, (char *)"delete_SBPlatform(SBPlatform self)"},
78370 { (char *)"SBPlatform_IsValid", _wrap_SBPlatform_IsValid, METH_VARARGS0x0001, (char *)"SBPlatform_IsValid(SBPlatform self) -> bool"},
78371 { (char *)"SBPlatform_Clear", _wrap_SBPlatform_Clear, METH_VARARGS0x0001, (char *)"SBPlatform_Clear(SBPlatform self)"},
78372 { (char *)"SBPlatform_GetWorkingDirectory", _wrap_SBPlatform_GetWorkingDirectory, METH_VARARGS0x0001, (char *)"SBPlatform_GetWorkingDirectory(SBPlatform self) -> char const *"},
78373 { (char *)"SBPlatform_SetWorkingDirectory", _wrap_SBPlatform_SetWorkingDirectory, METH_VARARGS0x0001, (char *)"SBPlatform_SetWorkingDirectory(SBPlatform self, char const * arg3) -> bool"},
78374 { (char *)"SBPlatform_GetName", _wrap_SBPlatform_GetName, METH_VARARGS0x0001, (char *)"SBPlatform_GetName(SBPlatform self) -> char const *"},
78375 { (char *)"SBPlatform_ConnectRemote", _wrap_SBPlatform_ConnectRemote, METH_VARARGS0x0001, (char *)"SBPlatform_ConnectRemote(SBPlatform self, SBPlatformConnectOptions connect_options) -> SBError"},
78376 { (char *)"SBPlatform_DisconnectRemote", _wrap_SBPlatform_DisconnectRemote, METH_VARARGS0x0001, (char *)"SBPlatform_DisconnectRemote(SBPlatform self)"},
78377 { (char *)"SBPlatform_IsConnected", _wrap_SBPlatform_IsConnected, METH_VARARGS0x0001, (char *)"SBPlatform_IsConnected(SBPlatform self) -> bool"},
78378 { (char *)"SBPlatform_GetTriple", _wrap_SBPlatform_GetTriple, METH_VARARGS0x0001, (char *)"SBPlatform_GetTriple(SBPlatform self) -> char const *"},
78379 { (char *)"SBPlatform_GetHostname", _wrap_SBPlatform_GetHostname, METH_VARARGS0x0001, (char *)"SBPlatform_GetHostname(SBPlatform self) -> char const *"},
78380 { (char *)"SBPlatform_GetOSBuild", _wrap_SBPlatform_GetOSBuild, METH_VARARGS0x0001, (char *)"SBPlatform_GetOSBuild(SBPlatform self) -> char const *"},
78381 { (char *)"SBPlatform_GetOSDescription", _wrap_SBPlatform_GetOSDescription, METH_VARARGS0x0001, (char *)"SBPlatform_GetOSDescription(SBPlatform self) -> char const *"},
78382 { (char *)"SBPlatform_GetOSMajorVersion", _wrap_SBPlatform_GetOSMajorVersion, METH_VARARGS0x0001, (char *)"SBPlatform_GetOSMajorVersion(SBPlatform self) -> uint32_t"},
78383 { (char *)"SBPlatform_GetOSMinorVersion", _wrap_SBPlatform_GetOSMinorVersion, METH_VARARGS0x0001, (char *)"SBPlatform_GetOSMinorVersion(SBPlatform self) -> uint32_t"},
78384 { (char *)"SBPlatform_GetOSUpdateVersion", _wrap_SBPlatform_GetOSUpdateVersion, METH_VARARGS0x0001, (char *)"SBPlatform_GetOSUpdateVersion(SBPlatform self) -> uint32_t"},
78385 { (char *)"SBPlatform_Get", _wrap_SBPlatform_Get, METH_VARARGS0x0001, (char *)"SBPlatform_Get(SBPlatform self, SBFileSpec src, SBFileSpec dst) -> SBError"},
78386 { (char *)"SBPlatform_Put", _wrap_SBPlatform_Put, METH_VARARGS0x0001, (char *)"SBPlatform_Put(SBPlatform self, SBFileSpec src, SBFileSpec dst) -> SBError"},
78387 { (char *)"SBPlatform_Install", _wrap_SBPlatform_Install, METH_VARARGS0x0001, (char *)"SBPlatform_Install(SBPlatform self, SBFileSpec src, SBFileSpec dst) -> SBError"},
78388 { (char *)"SBPlatform_Run", _wrap_SBPlatform_Run, METH_VARARGS0x0001, (char *)"SBPlatform_Run(SBPlatform self, SBPlatformShellCommand shell_command) -> SBError"},
78389 { (char *)"SBPlatform_Launch", _wrap_SBPlatform_Launch, METH_VARARGS0x0001, (char *)"SBPlatform_Launch(SBPlatform self, SBLaunchInfo launch_info) -> SBError"},
78390 { (char *)"SBPlatform_Kill", _wrap_SBPlatform_Kill, METH_VARARGS0x0001, (char *)"SBPlatform_Kill(SBPlatform self, lldb::pid_t const pid) -> SBError"},
78391 { (char *)"SBPlatform_MakeDirectory", _wrap_SBPlatform_MakeDirectory, METH_VARARGS0x0001, (char *)"\n"
78392 "MakeDirectory(char const * path, uint32_t file_permissions) -> SBError\n"
78393 "SBPlatform_MakeDirectory(SBPlatform self, char const * path) -> SBError\n"
78394 ""},
78395 { (char *)"SBPlatform_GetFilePermissions", _wrap_SBPlatform_GetFilePermissions, METH_VARARGS0x0001, (char *)"SBPlatform_GetFilePermissions(SBPlatform self, char const * path) -> uint32_t"},
78396 { (char *)"SBPlatform_SetFilePermissions", _wrap_SBPlatform_SetFilePermissions, METH_VARARGS0x0001, (char *)"SBPlatform_SetFilePermissions(SBPlatform self, char const * path, uint32_t file_permissions) -> SBError"},
78397 { (char *)"SBPlatform_GetUnixSignals", _wrap_SBPlatform_GetUnixSignals, METH_VARARGS0x0001, (char *)"SBPlatform_GetUnixSignals(SBPlatform self) -> SBUnixSignals"},
78398 { (char *)"SBPlatform_swigregister", SBPlatform_swigregister, METH_VARARGS0x0001, NULL__null},
78399 { (char *)"new_SBProcess", _wrap_new_SBProcess, METH_VARARGS0x0001, (char *)"\n"
78400 "SBProcess()\n"
78401 "new_SBProcess(SBProcess rhs) -> SBProcess\n"
78402 ""},
78403 { (char *)"delete_SBProcess", _wrap_delete_SBProcess, METH_VARARGS0x0001, (char *)"delete_SBProcess(SBProcess self)"},
78404 { (char *)"SBProcess_GetBroadcasterClassName", _wrap_SBProcess_GetBroadcasterClassName, METH_VARARGS0x0001, (char *)"SBProcess_GetBroadcasterClassName() -> char const *"},
78405 { (char *)"SBProcess_GetPluginName", _wrap_SBProcess_GetPluginName, METH_VARARGS0x0001, (char *)"SBProcess_GetPluginName(SBProcess self) -> char const *"},
78406 { (char *)"SBProcess_GetShortPluginName", _wrap_SBProcess_GetShortPluginName, METH_VARARGS0x0001, (char *)"SBProcess_GetShortPluginName(SBProcess self) -> char const *"},
78407 { (char *)"SBProcess_Clear", _wrap_SBProcess_Clear, METH_VARARGS0x0001, (char *)"SBProcess_Clear(SBProcess self)"},
78408 { (char *)"SBProcess_IsValid", _wrap_SBProcess_IsValid, METH_VARARGS0x0001, (char *)"SBProcess_IsValid(SBProcess self) -> bool"},
78409 { (char *)"SBProcess_GetTarget", _wrap_SBProcess_GetTarget, METH_VARARGS0x0001, (char *)"SBProcess_GetTarget(SBProcess self) -> SBTarget"},
78410 { (char *)"SBProcess_GetByteOrder", _wrap_SBProcess_GetByteOrder, METH_VARARGS0x0001, (char *)"SBProcess_GetByteOrder(SBProcess self) -> lldb::ByteOrder"},
78411 { (char *)"SBProcess_PutSTDIN", _wrap_SBProcess_PutSTDIN, METH_VARARGS0x0001, (char *)"\n"
78412 "\n"
78413 "Writes data into the current process's stdin. API client specifies a Python\n"
78414 "string as the only argument.\n"
78415 "\n"
78416 ""},
78417 { (char *)"SBProcess_GetSTDOUT", _wrap_SBProcess_GetSTDOUT, METH_VARARGS0x0001, (char *)"\n"
78418 "\n"
78419 "Reads data from the current process's stdout stream. API client specifies\n"
78420 "the size of the buffer to read data into. It returns the byte buffer in a\n"
78421 "Python string.\n"
78422 "\n"
78423 ""},
78424 { (char *)"SBProcess_GetSTDERR", _wrap_SBProcess_GetSTDERR, METH_VARARGS0x0001, (char *)"\n"
78425 "\n"
78426 "Reads data from the current process's stderr stream. API client specifies\n"
78427 "the size of the buffer to read data into. It returns the byte buffer in a\n"
78428 "Python string.\n"
78429 "\n"
78430 ""},
78431 { (char *)"SBProcess_GetAsyncProfileData", _wrap_SBProcess_GetAsyncProfileData, METH_VARARGS0x0001, (char *)"SBProcess_GetAsyncProfileData(SBProcess self, char * dst) -> size_t"},
78432 { (char *)"SBProcess_ReportEventState", _wrap_SBProcess_ReportEventState, METH_VARARGS0x0001, (char *)"SBProcess_ReportEventState(SBProcess self, SBEvent event, FILE * out)"},
78433 { (char *)"SBProcess_AppendEventStateReport", _wrap_SBProcess_AppendEventStateReport, METH_VARARGS0x0001, (char *)"SBProcess_AppendEventStateReport(SBProcess self, SBEvent event, SBCommandReturnObject result)"},
78434 { (char *)"SBProcess_RemoteAttachToProcessWithID", _wrap_SBProcess_RemoteAttachToProcessWithID, METH_VARARGS0x0001, (char *)"\n"
78435 "SBProcess_RemoteAttachToProcessWithID(SBProcess self, lldb::pid_t pid, SBError error) -> bool\n"
78436 "\n"
78437 "\n"
78438 "//------------------------------------------------------------------\n"
78439 "/// Remote connection related functions. These will fail if the\n"
78440 "/// process is not in eStateConnected. They are intended for use\n"
78441 "/// when connecting to an externally managed debugserver instance.\n"
78442 "//------------------------------------------------------------------\n"
78443 "\n"
78444 ""},
78445 { (char *)"SBProcess_RemoteLaunch", _wrap_SBProcess_RemoteLaunch, METH_VARARGS0x0001, (char *)"\n"
78446 "SBProcess_RemoteLaunch(SBProcess self, char const ** argv, char const ** envp, char const * stdin_path, char const * stdout_path, char const * stderr_path, char const * working_directory, uint32_t launch_flags, bool stop_at_entry, SBError error) -> bool\n"
78447 "\n"
78448 "See SBTarget.Launch for argument description and usage.\n"
78449 ""},
78450 { (char *)"SBProcess_GetNumThreads", _wrap_SBProcess_GetNumThreads, METH_VARARGS0x0001, (char *)"SBProcess_GetNumThreads(SBProcess self) -> uint32_t"},
78451 { (char *)"SBProcess_GetThreadAtIndex", _wrap_SBProcess_GetThreadAtIndex, METH_VARARGS0x0001, (char *)"\n"
78452 "\n"
78453 "Returns the INDEX'th thread from the list of current threads. The index\n"
78454 "of a thread is only valid for the current stop. For a persistent thread\n"
78455 "identifier use either the thread ID or the IndexID. See help on SBThread\n"
78456 "for more details.\n"
78457 "\n"
78458 ""},
78459 { (char *)"SBProcess_GetThreadByID", _wrap_SBProcess_GetThreadByID, METH_VARARGS0x0001, (char *)"\n"
78460 "\n"
78461 "Returns the thread with the given thread ID.\n"
78462 "\n"
78463 ""},
78464 { (char *)"SBProcess_GetThreadByIndexID", _wrap_SBProcess_GetThreadByIndexID, METH_VARARGS0x0001, (char *)"\n"
78465 "\n"
78466 "Returns the thread with the given thread IndexID.\n"
78467 "\n"
78468 ""},
78469 { (char *)"SBProcess_GetSelectedThread", _wrap_SBProcess_GetSelectedThread, METH_VARARGS0x0001, (char *)"\n"
78470 "\n"
78471 "Returns the currently selected thread.\n"
78472 "\n"
78473 ""},
78474 { (char *)"SBProcess_CreateOSPluginThread", _wrap_SBProcess_CreateOSPluginThread, METH_VARARGS0x0001, (char *)"\n"
78475 "\n"
78476 "Lazily create a thread on demand through the current OperatingSystem plug-in, if the current OperatingSystem plug-in supports it.\n"
78477 "\n"
78478 ""},
78479 { (char *)"SBProcess_SetSelectedThread", _wrap_SBProcess_SetSelectedThread, METH_VARARGS0x0001, (char *)"SBProcess_SetSelectedThread(SBProcess self, SBThread thread) -> bool"},
78480 { (char *)"SBProcess_SetSelectedThreadByID", _wrap_SBProcess_SetSelectedThreadByID, METH_VARARGS0x0001, (char *)"SBProcess_SetSelectedThreadByID(SBProcess self, lldb::tid_t tid) -> bool"},
78481 { (char *)"SBProcess_SetSelectedThreadByIndexID", _wrap_SBProcess_SetSelectedThreadByIndexID, METH_VARARGS0x0001, (char *)"SBProcess_SetSelectedThreadByIndexID(SBProcess self, uint32_t index_id) -> bool"},
78482 { (char *)"SBProcess_GetNumQueues", _wrap_SBProcess_GetNumQueues, METH_VARARGS0x0001, (char *)"SBProcess_GetNumQueues(SBProcess self) -> uint32_t"},
78483 { (char *)"SBProcess_GetQueueAtIndex", _wrap_SBProcess_GetQueueAtIndex, METH_VARARGS0x0001, (char *)"SBProcess_GetQueueAtIndex(SBProcess self, uint32_t index) -> SBQueue"},
78484 { (char *)"SBProcess_GetState", _wrap_SBProcess_GetState, METH_VARARGS0x0001, (char *)"SBProcess_GetState(SBProcess self) -> lldb::StateType"},
78485 { (char *)"SBProcess_GetExitStatus", _wrap_SBProcess_GetExitStatus, METH_VARARGS0x0001, (char *)"SBProcess_GetExitStatus(SBProcess self) -> int"},
78486 { (char *)"SBProcess_GetExitDescription", _wrap_SBProcess_GetExitDescription, METH_VARARGS0x0001, (char *)"SBProcess_GetExitDescription(SBProcess self) -> char const *"},
78487 { (char *)"SBProcess_GetProcessID", _wrap_SBProcess_GetProcessID, METH_VARARGS0x0001, (char *)"\n"
78488 "\n"
78489 "Returns the process ID of the process.\n"
78490 "\n"
78491 ""},
78492 { (char *)"SBProcess_GetUniqueID", _wrap_SBProcess_GetUniqueID, METH_VARARGS0x0001, (char *)"\n"
78493 "\n"
78494 "Returns an integer ID that is guaranteed to be unique across all process instances. This is not the process ID, just a unique integer for comparison and caching purposes.\n"
78495 "\n"
78496 ""},
78497 { (char *)"SBProcess_GetAddressByteSize", _wrap_SBProcess_GetAddressByteSize, METH_VARARGS0x0001, (char *)"SBProcess_GetAddressByteSize(SBProcess self) -> uint32_t"},
78498 { (char *)"SBProcess_Destroy", _wrap_SBProcess_Destroy, METH_VARARGS0x0001, (char *)"\n"
78499 "SBProcess_Destroy(SBProcess self) -> SBError\n"
78500 "\n"
78501 "\n"
78502 "Kills the process and shuts down all threads that were spawned to\n"
78503 "track and monitor process.\n"
78504 "\n"
78505 ""},
78506 { (char *)"SBProcess_Continue", _wrap_SBProcess_Continue, METH_VARARGS0x0001, (char *)"SBProcess_Continue(SBProcess self) -> SBError"},
78507 { (char *)"SBProcess_Stop", _wrap_SBProcess_Stop, METH_VARARGS0x0001, (char *)"SBProcess_Stop(SBProcess self) -> SBError"},
78508 { (char *)"SBProcess_Kill", _wrap_SBProcess_Kill, METH_VARARGS0x0001, (char *)"SBProcess_Kill(SBProcess self) -> SBError"},
78509 { (char *)"SBProcess_Detach", _wrap_SBProcess_Detach, METH_VARARGS0x0001, (char *)"SBProcess_Detach(SBProcess self) -> SBError"},
78510 { (char *)"SBProcess_Signal", _wrap_SBProcess_Signal, METH_VARARGS0x0001, (char *)"\n"
78511 "SBProcess_Signal(SBProcess self, int signal) -> SBError\n"
78512 "\n"
78513 "Sends the process a unix signal.\n"
78514 ""},
78515 { (char *)"SBProcess_GetUnixSignals", _wrap_SBProcess_GetUnixSignals, METH_VARARGS0x0001, (char *)"SBProcess_GetUnixSignals(SBProcess self) -> SBUnixSignals"},
78516 { (char *)"SBProcess_GetStopID", _wrap_SBProcess_GetStopID, METH_VARARGS0x0001, (char *)"\n"
78517 "GetStopID(bool include_expression_stops=False) -> uint32_t\n"
78518 "SBProcess_GetStopID(SBProcess self) -> uint32_t\n"
78519 "\n"
78520 "\n"
78521 "Returns a stop id that will increase every time the process executes. If\n"
78522 "include_expression_stops is true, then stops caused by expression evaluation\n"
78523 "will cause the returned value to increase, otherwise the counter returned will\n"
78524 "only increase when execution is continued explicitly by the user. Note, the value\n"
78525 "will always increase, but may increase by more than one per stop.\n"
78526 "\n"
78527 ""},
78528 { (char *)"SBProcess_SendAsyncInterrupt", _wrap_SBProcess_SendAsyncInterrupt, METH_VARARGS0x0001, (char *)"SBProcess_SendAsyncInterrupt(SBProcess self)"},
78529 { (char *)"SBProcess_ReadMemory", _wrap_SBProcess_ReadMemory, METH_VARARGS0x0001, (char *)"\n"
78530 "\n"
78531 "Reads memory from the current process's address space and removes any\n"
78532 "traps that may have been inserted into the memory. It returns the byte\n"
78533 "buffer in a Python string. Example:\n"
78534 "\n"
78535 "# Read 4 bytes from address 'addr' and assume error.Success() is True.\n"
78536 "content = process.ReadMemory(addr, 4, error)\n"
78537 "new_bytes = bytearray(content)\n"
78538 "\n"
78539 ""},
78540 { (char *)"SBProcess_WriteMemory", _wrap_SBProcess_WriteMemory, METH_VARARGS0x0001, (char *)"\n"
78541 "\n"
78542 "Writes memory to the current process's address space and maintains any\n"
78543 "traps that might be present due to software breakpoints. Example:\n"
78544 "\n"
78545 "# Create a Python string from the byte array.\n"
78546 "new_value = str(bytes)\n"
78547 "result = process.WriteMemory(addr, new_value, error)\n"
78548 "if not error.Success() or result != len(bytes):\n"
78549 " print('SBProcess.WriteMemory() failed!')\n"
78550 "\n"
78551 ""},
78552 { (char *)"SBProcess_ReadCStringFromMemory", _wrap_SBProcess_ReadCStringFromMemory, METH_VARARGS0x0001, (char *)"\n"
78553 "\n"
78554 "Reads a NULL terminated C string from the current process's address space.\n"
78555 "It returns a python string of the exact length, or truncates the string if\n"
78556 "the maximum character limit is reached. Example:\n"
78557 "\n"
78558 "# Read a C string of at most 256 bytes from address '0x1000' \n"
78559 "error = lldb.SBError()\n"
78560 "cstring = process.ReadCStringFromMemory(0x1000, 256, error)\n"
78561 "if error.Success():\n"
78562 " print('cstring: ', cstring)\n"
78563 "else\n"
78564 " print('error: ', error)\n"
78565 "\n"
78566 ""},
78567 { (char *)"SBProcess_ReadUnsignedFromMemory", _wrap_SBProcess_ReadUnsignedFromMemory, METH_VARARGS0x0001, (char *)"\n"
78568 "\n"
78569 "Reads an unsigned integer from memory given a byte size and an address. \n"
78570 "Returns the unsigned integer that was read. Example:\n"
78571 "\n"
78572 "# Read a 4 byte unsigned integer from address 0x1000\n"
78573 "error = lldb.SBError()\n"
78574 "uint = ReadUnsignedFromMemory(0x1000, 4, error)\n"
78575 "if error.Success():\n"
78576 " print('integer: %u' % uint)\n"
78577 "else\n"
78578 " print('error: ', error)\n"
78579 "\n"
78580 "\n"
78581 ""},
78582 { (char *)"SBProcess_ReadPointerFromMemory", _wrap_SBProcess_ReadPointerFromMemory, METH_VARARGS0x0001, (char *)"\n"
78583 "\n"
78584 "Reads a pointer from memory from an address and returns the value. Example:\n"
78585 "\n"
78586 "# Read a pointer from address 0x1000\n"
78587 "error = lldb.SBError()\n"
78588 "ptr = ReadPointerFromMemory(0x1000, error)\n"
78589 "if error.Success():\n"
78590 " print('pointer: 0x%x' % ptr)\n"
78591 "else\n"
78592 " print('error: ', error)\n"
78593 "\n"
78594 "\n"
78595 ""},
78596 { (char *)"SBProcess_GetStateFromEvent", _wrap_SBProcess_GetStateFromEvent, METH_VARARGS0x0001, (char *)"SBProcess_GetStateFromEvent(SBEvent event) -> lldb::StateType"},
78597 { (char *)"SBProcess_GetRestartedFromEvent", _wrap_SBProcess_GetRestartedFromEvent, METH_VARARGS0x0001, (char *)"SBProcess_GetRestartedFromEvent(SBEvent event) -> bool"},
78598 { (char *)"SBProcess_GetNumRestartedReasonsFromEvent", _wrap_SBProcess_GetNumRestartedReasonsFromEvent, METH_VARARGS0x0001, (char *)"SBProcess_GetNumRestartedReasonsFromEvent(SBEvent event) -> size_t"},
78599 { (char *)"SBProcess_GetRestartedReasonAtIndexFromEvent", _wrap_SBProcess_GetRestartedReasonAtIndexFromEvent, METH_VARARGS0x0001, (char *)"SBProcess_GetRestartedReasonAtIndexFromEvent(SBEvent event, size_t idx) -> char const *"},
78600 { (char *)"SBProcess_GetProcessFromEvent", _wrap_SBProcess_GetProcessFromEvent, METH_VARARGS0x0001, (char *)"SBProcess_GetProcessFromEvent(SBEvent event) -> SBProcess"},
78601 { (char *)"SBProcess_GetInterruptedFromEvent", _wrap_SBProcess_GetInterruptedFromEvent, METH_VARARGS0x0001, (char *)"SBProcess_GetInterruptedFromEvent(SBEvent event) -> bool"},
78602 { (char *)"SBProcess_GetStructuredDataFromEvent", _wrap_SBProcess_GetStructuredDataFromEvent, METH_VARARGS0x0001, (char *)"SBProcess_GetStructuredDataFromEvent(SBEvent event) -> SBStructuredData"},
78603 { (char *)"SBProcess_EventIsProcessEvent", _wrap_SBProcess_EventIsProcessEvent, METH_VARARGS0x0001, (char *)"SBProcess_EventIsProcessEvent(SBEvent event) -> bool"},
78604 { (char *)"SBProcess_EventIsStructuredDataEvent", _wrap_SBProcess_EventIsStructuredDataEvent, METH_VARARGS0x0001, (char *)"SBProcess_EventIsStructuredDataEvent(SBEvent event) -> bool"},
78605 { (char *)"SBProcess_GetBroadcaster", _wrap_SBProcess_GetBroadcaster, METH_VARARGS0x0001, (char *)"SBProcess_GetBroadcaster(SBProcess self) -> SBBroadcaster"},
78606 { (char *)"SBProcess_GetDescription", _wrap_SBProcess_GetDescription, METH_VARARGS0x0001, (char *)"SBProcess_GetDescription(SBProcess self, SBStream description) -> bool"},
78607 { (char *)"SBProcess_GetNumSupportedHardwareWatchpoints", _wrap_SBProcess_GetNumSupportedHardwareWatchpoints, METH_VARARGS0x0001, (char *)"SBProcess_GetNumSupportedHardwareWatchpoints(SBProcess self, SBError error) -> uint32_t"},
78608 { (char *)"SBProcess_LoadImage", _wrap_SBProcess_LoadImage, METH_VARARGS0x0001, (char *)"SBProcess_LoadImage(SBProcess self, SBFileSpec image_spec, SBError error) -> uint32_t"},
78609 { (char *)"SBProcess_LoadImageUsingPaths", _wrap_SBProcess_LoadImageUsingPaths, METH_VARARGS0x0001, (char *)"\n"
78610 "\n"
78611 "Load the library whose filename is given by image_spec looking in all the\n"
78612 "paths supplied in the paths argument. If successful, return a token that\n"
78613 "can be passed to UnloadImage and fill loaded_path with the path that was\n"
78614 "successfully loaded. On failure, return \n"
78615 "lldb.LLDB_INVALID_IMAGE_TOKEN.\n"
78616 "\n"
78617 ""},
78618 { (char *)"SBProcess_UnloadImage", _wrap_SBProcess_UnloadImage, METH_VARARGS0x0001, (char *)"SBProcess_UnloadImage(SBProcess self, uint32_t image_token) -> SBError"},
78619 { (char *)"SBProcess_SendEventData", _wrap_SBProcess_SendEventData, METH_VARARGS0x0001, (char *)"SBProcess_SendEventData(SBProcess self, char const * event_data) -> SBError"},
78620 { (char *)"SBProcess_GetNumExtendedBacktraceTypes", _wrap_SBProcess_GetNumExtendedBacktraceTypes, METH_VARARGS0x0001, (char *)"\n"
78621 "\n"
78622 "Return the number of different thread-origin extended backtraces\n"
78623 "this process can support as a uint32_t.\n"
78624 "When the process is stopped and you have an SBThread, lldb may be\n"
78625 "able to show a backtrace of when that thread was originally created,\n"
78626 "or the work item was enqueued to it (in the case of a libdispatch \n"
78627 "queue).\n"
78628 "\n"
78629 ""},
78630 { (char *)"SBProcess_GetExtendedBacktraceTypeAtIndex", _wrap_SBProcess_GetExtendedBacktraceTypeAtIndex, METH_VARARGS0x0001, (char *)"\n"
78631 "\n"
78632 "Takes an index argument, returns the name of one of the thread-origin \n"
78633 "extended backtrace methods as a str.\n"
78634 "\n"
78635 ""},
78636 { (char *)"SBProcess_GetHistoryThreads", _wrap_SBProcess_GetHistoryThreads, METH_VARARGS0x0001, (char *)"SBProcess_GetHistoryThreads(SBProcess self, lldb::addr_t addr) -> SBThreadCollection"},
78637 { (char *)"SBProcess_IsInstrumentationRuntimePresent", _wrap_SBProcess_IsInstrumentationRuntimePresent, METH_VARARGS0x0001, (char *)"SBProcess_IsInstrumentationRuntimePresent(SBProcess self, lldb::InstrumentationRuntimeType type) -> bool"},
78638 { (char *)"SBProcess_SaveCore", _wrap_SBProcess_SaveCore, METH_VARARGS0x0001, (char *)"SBProcess_SaveCore(SBProcess self, char const * file_name) -> SBError"},
78639 { (char *)"SBProcess_StartTrace", _wrap_SBProcess_StartTrace, METH_VARARGS0x0001, (char *)"SBProcess_StartTrace(SBProcess self, SBTraceOptions options, SBError error) -> SBTrace"},
78640 { (char *)"SBProcess_GetMemoryRegionInfo", _wrap_SBProcess_GetMemoryRegionInfo, METH_VARARGS0x0001, (char *)"SBProcess_GetMemoryRegionInfo(SBProcess self, lldb::addr_t load_addr, SBMemoryRegionInfo region_info) -> SBError"},
78641 { (char *)"SBProcess_GetMemoryRegions", _wrap_SBProcess_GetMemoryRegions, METH_VARARGS0x0001, (char *)"SBProcess_GetMemoryRegions(SBProcess self) -> SBMemoryRegionInfoList"},
78642 { (char *)"SBProcess_GetProcessInfo", _wrap_SBProcess_GetProcessInfo, METH_VARARGS0x0001, (char *)"\n"
78643 "\n"
78644 "Get information about the process.\n"
78645 "Valid process info will only be returned when the process is alive,\n"
78646 "use IsValid() to check if the info returned is valid.\n"
78647 "\n"
78648 "process_info = process.GetProcessInfo()\n"
78649 "if process_info.IsValid():\n"
78650 " process_info.GetProcessID()\n"
78651 "\n"
78652 ""},
78653 { (char *)"SBProcess___str__", _wrap_SBProcess___str__, METH_VARARGS0x0001, (char *)"SBProcess___str__(SBProcess self) -> PyObject *"},
78654 { (char *)"SBProcess_swigregister", SBProcess_swigregister, METH_VARARGS0x0001, NULL__null},
78655 { (char *)"new_SBProcessInfo", _wrap_new_SBProcessInfo, METH_VARARGS0x0001, (char *)"\n"
78656 "SBProcessInfo()\n"
78657 "new_SBProcessInfo(SBProcessInfo rhs) -> SBProcessInfo\n"
78658 ""},
78659 { (char *)"delete_SBProcessInfo", _wrap_delete_SBProcessInfo, METH_VARARGS0x0001, (char *)"delete_SBProcessInfo(SBProcessInfo self)"},
78660 { (char *)"SBProcessInfo_IsValid", _wrap_SBProcessInfo_IsValid, METH_VARARGS0x0001, (char *)"SBProcessInfo_IsValid(SBProcessInfo self) -> bool"},
78661 { (char *)"SBProcessInfo_GetName", _wrap_SBProcessInfo_GetName, METH_VARARGS0x0001, (char *)"SBProcessInfo_GetName(SBProcessInfo self) -> char const *"},
78662 { (char *)"SBProcessInfo_GetExecutableFile", _wrap_SBProcessInfo_GetExecutableFile, METH_VARARGS0x0001, (char *)"SBProcessInfo_GetExecutableFile(SBProcessInfo self) -> SBFileSpec"},
78663 { (char *)"SBProcessInfo_GetProcessID", _wrap_SBProcessInfo_GetProcessID, METH_VARARGS0x0001, (char *)"SBProcessInfo_GetProcessID(SBProcessInfo self) -> lldb::pid_t"},
78664 { (char *)"SBProcessInfo_GetUserID", _wrap_SBProcessInfo_GetUserID, METH_VARARGS0x0001, (char *)"SBProcessInfo_GetUserID(SBProcessInfo self) -> uint32_t"},
78665 { (char *)"SBProcessInfo_GetGroupID", _wrap_SBProcessInfo_GetGroupID, METH_VARARGS0x0001, (char *)"SBProcessInfo_GetGroupID(SBProcessInfo self) -> uint32_t"},
78666 { (char *)"SBProcessInfo_UserIDIsValid", _wrap_SBProcessInfo_UserIDIsValid, METH_VARARGS0x0001, (char *)"SBProcessInfo_UserIDIsValid(SBProcessInfo self) -> bool"},
78667 { (char *)"SBProcessInfo_GroupIDIsValid", _wrap_SBProcessInfo_GroupIDIsValid, METH_VARARGS0x0001, (char *)"SBProcessInfo_GroupIDIsValid(SBProcessInfo self) -> bool"},
78668 { (char *)"SBProcessInfo_GetEffectiveUserID", _wrap_SBProcessInfo_GetEffectiveUserID, METH_VARARGS0x0001, (char *)"SBProcessInfo_GetEffectiveUserID(SBProcessInfo self) -> uint32_t"},
78669 { (char *)"SBProcessInfo_GetEffectiveGroupID", _wrap_SBProcessInfo_GetEffectiveGroupID, METH_VARARGS0x0001, (char *)"SBProcessInfo_GetEffectiveGroupID(SBProcessInfo self) -> uint32_t"},
78670 { (char *)"SBProcessInfo_EffectiveUserIDIsValid", _wrap_SBProcessInfo_EffectiveUserIDIsValid, METH_VARARGS0x0001, (char *)"SBProcessInfo_EffectiveUserIDIsValid(SBProcessInfo self) -> bool"},
78671 { (char *)"SBProcessInfo_EffectiveGroupIDIsValid", _wrap_SBProcessInfo_EffectiveGroupIDIsValid, METH_VARARGS0x0001, (char *)"SBProcessInfo_EffectiveGroupIDIsValid(SBProcessInfo self) -> bool"},
78672 { (char *)"SBProcessInfo_GetParentProcessID", _wrap_SBProcessInfo_GetParentProcessID, METH_VARARGS0x0001, (char *)"SBProcessInfo_GetParentProcessID(SBProcessInfo self) -> lldb::pid_t"},
78673 { (char *)"SBProcessInfo_swigregister", SBProcessInfo_swigregister, METH_VARARGS0x0001, NULL__null},
78674 { (char *)"new_SBQueue", _wrap_new_SBQueue, METH_VARARGS0x0001, (char *)"\n"
78675 "SBQueue()\n"
78676 "new_SBQueue(lldb::QueueSP const & queue_sp) -> SBQueue\n"
78677 ""},
78678 { (char *)"delete_SBQueue", _wrap_delete_SBQueue, METH_VARARGS0x0001, (char *)"delete_SBQueue(SBQueue self)"},
78679 { (char *)"SBQueue_IsValid", _wrap_SBQueue_IsValid, METH_VARARGS0x0001, (char *)"SBQueue_IsValid(SBQueue self) -> bool"},
78680 { (char *)"SBQueue_Clear", _wrap_SBQueue_Clear, METH_VARARGS0x0001, (char *)"SBQueue_Clear(SBQueue self)"},
78681 { (char *)"SBQueue_GetProcess", _wrap_SBQueue_GetProcess, METH_VARARGS0x0001, (char *)"SBQueue_GetProcess(SBQueue self) -> SBProcess"},
78682 { (char *)"SBQueue_GetQueueID", _wrap_SBQueue_GetQueueID, METH_VARARGS0x0001, (char *)"\n"
78683 "\n"
78684 "Returns an lldb::queue_id_t type unique identifier number for this\n"
78685 "queue that will not be used by any other queue during this process'\n"
78686 "execution. These ID numbers often start at 1 with the first\n"
78687 "system-created queues and increment from there.\n"
78688 "\n"
78689 ""},
78690 { (char *)"SBQueue_GetName", _wrap_SBQueue_GetName, METH_VARARGS0x0001, (char *)"SBQueue_GetName(SBQueue self) -> char const *"},
78691 { (char *)"SBQueue_GetKind", _wrap_SBQueue_GetKind, METH_VARARGS0x0001, (char *)"\n"
78692 "\n"
78693 "Returns an lldb::QueueKind enumerated value (e.g. eQueueKindUnknown, \n"
78694 "eQueueKindSerial, eQueueKindConcurrent) describing the type of this\n"
78695 "queue.\n"
78696 "\n"
78697 ""},
78698 { (char *)"SBQueue_GetIndexID", _wrap_SBQueue_GetIndexID, METH_VARARGS0x0001, (char *)"SBQueue_GetIndexID(SBQueue self) -> uint32_t"},
78699 { (char *)"SBQueue_GetNumThreads", _wrap_SBQueue_GetNumThreads, METH_VARARGS0x0001, (char *)"SBQueue_GetNumThreads(SBQueue self) -> uint32_t"},
78700 { (char *)"SBQueue_GetThreadAtIndex", _wrap_SBQueue_GetThreadAtIndex, METH_VARARGS0x0001, (char *)"SBQueue_GetThreadAtIndex(SBQueue self, uint32_t arg3) -> SBThread"},
78701 { (char *)"SBQueue_GetNumPendingItems", _wrap_SBQueue_GetNumPendingItems, METH_VARARGS0x0001, (char *)"SBQueue_GetNumPendingItems(SBQueue self) -> uint32_t"},
78702 { (char *)"SBQueue_GetPendingItemAtIndex", _wrap_SBQueue_GetPendingItemAtIndex, METH_VARARGS0x0001, (char *)"SBQueue_GetPendingItemAtIndex(SBQueue self, uint32_t arg3) -> SBQueueItem"},
78703 { (char *)"SBQueue_GetNumRunningItems", _wrap_SBQueue_GetNumRunningItems, METH_VARARGS0x0001, (char *)"SBQueue_GetNumRunningItems(SBQueue self) -> uint32_t"},
78704 { (char *)"SBQueue_swigregister", SBQueue_swigregister, METH_VARARGS0x0001, NULL__null},
78705 { (char *)"new_SBQueueItem", _wrap_new_SBQueueItem, METH_VARARGS0x0001, (char *)"\n"
78706 "SBQueueItem()\n"
78707 "new_SBQueueItem(lldb::QueueItemSP const & queue_item_sp) -> SBQueueItem\n"
78708 ""},
78709 { (char *)"delete_SBQueueItem", _wrap_delete_SBQueueItem, METH_VARARGS0x0001, (char *)"delete_SBQueueItem(SBQueueItem self)"},
78710 { (char *)"SBQueueItem_IsValid", _wrap_SBQueueItem_IsValid, METH_VARARGS0x0001, (char *)"SBQueueItem_IsValid(SBQueueItem self) -> bool"},
78711 { (char *)"SBQueueItem_Clear", _wrap_SBQueueItem_Clear, METH_VARARGS0x0001, (char *)"SBQueueItem_Clear(SBQueueItem self)"},
78712 { (char *)"SBQueueItem_GetKind", _wrap_SBQueueItem_GetKind, METH_VARARGS0x0001, (char *)"SBQueueItem_GetKind(SBQueueItem self) -> lldb::QueueItemKind"},
78713 { (char *)"SBQueueItem_SetKind", _wrap_SBQueueItem_SetKind, METH_VARARGS0x0001, (char *)"SBQueueItem_SetKind(SBQueueItem self, lldb::QueueItemKind kind)"},
78714 { (char *)"SBQueueItem_GetAddress", _wrap_SBQueueItem_GetAddress, METH_VARARGS0x0001, (char *)"SBQueueItem_GetAddress(SBQueueItem self) -> SBAddress"},
78715 { (char *)"SBQueueItem_SetAddress", _wrap_SBQueueItem_SetAddress, METH_VARARGS0x0001, (char *)"SBQueueItem_SetAddress(SBQueueItem self, SBAddress addr)"},
78716 { (char *)"SBQueueItem_SetQueueItem", _wrap_SBQueueItem_SetQueueItem, METH_VARARGS0x0001, (char *)"SBQueueItem_SetQueueItem(SBQueueItem self, lldb::QueueItemSP const & queue_item_sp)"},
78717 { (char *)"SBQueueItem_GetExtendedBacktraceThread", _wrap_SBQueueItem_GetExtendedBacktraceThread, METH_VARARGS0x0001, (char *)"SBQueueItem_GetExtendedBacktraceThread(SBQueueItem self, char const * type) -> SBThread"},
78718 { (char *)"SBQueueItem_swigregister", SBQueueItem_swigregister, METH_VARARGS0x0001, NULL__null},
78719 { (char *)"new_SBSection", _wrap_new_SBSection, METH_VARARGS0x0001, (char *)"\n"
78720 "SBSection()\n"
78721 "new_SBSection(SBSection rhs) -> SBSection\n"
78722 ""},
78723 { (char *)"delete_SBSection", _wrap_delete_SBSection, METH_VARARGS0x0001, (char *)"delete_SBSection(SBSection self)"},
78724 { (char *)"SBSection_IsValid", _wrap_SBSection_IsValid, METH_VARARGS0x0001, (char *)"SBSection_IsValid(SBSection self) -> bool"},
78725 { (char *)"SBSection_GetName", _wrap_SBSection_GetName, METH_VARARGS0x0001, (char *)"SBSection_GetName(SBSection self) -> char const *"},
78726 { (char *)"SBSection_GetParent", _wrap_SBSection_GetParent, METH_VARARGS0x0001, (char *)"SBSection_GetParent(SBSection self) -> SBSection"},
78727 { (char *)"SBSection_FindSubSection", _wrap_SBSection_FindSubSection, METH_VARARGS0x0001, (char *)"SBSection_FindSubSection(SBSection self, char const * sect_name) -> SBSection"},
78728 { (char *)"SBSection_GetNumSubSections", _wrap_SBSection_GetNumSubSections, METH_VARARGS0x0001, (char *)"SBSection_GetNumSubSections(SBSection self) -> size_t"},
78729 { (char *)"SBSection_GetSubSectionAtIndex", _wrap_SBSection_GetSubSectionAtIndex, METH_VARARGS0x0001, (char *)"SBSection_GetSubSectionAtIndex(SBSection self, size_t idx) -> SBSection"},
78730 { (char *)"SBSection_GetFileAddress", _wrap_SBSection_GetFileAddress, METH_VARARGS0x0001, (char *)"SBSection_GetFileAddress(SBSection self) -> lldb::addr_t"},
78731 { (char *)"SBSection_GetLoadAddress", _wrap_SBSection_GetLoadAddress, METH_VARARGS0x0001, (char *)"SBSection_GetLoadAddress(SBSection self, SBTarget target) -> lldb::addr_t"},
78732 { (char *)"SBSection_GetByteSize", _wrap_SBSection_GetByteSize, METH_VARARGS0x0001, (char *)"SBSection_GetByteSize(SBSection self) -> lldb::addr_t"},
78733 { (char *)"SBSection_GetFileOffset", _wrap_SBSection_GetFileOffset, METH_VARARGS0x0001, (char *)"SBSection_GetFileOffset(SBSection self) -> uint64_t"},
78734 { (char *)"SBSection_GetFileByteSize", _wrap_SBSection_GetFileByteSize, METH_VARARGS0x0001, (char *)"SBSection_GetFileByteSize(SBSection self) -> uint64_t"},
78735 { (char *)"SBSection_GetSectionData", _wrap_SBSection_GetSectionData, METH_VARARGS0x0001, (char *)"\n"
78736 "GetSectionData() -> SBData\n"
78737 "SBSection_GetSectionData(SBSection self, uint64_t offset, uint64_t size) -> SBData\n"
78738 ""},
78739 { (char *)"SBSection_GetSectionType", _wrap_SBSection_GetSectionType, METH_VARARGS0x0001, (char *)"SBSection_GetSectionType(SBSection self) -> lldb::SectionType"},
78740 { (char *)"SBSection_GetPermissions", _wrap_SBSection_GetPermissions, METH_VARARGS0x0001, (char *)"SBSection_GetPermissions(SBSection self) -> uint32_t"},
78741 { (char *)"SBSection_GetTargetByteSize", _wrap_SBSection_GetTargetByteSize, METH_VARARGS0x0001, (char *)"\n"
78742 "SBSection_GetTargetByteSize(SBSection self) -> uint32_t\n"
78743 "\n"
78744 "\n"
78745 "//------------------------------------------------------------------\n"
78746 "/// Return the size of a target's byte represented by this section\n"
78747 "/// in numbers of host bytes. Note that certain architectures have\n"
78748 "/// varying minimum addressable unit (i.e. byte) size for their \n"
78749 "/// CODE or DATA buses.\n"
78750 "///\n"
78751 "/// @return\n"
78752 "/// The number of host (8-bit) bytes needed to hold a target byte\n"
78753 "//------------------------------------------------------------------\n"
78754 "\n"
78755 ""},
78756 { (char *)"SBSection_GetDescription", _wrap_SBSection_GetDescription, METH_VARARGS0x0001, (char *)"SBSection_GetDescription(SBSection self, SBStream description) -> bool"},
78757 { (char *)"SBSection___eq__", _wrap_SBSection___eq__, METH_VARARGS0x0001, (char *)"SBSection___eq__(SBSection self, SBSection rhs) -> bool"},
78758 { (char *)"SBSection___ne__", _wrap_SBSection___ne__, METH_VARARGS0x0001, (char *)"SBSection___ne__(SBSection self, SBSection rhs) -> bool"},
78759 { (char *)"SBSection___str__", _wrap_SBSection___str__, METH_VARARGS0x0001, (char *)"SBSection___str__(SBSection self) -> PyObject *"},
78760 { (char *)"SBSection_swigregister", SBSection_swigregister, METH_VARARGS0x0001, NULL__null},
78761 { (char *)"new_SBSourceManager", _wrap_new_SBSourceManager, METH_VARARGS0x0001, (char *)"new_SBSourceManager(SBSourceManager rhs) -> SBSourceManager"},
78762 { (char *)"delete_SBSourceManager", _wrap_delete_SBSourceManager, METH_VARARGS0x0001, (char *)"delete_SBSourceManager(SBSourceManager self)"},
78763 { (char *)"SBSourceManager_DisplaySourceLinesWithLineNumbers", _wrap_SBSourceManager_DisplaySourceLinesWithLineNumbers, METH_VARARGS0x0001, (char *)"SBSourceManager_DisplaySourceLinesWithLineNumbers(SBSourceManager self, SBFileSpec file, uint32_t line, uint32_t context_before, uint32_t context_after, char const * current_line_cstr, SBStream s) -> size_t"},
78764 { (char *)"SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn", _wrap_SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn, METH_VARARGS0x0001, (char *)"SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn(SBSourceManager self, SBFileSpec file, uint32_t line, uint32_t column, uint32_t context_before, uint32_t context_after, char const * current_line_cstr, SBStream s) -> size_t"},
78765 { (char *)"SBSourceManager_swigregister", SBSourceManager_swigregister, METH_VARARGS0x0001, NULL__null},
78766 { (char *)"new_SBStream", _wrap_new_SBStream, METH_VARARGS0x0001, (char *)"new_SBStream() -> SBStream"},
78767 { (char *)"delete_SBStream", _wrap_delete_SBStream, METH_VARARGS0x0001, (char *)"delete_SBStream(SBStream self)"},
78768 { (char *)"SBStream_IsValid", _wrap_SBStream_IsValid, METH_VARARGS0x0001, (char *)"SBStream_IsValid(SBStream self) -> bool"},
78769 { (char *)"SBStream_GetData", _wrap_SBStream_GetData, METH_VARARGS0x0001, (char *)"\n"
78770 "SBStream_GetData(SBStream self) -> char const *\n"
78771 "\n"
78772 "\n"
78773 "//--------------------------------------------------------------------------\n"
78774 "/// If this stream is not redirected to a file, it will maintain a local\n"
78775 "/// cache for the stream data which can be accessed using this accessor.\n"
78776 "//--------------------------------------------------------------------------\n"
78777 "\n"
78778 ""},
78779 { (char *)"SBStream_GetSize", _wrap_SBStream_GetSize, METH_VARARGS0x0001, (char *)"\n"
78780 "SBStream_GetSize(SBStream self) -> size_t\n"
78781 "\n"
78782 "\n"
78783 "//--------------------------------------------------------------------------\n"
78784 "/// If this stream is not redirected to a file, it will maintain a local\n"
78785 "/// cache for the stream output whose length can be accessed using this \n"
78786 "/// accessor.\n"
78787 "//--------------------------------------------------------------------------\n"
78788 "\n"
78789 ""},
78790 { (char *)"SBStream_Print", _wrap_SBStream_Print, METH_VARARGS0x0001, (char *)"SBStream_Print(SBStream self, char const * str)"},
78791 { (char *)"SBStream_RedirectToFile", _wrap_SBStream_RedirectToFile, METH_VARARGS0x0001, (char *)"SBStream_RedirectToFile(SBStream self, char const * path, bool append)"},
78792 { (char *)"SBStream_RedirectToFileHandle", _wrap_SBStream_RedirectToFileHandle, METH_VARARGS0x0001, (char *)"SBStream_RedirectToFileHandle(SBStream self, FILE * fh, bool transfer_fh_ownership)"},
78793 { (char *)"SBStream_RedirectToFileDescriptor", _wrap_SBStream_RedirectToFileDescriptor, METH_VARARGS0x0001, (char *)"SBStream_RedirectToFileDescriptor(SBStream self, int fd, bool transfer_fh_ownership)"},
78794 { (char *)"SBStream_Clear", _wrap_SBStream_Clear, METH_VARARGS0x0001, (char *)"\n"
78795 "SBStream_Clear(SBStream self)\n"
78796 "\n"
78797 "\n"
78798 "//--------------------------------------------------------------------------\n"
78799 "/// If the stream is redirected to a file, forget about the file and if\n"
78800 "/// ownership of the file was transferred to this object, close the file.\n"
78801 "/// If the stream is backed by a local cache, clear this cache.\n"
78802 "//--------------------------------------------------------------------------\n"
78803 "\n"
78804 ""},
78805 { (char *)"SBStream_write", _wrap_SBStream_write, METH_VARARGS0x0001, (char *)"SBStream_write(SBStream self, char const * str)"},
78806 { (char *)"SBStream_flush", _wrap_SBStream_flush, METH_VARARGS0x0001, (char *)"SBStream_flush(SBStream self)"},
78807 { (char *)"SBStream_swigregister", SBStream_swigregister, METH_VARARGS0x0001, NULL__null},
78808 { (char *)"new_SBStringList", _wrap_new_SBStringList, METH_VARARGS0x0001, (char *)"\n"
78809 "SBStringList()\n"
78810 "new_SBStringList(SBStringList rhs) -> SBStringList\n"
78811 ""},
78812 { (char *)"delete_SBStringList", _wrap_delete_SBStringList, METH_VARARGS0x0001, (char *)"delete_SBStringList(SBStringList self)"},
78813 { (char *)"SBStringList_IsValid", _wrap_SBStringList_IsValid, METH_VARARGS0x0001, (char *)"SBStringList_IsValid(SBStringList self) -> bool"},
78814 { (char *)"SBStringList_AppendString", _wrap_SBStringList_AppendString, METH_VARARGS0x0001, (char *)"SBStringList_AppendString(SBStringList self, char const * str)"},
78815 { (char *)"SBStringList_AppendList", _wrap_SBStringList_AppendList, METH_VARARGS0x0001, (char *)"\n"
78816 "AppendList(char const ** strv, int strc)\n"
78817 "SBStringList_AppendList(SBStringList self, SBStringList strings)\n"
78818 ""},
78819 { (char *)"SBStringList_GetSize", _wrap_SBStringList_GetSize, METH_VARARGS0x0001, (char *)"SBStringList_GetSize(SBStringList self) -> uint32_t"},
78820 { (char *)"SBStringList_GetStringAtIndex", _wrap_SBStringList_GetStringAtIndex, METH_VARARGS0x0001, (char *)"SBStringList_GetStringAtIndex(SBStringList self, size_t idx) -> char const *"},
78821 { (char *)"SBStringList_Clear", _wrap_SBStringList_Clear, METH_VARARGS0x0001, (char *)"SBStringList_Clear(SBStringList self)"},
78822 { (char *)"SBStringList_swigregister", SBStringList_swigregister, METH_VARARGS0x0001, NULL__null},
78823 { (char *)"new_SBStructuredData", _wrap_new_SBStructuredData, METH_VARARGS0x0001, (char *)"\n"
78824 "SBStructuredData()\n"
78825 "SBStructuredData(SBStructuredData rhs)\n"
78826 "new_SBStructuredData(lldb::EventSP const & event_sp) -> SBStructuredData\n"
78827 ""},
78828 { (char *)"delete_SBStructuredData", _wrap_delete_SBStructuredData, METH_VARARGS0x0001, (char *)"delete_SBStructuredData(SBStructuredData self)"},
78829 { (char *)"SBStructuredData_IsValid", _wrap_SBStructuredData_IsValid, METH_VARARGS0x0001, (char *)"SBStructuredData_IsValid(SBStructuredData self) -> bool"},
78830 { (char *)"SBStructuredData_Clear", _wrap_SBStructuredData_Clear, METH_VARARGS0x0001, (char *)"SBStructuredData_Clear(SBStructuredData self)"},
78831 { (char *)"SBStructuredData_GetType", _wrap_SBStructuredData_GetType, METH_VARARGS0x0001, (char *)"SBStructuredData_GetType(SBStructuredData self) -> lldb::StructuredDataType"},
78832 { (char *)"SBStructuredData_GetSize", _wrap_SBStructuredData_GetSize, METH_VARARGS0x0001, (char *)"SBStructuredData_GetSize(SBStructuredData self) -> size_t"},
78833 { (char *)"SBStructuredData_GetKeys", _wrap_SBStructuredData_GetKeys, METH_VARARGS0x0001, (char *)"SBStructuredData_GetKeys(SBStructuredData self, SBStringList keys) -> bool"},
78834 { (char *)"SBStructuredData_GetValueForKey", _wrap_SBStructuredData_GetValueForKey, METH_VARARGS0x0001, (char *)"SBStructuredData_GetValueForKey(SBStructuredData self, char const * key) -> SBStructuredData"},
78835 { (char *)"SBStructuredData_GetItemAtIndex", _wrap_SBStructuredData_GetItemAtIndex, METH_VARARGS0x0001, (char *)"SBStructuredData_GetItemAtIndex(SBStructuredData self, size_t idx) -> SBStructuredData"},
78836 { (char *)"SBStructuredData_GetIntegerValue", _wrap_SBStructuredData_GetIntegerValue, METH_VARARGS0x0001, (char *)"\n"
78837 "GetIntegerValue(uint64_t fail_value=0) -> uint64_t\n"
78838 "SBStructuredData_GetIntegerValue(SBStructuredData self) -> uint64_t\n"
78839 ""},
78840 { (char *)"SBStructuredData_GetFloatValue", _wrap_SBStructuredData_GetFloatValue, METH_VARARGS0x0001, (char *)"\n"
78841 "GetFloatValue(double fail_value=0.0) -> double\n"
78842 "SBStructuredData_GetFloatValue(SBStructuredData self) -> double\n"
78843 ""},
78844 { (char *)"SBStructuredData_GetBooleanValue", _wrap_SBStructuredData_GetBooleanValue, METH_VARARGS0x0001, (char *)"\n"
78845 "GetBooleanValue(bool fail_value=False) -> bool\n"
78846 "SBStructuredData_GetBooleanValue(SBStructuredData self) -> bool\n"
78847 ""},
78848 { (char *)"SBStructuredData_GetStringValue", _wrap_SBStructuredData_GetStringValue, METH_VARARGS0x0001, (char *)"SBStructuredData_GetStringValue(SBStructuredData self, char * dst) -> size_t"},
78849 { (char *)"SBStructuredData_GetAsJSON", _wrap_SBStructuredData_GetAsJSON, METH_VARARGS0x0001, (char *)"SBStructuredData_GetAsJSON(SBStructuredData self, SBStream stream) -> SBError"},
78850 { (char *)"SBStructuredData_GetDescription", _wrap_SBStructuredData_GetDescription, METH_VARARGS0x0001, (char *)"SBStructuredData_GetDescription(SBStructuredData self, SBStream stream) -> SBError"},
78851 { (char *)"SBStructuredData_SetFromJSON", _wrap_SBStructuredData_SetFromJSON, METH_VARARGS0x0001, (char *)"SBStructuredData_SetFromJSON(SBStructuredData self, SBStream stream) -> SBError"},
78852 { (char *)"SBStructuredData_swigregister", SBStructuredData_swigregister, METH_VARARGS0x0001, NULL__null},
78853 { (char *)"delete_SBSymbol", _wrap_delete_SBSymbol, METH_VARARGS0x0001, (char *)"delete_SBSymbol(SBSymbol self)"},
78854 { (char *)"new_SBSymbol", _wrap_new_SBSymbol, METH_VARARGS0x0001, (char *)"\n"
78855 "SBSymbol()\n"
78856 "new_SBSymbol(SBSymbol rhs) -> SBSymbol\n"
78857 ""},
78858 { (char *)"SBSymbol_IsValid", _wrap_SBSymbol_IsValid, METH_VARARGS0x0001, (char *)"SBSymbol_IsValid(SBSymbol self) -> bool"},
78859 { (char *)"SBSymbol_GetName", _wrap_SBSymbol_GetName, METH_VARARGS0x0001, (char *)"SBSymbol_GetName(SBSymbol self) -> char const *"},
78860 { (char *)"SBSymbol_GetDisplayName", _wrap_SBSymbol_GetDisplayName, METH_VARARGS0x0001, (char *)"SBSymbol_GetDisplayName(SBSymbol self) -> char const *"},
78861 { (char *)"SBSymbol_GetMangledName", _wrap_SBSymbol_GetMangledName, METH_VARARGS0x0001, (char *)"SBSymbol_GetMangledName(SBSymbol self) -> char const *"},
78862 { (char *)"SBSymbol_GetInstructions", _wrap_SBSymbol_GetInstructions, METH_VARARGS0x0001, (char *)"\n"
78863 "GetInstructions(SBTarget target) -> SBInstructionList\n"
78864 "SBSymbol_GetInstructions(SBSymbol self, SBTarget target, char const * flavor_string) -> SBInstructionList\n"
78865 ""},
78866 { (char *)"SBSymbol_GetStartAddress", _wrap_SBSymbol_GetStartAddress, METH_VARARGS0x0001, (char *)"SBSymbol_GetStartAddress(SBSymbol self) -> SBAddress"},
78867 { (char *)"SBSymbol_GetEndAddress", _wrap_SBSymbol_GetEndAddress, METH_VARARGS0x0001, (char *)"SBSymbol_GetEndAddress(SBSymbol self) -> SBAddress"},
78868 { (char *)"SBSymbol_GetPrologueByteSize", _wrap_SBSymbol_GetPrologueByteSize, METH_VARARGS0x0001, (char *)"SBSymbol_GetPrologueByteSize(SBSymbol self) -> uint32_t"},
78869 { (char *)"SBSymbol_GetType", _wrap_SBSymbol_GetType, METH_VARARGS0x0001, (char *)"SBSymbol_GetType(SBSymbol self) -> lldb::SymbolType"},
78870 { (char *)"SBSymbol_GetDescription", _wrap_SBSymbol_GetDescription, METH_VARARGS0x0001, (char *)"SBSymbol_GetDescription(SBSymbol self, SBStream description) -> bool"},
78871 { (char *)"SBSymbol_IsExternal", _wrap_SBSymbol_IsExternal, METH_VARARGS0x0001, (char *)"SBSymbol_IsExternal(SBSymbol self) -> bool"},
78872 { (char *)"SBSymbol_IsSynthetic", _wrap_SBSymbol_IsSynthetic, METH_VARARGS0x0001, (char *)"SBSymbol_IsSynthetic(SBSymbol self) -> bool"},
78873 { (char *)"SBSymbol___eq__", _wrap_SBSymbol___eq__, METH_VARARGS0x0001, (char *)"SBSymbol___eq__(SBSymbol self, SBSymbol rhs) -> bool"},
78874 { (char *)"SBSymbol___ne__", _wrap_SBSymbol___ne__, METH_VARARGS0x0001, (char *)"SBSymbol___ne__(SBSymbol self, SBSymbol rhs) -> bool"},
78875 { (char *)"SBSymbol___str__", _wrap_SBSymbol___str__, METH_VARARGS0x0001, (char *)"SBSymbol___str__(SBSymbol self) -> PyObject *"},
78876 { (char *)"SBSymbol_swigregister", SBSymbol_swigregister, METH_VARARGS0x0001, NULL__null},
78877 { (char *)"new_SBSymbolContext", _wrap_new_SBSymbolContext, METH_VARARGS0x0001, (char *)"\n"
78878 "SBSymbolContext()\n"
78879 "new_SBSymbolContext(SBSymbolContext rhs) -> SBSymbolContext\n"
78880 ""},
78881 { (char *)"delete_SBSymbolContext", _wrap_delete_SBSymbolContext, METH_VARARGS0x0001, (char *)"delete_SBSymbolContext(SBSymbolContext self)"},
78882 { (char *)"SBSymbolContext_IsValid", _wrap_SBSymbolContext_IsValid, METH_VARARGS0x0001, (char *)"SBSymbolContext_IsValid(SBSymbolContext self) -> bool"},
78883 { (char *)"SBSymbolContext_GetModule", _wrap_SBSymbolContext_GetModule, METH_VARARGS0x0001, (char *)"SBSymbolContext_GetModule(SBSymbolContext self) -> SBModule"},
78884 { (char *)"SBSymbolContext_GetCompileUnit", _wrap_SBSymbolContext_GetCompileUnit, METH_VARARGS0x0001, (char *)"SBSymbolContext_GetCompileUnit(SBSymbolContext self) -> SBCompileUnit"},
78885 { (char *)"SBSymbolContext_GetFunction", _wrap_SBSymbolContext_GetFunction, METH_VARARGS0x0001, (char *)"SBSymbolContext_GetFunction(SBSymbolContext self) -> SBFunction"},
78886 { (char *)"SBSymbolContext_GetBlock", _wrap_SBSymbolContext_GetBlock, METH_VARARGS0x0001, (char *)"SBSymbolContext_GetBlock(SBSymbolContext self) -> SBBlock"},
78887 { (char *)"SBSymbolContext_GetLineEntry", _wrap_SBSymbolContext_GetLineEntry, METH_VARARGS0x0001, (char *)"SBSymbolContext_GetLineEntry(SBSymbolContext self) -> SBLineEntry"},
78888 { (char *)"SBSymbolContext_GetSymbol", _wrap_SBSymbolContext_GetSymbol, METH_VARARGS0x0001, (char *)"SBSymbolContext_GetSymbol(SBSymbolContext self) -> SBSymbol"},
78889 { (char *)"SBSymbolContext_SetModule", _wrap_SBSymbolContext_SetModule, METH_VARARGS0x0001, (char *)"SBSymbolContext_SetModule(SBSymbolContext self, SBModule module)"},
78890 { (char *)"SBSymbolContext_SetCompileUnit", _wrap_SBSymbolContext_SetCompileUnit, METH_VARARGS0x0001, (char *)"SBSymbolContext_SetCompileUnit(SBSymbolContext self, SBCompileUnit compile_unit)"},
78891 { (char *)"SBSymbolContext_SetFunction", _wrap_SBSymbolContext_SetFunction, METH_VARARGS0x0001, (char *)"SBSymbolContext_SetFunction(SBSymbolContext self, SBFunction function)"},
78892 { (char *)"SBSymbolContext_SetBlock", _wrap_SBSymbolContext_SetBlock, METH_VARARGS0x0001, (char *)"SBSymbolContext_SetBlock(SBSymbolContext self, SBBlock block)"},
78893 { (char *)"SBSymbolContext_SetLineEntry", _wrap_SBSymbolContext_SetLineEntry, METH_VARARGS0x0001, (char *)"SBSymbolContext_SetLineEntry(SBSymbolContext self, SBLineEntry line_entry)"},
78894 { (char *)"SBSymbolContext_SetSymbol", _wrap_SBSymbolContext_SetSymbol, METH_VARARGS0x0001, (char *)"SBSymbolContext_SetSymbol(SBSymbolContext self, SBSymbol symbol)"},
78895 { (char *)"SBSymbolContext_GetParentOfInlinedScope", _wrap_SBSymbolContext_GetParentOfInlinedScope, METH_VARARGS0x0001, (char *)"SBSymbolContext_GetParentOfInlinedScope(SBSymbolContext self, SBAddress curr_frame_pc, SBAddress parent_frame_addr) -> SBSymbolContext"},
78896 { (char *)"SBSymbolContext_GetDescription", _wrap_SBSymbolContext_GetDescription, METH_VARARGS0x0001, (char *)"SBSymbolContext_GetDescription(SBSymbolContext self, SBStream description) -> bool"},
78897 { (char *)"SBSymbolContext___str__", _wrap_SBSymbolContext___str__, METH_VARARGS0x0001, (char *)"SBSymbolContext___str__(SBSymbolContext self) -> PyObject *"},
78898 { (char *)"SBSymbolContext_swigregister", SBSymbolContext_swigregister, METH_VARARGS0x0001, NULL__null},
78899 { (char *)"new_SBSymbolContextList", _wrap_new_SBSymbolContextList, METH_VARARGS0x0001, (char *)"\n"
78900 "SBSymbolContextList()\n"
78901 "new_SBSymbolContextList(SBSymbolContextList rhs) -> SBSymbolContextList\n"
78902 ""},
78903 { (char *)"delete_SBSymbolContextList", _wrap_delete_SBSymbolContextList, METH_VARARGS0x0001, (char *)"delete_SBSymbolContextList(SBSymbolContextList self)"},
78904 { (char *)"SBSymbolContextList_IsValid", _wrap_SBSymbolContextList_IsValid, METH_VARARGS0x0001, (char *)"SBSymbolContextList_IsValid(SBSymbolContextList self) -> bool"},
78905 { (char *)"SBSymbolContextList_GetSize", _wrap_SBSymbolContextList_GetSize, METH_VARARGS0x0001, (char *)"SBSymbolContextList_GetSize(SBSymbolContextList self) -> uint32_t"},
78906 { (char *)"SBSymbolContextList_GetContextAtIndex", _wrap_SBSymbolContextList_GetContextAtIndex, METH_VARARGS0x0001, (char *)"SBSymbolContextList_GetContextAtIndex(SBSymbolContextList self, uint32_t idx) -> SBSymbolContext"},
78907 { (char *)"SBSymbolContextList_Append", _wrap_SBSymbolContextList_Append, METH_VARARGS0x0001, (char *)"\n"
78908 "Append(SBSymbolContext sc)\n"
78909 "SBSymbolContextList_Append(SBSymbolContextList self, SBSymbolContextList sc_list)\n"
78910 ""},
78911 { (char *)"SBSymbolContextList_GetDescription", _wrap_SBSymbolContextList_GetDescription, METH_VARARGS0x0001, (char *)"SBSymbolContextList_GetDescription(SBSymbolContextList self, SBStream description) -> bool"},
78912 { (char *)"SBSymbolContextList_Clear", _wrap_SBSymbolContextList_Clear, METH_VARARGS0x0001, (char *)"SBSymbolContextList_Clear(SBSymbolContextList self)"},
78913 { (char *)"SBSymbolContextList___str__", _wrap_SBSymbolContextList___str__, METH_VARARGS0x0001, (char *)"SBSymbolContextList___str__(SBSymbolContextList self) -> PyObject *"},
78914 { (char *)"SBSymbolContextList_swigregister", SBSymbolContextList_swigregister, METH_VARARGS0x0001, NULL__null},
78915 { (char *)"new_SBTarget", _wrap_new_SBTarget, METH_VARARGS0x0001, (char *)"\n"
78916 "SBTarget()\n"
78917 "new_SBTarget(SBTarget rhs) -> SBTarget\n"
78918 ""},
78919 { (char *)"delete_SBTarget", _wrap_delete_SBTarget, METH_VARARGS0x0001, (char *)"delete_SBTarget(SBTarget self)"},
78920 { (char *)"SBTarget_GetBroadcasterClassName", _wrap_SBTarget_GetBroadcasterClassName, METH_VARARGS0x0001, (char *)"SBTarget_GetBroadcasterClassName() -> char const *"},
78921 { (char *)"SBTarget_IsValid", _wrap_SBTarget_IsValid, METH_VARARGS0x0001, (char *)"SBTarget_IsValid(SBTarget self) -> bool"},
78922 { (char *)"SBTarget_EventIsTargetEvent", _wrap_SBTarget_EventIsTargetEvent, METH_VARARGS0x0001, (char *)"SBTarget_EventIsTargetEvent(SBEvent event) -> bool"},
78923 { (char *)"SBTarget_GetTargetFromEvent", _wrap_SBTarget_GetTargetFromEvent, METH_VARARGS0x0001, (char *)"SBTarget_GetTargetFromEvent(SBEvent event) -> SBTarget"},
78924 { (char *)"SBTarget_GetNumModulesFromEvent", _wrap_SBTarget_GetNumModulesFromEvent, METH_VARARGS0x0001, (char *)"SBTarget_GetNumModulesFromEvent(SBEvent event) -> uint32_t"},
78925 { (char *)"SBTarget_GetModuleAtIndexFromEvent", _wrap_SBTarget_GetModuleAtIndexFromEvent, METH_VARARGS0x0001, (char *)"SBTarget_GetModuleAtIndexFromEvent(uint32_t const idx, SBEvent event) -> SBModule"},
78926 { (char *)"SBTarget_GetProcess", _wrap_SBTarget_GetProcess, METH_VARARGS0x0001, (char *)"SBTarget_GetProcess(SBTarget self) -> SBProcess"},
78927 { (char *)"SBTarget_GetPlatform", _wrap_SBTarget_GetPlatform, METH_VARARGS0x0001, (char *)"\n"
78928 "SBTarget_GetPlatform(SBTarget self) -> SBPlatform\n"
78929 "\n"
78930 "\n"
78931 "//------------------------------------------------------------------\n"
78932 "/// Return the platform object associated with the target.\n"
78933 "///\n"
78934 "/// After return, the platform object should be checked for\n"
78935 "/// validity.\n"
78936 "///\n"
78937 "/// @return\n"
78938 "/// A platform object.\n"
78939 "//------------------------------------------------------------------\n"
78940 "\n"
78941 ""},
78942 { (char *)"SBTarget_Install", _wrap_SBTarget_Install, METH_VARARGS0x0001, (char *)"\n"
78943 "SBTarget_Install(SBTarget self) -> SBError\n"
78944 "\n"
78945 "\n"
78946 "//------------------------------------------------------------------\n"
78947 "/// Install any binaries that need to be installed.\n"
78948 "///\n"
78949 "/// This function does nothing when debugging on the host system.\n"
78950 "/// When connected to remote platforms, the target's main executable\n"
78951 "/// and any modules that have their install path set will be\n"
78952 "/// installed on the remote platform. If the main executable doesn't\n"
78953 "/// have an install location set, it will be installed in the remote\n"
78954 "/// platform's working directory.\n"
78955 "///\n"
78956 "/// @return\n"
78957 "/// An error describing anything that went wrong during\n"
78958 "/// installation.\n"
78959 "//------------------------------------------------------------------\n"
78960 "\n"
78961 ""},
78962 { (char *)"SBTarget_LaunchSimple", _wrap_SBTarget_LaunchSimple, METH_VARARGS0x0001, (char *)"\n"
78963 "SBTarget_LaunchSimple(SBTarget self, char const ** argv, char const ** envp, char const * working_directory) -> SBProcess\n"
78964 "\n"
78965 "\n"
78966 "//------------------------------------------------------------------\n"
78967 "/// Launch a new process with sensible defaults.\n"
78968 "///\n"
78969 "/// @param[in] argv\n"
78970 "/// The argument array.\n"
78971 "///\n"
78972 "/// @param[in] envp\n"
78973 "/// The environment array.\n"
78974 "///\n"
78975 "/// @param[in] working_directory\n"
78976 "/// The working directory to have the child process run in\n"
78977 "///\n"
78978 "/// Default: listener\n"
78979 "/// Set to the target's debugger (SBTarget::GetDebugger())\n"
78980 "///\n"
78981 "/// Default: launch_flags\n"
78982 "/// Empty launch flags\n"
78983 "///\n"
78984 "/// Default: stdin_path\n"
78985 "/// Default: stdout_path\n"
78986 "/// Default: stderr_path\n"
78987 "/// A pseudo terminal will be used.\n"
78988 "///\n"
78989 "/// @return\n"
78990 "/// A process object for the newly created process.\n"
78991 "//------------------------------------------------------------------\n"
78992 "\n"
78993 "For example,\n"
78994 "\n"
78995 " process = target.LaunchSimple(['X', 'Y', 'Z'], None, os.getcwd())\n"
78996 "\n"
78997 "launches a new process by passing 'X', 'Y', 'Z' as the args to the\n"
78998 "executable.\n"
78999 "\n"
79000 ""},
79001 { (char *)"SBTarget_Launch", _wrap_SBTarget_Launch, METH_VARARGS0x0001, (char *)"\n"
79002 "Launch(SBListener listener, char const ** argv, char const ** envp, char const * stdin_path, char const * stdout_path, char const * stderr_path, char const * working_directory, uint32_t launch_flags, bool stop_at_entry, SBError error) -> SBProcess\n"
79003 "SBTarget_Launch(SBTarget self, SBLaunchInfo launch_info, SBError error) -> SBProcess\n"
79004 "\n"
79005 "\n"
79006 "//------------------------------------------------------------------\n"
79007 "/// Launch a new process.\n"
79008 "///\n"
79009 "/// Launch a new process by spawning a new process using the\n"
79010 "/// target object's executable module's file as the file to launch.\n"
79011 "/// Arguments are given in  argv, and the environment variables\n"
79012 "/// are in  envp. Standard input and output files can be\n"
79013 "/// optionally re-directed to  stdin_path,  stdout_path, and\n"
79014 "///  stderr_path.\n"
79015 "///\n"
79016 "/// @param[in] listener\n"
79017 "/// An optional listener that will receive all process events.\n"
79018 "/// If  listener is valid then  listener will listen to all\n"
79019 "/// process events. If not valid, then this target's debugger\n"
79020 "/// (SBTarget::GetDebugger()) will listen to all process events.\n"
79021 "///\n"
79022 "/// @param[in] argv\n"
79023 "/// The argument array.\n"
79024 "///\n"
79025 "/// @param[in] envp\n"
79026 "/// The environment array.\n"
79027 "///\n"
79028 "/// @param[in] launch_flags\n"
79029 "/// Flags to modify the launch (@see lldb::LaunchFlags)\n"
79030 "///\n"
79031 "/// @param[in] stdin_path\n"
79032 "/// The path to use when re-directing the STDIN of the new\n"
79033 "/// process. If all stdXX_path arguments are NULL, a pseudo\n"
79034 "/// terminal will be used.\n"
79035 "///\n"
79036 "/// @param[in] stdout_path\n"
79037 "/// The path to use when re-directing the STDOUT of the new\n"
79038 "/// process. If all stdXX_path arguments are NULL, a pseudo\n"
79039 "/// terminal will be used.\n"
79040 "///\n"
79041 "/// @param[in] stderr_path\n"
79042 "/// The path to use when re-directing the STDERR of the new\n"
79043 "/// process. If all stdXX_path arguments are NULL, a pseudo\n"
79044 "/// terminal will be used.\n"
79045 "///\n"
79046 "/// @param[in] working_directory\n"
79047 "/// The working directory to have the child process run in\n"
79048 "///\n"
79049 "/// @param[in] launch_flags\n"
79050 "/// Some launch options specified by logical OR'ing\n"
79051 "/// lldb::LaunchFlags enumeration values together.\n"
79052 "///\n"
79053 "/// @param[in] stop_at_entry\n"
79054 "/// If false do not stop the inferior at the entry point.\n"
79055 "///\n"
79056 "/// @param[out]\n"
79057 "/// An error object. Contains the reason if there is some failure.\n"
79058 "///\n"
79059 "/// @return\n"
79060 "/// A process object for the newly created process.\n"
79061 "//------------------------------------------------------------------\n"
79062 "\n"
79063 "For example,\n"
79064 "\n"
79065 " process = target.Launch(self.dbg.GetListener(), None, None,\n"
79066 " None, '/tmp/stdout.txt', None,\n"
79067 " None, 0, False, error)\n"
79068 "\n"
79069 "launches a new process by passing nothing for both the args and the envs\n"
79070 "and redirect the standard output of the inferior to the /tmp/stdout.txt\n"
79071 "file. It does not specify a working directory so that the debug server\n"
79072 "will use its idea of what the current working directory is for the\n"
79073 "inferior. Also, we ask the debugger not to stop the inferior at the\n"
79074 "entry point. If no breakpoint is specified for the inferior, it should\n"
79075 "run to completion if no user interaction is required.\n"
79076 "\n"
79077 ""},
79078 { (char *)"SBTarget_LoadCore", _wrap_SBTarget_LoadCore, METH_VARARGS0x0001, (char *)"\n"
79079 "LoadCore(char const * core_file) -> SBProcess\n"
79080 "SBTarget_LoadCore(SBTarget self, char const * core_file, SBError error) -> SBProcess\n"
79081 "\n"
79082 "\n"
79083 "//------------------------------------------------------------------\n"
79084 "/// Load a core file\n"
79085 "///\n"
79086 "/// @param[in] core_file\n"
79087 "/// File path of the core dump.\n"
79088 "///\n"
79089 "/// @param[out] error\n"
79090 "/// An error explaining what went wrong if the operation fails.\n"
79091 "/// (Optional)\n"
79092 "///\n"
79093 "/// @return\n"
79094 "/// A process object for the newly created core file.\n"
79095 "//------------------------------------------------------------------\n"
79096 "\n"
79097 "For example,\n"
79098 "\n"
79099 " process = target.LoadCore('./a.out.core')\n"
79100 "\n"
79101 "loads a new core file and returns the process object.\n"
79102 "\n"
79103 ""},
79104 { (char *)"SBTarget_Attach", _wrap_SBTarget_Attach, METH_VARARGS0x0001, (char *)"SBTarget_Attach(SBTarget self, SBAttachInfo attach_info, SBError error) -> SBProcess"},
79105 { (char *)"SBTarget_AttachToProcessWithID", _wrap_SBTarget_AttachToProcessWithID, METH_VARARGS0x0001, (char *)"\n"
79106 "SBTarget_AttachToProcessWithID(SBTarget self, SBListener listener, lldb::pid_t pid, SBError error) -> SBProcess\n"
79107 "\n"
79108 "\n"
79109 "//------------------------------------------------------------------\n"
79110 "/// Attach to process with pid.\n"
79111 "///\n"
79112 "/// @param[in] listener\n"
79113 "/// An optional listener that will receive all process events.\n"
79114 "/// If  listener is valid then  listener will listen to all\n"
79115 "/// process events. If not valid, then this target's debugger\n"
79116 "/// (SBTarget::GetDebugger()) will listen to all process events.\n"
79117 "///\n"
79118 "/// @param[in] pid\n"
79119 "/// The process ID to attach to.\n"
79120 "///\n"
79121 "/// @param[out]\n"
79122 "/// An error explaining what went wrong if attach fails.\n"
79123 "///\n"
79124 "/// @return\n"
79125 "/// A process object for the attached process.\n"
79126 "//------------------------------------------------------------------\n"
79127 "\n"
79128 ""},
79129 { (char *)"SBTarget_AttachToProcessWithName", _wrap_SBTarget_AttachToProcessWithName, METH_VARARGS0x0001, (char *)"\n"
79130 "SBTarget_AttachToProcessWithName(SBTarget self, SBListener listener, char const * name, bool wait_for, SBError error) -> SBProcess\n"
79131 "\n"
79132 "\n"
79133 "//------------------------------------------------------------------\n"
79134 "/// Attach to process with name.\n"
79135 "///\n"
79136 "/// @param[in] listener\n"
79137 "/// An optional listener that will receive all process events.\n"
79138 "/// If  listener is valid then  listener will listen to all\n"
79139 "/// process events. If not valid, then this target's debugger\n"
79140 "/// (SBTarget::GetDebugger()) will listen to all process events.\n"
79141 "///\n"
79142 "/// @param[in] name\n"
79143 "/// Basename of process to attach to.\n"
79144 "///\n"
79145 "/// @param[in] wait_for\n"
79146 "/// If true wait for a new instance of 'name' to be launched.\n"
79147 "///\n"
79148 "/// @param[out]\n"
79149 "/// An error explaining what went wrong if attach fails.\n"
79150 "///\n"
79151 "/// @return\n"
79152 "/// A process object for the attached process.\n"
79153 "//------------------------------------------------------------------\n"
79154 "\n"
79155 ""},
79156 { (char *)"SBTarget_ConnectRemote", _wrap_SBTarget_ConnectRemote, METH_VARARGS0x0001, (char *)"\n"
79157 "SBTarget_ConnectRemote(SBTarget self, SBListener listener, char const * url, char const * plugin_name, SBError error) -> SBProcess\n"
79158 "\n"
79159 "\n"
79160 "//------------------------------------------------------------------\n"
79161 "/// Connect to a remote debug server with url.\n"
79162 "///\n"
79163 "/// @param[in] listener\n"
79164 "/// An optional listener that will receive all process events.\n"
79165 "/// If  listener is valid then  listener will listen to all\n"
79166 "/// process events. If not valid, then this target's debugger\n"
79167 "/// (SBTarget::GetDebugger()) will listen to all process events.\n"
79168 "///\n"
79169 "/// @param[in] url\n"
79170 "/// The url to connect to, e.g., 'connect://localhost:12345'.\n"
79171 "///\n"
79172 "/// @param[in] plugin_name\n"
79173 "/// The plugin name to be used; can be NULL.\n"
79174 "///\n"
79175 "/// @param[out]\n"
79176 "/// An error explaining what went wrong if the connect fails.\n"
79177 "///\n"
79178 "/// @return\n"
79179 "/// A process object for the connected process.\n"
79180 "//------------------------------------------------------------------\n"
79181 "\n"
79182 ""},
79183 { (char *)"SBTarget_GetExecutable", _wrap_SBTarget_GetExecutable, METH_VARARGS0x0001, (char *)"SBTarget_GetExecutable(SBTarget self) -> SBFileSpec"},
79184 { (char *)"SBTarget_AppendImageSearchPath", _wrap_SBTarget_AppendImageSearchPath, METH_VARARGS0x0001, (char *)"\n"
79185 "SBTarget_AppendImageSearchPath(SBTarget self, char const * arg3, char const * to, SBError error)\n"
79186 "\n"
79187 "\n"
79188 "/// Append the path mapping (from -> to) to the target's paths mapping list.\n"
79189 "\n"
79190 ""},
79191 { (char *)"SBTarget_AddModule", _wrap_SBTarget_AddModule, METH_VARARGS0x0001, (char *)"\n"
79192 "AddModule(SBModule module) -> bool\n"
79193 "AddModule(char const * path, char const * triple, char const * uuid) -> SBModule\n"
79194 "AddModule(char const * path, char const * triple, char const * uuid_cstr, char const * symfile) -> SBModule\n"
79195 "SBTarget_AddModule(SBTarget self, SBModuleSpec module_spec) -> SBModule\n"
79196 ""},
79197 { (char *)"SBTarget_GetNumModules", _wrap_SBTarget_GetNumModules, METH_VARARGS0x0001, (char *)"SBTarget_GetNumModules(SBTarget self) -> uint32_t"},
79198 { (char *)"SBTarget_GetModuleAtIndex", _wrap_SBTarget_GetModuleAtIndex, METH_VARARGS0x0001, (char *)"SBTarget_GetModuleAtIndex(SBTarget self, uint32_t idx) -> SBModule"},
79199 { (char *)"SBTarget_RemoveModule", _wrap_SBTarget_RemoveModule, METH_VARARGS0x0001, (char *)"SBTarget_RemoveModule(SBTarget self, SBModule module) -> bool"},
79200 { (char *)"SBTarget_GetDebugger", _wrap_SBTarget_GetDebugger, METH_VARARGS0x0001, (char *)"SBTarget_GetDebugger(SBTarget self) -> SBDebugger"},
79201 { (char *)"SBTarget_FindModule", _wrap_SBTarget_FindModule, METH_VARARGS0x0001, (char *)"SBTarget_FindModule(SBTarget self, SBFileSpec file_spec) -> SBModule"},
79202 { (char *)"SBTarget_FindCompileUnits", _wrap_SBTarget_FindCompileUnits, METH_VARARGS0x0001, (char *)"\n"
79203 "SBTarget_FindCompileUnits(SBTarget self, SBFileSpec sb_file_spec) -> SBSymbolContextList\n"
79204 "\n"
79205 "\n"
79206 "//------------------------------------------------------------------\n"
79207 "/// Find compile units related to *this target and passed source\n"
79208 "/// file.\n"
79209 "///\n"
79210 "/// @param[in] sb_file_spec\n"
79211 "/// A lldb::SBFileSpec object that contains source file\n"
79212 "/// specification.\n"
79213 "///\n"
79214 "/// @return\n"
79215 "/// A lldb::SBSymbolContextList that gets filled in with all of\n"
79216 "/// the symbol contexts for all the matches.\n"
79217 "//------------------------------------------------------------------\n"
79218 "\n"
79219 ""},
79220 { (char *)"SBTarget_GetByteOrder", _wrap_SBTarget_GetByteOrder, METH_VARARGS0x0001, (char *)"SBTarget_GetByteOrder(SBTarget self) -> lldb::ByteOrder"},
79221 { (char *)"SBTarget_GetAddressByteSize", _wrap_SBTarget_GetAddressByteSize, METH_VARARGS0x0001, (char *)"SBTarget_GetAddressByteSize(SBTarget self) -> uint32_t"},
79222 { (char *)"SBTarget_GetTriple", _wrap_SBTarget_GetTriple, METH_VARARGS0x0001, (char *)"SBTarget_GetTriple(SBTarget self) -> char const *"},
79223 { (char *)"SBTarget_GetDataByteSize", _wrap_SBTarget_GetDataByteSize, METH_VARARGS0x0001, (char *)"\n"
79224 "SBTarget_GetDataByteSize(SBTarget self) -> uint32_t\n"
79225 "\n"
79226 "\n"
79227 "//------------------------------------------------------------------\n"
79228 "/// Architecture data byte width accessor\n"
79229 "///\n"
79230 "/// @return\n"
79231 "/// The size in 8-bit (host) bytes of a minimum addressable\n"
79232 "/// unit from the Architecture's data bus\n"
79233 "//------------------------------------------------------------------\n"
79234 "\n"
79235 ""},
79236 { (char *)"SBTarget_GetCodeByteSize", _wrap_SBTarget_GetCodeByteSize, METH_VARARGS0x0001, (char *)"\n"
79237 "SBTarget_GetCodeByteSize(SBTarget self) -> uint32_t\n"
79238 "\n"
79239 "\n"
79240 "//------------------------------------------------------------------\n"
79241 "/// Architecture code byte width accessor\n"
79242 "///\n"
79243 "/// @return\n"
79244 "/// The size in 8-bit (host) bytes of a minimum addressable\n"
79245 "/// unit from the Architecture's code bus\n"
79246 "//------------------------------------------------------------------\n"
79247 "\n"
79248 ""},
79249 { (char *)"SBTarget_SetSectionLoadAddress", _wrap_SBTarget_SetSectionLoadAddress, METH_VARARGS0x0001, (char *)"SBTarget_SetSectionLoadAddress(SBTarget self, SBSection section, lldb::addr_t section_base_addr) -> SBError"},
79250 { (char *)"SBTarget_ClearSectionLoadAddress", _wrap_SBTarget_ClearSectionLoadAddress, METH_VARARGS0x0001, (char *)"SBTarget_ClearSectionLoadAddress(SBTarget self, SBSection section) -> SBError"},
79251 { (char *)"SBTarget_SetModuleLoadAddress", _wrap_SBTarget_SetModuleLoadAddress, METH_VARARGS0x0001, (char *)"SBTarget_SetModuleLoadAddress(SBTarget self, SBModule module, int64_t sections_offset) -> SBError"},
79252 { (char *)"SBTarget_ClearModuleLoadAddress", _wrap_SBTarget_ClearModuleLoadAddress, METH_VARARGS0x0001, (char *)"SBTarget_ClearModuleLoadAddress(SBTarget self, SBModule module) -> SBError"},
79253 { (char *)"SBTarget_FindFunctions", _wrap_SBTarget_FindFunctions, METH_VARARGS0x0001, (char *)"\n"
79254 "FindFunctions(char const * name, uint32_t name_type_mask) -> SBSymbolContextList\n"
79255 "SBTarget_FindFunctions(SBTarget self, char const * name) -> SBSymbolContextList\n"
79256 "\n"
79257 "\n"
79258 "//------------------------------------------------------------------\n"
79259 "/// Find functions by name.\n"
79260 "///\n"
79261 "/// @param[in] name\n"
79262 "/// The name of the function we are looking for.\n"
79263 "///\n"
79264 "/// @param[in] name_type_mask\n"
79265 "/// A logical OR of one or more FunctionNameType enum bits that\n"
79266 "/// indicate what kind of names should be used when doing the\n"
79267 "/// lookup. Bits include fully qualified names, base names,\n"
79268 "/// C++ methods, or ObjC selectors.\n"
79269 "/// See FunctionNameType for more details.\n"
79270 "///\n"
79271 "/// @return\n"
79272 "/// A lldb::SBSymbolContextList that gets filled in with all of\n"
79273 "/// the symbol contexts for all the matches.\n"
79274 "//------------------------------------------------------------------\n"
79275 "\n"
79276 ""},
79277 { (char *)"SBTarget_FindFirstType", _wrap_SBTarget_FindFirstType, METH_VARARGS0x0001, (char *)"SBTarget_FindFirstType(SBTarget self, char const * type) -> SBType"},
79278 { (char *)"SBTarget_FindTypes", _wrap_SBTarget_FindTypes, METH_VARARGS0x0001, (char *)"SBTarget_FindTypes(SBTarget self, char const * type) -> SBTypeList"},
79279 { (char *)"SBTarget_GetBasicType", _wrap_SBTarget_GetBasicType, METH_VARARGS0x0001, (char *)"SBTarget_GetBasicType(SBTarget self, lldb::BasicType type) -> SBType"},
79280 { (char *)"SBTarget_GetSourceManager", _wrap_SBTarget_GetSourceManager, METH_VARARGS0x0001, (char *)"SBTarget_GetSourceManager(SBTarget self) -> SBSourceManager"},
79281 { (char *)"SBTarget_FindFirstGlobalVariable", _wrap_SBTarget_FindFirstGlobalVariable, METH_VARARGS0x0001, (char *)"\n"
79282 "SBTarget_FindFirstGlobalVariable(SBTarget self, char const * name) -> SBValue\n"
79283 "\n"
79284 "\n"
79285 "//------------------------------------------------------------------\n"
79286 "/// Find the first global (or static) variable by name.\n"
79287 "///\n"
79288 "/// @param[in] name\n"
79289 "/// The name of the global or static variable we are looking\n"
79290 "/// for.\n"
79291 "///\n"
79292 "/// @return\n"
79293 "/// An SBValue that gets filled in with the found variable (if any).\n"
79294 "//------------------------------------------------------------------\n"
79295 "\n"
79296 ""},
79297 { (char *)"SBTarget_FindGlobalVariables", _wrap_SBTarget_FindGlobalVariables, METH_VARARGS0x0001, (char *)"\n"
79298 "FindGlobalVariables(char const * name, uint32_t max_matches) -> SBValueList\n"
79299 "SBTarget_FindGlobalVariables(SBTarget self, char const * name, uint32_t max_matches, lldb::MatchType matchtype) -> SBValueList\n"
79300 "\n"
79301 "\n"
79302 "//------------------------------------------------------------------\n"
79303 "/// Find global and static variables by name.\n"
79304 "///\n"
79305 "/// @param[in] name\n"
79306 "/// The name of the global or static variable we are looking\n"
79307 "/// for.\n"
79308 "///\n"
79309 "/// @param[in] max_matches\n"
79310 "/// Allow the number of matches to be limited to  max_matches.\n"
79311 "///\n"
79312 "/// @return\n"
79313 "/// A list of matched variables in an SBValueList.\n"
79314 "//------------------------------------------------------------------\n"
79315 "\n"
79316 ""},
79317 { (char *)"SBTarget_FindGlobalFunctions", _wrap_SBTarget_FindGlobalFunctions, METH_VARARGS0x0001, (char *)"SBTarget_FindGlobalFunctions(SBTarget self, char const * name, uint32_t max_matches, lldb::MatchType matchtype) -> SBSymbolContextList"},
79318 { (char *)"SBTarget_Clear", _wrap_SBTarget_Clear, METH_VARARGS0x0001, (char *)"SBTarget_Clear(SBTarget self)"},
79319 { (char *)"SBTarget_ResolveFileAddress", _wrap_SBTarget_ResolveFileAddress, METH_VARARGS0x0001, (char *)"\n"
79320 "SBTarget_ResolveFileAddress(SBTarget self, lldb::addr_t file_addr) -> SBAddress\n"
79321 "\n"
79322 "\n"
79323 "//------------------------------------------------------------------\n"
79324 "/// Resolve a current file address into a section offset address.\n"
79325 "///\n"
79326 "/// @param[in] file_addr\n"
79327 "///\n"
79328 "/// @return\n"
79329 "/// An SBAddress which will be valid if...\n"
79330 "//------------------------------------------------------------------\n"
79331 "\n"
79332 ""},
79333 { (char *)"SBTarget_ResolveLoadAddress", _wrap_SBTarget_ResolveLoadAddress, METH_VARARGS0x0001, (char *)"SBTarget_ResolveLoadAddress(SBTarget self, lldb::addr_t vm_addr) -> SBAddress"},
79334 { (char *)"SBTarget_ResolvePastLoadAddress", _wrap_SBTarget_ResolvePastLoadAddress, METH_VARARGS0x0001, (char *)"SBTarget_ResolvePastLoadAddress(SBTarget self, uint32_t stop_id, lldb::addr_t vm_addr) -> SBAddress"},
79335 { (char *)"SBTarget_ResolveSymbolContextForAddress", _wrap_SBTarget_ResolveSymbolContextForAddress, METH_VARARGS0x0001, (char *)"SBTarget_ResolveSymbolContextForAddress(SBTarget self, SBAddress addr, uint32_t resolve_scope) -> SBSymbolContext"},
79336 { (char *)"SBTarget_ReadMemory", _wrap_SBTarget_ReadMemory, METH_VARARGS0x0001, (char *)"\n"
79337 "SBTarget_ReadMemory(SBTarget self, SBAddress addr, void * buf, SBError error) -> size_t\n"
79338 "\n"
79339 "\n"
79340 "//------------------------------------------------------------------\n"
79341 "/// Read target memory. If a target process is running then memory\n"
79342 "/// is read from here. Otherwise the memory is read from the object\n"
79343 "/// files. For a target whose bytes are sized as a multiple of host\n"
79344 "/// bytes, the data read back will preserve the target's byte order.\n"
79345 "///\n"
79346 "/// @param[in] addr\n"
79347 "/// A target address to read from.\n"
79348 "///\n"
79349 "/// @param[out] buf\n"
79350 "/// The buffer to read memory into.\n"
79351 "///\n"
79352 "/// @param[in] size\n"
79353 "/// The maximum number of host bytes to read in the buffer passed\n"
79354 "/// into this call\n"
79355 "///\n"
79356 "/// @param[out] error\n"
79357 "/// Error information is written here if the memory read fails.\n"
79358 "///\n"
79359 "/// @return\n"
79360 "/// The amount of data read in host bytes.\n"
79361 "//------------------------------------------------------------------\n"
79362 "\n"
79363 ""},
79364 { (char *)"SBTarget_BreakpointCreateByLocation", _wrap_SBTarget_BreakpointCreateByLocation, METH_VARARGS0x0001, (char *)"\n"
79365 "BreakpointCreateByLocation(char const * file, uint32_t line) -> SBBreakpoint\n"
79366 "BreakpointCreateByLocation(SBFileSpec file_spec, uint32_t line) -> SBBreakpoint\n"
79367 "BreakpointCreateByLocation(SBFileSpec file_spec, uint32_t line, lldb::addr_t offset) -> SBBreakpoint\n"
79368 "BreakpointCreateByLocation(SBFileSpec file_spec, uint32_t line, lldb::addr_t offset, SBFileSpecList module_list) -> SBBreakpoint\n"
79369 "SBTarget_BreakpointCreateByLocation(SBTarget self, SBFileSpec file_spec, uint32_t line, uint32_t column, lldb::addr_t offset, SBFileSpecList module_list) -> SBBreakpoint\n"
79370 ""},
79371 { (char *)"SBTarget_BreakpointCreateByName", _wrap_SBTarget_BreakpointCreateByName, METH_VARARGS0x0001, (char *)"\n"
79372 "BreakpointCreateByName(char const * symbol_name, char const * module_name=None) -> SBBreakpoint\n"
79373 "BreakpointCreateByName(char const * symbol_name) -> SBBreakpoint\n"
79374 "BreakpointCreateByName(char const * symbol_name, uint32_t func_name_type, SBFileSpecList module_list, SBFileSpecList comp_unit_list) -> SBBreakpoint\n"
79375 "SBTarget_BreakpointCreateByName(SBTarget self, char const * symbol_name, uint32_t func_name_type, lldb::LanguageType symbol_language, SBFileSpecList module_list, SBFileSpecList comp_unit_list) -> SBBreakpoint\n"
79376 ""},
79377 { (char *)"SBTarget_BreakpointCreateByNames", _wrap_SBTarget_BreakpointCreateByNames, METH_VARARGS0x0001, (char *)"\n"
79378 "BreakpointCreateByNames(char const ** symbol_name, uint32_t name_type_mask, SBFileSpecList module_list, SBFileSpecList comp_unit_list) -> SBBreakpoint\n"
79379 "BreakpointCreateByNames(char const ** symbol_name, uint32_t name_type_mask, lldb::LanguageType symbol_language, SBFileSpecList module_list, SBFileSpecList comp_unit_list) -> SBBreakpoint\n"
79380 "SBTarget_BreakpointCreateByNames(SBTarget self, char const ** symbol_name, uint32_t name_type_mask, lldb::LanguageType symbol_language, lldb::addr_t offset, SBFileSpecList module_list, SBFileSpecList comp_unit_list) -> SBBreakpoint\n"
79381 ""},
79382 { (char *)"SBTarget_BreakpointCreateByRegex", _wrap_SBTarget_BreakpointCreateByRegex, METH_VARARGS0x0001, (char *)"\n"
79383 "BreakpointCreateByRegex(char const * symbol_name_regex, char const * module_name=None) -> SBBreakpoint\n"
79384 "BreakpointCreateByRegex(char const * symbol_name_regex) -> SBBreakpoint\n"
79385 "SBTarget_BreakpointCreateByRegex(SBTarget self, char const * symbol_name_regex, lldb::LanguageType symbol_language, SBFileSpecList module_list, SBFileSpecList comp_unit_list) -> SBBreakpoint\n"
79386 ""},
79387 { (char *)"SBTarget_BreakpointCreateBySourceRegex", _wrap_SBTarget_BreakpointCreateBySourceRegex, METH_VARARGS0x0001, (char *)"\n"
79388 "BreakpointCreateBySourceRegex(char const * source_regex, SBFileSpec source_file, char const * module_name=None) -> SBBreakpoint\n"
79389 "BreakpointCreateBySourceRegex(char const * source_regex, SBFileSpec source_file) -> SBBreakpoint\n"
79390 "BreakpointCreateBySourceRegex(char const * source_regex, SBFileSpecList module_list, SBFileSpecList file_list) -> SBBreakpoint\n"
79391 "SBTarget_BreakpointCreateBySourceRegex(SBTarget self, char const * source_regex, SBFileSpecList module_list, SBFileSpecList source_file, SBStringList func_names) -> SBBreakpoint\n"
79392 ""},
79393 { (char *)"SBTarget_BreakpointCreateForException", _wrap_SBTarget_BreakpointCreateForException, METH_VARARGS0x0001, (char *)"SBTarget_BreakpointCreateForException(SBTarget self, lldb::LanguageType language, bool catch_bp, bool throw_bp) -> SBBreakpoint"},
79394 { (char *)"SBTarget_BreakpointCreateByAddress", _wrap_SBTarget_BreakpointCreateByAddress, METH_VARARGS0x0001, (char *)"SBTarget_BreakpointCreateByAddress(SBTarget self, lldb::addr_t address) -> SBBreakpoint"},
79395 { (char *)"SBTarget_BreakpointCreateBySBAddress", _wrap_SBTarget_BreakpointCreateBySBAddress, METH_VARARGS0x0001, (char *)"SBTarget_BreakpointCreateBySBAddress(SBTarget self, SBAddress sb_address) -> SBBreakpoint"},
79396 { (char *)"SBTarget_BreakpointCreateFromScript", _wrap_SBTarget_BreakpointCreateFromScript, METH_VARARGS0x0001, (char *)"\n"
79397 "BreakpointCreateFromScript(char const * class_name, SBStructuredData extra_args, SBFileSpecList module_list, SBFileSpecList file_list, bool request_hardware=False) -> SBBreakpoint\n"
79398 "SBTarget_BreakpointCreateFromScript(SBTarget self, char const * class_name, SBStructuredData extra_args, SBFileSpecList module_list, SBFileSpecList file_list) -> SBBreakpoint\n"
79399 "\n"
79400 "\n"
79401 "//------------------------------------------------------------------\n"
79402 "/// Create a breakpoint using a scripted resolver.\n"
79403 "///\n"
79404 "/// @param[in] class_name\n"
79405 "/// This is the name of the class that implements a scripted resolver.\n"
79406 "/// The class should have the following signature:\n"
79407 "/// class Resolver:\n"
79408 "/// def __init__(self, bkpt, extra_args):\n"
79409 "/// # bkpt - the breakpoint for which this is the resolver. When\n"
79410 "/// # the resolver finds an interesting address, call AddLocation\n"
79411 "/// # on this breakpoint to add it.\n"
79412 "/// #\n"
79413 "/// # extra_args - an SBStructuredData that can be used to \n"
79414 "/// # parametrize this instance. Same as the extra_args passed\n"
79415 "/// # to BreakpointCreateFromScript.\n"
79416 "///\n"
79417 "/// def __get_depth__ (self):\n"
79418 "/// # This is optional, but if defined, you should return the\n"
79419 "/// # depth at which you want the callback to be called. The\n"
79420 "/// # available options are:\n"
79421 "/// # lldb.eSearchDepthModule\n"
79422 "/// # lldb.eSearchDepthCompUnit\n"
79423 "/// # The default if you don't implement this method is\n"
79424 "/// # eSearchDepthModule.\n"
79425 "/// \n"
79426 "/// def __callback__(self, sym_ctx):\n"
79427 "/// # sym_ctx - an SBSymbolContext that is the cursor in the \n"
79428 "/// # search through the program to resolve breakpoints. \n"
79429 "/// # The sym_ctx will be filled out to the depth requested in\n"
79430 "/// # __get_depth__.\n"
79431 "/// # Look in this sym_ctx for new breakpoint locations,\n"
79432 "/// # and if found use bkpt.AddLocation to add them.\n"
79433 "/// # Note, you will only get called for modules/compile_units that\n"
79434 "/// # pass the SearchFilter provided by the module_list & file_list\n"
79435 "/// # passed into BreakpointCreateFromScript.\n"
79436 "///\n"
79437 "/// def get_short_help(self):\n"
79438 "/// # Optional, but if implemented return a short string that will\n"
79439 "/// # be printed at the beginning of the break list output for the\n"
79440 "/// # breakpoint.\n"
79441 "///\n"
79442 "/// @param[in] extra_args\n"
79443 "/// This is an SBStructuredData object that will get passed to the\n"
79444 "/// constructor of the class in class_name. You can use this to \n"
79445 "/// reuse the same class, parametrizing it with entries from this \n"
79446 "/// dictionary.\n"
79447 "///\n"
79448 "/// @param module_list\n"
79449 "/// If this is non-empty, this will be used as the module filter in the \n"
79450 "/// SearchFilter created for this breakpoint.\n"
79451 "///\n"
79452 "/// @param file_list\n"
79453 "/// If this is non-empty, this will be used as the comp unit filter in the \n"
79454 "/// SearchFilter created for this breakpoint.\n"
79455 "///\n"
79456 "/// @return\n"
79457 "/// An SBBreakpoint that will set locations based on the logic in the\n"
79458 "/// resolver's search callback.\n"
79459 "//------------------------------------------------------------------\n"
79460 "\n"
79461 ""},
79462 { (char *)"SBTarget_GetNumBreakpoints", _wrap_SBTarget_GetNumBreakpoints, METH_VARARGS0x0001, (char *)"SBTarget_GetNumBreakpoints(SBTarget self) -> uint32_t"},
79463 { (char *)"SBTarget_GetBreakpointAtIndex", _wrap_SBTarget_GetBreakpointAtIndex, METH_VARARGS0x0001, (char *)"SBTarget_GetBreakpointAtIndex(SBTarget self, uint32_t idx) -> SBBreakpoint"},
79464 { (char *)"SBTarget_BreakpointDelete", _wrap_SBTarget_BreakpointDelete, METH_VARARGS0x0001, (char *)"SBTarget_BreakpointDelete(SBTarget self, lldb::break_id_t break_id) -> bool"},
79465 { (char *)"SBTarget_FindBreakpointByID", _wrap_SBTarget_FindBreakpointByID, METH_VARARGS0x0001, (char *)"SBTarget_FindBreakpointByID(SBTarget self, lldb::break_id_t break_id) -> SBBreakpoint"},
79466 { (char *)"SBTarget_FindBreakpointsByName", _wrap_SBTarget_FindBreakpointsByName, METH_VARARGS0x0001, (char *)"SBTarget_FindBreakpointsByName(SBTarget self, char const * name, SBBreakpointList bkpt_list) -> bool"},
79467 { (char *)"SBTarget_DeleteBreakpointName", _wrap_SBTarget_DeleteBreakpointName, METH_VARARGS0x0001, (char *)"SBTarget_DeleteBreakpointName(SBTarget self, char const * name)"},
79468 { (char *)"SBTarget_GetBreakpointNames", _wrap_SBTarget_GetBreakpointNames, METH_VARARGS0x0001, (char *)"SBTarget_GetBreakpointNames(SBTarget self, SBStringList names)"},
79469 { (char *)"SBTarget_EnableAllBreakpoints", _wrap_SBTarget_EnableAllBreakpoints, METH_VARARGS0x0001, (char *)"SBTarget_EnableAllBreakpoints(SBTarget self) -> bool"},
79470 { (char *)"SBTarget_DisableAllBreakpoints", _wrap_SBTarget_DisableAllBreakpoints, METH_VARARGS0x0001, (char *)"SBTarget_DisableAllBreakpoints(SBTarget self) -> bool"},
79471 { (char *)"SBTarget_DeleteAllBreakpoints", _wrap_SBTarget_DeleteAllBreakpoints, METH_VARARGS0x0001, (char *)"SBTarget_DeleteAllBreakpoints(SBTarget self) -> bool"},
79472 { (char *)"SBTarget_BreakpointsCreateFromFile", _wrap_SBTarget_BreakpointsCreateFromFile, METH_VARARGS0x0001, (char *)"\n"
79473 "BreakpointsCreateFromFile(SBFileSpec source_file, SBBreakpointList bkpt_list) -> SBError\n"
79474 "SBTarget_BreakpointsCreateFromFile(SBTarget self, SBFileSpec source_file, SBStringList matching_names, SBBreakpointList new_bps) -> SBError\n"
79475 "\n"
79476 "\n"
79477 "//------------------------------------------------------------------\n"
79478 "/// Read breakpoints from source_file and return the newly created\n"
79479 "/// breakpoints in bkpt_list.\n"
79480 "///\n"
79481 "/// @param[in] source_file\n"
79482 "/// The file from which to read the breakpoints\n"
79483 "///\n"
79484 "/// @param[out] bkpt_list\n"
79485 "/// A list of the newly created breakpoints.\n"
79486 "///\n"
79487 "/// @return\n"
79488 "/// An SBError detailing any errors in reading in the breakpoints.\n"
79489 "//------------------------------------------------------------------\n"
79490 "\n"
79491 ""},
79492 { (char *)"SBTarget_BreakpointsWriteToFile", _wrap_SBTarget_BreakpointsWriteToFile, METH_VARARGS0x0001, (char *)"\n"
79493 "BreakpointsWriteToFile(SBFileSpec dest_file) -> SBError\n"
79494 "BreakpointsWriteToFile(SBFileSpec dest_file, SBBreakpointList bkpt_list, bool append=False) -> SBError\n"
79495 "SBTarget_BreakpointsWriteToFile(SBTarget self, SBFileSpec dest_file, SBBreakpointList bkpt_list) -> SBError\n"
79496 ""},
79497 { (char *)"SBTarget_GetNumWatchpoints", _wrap_SBTarget_GetNumWatchpoints, METH_VARARGS0x0001, (char *)"SBTarget_GetNumWatchpoints(SBTarget self) -> uint32_t"},
79498 { (char *)"SBTarget_GetWatchpointAtIndex", _wrap_SBTarget_GetWatchpointAtIndex, METH_VARARGS0x0001, (char *)"SBTarget_GetWatchpointAtIndex(SBTarget self, uint32_t idx) -> SBWatchpoint"},
79499 { (char *)"SBTarget_DeleteWatchpoint", _wrap_SBTarget_DeleteWatchpoint, METH_VARARGS0x0001, (char *)"SBTarget_DeleteWatchpoint(SBTarget self, lldb::watch_id_t watch_id) -> bool"},
79500 { (char *)"SBTarget_FindWatchpointByID", _wrap_SBTarget_FindWatchpointByID, METH_VARARGS0x0001, (char *)"SBTarget_FindWatchpointByID(SBTarget self, lldb::watch_id_t watch_id) -> SBWatchpoint"},
79501 { (char *)"SBTarget_EnableAllWatchpoints", _wrap_SBTarget_EnableAllWatchpoints, METH_VARARGS0x0001, (char *)"SBTarget_EnableAllWatchpoints(SBTarget self) -> bool"},
79502 { (char *)"SBTarget_DisableAllWatchpoints", _wrap_SBTarget_DisableAllWatchpoints, METH_VARARGS0x0001, (char *)"SBTarget_DisableAllWatchpoints(SBTarget self) -> bool"},
79503 { (char *)"SBTarget_DeleteAllWatchpoints", _wrap_SBTarget_DeleteAllWatchpoints, METH_VARARGS0x0001, (char *)"SBTarget_DeleteAllWatchpoints(SBTarget self) -> bool"},
79504 { (char *)"SBTarget_WatchAddress", _wrap_SBTarget_WatchAddress, METH_VARARGS0x0001, (char *)"SBTarget_WatchAddress(SBTarget self, lldb::addr_t addr, size_t size, bool read, bool write, SBError error) -> SBWatchpoint"},
79505 { (char *)"SBTarget_GetBroadcaster", _wrap_SBTarget_GetBroadcaster, METH_VARARGS0x0001, (char *)"SBTarget_GetBroadcaster(SBTarget self) -> SBBroadcaster"},
79506 { (char *)"SBTarget_CreateValueFromAddress", _wrap_SBTarget_CreateValueFromAddress, METH_VARARGS0x0001, (char *)"\n"
79507 "SBTarget_CreateValueFromAddress(SBTarget self, char const * name, SBAddress addr, SBType type) -> SBValue\n"
79508 "\n"
79509 "\n"
79510 "//------------------------------------------------------------------\n"
79511 "/// Create an SBValue with the given name by treating the memory starting at addr as an entity of type.\n"
79512 "///\n"
79513 "/// @param[in] name\n"
79514 "/// The name of the resultant SBValue\n"
79515 "///\n"
79516 "/// @param[in] addr\n"
79517 "/// The address of the start of the memory region to be used.\n"
79518 "///\n"
79519 "/// @param[in] type\n"
79520 "/// The type to use to interpret the memory starting at addr.\n"
79521 "///\n"
79522 "/// @return\n"
79523 "/// An SBValue of the given type, may be invalid if there was an error reading\n"
79524 "/// the underlying memory.\n"
79525 "//------------------------------------------------------------------\n"
79526 "\n"
79527 ""},
79528 { (char *)"SBTarget_CreateValueFromData", _wrap_SBTarget_CreateValueFromData, METH_VARARGS0x0001, (char *)"SBTarget_CreateValueFromData(SBTarget self, char const * name, SBData data, SBType type) -> SBValue"},
79529 { (char *)"SBTarget_CreateValueFromExpression", _wrap_SBTarget_CreateValueFromExpression, METH_VARARGS0x0001, (char *)"SBTarget_CreateValueFromExpression(SBTarget self, char const * name, char const * expr) -> SBValue"},
79530 { (char *)"SBTarget_ReadInstructions", _wrap_SBTarget_ReadInstructions, METH_VARARGS0x0001, (char *)"\n"
79531 "ReadInstructions(SBAddress base_addr, uint32_t count) -> SBInstructionList\n"
79532 "SBTarget_ReadInstructions(SBTarget self, SBAddress base_addr, uint32_t count, char const * flavor_string) -> SBInstructionList\n"
79533 "\n"
79534 "\n"
79535 "Disassemble a specified number of instructions starting at an address.\n"
79536 "Parameters:\n"
79537 " base_addr -- the address to start disassembly from\n"
79538 " count -- the number of instructions to disassemble\n"
79539 " flavor_string -- may be 'intel' or 'att' on x86 targets to specify that style of disassembly\n"
79540 "Returns an SBInstructionList.\n"
79541 ""},
79542 { (char *)"SBTarget_GetInstructions", _wrap_SBTarget_GetInstructions, METH_VARARGS0x0001, (char *)"\n"
79543 "SBTarget_GetInstructions(SBTarget self, SBAddress base_addr, void const * buf) -> SBInstructionList\n"
79544 "\n"
79545 "\n"
79546 "Disassemble the bytes in a buffer and return them in an SBInstructionList.\n"
79547 "Parameters:\n"
79548 " base_addr -- used for symbolicating the offsets in the byte stream when disassembling\n"
79549 " buf -- bytes to be disassembled\n"
79550 " size -- (C++) size of the buffer\n"
79551 "Returns an SBInstructionList.\n"
79552 ""},
79553 { (char *)"SBTarget_GetInstructionsWithFlavor", _wrap_SBTarget_GetInstructionsWithFlavor, METH_VARARGS0x0001, (char *)"\n"
79554 "SBTarget_GetInstructionsWithFlavor(SBTarget self, SBAddress base_addr, char const * flavor_string, void const * buf) -> SBInstructionList\n"
79555 "\n"
79556 "\n"
79557 "Disassemble the bytes in a buffer and return them in an SBInstructionList, with a supplied flavor.\n"
79558 "Parameters:\n"
79559 " base_addr -- used for symbolicating the offsets in the byte stream when disassembling\n"
79560 " flavor -- may be 'intel' or 'att' on x86 targets to specify that style of disassembly\n"
79561 " buf -- bytes to be disassembled\n"
79562 " size -- (C++) size of the buffer\n"
79563 "Returns an SBInstructionList.\n"
79564 ""},
79565 { (char *)"SBTarget_FindSymbols", _wrap_SBTarget_FindSymbols, METH_VARARGS0x0001, (char *)"\n"
79566 "FindSymbols(char const * name, lldb::SymbolType type) -> SBSymbolContextList\n"
79567 "SBTarget_FindSymbols(SBTarget self, char const * name) -> SBSymbolContextList\n"
79568 ""},
79569 { (char *)"SBTarget_GetDescription", _wrap_SBTarget_GetDescription, METH_VARARGS0x0001, (char *)"SBTarget_GetDescription(SBTarget self, SBStream description, lldb::DescriptionLevel description_level) -> bool"},
79570 { (char *)"SBTarget_GetStackRedZoneSize", _wrap_SBTarget_GetStackRedZoneSize, METH_VARARGS0x0001, (char *)"SBTarget_GetStackRedZoneSize(SBTarget self) -> lldb::addr_t"},
79571 { (char *)"SBTarget_GetLaunchInfo", _wrap_SBTarget_GetLaunchInfo, METH_VARARGS0x0001, (char *)"SBTarget_GetLaunchInfo(SBTarget self) -> SBLaunchInfo"},
79572 { (char *)"SBTarget_SetLaunchInfo", _wrap_SBTarget_SetLaunchInfo, METH_VARARGS0x0001, (char *)"SBTarget_SetLaunchInfo(SBTarget self, SBLaunchInfo launch_info)"},
79573 { (char *)"SBTarget_SetCollectingStats", _wrap_SBTarget_SetCollectingStats, METH_VARARGS0x0001, (char *)"SBTarget_SetCollectingStats(SBTarget self, bool v)"},
79574 { (char *)"SBTarget_GetCollectingStats", _wrap_SBTarget_GetCollectingStats, METH_VARARGS0x0001, (char *)"SBTarget_GetCollectingStats(SBTarget self) -> bool"},
79575 { (char *)"SBTarget_GetStatistics", _wrap_SBTarget_GetStatistics, METH_VARARGS0x0001, (char *)"SBTarget_GetStatistics(SBTarget self) -> SBStructuredData"},
79576 { (char *)"SBTarget___eq__", _wrap_SBTarget___eq__, METH_VARARGS0x0001, (char *)"SBTarget___eq__(SBTarget self, SBTarget rhs) -> bool"},
79577 { (char *)"SBTarget___ne__", _wrap_SBTarget___ne__, METH_VARARGS0x0001, (char *)"SBTarget___ne__(SBTarget self, SBTarget rhs) -> bool"},
79578 { (char *)"SBTarget_EvaluateExpression", _wrap_SBTarget_EvaluateExpression, METH_VARARGS0x0001, (char *)"\n"
79579 "EvaluateExpression(char const * expr) -> SBValue\n"
79580 "SBTarget_EvaluateExpression(SBTarget self, char const * expr, SBExpressionOptions options) -> SBValue\n"
79581 ""},
79582 { (char *)"SBTarget___str__", _wrap_SBTarget___str__, METH_VARARGS0x0001, (char *)"SBTarget___str__(SBTarget self) -> PyObject *"},
79583 { (char *)"SBTarget_swigregister", SBTarget_swigregister, METH_VARARGS0x0001, NULL__null},
79584 { (char *)"new_SBThread", _wrap_new_SBThread, METH_VARARGS0x0001, (char *)"\n"
79585 "SBThread()\n"
79586 "new_SBThread(SBThread thread) -> SBThread\n"
79587 ""},
79588 { (char *)"delete_SBThread", _wrap_delete_SBThread, METH_VARARGS0x0001, (char *)"delete_SBThread(SBThread self)"},
79589 { (char *)"SBThread_GetBroadcasterClassName", _wrap_SBThread_GetBroadcasterClassName, METH_VARARGS0x0001, (char *)"SBThread_GetBroadcasterClassName() -> char const *"},
79590 { (char *)"SBThread_EventIsThreadEvent", _wrap_SBThread_EventIsThreadEvent, METH_VARARGS0x0001, (char *)"SBThread_EventIsThreadEvent(SBEvent event) -> bool"},
79591 { (char *)"SBThread_GetStackFrameFromEvent", _wrap_SBThread_GetStackFrameFromEvent, METH_VARARGS0x0001, (char *)"SBThread_GetStackFrameFromEvent(SBEvent event) -> SBFrame"},
79592 { (char *)"SBThread_GetThreadFromEvent", _wrap_SBThread_GetThreadFromEvent, METH_VARARGS0x0001, (char *)"SBThread_GetThreadFromEvent(SBEvent event) -> SBThread"},
79593 { (char *)"SBThread_IsValid", _wrap_SBThread_IsValid, METH_VARARGS0x0001, (char *)"SBThread_IsValid(SBThread self) -> bool"},
79594 { (char *)"SBThread_Clear", _wrap_SBThread_Clear, METH_VARARGS0x0001, (char *)"SBThread_Clear(SBThread self)"},
79595 { (char *)"SBThread_GetStopReason", _wrap_SBThread_GetStopReason, METH_VARARGS0x0001, (char *)"SBThread_GetStopReason(SBThread self) -> lldb::StopReason"},
79596 { (char *)"SBThread_GetStopReasonDataCount", _wrap_SBThread_GetStopReasonDataCount, METH_VARARGS0x0001, (char *)"\n"
79597 "SBThread_GetStopReasonDataCount(SBThread self) -> size_t\n"
79598 "\n"
79599 "\n"
79600 "/// Get the number of words associated with the stop reason.\n"
79601 "/// See also GetStopReasonDataAtIndex().\n"
79602 "\n"
79603 ""},
79604 { (char *)"SBThread_GetStopReasonDataAtIndex", _wrap_SBThread_GetStopReasonDataAtIndex, METH_VARARGS0x0001, (char *)"\n"
79605 "SBThread_GetStopReasonDataAtIndex(SBThread self, uint32_t idx) -> uint64_t\n"
79606 "\n"
79607 "\n"
79608 "//--------------------------------------------------------------------------\n"
79609 "/// Get information associated with a stop reason.\n"
79610 "///\n"
79611 "/// Breakpoint stop reasons will have data that consists of pairs of \n"
79612 "/// breakpoint IDs followed by the breakpoint location IDs (they always come\n"
79613 "/// in pairs).\n"
79614 "///\n"
79615 "/// Stop Reason Count Data Type\n"
79616 "/// ======================== ===== =========================================\n"
79617 "/// eStopReasonNone 0\n"
79618 "/// eStopReasonTrace 0\n"
79619 "/// eStopReasonBreakpoint N duple: {breakpoint id, location id}\n"
79620 "/// eStopReasonWatchpoint 1 watchpoint id\n"
79621 "/// eStopReasonSignal 1 unix signal number\n"
79622 "/// eStopReasonException N exception data\n"
79623 "/// eStopReasonExec 0\n"
79624 "/// eStopReasonPlanComplete 0\n"
79625 "//--------------------------------------------------------------------------\n"
79626 "\n"
79627 ""},
79628 { (char *)"SBThread_GetStopReasonExtendedInfoAsJSON", _wrap_SBThread_GetStopReasonExtendedInfoAsJSON, METH_VARARGS0x0001, (char *)"\n"
79629 "\n"
79630 "Collects a thread's stop reason extended information dictionary and prints it\n"
79631 "into the SBStream in a JSON format. The format of this JSON dictionary depends\n"
79632 "on the stop reason and is currently used only for instrumentation plugins.\n"
79633 "\n"
79634 ""},
79635 { (char *)"SBThread_GetStopReasonExtendedBacktraces", _wrap_SBThread_GetStopReasonExtendedBacktraces, METH_VARARGS0x0001, (char *)"\n"
79636 "\n"
79637 "Returns a collection of historical stack traces that are significant to the\n"
79638 "current stop reason. Used by ThreadSanitizer, where we provide various stack\n"
79639 "traces that were involved in a data race or other type of detected issue.\n"
79640 "\n"
79641 ""},
79642 { (char *)"SBThread_GetStopDescription", _wrap_SBThread_GetStopDescription, METH_VARARGS0x0001, (char *)"\n"
79643 "\n"
79644 "Pass only an (int)length and expect to get a Python string describing the\n"
79645 "stop reason.\n"
79646 "\n"
79647 ""},
79648 { (char *)"SBThread_GetStopReturnValue", _wrap_SBThread_GetStopReturnValue, METH_VARARGS0x0001, (char *)"SBThread_GetStopReturnValue(SBThread self) -> SBValue"},
79649 { (char *)"SBThread_GetThreadID", _wrap_SBThread_GetThreadID, METH_VARARGS0x0001, (char *)"\n"
79650 "\n"
79651 "Returns a unique thread identifier (type lldb::tid_t, typically a 64-bit type)\n"
79652 "for the current SBThread that will remain constant throughout the thread's\n"
79653 "lifetime in this process and will not be reused by another thread during this\n"
79654 "process lifetime. On Mac OS X systems, this is a system-wide unique thread\n"
79655 "identifier; this identifier is also used by other tools like sample which helps\n"
79656 "to associate data from those tools with lldb. See related GetIndexID.\n"
79657 "\n"
79658 ""},
79659 { (char *)"SBThread_GetIndexID", _wrap_SBThread_GetIndexID, METH_VARARGS0x0001, (char *)"\n"
79660 "\n"
79661 "Return the index number for this SBThread. The index number is the same thing\n"
79662 "that a user gives as an argument to 'thread select' in the command line lldb.\n"
79663 "These numbers start at 1 (for the first thread lldb sees in a debug session)\n"
79664 "and increments up throughout the process lifetime. An index number will not be\n"
79665 "reused for a different thread later in a process - thread 1 will always be\n"
79666 "associated with the same thread. See related GetThreadID.\n"
79667 "This method returns a uint32_t index number, takes no arguments.\n"
79668 "\n"
79669 ""},
79670 { (char *)"SBThread_GetName", _wrap_SBThread_GetName, METH_VARARGS0x0001, (char *)"SBThread_GetName(SBThread self) -> char const *"},
79671 { (char *)"SBThread_GetQueueName", _wrap_SBThread_GetQueueName, METH_VARARGS0x0001, (char *)"\n"
79672 "\n"
79673 "Return the queue name associated with this thread, if any, as a str.\n"
79674 "For example, with a libdispatch (aka Grand Central Dispatch) queue.\n"
79675 "\n"
79676 ""},
79677 { (char *)"SBThread_GetQueueID", _wrap_SBThread_GetQueueID, METH_VARARGS0x0001, (char *)"\n"
79678 "\n"
79679 "Return the dispatch_queue_id for this thread, if any, as a lldb::queue_id_t.\n"
79680 "For example, with a libdispatch (aka Grand Central Dispatch) queue.\n"
79681 "\n"
79682 ""},
79683 { (char *)"SBThread_GetInfoItemByPathAsString", _wrap_SBThread_GetInfoItemByPathAsString, METH_VARARGS0x0001, (char *)"\n"
79684 "SBThread_GetInfoItemByPathAsString(SBThread self, char const * path, SBStream strm) -> bool\n"
79685 "\n"
79686 "\n"
79687 "//--------------------------------------------------------------------------\n"
79688 "/// Takes a path string and a SBStream reference as parameters, returns a bool. \n"
79689 "/// Collects the thread's 'info' dictionary from the remote system, uses the path\n"
79690 "/// argument to descend into the dictionary to an item of interest, and prints\n"
79691 "/// it into the SBStream in a natural format. Return bool is to indicate if\n"
79692 "/// anything was printed into the stream (true) or not (false).\n"
79693 "//--------------------------------------------------------------------------\n"
79694 "\n"
79695 ""},
79696 { (char *)"SBThread_GetQueue", _wrap_SBThread_GetQueue, METH_VARARGS0x0001, (char *)"\n"
79697 "\n"
79698 "Return the SBQueue for this thread. If this thread is not currently associated\n"
79699 "with a libdispatch queue, the SBQueue object's IsValid() method will return false.\n"
79700 "If this SBThread is actually a HistoryThread, we may be able to provide QueueID\n"
79701 "and QueueName, but not provide an SBQueue. Those individual attributes may have\n"
79702 "been saved for the HistoryThread without enough information to reconstitute the\n"
79703 "entire SBQueue at that time.\n"
79704 "This method takes no arguments, returns an SBQueue.\n"
79705 "\n"
79706 ""},
79707 { (char *)"SBThread_StepOver", _wrap_SBThread_StepOver, METH_VARARGS0x0001, (char *)"\n"
79708 "StepOver(lldb::RunMode stop_other_threads)\n"
79709 "StepOver()\n"
79710 "Do a source level single step over in the currently selected thread.\n"
79711 ""},
79712 { (char *)"SBThread_StepInto", _wrap_SBThread_StepInto, METH_VARARGS0x0001, (char *)"\n"
79713 "StepInto(lldb::RunMode stop_other_threads)\n"
79714 "StepInto()\n"
79715 "StepInto(char const * target_name, lldb::RunMode stop_other_threads)\n"
79716 "StepInto(char const * target_name)\n"
79717 "\n"
79718 " Step the current thread from the current source line to the line given by end_line, stopping if\n"
79719 " the thread steps into the function given by target_name. If target_name is None, then stepping will stop\n"
79720 " in any of the places we would normally stop.\n"
79721 "\n"
79722 "\n"
79723 " Step the current thread from the current source line to the line given by end_line, stopping if\n"
79724 " the thread steps into the function given by target_name. If target_name is None, then stepping will stop\n"
79725 " in any of the places we would normally stop.\n"
79726 "\n"
79727 ""},
79728 { (char *)"SBThread_StepOut", _wrap_SBThread_StepOut, METH_VARARGS0x0001, (char *)"\n"
79729 "StepOut()\n"
79730 "Step out of the currently selected thread.\n"
79731 ""},
79732 { (char *)"SBThread_StepOutOfFrame", _wrap_SBThread_StepOutOfFrame, METH_VARARGS0x0001, (char *)"\n"
79733 "StepOutOfFrame(SBFrame frame)\n"
79734 "Step out of the specified frame.\n"
79735 ""},
79736 { (char *)"SBThread_StepInstruction", _wrap_SBThread_StepInstruction, METH_VARARGS0x0001, (char *)"\n"
79737 "StepInstruction(bool step_over)\n"
79738 "Do an instruction level single step in the currently selected thread.\n"
79739 "\n"
79740 ""},
79741 { (char *)"SBThread_StepOverUntil", _wrap_SBThread_StepOverUntil, METH_VARARGS0x0001, (char *)"SBThread_StepOverUntil(SBThread self, SBFrame frame, SBFileSpec file_spec, uint32_t line) -> SBError"},
79742 { (char *)"SBThread_StepUsingScriptedThreadPlan", _wrap_SBThread_StepUsingScriptedThreadPlan, METH_VARARGS0x0001, (char *)"\n"
79743 "StepUsingScriptedThreadPlan(char const * script_class_name) -> SBError\n"
79744 "SBThread_StepUsingScriptedThreadPlan(SBThread self, char const * script_class_name, bool resume_immediately) -> SBError\n"
79745 ""},
79746 { (char *)"SBThread_JumpToLine", _wrap_SBThread_JumpToLine, METH_VARARGS0x0001, (char *)"SBThread_JumpToLine(SBThread self, SBFileSpec file_spec, uint32_t line) -> SBError"},
79747 { (char *)"SBThread_RunToAddress", _wrap_SBThread_RunToAddress, METH_VARARGS0x0001, (char *)"\n"
79748 "RunToAddress(lldb::addr_t addr)\n"
79749 "SBThread_RunToAddress(SBThread self, lldb::addr_t addr, SBError error)\n"
79750 ""},
79751 { (char *)"SBThread_ReturnFromFrame", _wrap_SBThread_ReturnFromFrame, METH_VARARGS0x0001, (char *)"\n"
79752 "\n"
79753 "Force a return from the frame passed in (and any frames younger than it)\n"
79754 "without executing any more code in those frames. If return_value contains\n"
79755 "a valid SBValue, that will be set as the return value from frame. Note, at\n"
79756 "present only scalar return values are supported.\n"
79757 "\n"
79758 ""},
79759 { (char *)"SBThread_UnwindInnermostExpression", _wrap_SBThread_UnwindInnermostExpression, METH_VARARGS0x0001, (char *)"\n"
79760 "\n"
79761 "Unwind the stack frames from the innermost expression evaluation.\n"
79762 "This API is equivalent to 'thread return -x'.\n"
79763 "\n"
79764 ""},
79765 { (char *)"SBThread_Suspend", _wrap_SBThread_Suspend, METH_VARARGS0x0001, (char *)"\n"
79766 "Suspend() -> bool\n"
79767 "SBThread_Suspend(SBThread self, SBError error) -> bool\n"
79768 "\n"
79769 "\n"
79770 "//--------------------------------------------------------------------------\n"
79771 "/// LLDB currently supports process centric debugging which means when any\n"
79772 "/// thread in a process stops, all other threads are stopped. The Suspend()\n"
79773 "/// call here tells our process to suspend a thread and not let it run when\n"
79774 "/// the other threads in a process are allowed to run. So when \n"
79775 "/// SBProcess::Continue() is called, any threads that aren't suspended will\n"
79776 "/// be allowed to run. If any of the SBThread functions for stepping are \n"
79777 "/// called (StepOver, StepInto, StepOut, StepInstruction, RunToAddres), the\n"
79778 "/// thread will now be allowed to run and these functions will simply return.\n"
79779 "///\n"
79780 "/// Eventually we plan to add support for thread centric debugging where\n"
79781 "/// each thread is controlled individually and each thread would broadcast\n"
79782 "/// its state, but we haven't implemented this yet.\n"
79783 "/// \n"
79784 "/// Likewise the SBThread::Resume() call will again allow the thread to run\n"
79785 "/// when the process is continued.\n"
79786 "///\n"
79787 "/// Suspend() and Resume() functions are not currently reference counted, if\n"
79788 "/// anyone has the need for them to be reference counted, please let us\n"
79789 "/// know.\n"
79790 "//--------------------------------------------------------------------------\n"
79791 "\n"
79792 ""},
79793 { (char *)"SBThread_Resume", _wrap_SBThread_Resume, METH_VARARGS0x0001, (char *)"\n"
79794 "Resume() -> bool\n"
79795 "SBThread_Resume(SBThread self, SBError error) -> bool\n"
79796 ""},
79797 { (char *)"SBThread_IsSuspended", _wrap_SBThread_IsSuspended, METH_VARARGS0x0001, (char *)"SBThread_IsSuspended(SBThread self) -> bool"},
79798 { (char *)"SBThread_IsStopped", _wrap_SBThread_IsStopped, METH_VARARGS0x0001, (char *)"SBThread_IsStopped(SBThread self) -> bool"},
79799 { (char *)"SBThread_GetNumFrames", _wrap_SBThread_GetNumFrames, METH_VARARGS0x0001, (char *)"SBThread_GetNumFrames(SBThread self) -> uint32_t"},
79800 { (char *)"SBThread_GetFrameAtIndex", _wrap_SBThread_GetFrameAtIndex, METH_VARARGS0x0001, (char *)"SBThread_GetFrameAtIndex(SBThread self, uint32_t idx) -> SBFrame"},
79801 { (char *)"SBThread_GetSelectedFrame", _wrap_SBThread_GetSelectedFrame, METH_VARARGS0x0001, (char *)"SBThread_GetSelectedFrame(SBThread self) -> SBFrame"},
79802 { (char *)"SBThread_SetSelectedFrame", _wrap_SBThread_SetSelectedFrame, METH_VARARGS0x0001, (char *)"SBThread_SetSelectedFrame(SBThread self, uint32_t frame_idx) -> SBFrame"},
79803 { (char *)"SBThread_GetProcess", _wrap_SBThread_GetProcess, METH_VARARGS0x0001, (char *)"SBThread_GetProcess(SBThread self) -> SBProcess"},
79804 { (char *)"SBThread_GetDescription", _wrap_SBThread_GetDescription, METH_VARARGS0x0001, (char *)"\n"
79805 "GetDescription(SBStream description) -> bool\n"
79806 "SBThread_GetDescription(SBThread self, SBStream description, bool stop_format) -> bool\n"
79807 ""},
79808 { (char *)"SBThread_GetStatus", _wrap_SBThread_GetStatus, METH_VARARGS0x0001, (char *)"SBThread_GetStatus(SBThread self, SBStream status) -> bool"},
79809 { (char *)"SBThread___eq__", _wrap_SBThread___eq__, METH_VARARGS0x0001, (char *)"SBThread___eq__(SBThread self, SBThread rhs) -> bool"},
79810 { (char *)"SBThread___ne__", _wrap_SBThread___ne__, METH_VARARGS0x0001, (char *)"SBThread___ne__(SBThread self, SBThread rhs) -> bool"},
79811 { (char *)"SBThread_GetExtendedBacktraceThread", _wrap_SBThread_GetExtendedBacktraceThread, METH_VARARGS0x0001, (char *)"\n"
79812 "\n"
79813 "Given an argument of str to specify the type of thread-origin extended\n"
79814 "backtrace to retrieve, query whether the origin of this thread is \n"
79815 "available. An SBThread is retured; SBThread.IsValid will return true\n"
79816 "if an extended backtrace was available. The returned SBThread is not\n"
79817 "a part of the SBProcess' thread list and it cannot be manipulated like\n"
79818 "normal threads -- you cannot step or resume it, for instance -- it is\n"
79819 "intended to used primarily for generating a backtrace. You may request\n"
79820 "the returned thread's own thread origin in turn.\n"
79821 "\n"
79822 ""},
79823 { (char *)"SBThread_GetExtendedBacktraceOriginatingIndexID", _wrap_SBThread_GetExtendedBacktraceOriginatingIndexID, METH_VARARGS0x0001, (char *)"\n"
79824 "\n"
79825 "Takes no arguments, returns a uint32_t.\n"
79826 "If this SBThread is an ExtendedBacktrace thread, get the IndexID of the\n"
79827 "original thread that this ExtendedBacktrace thread represents, if \n"
79828 "available. The thread that was running this backtrace in the past may\n"
79829 "not have been registered with lldb's thread index (if it was created,\n"
79830 "did its work, and was destroyed without lldb ever stopping execution).\n"
79831 "In that case, this ExtendedBacktrace thread's IndexID will be returned.\n"
79832 "\n"
79833 ""},
79834 { (char *)"SBThread_SafeToCallFunctions", _wrap_SBThread_SafeToCallFunctions, METH_VARARGS0x0001, (char *)"\n"
79835 "\n"
79836 "Takes no arguments, returns a bool.\n"
79837 "lldb may be able to detect that function calls should not be executed\n"
79838 "on a given thread at a particular point in time. It is recommended that\n"
79839 "this is checked before performing an inferior function call on a given\n"
79840 "thread.\n"
79841 "\n"
79842 ""},
79843 { (char *)"SBThread___str__", _wrap_SBThread___str__, METH_VARARGS0x0001, (char *)"SBThread___str__(SBThread self) -> PyObject *"},
79844 { (char *)"SBThread_swigregister", SBThread_swigregister, METH_VARARGS0x0001, NULL__null},
79845 { (char *)"new_SBThreadCollection", _wrap_new_SBThreadCollection, METH_VARARGS0x0001, (char *)"\n"
79846 "SBThreadCollection()\n"
79847 "new_SBThreadCollection(SBThreadCollection rhs) -> SBThreadCollection\n"
79848 ""},
79849 { (char *)"delete_SBThreadCollection", _wrap_delete_SBThreadCollection, METH_VARARGS0x0001, (char *)"delete_SBThreadCollection(SBThreadCollection self)"},
79850 { (char *)"SBThreadCollection_IsValid", _wrap_SBThreadCollection_IsValid, METH_VARARGS0x0001, (char *)"SBThreadCollection_IsValid(SBThreadCollection self) -> bool"},
79851 { (char *)"SBThreadCollection_GetSize", _wrap_SBThreadCollection_GetSize, METH_VARARGS0x0001, (char *)"SBThreadCollection_GetSize(SBThreadCollection self) -> size_t"},
79852 { (char *)"SBThreadCollection_GetThreadAtIndex", _wrap_SBThreadCollection_GetThreadAtIndex, METH_VARARGS0x0001, (char *)"SBThreadCollection_GetThreadAtIndex(SBThreadCollection self, size_t idx) -> SBThread"},
79853 { (char *)"SBThreadCollection_swigregister", SBThreadCollection_swigregister, METH_VARARGS0x0001, NULL__null},
79854 { (char *)"new_SBThreadPlan", _wrap_new_SBThreadPlan, METH_VARARGS0x0001, (char *)"\n"
79855 "SBThreadPlan()\n"
79856 "SBThreadPlan(SBThreadPlan threadPlan)\n"
79857 "SBThreadPlan(lldb::ThreadPlanSP const & lldb_object_sp)\n"
79858 "new_SBThreadPlan(SBThread thread, char const * class_name) -> SBThreadPlan\n"
79859 ""},
79860 { (char *)"delete_SBThreadPlan", _wrap_delete_SBThreadPlan, METH_VARARGS0x0001, (char *)"delete_SBThreadPlan(SBThreadPlan self)"},
79861 { (char *)"SBThreadPlan_Clear", _wrap_SBThreadPlan_Clear, METH_VARARGS0x0001, (char *)"SBThreadPlan_Clear(SBThreadPlan self)"},
79862 { (char *)"SBThreadPlan_GetStopReason", _wrap_SBThreadPlan_GetStopReason, METH_VARARGS0x0001, (char *)"SBThreadPlan_GetStopReason(SBThreadPlan self) -> lldb::StopReason"},
79863 { (char *)"SBThreadPlan_GetStopReasonDataCount", _wrap_SBThreadPlan_GetStopReasonDataCount, METH_VARARGS0x0001, (char *)"SBThreadPlan_GetStopReasonDataCount(SBThreadPlan self) -> size_t"},
79864 { (char *)"SBThreadPlan_GetStopReasonDataAtIndex", _wrap_SBThreadPlan_GetStopReasonDataAtIndex, METH_VARARGS0x0001, (char *)"SBThreadPlan_GetStopReasonDataAtIndex(SBThreadPlan self, uint32_t idx) -> uint64_t"},
79865 { (char *)"SBThreadPlan_GetThread", _wrap_SBThreadPlan_GetThread, METH_VARARGS0x0001, (char *)"SBThreadPlan_GetThread(SBThreadPlan self) -> SBThread"},
79866 { (char *)"SBThreadPlan_GetDescription", _wrap_SBThreadPlan_GetDescription, METH_VARARGS0x0001, (char *)"SBThreadPlan_GetDescription(SBThreadPlan self, SBStream description) -> bool"},
79867 { (char *)"SBThreadPlan_SetPlanComplete", _wrap_SBThreadPlan_SetPlanComplete, METH_VARARGS0x0001, (char *)"SBThreadPlan_SetPlanComplete(SBThreadPlan self, bool success)"},
79868 { (char *)"SBThreadPlan_IsPlanComplete", _wrap_SBThreadPlan_IsPlanComplete, METH_VARARGS0x0001, (char *)"SBThreadPlan_IsPlanComplete(SBThreadPlan self) -> bool"},
79869 { (char *)"SBThreadPlan_IsPlanStale", _wrap_SBThreadPlan_IsPlanStale, METH_VARARGS0x0001, (char *)"SBThreadPlan_IsPlanStale(SBThreadPlan self) -> bool"},
79870 { (char *)"SBThreadPlan_IsValid", _wrap_SBThreadPlan_IsValid, METH_VARARGS0x0001, (char *)"\n"
79871 "IsValid() -> bool\n"
79872 "SBThreadPlan_IsValid(SBThreadPlan self) -> bool\n"
79873 ""},
79874 { (char *)"SBThreadPlan_QueueThreadPlanForStepOverRange", _wrap_SBThreadPlan_QueueThreadPlanForStepOverRange, METH_VARARGS0x0001, (char *)"SBThreadPlan_QueueThreadPlanForStepOverRange(SBThreadPlan self, SBAddress start_address, lldb::addr_t range_size) -> SBThreadPlan"},
79875 { (char *)"SBThreadPlan_QueueThreadPlanForStepInRange", _wrap_SBThreadPlan_QueueThreadPlanForStepInRange, METH_VARARGS0x0001, (char *)"SBThreadPlan_QueueThreadPlanForStepInRange(SBThreadPlan self, SBAddress start_address, lldb::addr_t range_size) -> SBThreadPlan"},
79876 { (char *)"SBThreadPlan_QueueThreadPlanForStepOut", _wrap_SBThreadPlan_QueueThreadPlanForStepOut, METH_VARARGS0x0001, (char *)"\n"
79877 "QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to, bool first_insn=False) -> SBThreadPlan\n"
79878 "SBThreadPlan_QueueThreadPlanForStepOut(SBThreadPlan self, uint32_t frame_idx_to_step_to) -> SBThreadPlan\n"
79879 ""},
79880 { (char *)"SBThreadPlan_QueueThreadPlanForRunToAddress", _wrap_SBThreadPlan_QueueThreadPlanForRunToAddress, METH_VARARGS0x0001, (char *)"SBThreadPlan_QueueThreadPlanForRunToAddress(SBThreadPlan self, SBAddress address) -> SBThreadPlan"},
79881 { (char *)"SBThreadPlan_QueueThreadPlanForStepScripted", _wrap_SBThreadPlan_QueueThreadPlanForStepScripted, METH_VARARGS0x0001, (char *)"SBThreadPlan_QueueThreadPlanForStepScripted(SBThreadPlan self, char const * script_class_name) -> SBThreadPlan"},
79882 { (char *)"SBThreadPlan_swigregister", SBThreadPlan_swigregister, METH_VARARGS0x0001, NULL__null},
79883 { (char *)"new_SBTrace", _wrap_new_SBTrace, METH_VARARGS0x0001, (char *)"new_SBTrace() -> SBTrace"},
79884 { (char *)"SBTrace_GetTraceData", _wrap_SBTrace_GetTraceData, METH_VARARGS0x0001, (char *)"SBTrace_GetTraceData(SBTrace self, SBError error, void * buf, size_t offset, lldb::tid_t thread_id) -> size_t"},
79885 { (char *)"SBTrace_GetMetaData", _wrap_SBTrace_GetMetaData, METH_VARARGS0x0001, (char *)"SBTrace_GetMetaData(SBTrace self, SBError error, void * buf, size_t offset, lldb::tid_t thread_id) -> size_t"},
79886 { (char *)"SBTrace_StopTrace", _wrap_SBTrace_StopTrace, METH_VARARGS0x0001, (char *)"SBTrace_StopTrace(SBTrace self, SBError error, lldb::tid_t thread_id)"},
79887 { (char *)"SBTrace_GetTraceConfig", _wrap_SBTrace_GetTraceConfig, METH_VARARGS0x0001, (char *)"SBTrace_GetTraceConfig(SBTrace self, SBTraceOptions options, SBError error)"},
79888 { (char *)"SBTrace_GetTraceUID", _wrap_SBTrace_GetTraceUID, METH_VARARGS0x0001, (char *)"SBTrace_GetTraceUID(SBTrace self) -> lldb::user_id_t"},
79889 { (char *)"SBTrace_IsValid", _wrap_SBTrace_IsValid, METH_VARARGS0x0001, (char *)"SBTrace_IsValid(SBTrace self) -> bool"},
79890 { (char *)"delete_SBTrace", _wrap_delete_SBTrace, METH_VARARGS0x0001, (char *)"delete_SBTrace(SBTrace self)"},
79891 { (char *)"SBTrace_swigregister", SBTrace_swigregister, METH_VARARGS0x0001, NULL__null},
79892 { (char *)"new_SBTraceOptions", _wrap_new_SBTraceOptions, METH_VARARGS0x0001, (char *)"new_SBTraceOptions() -> SBTraceOptions"},
79893 { (char *)"SBTraceOptions_getType", _wrap_SBTraceOptions_getType, METH_VARARGS0x0001, (char *)"SBTraceOptions_getType(SBTraceOptions self) -> lldb::TraceType"},
79894 { (char *)"SBTraceOptions_getTraceBufferSize", _wrap_SBTraceOptions_getTraceBufferSize, METH_VARARGS0x0001, (char *)"SBTraceOptions_getTraceBufferSize(SBTraceOptions self) -> uint64_t"},
79895 { (char *)"SBTraceOptions_getTraceParams", _wrap_SBTraceOptions_getTraceParams, METH_VARARGS0x0001, (char *)"SBTraceOptions_getTraceParams(SBTraceOptions self, SBError error) -> SBStructuredData"},
79896 { (char *)"SBTraceOptions_getMetaDataBufferSize", _wrap_SBTraceOptions_getMetaDataBufferSize, METH_VARARGS0x0001, (char *)"SBTraceOptions_getMetaDataBufferSize(SBTraceOptions self) -> uint64_t"},
79897 { (char *)"SBTraceOptions_setTraceParams", _wrap_SBTraceOptions_setTraceParams, METH_VARARGS0x0001, (char *)"SBTraceOptions_setTraceParams(SBTraceOptions self, SBStructuredData params)"},
79898 { (char *)"SBTraceOptions_setType", _wrap_SBTraceOptions_setType, METH_VARARGS0x0001, (char *)"SBTraceOptions_setType(SBTraceOptions self, lldb::TraceType type)"},
79899 { (char *)"SBTraceOptions_setTraceBufferSize", _wrap_SBTraceOptions_setTraceBufferSize, METH_VARARGS0x0001, (char *)"SBTraceOptions_setTraceBufferSize(SBTraceOptions self, uint64_t size)"},
79900 { (char *)"SBTraceOptions_setMetaDataBufferSize", _wrap_SBTraceOptions_setMetaDataBufferSize, METH_VARARGS0x0001, (char *)"SBTraceOptions_setMetaDataBufferSize(SBTraceOptions self, uint64_t size)"},
79901 { (char *)"SBTraceOptions_setThreadID", _wrap_SBTraceOptions_setThreadID, METH_VARARGS0x0001, (char *)"SBTraceOptions_setThreadID(SBTraceOptions self, lldb::tid_t thread_id)"},
79902 { (char *)"SBTraceOptions_getThreadID", _wrap_SBTraceOptions_getThreadID, METH_VARARGS0x0001, (char *)"SBTraceOptions_getThreadID(SBTraceOptions self) -> lldb::tid_t"},
79903 { (char *)"SBTraceOptions_IsValid", _wrap_SBTraceOptions_IsValid, METH_VARARGS0x0001, (char *)"SBTraceOptions_IsValid(SBTraceOptions self) -> bool"},
79904 { (char *)"delete_SBTraceOptions", _wrap_delete_SBTraceOptions, METH_VARARGS0x0001, (char *)"delete_SBTraceOptions(SBTraceOptions self)"},
79905 { (char *)"SBTraceOptions_swigregister", SBTraceOptions_swigregister, METH_VARARGS0x0001, NULL__null},
79906 { (char *)"new_SBTypeMember", _wrap_new_SBTypeMember, METH_VARARGS0x0001, (char *)"\n"
79907 "SBTypeMember()\n"
79908 "new_SBTypeMember(SBTypeMember rhs) -> SBTypeMember\n"
79909 ""},
79910 { (char *)"delete_SBTypeMember", _wrap_delete_SBTypeMember, METH_VARARGS0x0001, (char *)"delete_SBTypeMember(SBTypeMember self)"},
79911 { (char *)"SBTypeMember_IsValid", _wrap_SBTypeMember_IsValid, METH_VARARGS0x0001, (char *)"SBTypeMember_IsValid(SBTypeMember self) -> bool"},
79912 { (char *)"SBTypeMember_GetName", _wrap_SBTypeMember_GetName, METH_VARARGS0x0001, (char *)"SBTypeMember_GetName(SBTypeMember self) -> char const *"},
79913 { (char *)"SBTypeMember_GetType", _wrap_SBTypeMember_GetType, METH_VARARGS0x0001, (char *)"SBTypeMember_GetType(SBTypeMember self) -> SBType"},
79914 { (char *)"SBTypeMember_GetOffsetInBytes", _wrap_SBTypeMember_GetOffsetInBytes, METH_VARARGS0x0001, (char *)"SBTypeMember_GetOffsetInBytes(SBTypeMember self) -> uint64_t"},
79915 { (char *)"SBTypeMember_GetOffsetInBits", _wrap_SBTypeMember_GetOffsetInBits, METH_VARARGS0x0001, (char *)"SBTypeMember_GetOffsetInBits(SBTypeMember self) -> uint64_t"},
79916 { (char *)"SBTypeMember_IsBitfield", _wrap_SBTypeMember_IsBitfield, METH_VARARGS0x0001, (char *)"SBTypeMember_IsBitfield(SBTypeMember self) -> bool"},
79917 { (char *)"SBTypeMember_GetBitfieldSizeInBits", _wrap_SBTypeMember_GetBitfieldSizeInBits, METH_VARARGS0x0001, (char *)"SBTypeMember_GetBitfieldSizeInBits(SBTypeMember self) -> uint32_t"},
79918 { (char *)"SBTypeMember___str__", _wrap_SBTypeMember___str__, METH_VARARGS0x0001, (char *)"SBTypeMember___str__(SBTypeMember self) -> PyObject *"},
79919 { (char *)"SBTypeMember_swigregister", SBTypeMember_swigregister, METH_VARARGS0x0001, NULL__null},
79920 { (char *)"new_SBTypeMemberFunction", _wrap_new_SBTypeMemberFunction, METH_VARARGS0x0001, (char *)"\n"
79921 "SBTypeMemberFunction()\n"
79922 "new_SBTypeMemberFunction(SBTypeMemberFunction rhs) -> SBTypeMemberFunction\n"
79923 ""},
79924 { (char *)"delete_SBTypeMemberFunction", _wrap_delete_SBTypeMemberFunction, METH_VARARGS0x0001, (char *)"delete_SBTypeMemberFunction(SBTypeMemberFunction self)"},
79925 { (char *)"SBTypeMemberFunction_IsValid", _wrap_SBTypeMemberFunction_IsValid, METH_VARARGS0x0001, (char *)"SBTypeMemberFunction_IsValid(SBTypeMemberFunction self) -> bool"},
79926 { (char *)"SBTypeMemberFunction_GetName", _wrap_SBTypeMemberFunction_GetName, METH_VARARGS0x0001, (char *)"SBTypeMemberFunction_GetName(SBTypeMemberFunction self) -> char const *"},
79927 { (char *)"SBTypeMemberFunction_GetDemangledName", _wrap_SBTypeMemberFunction_GetDemangledName, METH_VARARGS0x0001, (char *)"SBTypeMemberFunction_GetDemangledName(SBTypeMemberFunction self) -> char const *"},
79928 { (char *)"SBTypeMemberFunction_GetMangledName", _wrap_SBTypeMemberFunction_GetMangledName, METH_VARARGS0x0001, (char *)"SBTypeMemberFunction_GetMangledName(SBTypeMemberFunction self) -> char const *"},
79929 { (char *)"SBTypeMemberFunction_GetType", _wrap_SBTypeMemberFunction_GetType, METH_VARARGS0x0001, (char *)"SBTypeMemberFunction_GetType(SBTypeMemberFunction self) -> SBType"},
79930 { (char *)"SBTypeMemberFunction_GetReturnType", _wrap_SBTypeMemberFunction_GetReturnType, METH_VARARGS0x0001, (char *)"SBTypeMemberFunction_GetReturnType(SBTypeMemberFunction self) -> SBType"},
79931 { (char *)"SBTypeMemberFunction_GetNumberOfArguments", _wrap_SBTypeMemberFunction_GetNumberOfArguments, METH_VARARGS0x0001, (char *)"SBTypeMemberFunction_GetNumberOfArguments(SBTypeMemberFunction self) -> uint32_t"},
79932 { (char *)"SBTypeMemberFunction_GetArgumentTypeAtIndex", _wrap_SBTypeMemberFunction_GetArgumentTypeAtIndex, METH_VARARGS0x0001, (char *)"SBTypeMemberFunction_GetArgumentTypeAtIndex(SBTypeMemberFunction self, uint32_t arg3) -> SBType"},
79933 { (char *)"SBTypeMemberFunction_GetKind", _wrap_SBTypeMemberFunction_GetKind, METH_VARARGS0x0001, (char *)"SBTypeMemberFunction_GetKind(SBTypeMemberFunction self) -> lldb::MemberFunctionKind"},
79934 { (char *)"SBTypeMemberFunction_GetDescription", _wrap_SBTypeMemberFunction_GetDescription, METH_VARARGS0x0001, (char *)"SBTypeMemberFunction_GetDescription(SBTypeMemberFunction self, SBStream description, lldb::DescriptionLevel description_level) -> bool"},
79935 { (char *)"SBTypeMemberFunction___str__", _wrap_SBTypeMemberFunction___str__, METH_VARARGS0x0001, (char *)"SBTypeMemberFunction___str__(SBTypeMemberFunction self) -> PyObject *"},
79936 { (char *)"SBTypeMemberFunction_swigregister", SBTypeMemberFunction_swigregister, METH_VARARGS0x0001, NULL__null},
79937 { (char *)"new_SBType", _wrap_new_SBType, METH_VARARGS0x0001, (char *)"\n"
79938 "SBType()\n"
79939 "new_SBType(SBType rhs) -> SBType\n"
79940 ""},
79941 { (char *)"delete_SBType", _wrap_delete_SBType, METH_VARARGS0x0001, (char *)"delete_SBType(SBType self)"},
79942 { (char *)"SBType_IsValid", _wrap_SBType_IsValid, METH_VARARGS0x0001, (char *)"SBType_IsValid(SBType self) -> bool"},
79943 { (char *)"SBType_GetByteSize", _wrap_SBType_GetByteSize, METH_VARARGS0x0001, (char *)"SBType_GetByteSize(SBType self) -> uint64_t"},
79944 { (char *)"SBType_IsPointerType", _wrap_SBType_IsPointerType, METH_VARARGS0x0001, (char *)"SBType_IsPointerType(SBType self) -> bool"},
79945 { (char *)"SBType_IsReferenceType", _wrap_SBType_IsReferenceType, METH_VARARGS0x0001, (char *)"SBType_IsReferenceType(SBType self) -> bool"},
79946 { (char *)"SBType_IsFunctionType", _wrap_SBType_IsFunctionType, METH_VARARGS0x0001, (char *)"SBType_IsFunctionType(SBType self) -> bool"},
79947 { (char *)"SBType_IsPolymorphicClass", _wrap_SBType_IsPolymorphicClass, METH_VARARGS0x0001, (char *)"SBType_IsPolymorphicClass(SBType self) -> bool"},
79948 { (char *)"SBType_IsArrayType", _wrap_SBType_IsArrayType, METH_VARARGS0x0001, (char *)"SBType_IsArrayType(SBType self) -> bool"},
79949 { (char *)"SBType_IsVectorType", _wrap_SBType_IsVectorType, METH_VARARGS0x0001, (char *)"SBType_IsVectorType(SBType self) -> bool"},
79950 { (char *)"SBType_IsTypedefType", _wrap_SBType_IsTypedefType, METH_VARARGS0x0001, (char *)"SBType_IsTypedefType(SBType self) -> bool"},
79951 { (char *)"SBType_IsAnonymousType", _wrap_SBType_IsAnonymousType, METH_VARARGS0x0001, (char *)"SBType_IsAnonymousType(SBType self) -> bool"},
79952 { (char *)"SBType_GetPointerType", _wrap_SBType_GetPointerType, METH_VARARGS0x0001, (char *)"SBType_GetPointerType(SBType self) -> SBType"},
79953 { (char *)"SBType_GetPointeeType", _wrap_SBType_GetPointeeType, METH_VARARGS0x0001, (char *)"SBType_GetPointeeType(SBType self) -> SBType"},
79954 { (char *)"SBType_GetReferenceType", _wrap_SBType_GetReferenceType, METH_VARARGS0x0001, (char *)"SBType_GetReferenceType(SBType self) -> SBType"},
79955 { (char *)"SBType_GetTypedefedType", _wrap_SBType_GetTypedefedType, METH_VARARGS0x0001, (char *)"SBType_GetTypedefedType(SBType self) -> SBType"},
79956 { (char *)"SBType_GetDereferencedType", _wrap_SBType_GetDereferencedType, METH_VARARGS0x0001, (char *)"SBType_GetDereferencedType(SBType self) -> SBType"},
79957 { (char *)"SBType_GetUnqualifiedType", _wrap_SBType_GetUnqualifiedType, METH_VARARGS0x0001, (char *)"SBType_GetUnqualifiedType(SBType self) -> SBType"},
79958 { (char *)"SBType_GetCanonicalType", _wrap_SBType_GetCanonicalType, METH_VARARGS0x0001, (char *)"SBType_GetCanonicalType(SBType self) -> SBType"},
79959 { (char *)"SBType_GetArrayElementType", _wrap_SBType_GetArrayElementType, METH_VARARGS0x0001, (char *)"SBType_GetArrayElementType(SBType self) -> SBType"},
79960 { (char *)"SBType_GetArrayType", _wrap_SBType_GetArrayType, METH_VARARGS0x0001, (char *)"SBType_GetArrayType(SBType self, uint64_t size) -> SBType"},
79961 { (char *)"SBType_GetVectorElementType", _wrap_SBType_GetVectorElementType, METH_VARARGS0x0001, (char *)"SBType_GetVectorElementType(SBType self) -> SBType"},
79962 { (char *)"SBType_GetBasicType", _wrap_SBType_GetBasicType, METH_VARARGS0x0001, (char *)"\n"
79963 "GetBasicType() -> lldb::BasicType\n"
79964 "SBType_GetBasicType(SBType self, lldb::BasicType type) -> SBType\n"
79965 ""},
79966 { (char *)"SBType_GetNumberOfFields", _wrap_SBType_GetNumberOfFields, METH_VARARGS0x0001, (char *)"SBType_GetNumberOfFields(SBType self) -> uint32_t"},
79967 { (char *)"SBType_GetNumberOfDirectBaseClasses", _wrap_SBType_GetNumberOfDirectBaseClasses, METH_VARARGS0x0001, (char *)"SBType_GetNumberOfDirectBaseClasses(SBType self) -> uint32_t"},
79968 { (char *)"SBType_GetNumberOfVirtualBaseClasses", _wrap_SBType_GetNumberOfVirtualBaseClasses, METH_VARARGS0x0001, (char *)"SBType_GetNumberOfVirtualBaseClasses(SBType self) -> uint32_t"},
79969 { (char *)"SBType_GetFieldAtIndex", _wrap_SBType_GetFieldAtIndex, METH_VARARGS0x0001, (char *)"SBType_GetFieldAtIndex(SBType self, uint32_t idx) -> SBTypeMember"},
79970 { (char *)"SBType_GetDirectBaseClassAtIndex", _wrap_SBType_GetDirectBaseClassAtIndex, METH_VARARGS0x0001, (char *)"SBType_GetDirectBaseClassAtIndex(SBType self, uint32_t idx) -> SBTypeMember"},
79971 { (char *)"SBType_GetVirtualBaseClassAtIndex", _wrap_SBType_GetVirtualBaseClassAtIndex, METH_VARARGS0x0001, (char *)"SBType_GetVirtualBaseClassAtIndex(SBType self, uint32_t idx) -> SBTypeMember"},
79972 { (char *)"SBType_GetEnumMembers", _wrap_SBType_GetEnumMembers, METH_VARARGS0x0001, (char *)"SBType_GetEnumMembers(SBType self) -> SBTypeEnumMemberList"},
79973 { (char *)"SBType_GetName", _wrap_SBType_GetName, METH_VARARGS0x0001, (char *)"SBType_GetName(SBType self) -> char const *"},
79974 { (char *)"SBType_GetDisplayTypeName", _wrap_SBType_GetDisplayTypeName, METH_VARARGS0x0001, (char *)"SBType_GetDisplayTypeName(SBType self) -> char const *"},
79975 { (char *)"SBType_GetTypeClass", _wrap_SBType_GetTypeClass, METH_VARARGS0x0001, (char *)"SBType_GetTypeClass(SBType self) -> lldb::TypeClass"},
79976 { (char *)"SBType_GetNumberOfTemplateArguments", _wrap_SBType_GetNumberOfTemplateArguments, METH_VARARGS0x0001, (char *)"SBType_GetNumberOfTemplateArguments(SBType self) -> uint32_t"},
79977 { (char *)"SBType_GetTemplateArgumentType", _wrap_SBType_GetTemplateArgumentType, METH_VARARGS0x0001, (char *)"SBType_GetTemplateArgumentType(SBType self, uint32_t idx) -> SBType"},
79978 { (char *)"SBType_GetTemplateArgumentKind", _wrap_SBType_GetTemplateArgumentKind, METH_VARARGS0x0001, (char *)"SBType_GetTemplateArgumentKind(SBType self, uint32_t idx) -> lldb::TemplateArgumentKind"},
79979 { (char *)"SBType_GetFunctionReturnType", _wrap_SBType_GetFunctionReturnType, METH_VARARGS0x0001, (char *)"SBType_GetFunctionReturnType(SBType self) -> SBType"},
79980 { (char *)"SBType_GetFunctionArgumentTypes", _wrap_SBType_GetFunctionArgumentTypes, METH_VARARGS0x0001, (char *)"SBType_GetFunctionArgumentTypes(SBType self) -> SBTypeList"},
79981 { (char *)"SBType_GetNumberOfMemberFunctions", _wrap_SBType_GetNumberOfMemberFunctions, METH_VARARGS0x0001, (char *)"SBType_GetNumberOfMemberFunctions(SBType self) -> uint32_t"},
79982 { (char *)"SBType_GetMemberFunctionAtIndex", _wrap_SBType_GetMemberFunctionAtIndex, METH_VARARGS0x0001, (char *)"SBType_GetMemberFunctionAtIndex(SBType self, uint32_t idx) -> SBTypeMemberFunction"},
79983 { (char *)"SBType_IsTypeComplete", _wrap_SBType_IsTypeComplete, METH_VARARGS0x0001, (char *)"SBType_IsTypeComplete(SBType self) -> bool"},
79984 { (char *)"SBType_GetTypeFlags", _wrap_SBType_GetTypeFlags, METH_VARARGS0x0001, (char *)"SBType_GetTypeFlags(SBType self) -> uint32_t"},
79985 { (char *)"SBType___str__", _wrap_SBType___str__, METH_VARARGS0x0001, (char *)"SBType___str__(SBType self) -> PyObject *"},
79986 { (char *)"SBType_swigregister", SBType_swigregister, METH_VARARGS0x0001, NULL__null},
79987 { (char *)"new_SBTypeList", _wrap_new_SBTypeList, METH_VARARGS0x0001, (char *)"new_SBTypeList() -> SBTypeList"},
79988 { (char *)"SBTypeList_IsValid", _wrap_SBTypeList_IsValid, METH_VARARGS0x0001, (char *)"SBTypeList_IsValid(SBTypeList self) -> bool"},
79989 { (char *)"SBTypeList_Append", _wrap_SBTypeList_Append, METH_VARARGS0x0001, (char *)"SBTypeList_Append(SBTypeList self, SBType type)"},
79990 { (char *)"SBTypeList_GetTypeAtIndex", _wrap_SBTypeList_GetTypeAtIndex, METH_VARARGS0x0001, (char *)"SBTypeList_GetTypeAtIndex(SBTypeList self, uint32_t index) -> SBType"},
79991 { (char *)"SBTypeList_GetSize", _wrap_SBTypeList_GetSize, METH_VARARGS0x0001, (char *)"SBTypeList_GetSize(SBTypeList self) -> uint32_t"},
79992 { (char *)"delete_SBTypeList", _wrap_delete_SBTypeList, METH_VARARGS0x0001, (char *)"delete_SBTypeList(SBTypeList self)"},
79993 { (char *)"SBTypeList_swigregister", SBTypeList_swigregister, METH_VARARGS0x0001, NULL__null},
79994 { (char *)"new_SBTypeCategory", _wrap_new_SBTypeCategory, METH_VARARGS0x0001, (char *)"\n"
79995 "SBTypeCategory()\n"
79996 "new_SBTypeCategory(SBTypeCategory rhs) -> SBTypeCategory\n"
79997 ""},
79998 { (char *)"delete_SBTypeCategory", _wrap_delete_SBTypeCategory, METH_VARARGS0x0001, (char *)"delete_SBTypeCategory(SBTypeCategory self)"},
79999 { (char *)"SBTypeCategory_IsValid", _wrap_SBTypeCategory_IsValid, METH_VARARGS0x0001, (char *)"SBTypeCategory_IsValid(SBTypeCategory self) -> bool"},
80000 { (char *)"SBTypeCategory_GetEnabled", _wrap_SBTypeCategory_GetEnabled, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetEnabled(SBTypeCategory self) -> bool"},
80001 { (char *)"SBTypeCategory_SetEnabled", _wrap_SBTypeCategory_SetEnabled, METH_VARARGS0x0001, (char *)"SBTypeCategory_SetEnabled(SBTypeCategory self, bool arg3)"},
80002 { (char *)"SBTypeCategory_GetName", _wrap_SBTypeCategory_GetName, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetName(SBTypeCategory self) -> char const *"},
80003 { (char *)"SBTypeCategory_GetLanguageAtIndex", _wrap_SBTypeCategory_GetLanguageAtIndex, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetLanguageAtIndex(SBTypeCategory self, uint32_t idx) -> lldb::LanguageType"},
80004 { (char *)"SBTypeCategory_GetNumLanguages", _wrap_SBTypeCategory_GetNumLanguages, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetNumLanguages(SBTypeCategory self) -> uint32_t"},
80005 { (char *)"SBTypeCategory_AddLanguage", _wrap_SBTypeCategory_AddLanguage, METH_VARARGS0x0001, (char *)"SBTypeCategory_AddLanguage(SBTypeCategory self, lldb::LanguageType language)"},
80006 { (char *)"SBTypeCategory_GetDescription", _wrap_SBTypeCategory_GetDescription, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetDescription(SBTypeCategory self, SBStream description, lldb::DescriptionLevel description_level) -> bool"},
80007 { (char *)"SBTypeCategory_GetNumFormats", _wrap_SBTypeCategory_GetNumFormats, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetNumFormats(SBTypeCategory self) -> uint32_t"},
80008 { (char *)"SBTypeCategory_GetNumSummaries", _wrap_SBTypeCategory_GetNumSummaries, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetNumSummaries(SBTypeCategory self) -> uint32_t"},
80009 { (char *)"SBTypeCategory_GetNumFilters", _wrap_SBTypeCategory_GetNumFilters, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetNumFilters(SBTypeCategory self) -> uint32_t"},
80010 { (char *)"SBTypeCategory_GetNumSynthetics", _wrap_SBTypeCategory_GetNumSynthetics, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetNumSynthetics(SBTypeCategory self) -> uint32_t"},
80011 { (char *)"SBTypeCategory_GetTypeNameSpecifierForFilterAtIndex", _wrap_SBTypeCategory_GetTypeNameSpecifierForFilterAtIndex, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetTypeNameSpecifierForFilterAtIndex(SBTypeCategory self, uint32_t arg3) -> SBTypeNameSpecifier"},
80012 { (char *)"SBTypeCategory_GetTypeNameSpecifierForFormatAtIndex", _wrap_SBTypeCategory_GetTypeNameSpecifierForFormatAtIndex, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetTypeNameSpecifierForFormatAtIndex(SBTypeCategory self, uint32_t arg3) -> SBTypeNameSpecifier"},
80013 { (char *)"SBTypeCategory_GetTypeNameSpecifierForSummaryAtIndex", _wrap_SBTypeCategory_GetTypeNameSpecifierForSummaryAtIndex, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetTypeNameSpecifierForSummaryAtIndex(SBTypeCategory self, uint32_t arg3) -> SBTypeNameSpecifier"},
80014 { (char *)"SBTypeCategory_GetTypeNameSpecifierForSyntheticAtIndex", _wrap_SBTypeCategory_GetTypeNameSpecifierForSyntheticAtIndex, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetTypeNameSpecifierForSyntheticAtIndex(SBTypeCategory self, uint32_t arg3) -> SBTypeNameSpecifier"},
80015 { (char *)"SBTypeCategory_GetFilterForType", _wrap_SBTypeCategory_GetFilterForType, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetFilterForType(SBTypeCategory self, SBTypeNameSpecifier arg3) -> SBTypeFilter"},
80016 { (char *)"SBTypeCategory_GetFormatForType", _wrap_SBTypeCategory_GetFormatForType, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetFormatForType(SBTypeCategory self, SBTypeNameSpecifier arg3) -> SBTypeFormat"},
80017 { (char *)"SBTypeCategory_GetSummaryForType", _wrap_SBTypeCategory_GetSummaryForType, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetSummaryForType(SBTypeCategory self, SBTypeNameSpecifier arg3) -> SBTypeSummary"},
80018 { (char *)"SBTypeCategory_GetSyntheticForType", _wrap_SBTypeCategory_GetSyntheticForType, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetSyntheticForType(SBTypeCategory self, SBTypeNameSpecifier arg3) -> SBTypeSynthetic"},
80019 { (char *)"SBTypeCategory_GetFilterAtIndex", _wrap_SBTypeCategory_GetFilterAtIndex, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetFilterAtIndex(SBTypeCategory self, uint32_t arg3) -> SBTypeFilter"},
80020 { (char *)"SBTypeCategory_GetFormatAtIndex", _wrap_SBTypeCategory_GetFormatAtIndex, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetFormatAtIndex(SBTypeCategory self, uint32_t arg3) -> SBTypeFormat"},
80021 { (char *)"SBTypeCategory_GetSummaryAtIndex", _wrap_SBTypeCategory_GetSummaryAtIndex, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetSummaryAtIndex(SBTypeCategory self, uint32_t arg3) -> SBTypeSummary"},
80022 { (char *)"SBTypeCategory_GetSyntheticAtIndex", _wrap_SBTypeCategory_GetSyntheticAtIndex, METH_VARARGS0x0001, (char *)"SBTypeCategory_GetSyntheticAtIndex(SBTypeCategory self, uint32_t arg3) -> SBTypeSynthetic"},
80023 { (char *)"SBTypeCategory_AddTypeFormat", _wrap_SBTypeCategory_AddTypeFormat, METH_VARARGS0x0001, (char *)"SBTypeCategory_AddTypeFormat(SBTypeCategory self, SBTypeNameSpecifier arg3, SBTypeFormat arg4) -> bool"},
80024 { (char *)"SBTypeCategory_DeleteTypeFormat", _wrap_SBTypeCategory_DeleteTypeFormat, METH_VARARGS0x0001, (char *)"SBTypeCategory_DeleteTypeFormat(SBTypeCategory self, SBTypeNameSpecifier arg3) -> bool"},
80025 { (char *)"SBTypeCategory_AddTypeSummary", _wrap_SBTypeCategory_AddTypeSummary, METH_VARARGS0x0001, (char *)"SBTypeCategory_AddTypeSummary(SBTypeCategory self, SBTypeNameSpecifier arg3, SBTypeSummary arg4) -> bool"},
80026 { (char *)"SBTypeCategory_DeleteTypeSummary", _wrap_SBTypeCategory_DeleteTypeSummary, METH_VARARGS0x0001, (char *)"SBTypeCategory_DeleteTypeSummary(SBTypeCategory self, SBTypeNameSpecifier arg3) -> bool"},
80027 { (char *)"SBTypeCategory_AddTypeFilter", _wrap_SBTypeCategory_AddTypeFilter, METH_VARARGS0x0001, (char *)"SBTypeCategory_AddTypeFilter(SBTypeCategory self, SBTypeNameSpecifier arg3, SBTypeFilter arg4) -> bool"},
80028 { (char *)"SBTypeCategory_DeleteTypeFilter", _wrap_SBTypeCategory_DeleteTypeFilter, METH_VARARGS0x0001, (char *)"SBTypeCategory_DeleteTypeFilter(SBTypeCategory self, SBTypeNameSpecifier arg3) -> bool"},
80029 { (char *)"SBTypeCategory_AddTypeSynthetic", _wrap_SBTypeCategory_AddTypeSynthetic, METH_VARARGS0x0001, (char *)"SBTypeCategory_AddTypeSynthetic(SBTypeCategory self, SBTypeNameSpecifier arg3, SBTypeSynthetic arg4) -> bool"},
80030 { (char *)"SBTypeCategory_DeleteTypeSynthetic", _wrap_SBTypeCategory_DeleteTypeSynthetic, METH_VARARGS0x0001, (char *)"SBTypeCategory_DeleteTypeSynthetic(SBTypeCategory self, SBTypeNameSpecifier arg3) -> bool"},
80031 { (char *)"SBTypeCategory___str__", _wrap_SBTypeCategory___str__, METH_VARARGS0x0001, (char *)"SBTypeCategory___str__(SBTypeCategory self) -> PyObject *"},
80032 { (char *)"SBTypeCategory_swigregister", SBTypeCategory_swigregister, METH_VARARGS0x0001, NULL__null},
80033 { (char *)"new_SBTypeEnumMember", _wrap_new_SBTypeEnumMember, METH_VARARGS0x0001, (char *)"\n"
80034 "SBTypeEnumMember()\n"
80035 "new_SBTypeEnumMember(SBTypeEnumMember rhs) -> SBTypeEnumMember\n"
80036 ""},
80037 { (char *)"delete_SBTypeEnumMember", _wrap_delete_SBTypeEnumMember, METH_VARARGS0x0001, (char *)"delete_SBTypeEnumMember(SBTypeEnumMember self)"},
80038 { (char *)"SBTypeEnumMember_IsValid", _wrap_SBTypeEnumMember_IsValid, METH_VARARGS0x0001, (char *)"SBTypeEnumMember_IsValid(SBTypeEnumMember self) -> bool"},
80039 { (char *)"SBTypeEnumMember_GetValueAsSigned", _wrap_SBTypeEnumMember_GetValueAsSigned, METH_VARARGS0x0001, (char *)"SBTypeEnumMember_GetValueAsSigned(SBTypeEnumMember self) -> int64_t"},
80040 { (char *)"SBTypeEnumMember_GetValueAsUnsigned", _wrap_SBTypeEnumMember_GetValueAsUnsigned, METH_VARARGS0x0001, (char *)"SBTypeEnumMember_GetValueAsUnsigned(SBTypeEnumMember self) -> uint64_t"},
80041 { (char *)"SBTypeEnumMember_GetName", _wrap_SBTypeEnumMember_GetName, METH_VARARGS0x0001, (char *)"SBTypeEnumMember_GetName(SBTypeEnumMember self) -> char const *"},
80042 { (char *)"SBTypeEnumMember_GetType", _wrap_SBTypeEnumMember_GetType, METH_VARARGS0x0001, (char *)"SBTypeEnumMember_GetType(SBTypeEnumMember self) -> SBType"},
80043 { (char *)"SBTypeEnumMember_GetDescription", _wrap_SBTypeEnumMember_GetDescription, METH_VARARGS0x0001, (char *)"SBTypeEnumMember_GetDescription(SBTypeEnumMember self, SBStream description, lldb::DescriptionLevel description_level) -> bool"},
80044 { (char *)"SBTypeEnumMember___str__", _wrap_SBTypeEnumMember___str__, METH_VARARGS0x0001, (char *)"SBTypeEnumMember___str__(SBTypeEnumMember self) -> PyObject *"},
80045 { (char *)"SBTypeEnumMember_swigregister", SBTypeEnumMember_swigregister, METH_VARARGS0x0001, NULL__null},
80046 { (char *)"new_SBTypeEnumMemberList", _wrap_new_SBTypeEnumMemberList, METH_VARARGS0x0001, (char *)"\n"
80047 "SBTypeEnumMemberList()\n"
80048 "new_SBTypeEnumMemberList(SBTypeEnumMemberList rhs) -> SBTypeEnumMemberList\n"
80049 ""},
80050 { (char *)"delete_SBTypeEnumMemberList", _wrap_delete_SBTypeEnumMemberList, METH_VARARGS0x0001, (char *)"delete_SBTypeEnumMemberList(SBTypeEnumMemberList self)"},
80051 { (char *)"SBTypeEnumMemberList_IsValid", _wrap_SBTypeEnumMemberList_IsValid, METH_VARARGS0x0001, (char *)"SBTypeEnumMemberList_IsValid(SBTypeEnumMemberList self) -> bool"},
80052 { (char *)"SBTypeEnumMemberList_Append", _wrap_SBTypeEnumMemberList_Append, METH_VARARGS0x0001, (char *)"SBTypeEnumMemberList_Append(SBTypeEnumMemberList self, SBTypeEnumMember entry)"},
80053 { (char *)"SBTypeEnumMemberList_GetTypeEnumMemberAtIndex", _wrap_SBTypeEnumMemberList_GetTypeEnumMemberAtIndex, METH_VARARGS0x0001, (char *)"SBTypeEnumMemberList_GetTypeEnumMemberAtIndex(SBTypeEnumMemberList self, uint32_t index) -> SBTypeEnumMember"},
80054 { (char *)"SBTypeEnumMemberList_GetSize", _wrap_SBTypeEnumMemberList_GetSize, METH_VARARGS0x0001, (char *)"SBTypeEnumMemberList_GetSize(SBTypeEnumMemberList self) -> uint32_t"},
80055 { (char *)"SBTypeEnumMemberList_swigregister", SBTypeEnumMemberList_swigregister, METH_VARARGS0x0001, NULL__null},
80056 { (char *)"new_SBTypeFilter", _wrap_new_SBTypeFilter, METH_VARARGS0x0001, (char *)"\n"
80057 "SBTypeFilter()\n"
80058 "SBTypeFilter(uint32_t options)\n"
80059 "new_SBTypeFilter(SBTypeFilter rhs) -> SBTypeFilter\n"
80060 ""},
80061 { (char *)"delete_SBTypeFilter", _wrap_delete_SBTypeFilter, METH_VARARGS0x0001, (char *)"delete_SBTypeFilter(SBTypeFilter self)"},
80062 { (char *)"SBTypeFilter_IsValid", _wrap_SBTypeFilter_IsValid, METH_VARARGS0x0001, (char *)"SBTypeFilter_IsValid(SBTypeFilter self) -> bool"},
80063 { (char *)"SBTypeFilter_IsEqualTo", _wrap_SBTypeFilter_IsEqualTo, METH_VARARGS0x0001, (char *)"SBTypeFilter_IsEqualTo(SBTypeFilter self, SBTypeFilter rhs) -> bool"},
80064 { (char *)"SBTypeFilter_GetNumberOfExpressionPaths", _wrap_SBTypeFilter_GetNumberOfExpressionPaths, METH_VARARGS0x0001, (char *)"SBTypeFilter_GetNumberOfExpressionPaths(SBTypeFilter self) -> uint32_t"},
80065 { (char *)"SBTypeFilter_GetExpressionPathAtIndex", _wrap_SBTypeFilter_GetExpressionPathAtIndex, METH_VARARGS0x0001, (char *)"SBTypeFilter_GetExpressionPathAtIndex(SBTypeFilter self, uint32_t i) -> char const *"},
80066 { (char *)"SBTypeFilter_ReplaceExpressionPathAtIndex", _wrap_SBTypeFilter_ReplaceExpressionPathAtIndex, METH_VARARGS0x0001, (char *)"SBTypeFilter_ReplaceExpressionPathAtIndex(SBTypeFilter self, uint32_t i, char const * item) -> bool"},
80067 { (char *)"SBTypeFilter_AppendExpressionPath", _wrap_SBTypeFilter_AppendExpressionPath, METH_VARARGS0x0001, (char *)"SBTypeFilter_AppendExpressionPath(SBTypeFilter self, char const * item)"},
80068 { (char *)"SBTypeFilter_Clear", _wrap_SBTypeFilter_Clear, METH_VARARGS0x0001, (char *)"SBTypeFilter_Clear(SBTypeFilter self)"},
80069 { (char *)"SBTypeFilter_GetOptions", _wrap_SBTypeFilter_GetOptions, METH_VARARGS0x0001, (char *)"SBTypeFilter_GetOptions(SBTypeFilter self) -> uint32_t"},
80070 { (char *)"SBTypeFilter_SetOptions", _wrap_SBTypeFilter_SetOptions, METH_VARARGS0x0001, (char *)"SBTypeFilter_SetOptions(SBTypeFilter self, uint32_t arg3)"},
80071 { (char *)"SBTypeFilter_GetDescription", _wrap_SBTypeFilter_GetDescription, METH_VARARGS0x0001, (char *)"SBTypeFilter_GetDescription(SBTypeFilter self, SBStream description, lldb::DescriptionLevel description_level) -> bool"},
80072 { (char *)"SBTypeFilter___eq__", _wrap_SBTypeFilter___eq__, METH_VARARGS0x0001, (char *)"SBTypeFilter___eq__(SBTypeFilter self, SBTypeFilter rhs) -> bool"},
80073 { (char *)"SBTypeFilter___ne__", _wrap_SBTypeFilter___ne__, METH_VARARGS0x0001, (char *)"SBTypeFilter___ne__(SBTypeFilter self, SBTypeFilter rhs) -> bool"},
80074 { (char *)"SBTypeFilter___str__", _wrap_SBTypeFilter___str__, METH_VARARGS0x0001, (char *)"SBTypeFilter___str__(SBTypeFilter self) -> PyObject *"},
80075 { (char *)"SBTypeFilter_swigregister", SBTypeFilter_swigregister, METH_VARARGS0x0001, NULL__null},
80076 { (char *)"new_SBTypeFormat", _wrap_new_SBTypeFormat, METH_VARARGS0x0001, (char *)"\n"
80077 "SBTypeFormat()\n"
80078 "SBTypeFormat(lldb::Format format, uint32_t options=0)\n"
80079 "SBTypeFormat(lldb::Format format)\n"
80080 "SBTypeFormat(char const * type, uint32_t options=0)\n"
80081 "SBTypeFormat(char const * type)\n"
80082 "new_SBTypeFormat(SBTypeFormat rhs) -> SBTypeFormat\n"
80083 ""},
80084 { (char *)"delete_SBTypeFormat", _wrap_delete_SBTypeFormat, METH_VARARGS0x0001, (char *)"delete_SBTypeFormat(SBTypeFormat self)"},
80085 { (char *)"SBTypeFormat_IsValid", _wrap_SBTypeFormat_IsValid, METH_VARARGS0x0001, (char *)"SBTypeFormat_IsValid(SBTypeFormat self) -> bool"},
80086 { (char *)"SBTypeFormat_IsEqualTo", _wrap_SBTypeFormat_IsEqualTo, METH_VARARGS0x0001, (char *)"SBTypeFormat_IsEqualTo(SBTypeFormat self, SBTypeFormat rhs) -> bool"},
80087 { (char *)"SBTypeFormat_GetFormat", _wrap_SBTypeFormat_GetFormat, METH_VARARGS0x0001, (char *)"SBTypeFormat_GetFormat(SBTypeFormat self) -> lldb::Format"},
80088 { (char *)"SBTypeFormat_GetTypeName", _wrap_SBTypeFormat_GetTypeName, METH_VARARGS0x0001, (char *)"SBTypeFormat_GetTypeName(SBTypeFormat self) -> char const *"},
80089 { (char *)"SBTypeFormat_GetOptions", _wrap_SBTypeFormat_GetOptions, METH_VARARGS0x0001, (char *)"SBTypeFormat_GetOptions(SBTypeFormat self) -> uint32_t"},
80090 { (char *)"SBTypeFormat_SetFormat", _wrap_SBTypeFormat_SetFormat, METH_VARARGS0x0001, (char *)"SBTypeFormat_SetFormat(SBTypeFormat self, lldb::Format arg3)"},
80091 { (char *)"SBTypeFormat_SetTypeName", _wrap_SBTypeFormat_SetTypeName, METH_VARARGS0x0001, (char *)"SBTypeFormat_SetTypeName(SBTypeFormat self, char const * arg3)"},
80092 { (char *)"SBTypeFormat_SetOptions", _wrap_SBTypeFormat_SetOptions, METH_VARARGS0x0001, (char *)"SBTypeFormat_SetOptions(SBTypeFormat self, uint32_t arg3)"},
80093 { (char *)"SBTypeFormat_GetDescription", _wrap_SBTypeFormat_GetDescription, METH_VARARGS0x0001, (char *)"SBTypeFormat_GetDescription(SBTypeFormat self, SBStream description, lldb::DescriptionLevel description_level) -> bool"},
80094 { (char *)"SBTypeFormat___eq__", _wrap_SBTypeFormat___eq__, METH_VARARGS0x0001, (char *)"SBTypeFormat___eq__(SBTypeFormat self, SBTypeFormat rhs) -> bool"},
80095 { (char *)"SBTypeFormat___ne__", _wrap_SBTypeFormat___ne__, METH_VARARGS0x0001, (char *)"SBTypeFormat___ne__(SBTypeFormat self, SBTypeFormat rhs) -> bool"},
80096 { (char *)"SBTypeFormat___str__", _wrap_SBTypeFormat___str__, METH_VARARGS0x0001, (char *)"SBTypeFormat___str__(SBTypeFormat self) -> PyObject *"},
80097 { (char *)"SBTypeFormat_swigregister", SBTypeFormat_swigregister, METH_VARARGS0x0001, NULL__null},
80098 { (char *)"new_SBTypeNameSpecifier", _wrap_new_SBTypeNameSpecifier, METH_VARARGS0x0001, (char *)"\n"
80099 "SBTypeNameSpecifier()\n"
80100 "SBTypeNameSpecifier(char const * name, bool is_regex=False)\n"
80101 "SBTypeNameSpecifier(char const * name)\n"
80102 "SBTypeNameSpecifier(SBType type)\n"
80103 "new_SBTypeNameSpecifier(SBTypeNameSpecifier rhs) -> SBTypeNameSpecifier\n"
80104 ""},
80105 { (char *)"delete_SBTypeNameSpecifier", _wrap_delete_SBTypeNameSpecifier, METH_VARARGS0x0001, (char *)"delete_SBTypeNameSpecifier(SBTypeNameSpecifier self)"},
80106 { (char *)"SBTypeNameSpecifier_IsValid", _wrap_SBTypeNameSpecifier_IsValid, METH_VARARGS0x0001, (char *)"SBTypeNameSpecifier_IsValid(SBTypeNameSpecifier self) -> bool"},
80107 { (char *)"SBTypeNameSpecifier_IsEqualTo", _wrap_SBTypeNameSpecifier_IsEqualTo, METH_VARARGS0x0001, (char *)"SBTypeNameSpecifier_IsEqualTo(SBTypeNameSpecifier self, SBTypeNameSpecifier rhs) -> bool"},
80108 { (char *)"SBTypeNameSpecifier_GetName", _wrap_SBTypeNameSpecifier_GetName, METH_VARARGS0x0001, (char *)"SBTypeNameSpecifier_GetName(SBTypeNameSpecifier self) -> char const *"},
80109 { (char *)"SBTypeNameSpecifier_GetType", _wrap_SBTypeNameSpecifier_GetType, METH_VARARGS0x0001, (char *)"SBTypeNameSpecifier_GetType(SBTypeNameSpecifier self) -> SBType"},
80110 { (char *)"SBTypeNameSpecifier_IsRegex", _wrap_SBTypeNameSpecifier_IsRegex, METH_VARARGS0x0001, (char *)"SBTypeNameSpecifier_IsRegex(SBTypeNameSpecifier self) -> bool"},
80111 { (char *)"SBTypeNameSpecifier_GetDescription", _wrap_SBTypeNameSpecifier_GetDescription, METH_VARARGS0x0001, (char *)"SBTypeNameSpecifier_GetDescription(SBTypeNameSpecifier self, SBStream description, lldb::DescriptionLevel description_level) -> bool"},
80112 { (char *)"SBTypeNameSpecifier___eq__", _wrap_SBTypeNameSpecifier___eq__, METH_VARARGS0x0001, (char *)"SBTypeNameSpecifier___eq__(SBTypeNameSpecifier self, SBTypeNameSpecifier rhs) -> bool"},
80113 { (char *)"SBTypeNameSpecifier___ne__", _wrap_SBTypeNameSpecifier___ne__, METH_VARARGS0x0001, (char *)"SBTypeNameSpecifier___ne__(SBTypeNameSpecifier self, SBTypeNameSpecifier rhs) -> bool"},
80114 { (char *)"SBTypeNameSpecifier___str__", _wrap_SBTypeNameSpecifier___str__, METH_VARARGS0x0001, (char *)"SBTypeNameSpecifier___str__(SBTypeNameSpecifier self) -> PyObject *"},
80115 { (char *)"SBTypeNameSpecifier_swigregister", SBTypeNameSpecifier_swigregister, METH_VARARGS0x0001, NULL__null},
80116 { (char *)"new_SBTypeSummaryOptions", _wrap_new_SBTypeSummaryOptions, METH_VARARGS0x0001, (char *)"\n"
80117 "SBTypeSummaryOptions()\n"
80118 "new_SBTypeSummaryOptions(SBTypeSummaryOptions rhs) -> SBTypeSummaryOptions\n"
80119 ""},
80120 { (char *)"delete_SBTypeSummaryOptions", _wrap_delete_SBTypeSummaryOptions, METH_VARARGS0x0001, (char *)"delete_SBTypeSummaryOptions(SBTypeSummaryOptions self)"},
80121 { (char *)"SBTypeSummaryOptions_IsValid", _wrap_SBTypeSummaryOptions_IsValid, METH_VARARGS0x0001, (char *)"SBTypeSummaryOptions_IsValid(SBTypeSummaryOptions self) -> bool"},
80122 { (char *)"SBTypeSummaryOptions_GetLanguage", _wrap_SBTypeSummaryOptions_GetLanguage, METH_VARARGS0x0001, (char *)"SBTypeSummaryOptions_GetLanguage(SBTypeSummaryOptions self) -> lldb::LanguageType"},
80123 { (char *)"SBTypeSummaryOptions_GetCapping", _wrap_SBTypeSummaryOptions_GetCapping, METH_VARARGS0x0001, (char *)"SBTypeSummaryOptions_GetCapping(SBTypeSummaryOptions self) -> lldb::TypeSummaryCapping"},
80124 { (char *)"SBTypeSummaryOptions_SetLanguage", _wrap_SBTypeSummaryOptions_SetLanguage, METH_VARARGS0x0001, (char *)"SBTypeSummaryOptions_SetLanguage(SBTypeSummaryOptions self, lldb::LanguageType arg3)"},
80125 { (char *)"SBTypeSummaryOptions_SetCapping", _wrap_SBTypeSummaryOptions_SetCapping, METH_VARARGS0x0001, (char *)"SBTypeSummaryOptions_SetCapping(SBTypeSummaryOptions self, lldb::TypeSummaryCapping arg3)"},
80126 { (char *)"SBTypeSummaryOptions_swigregister", SBTypeSummaryOptions_swigregister, METH_VARARGS0x0001, NULL__null},
80127 { (char *)"SBTypeSummary_CreateWithSummaryString", _wrap_SBTypeSummary_CreateWithSummaryString, METH_VARARGS0x0001, (char *)"\n"
80128 "CreateWithSummaryString(char const * data, uint32_t options=0) -> SBTypeSummary\n"
80129 "SBTypeSummary_CreateWithSummaryString(char const * data) -> SBTypeSummary\n"
80130 ""},
80131 { (char *)"SBTypeSummary_CreateWithFunctionName", _wrap_SBTypeSummary_CreateWithFunctionName, METH_VARARGS0x0001, (char *)"\n"
80132 "CreateWithFunctionName(char const * data, uint32_t options=0) -> SBTypeSummary\n"
80133 "SBTypeSummary_CreateWithFunctionName(char const * data) -> SBTypeSummary\n"
80134 ""},
80135 { (char *)"SBTypeSummary_CreateWithScriptCode", _wrap_SBTypeSummary_CreateWithScriptCode, METH_VARARGS0x0001, (char *)"\n"
80136 "CreateWithScriptCode(char const * data, uint32_t options=0) -> SBTypeSummary\n"
80137 "SBTypeSummary_CreateWithScriptCode(char const * data) -> SBTypeSummary\n"
80138 ""},
80139 { (char *)"new_SBTypeSummary", _wrap_new_SBTypeSummary, METH_VARARGS0x0001, (char *)"\n"
80140 "SBTypeSummary()\n"
80141 "new_SBTypeSummary(SBTypeSummary rhs) -> SBTypeSummary\n"
80142 ""},
80143 { (char *)"delete_SBTypeSummary", _wrap_delete_SBTypeSummary, METH_VARARGS0x0001, (char *)"delete_SBTypeSummary(SBTypeSummary self)"},
80144 { (char *)"SBTypeSummary_IsValid", _wrap_SBTypeSummary_IsValid, METH_VARARGS0x0001, (char *)"SBTypeSummary_IsValid(SBTypeSummary self) -> bool"},
80145 { (char *)"SBTypeSummary_IsEqualTo", _wrap_SBTypeSummary_IsEqualTo, METH_VARARGS0x0001, (char *)"SBTypeSummary_IsEqualTo(SBTypeSummary self, SBTypeSummary rhs) -> bool"},
80146 { (char *)"SBTypeSummary_IsFunctionCode", _wrap_SBTypeSummary_IsFunctionCode, METH_VARARGS0x0001, (char *)"SBTypeSummary_IsFunctionCode(SBTypeSummary self) -> bool"},
80147 { (char *)"SBTypeSummary_IsFunctionName", _wrap_SBTypeSummary_IsFunctionName, METH_VARARGS0x0001, (char *)"SBTypeSummary_IsFunctionName(SBTypeSummary self) -> bool"},
80148 { (char *)"SBTypeSummary_IsSummaryString", _wrap_SBTypeSummary_IsSummaryString, METH_VARARGS0x0001, (char *)"SBTypeSummary_IsSummaryString(SBTypeSummary self) -> bool"},
80149 { (char *)"SBTypeSummary_GetData", _wrap_SBTypeSummary_GetData, METH_VARARGS0x0001, (char *)"SBTypeSummary_GetData(SBTypeSummary self) -> char const *"},
80150 { (char *)"SBTypeSummary_SetSummaryString", _wrap_SBTypeSummary_SetSummaryString, METH_VARARGS0x0001, (char *)"SBTypeSummary_SetSummaryString(SBTypeSummary self, char const * data)"},
80151 { (char *)"SBTypeSummary_SetFunctionName", _wrap_SBTypeSummary_SetFunctionName, METH_VARARGS0x0001, (char *)"SBTypeSummary_SetFunctionName(SBTypeSummary self, char const * data)"},
80152 { (char *)"SBTypeSummary_SetFunctionCode", _wrap_SBTypeSummary_SetFunctionCode, METH_VARARGS0x0001, (char *)"SBTypeSummary_SetFunctionCode(SBTypeSummary self, char const * data)"},
80153 { (char *)"SBTypeSummary_GetOptions", _wrap_SBTypeSummary_GetOptions, METH_VARARGS0x0001, (char *)"SBTypeSummary_GetOptions(SBTypeSummary self) -> uint32_t"},
80154 { (char *)"SBTypeSummary_SetOptions", _wrap_SBTypeSummary_SetOptions, METH_VARARGS0x0001, (char *)"SBTypeSummary_SetOptions(SBTypeSummary self, uint32_t arg3)"},
80155 { (char *)"SBTypeSummary_GetDescription", _wrap_SBTypeSummary_GetDescription, METH_VARARGS0x0001, (char *)"SBTypeSummary_GetDescription(SBTypeSummary self, SBStream description, lldb::DescriptionLevel description_level) -> bool"},
80156 { (char *)"SBTypeSummary___eq__", _wrap_SBTypeSummary___eq__, METH_VARARGS0x0001, (char *)"SBTypeSummary___eq__(SBTypeSummary self, SBTypeSummary rhs) -> bool"},
80157 { (char *)"SBTypeSummary___ne__", _wrap_SBTypeSummary___ne__, METH_VARARGS0x0001, (char *)"SBTypeSummary___ne__(SBTypeSummary self, SBTypeSummary rhs) -> bool"},
80158 { (char *)"SBTypeSummary___str__", _wrap_SBTypeSummary___str__, METH_VARARGS0x0001, (char *)"SBTypeSummary___str__(SBTypeSummary self) -> PyObject *"},
80159 { (char *)"SBTypeSummary_swigregister", SBTypeSummary_swigregister, METH_VARARGS0x0001, NULL__null},
80160 { (char *)"SBTypeSynthetic_CreateWithClassName", _wrap_SBTypeSynthetic_CreateWithClassName, METH_VARARGS0x0001, (char *)"\n"
80161 "CreateWithClassName(char const * data, uint32_t options=0) -> SBTypeSynthetic\n"
80162 "SBTypeSynthetic_CreateWithClassName(char const * data) -> SBTypeSynthetic\n"
80163 ""},
80164 { (char *)"SBTypeSynthetic_CreateWithScriptCode", _wrap_SBTypeSynthetic_CreateWithScriptCode, METH_VARARGS0x0001, (char *)"\n"
80165 "CreateWithScriptCode(char const * data, uint32_t options=0) -> SBTypeSynthetic\n"
80166 "SBTypeSynthetic_CreateWithScriptCode(char const * data) -> SBTypeSynthetic\n"
80167 ""},
80168 { (char *)"new_SBTypeSynthetic", _wrap_new_SBTypeSynthetic, METH_VARARGS0x0001, (char *)"\n"
80169 "SBTypeSynthetic()\n"
80170 "new_SBTypeSynthetic(SBTypeSynthetic rhs) -> SBTypeSynthetic\n"
80171 ""},
80172 { (char *)"delete_SBTypeSynthetic", _wrap_delete_SBTypeSynthetic, METH_VARARGS0x0001, (char *)"delete_SBTypeSynthetic(SBTypeSynthetic self)"},
80173 { (char *)"SBTypeSynthetic_IsValid", _wrap_SBTypeSynthetic_IsValid, METH_VARARGS0x0001, (char *)"SBTypeSynthetic_IsValid(SBTypeSynthetic self) -> bool"},
80174 { (char *)"SBTypeSynthetic_IsEqualTo", _wrap_SBTypeSynthetic_IsEqualTo, METH_VARARGS0x0001, (char *)"SBTypeSynthetic_IsEqualTo(SBTypeSynthetic self, SBTypeSynthetic rhs) -> bool"},
80175 { (char *)"SBTypeSynthetic_IsClassCode", _wrap_SBTypeSynthetic_IsClassCode, METH_VARARGS0x0001, (char *)"SBTypeSynthetic_IsClassCode(SBTypeSynthetic self) -> bool"},
80176 { (char *)"SBTypeSynthetic_GetData", _wrap_SBTypeSynthetic_GetData, METH_VARARGS0x0001, (char *)"SBTypeSynthetic_GetData(SBTypeSynthetic self) -> char const *"},
80177 { (char *)"SBTypeSynthetic_SetClassName", _wrap_SBTypeSynthetic_SetClassName, METH_VARARGS0x0001, (char *)"SBTypeSynthetic_SetClassName(SBTypeSynthetic self, char const * data)"},
80178 { (char *)"SBTypeSynthetic_SetClassCode", _wrap_SBTypeSynthetic_SetClassCode, METH_VARARGS0x0001, (char *)"SBTypeSynthetic_SetClassCode(SBTypeSynthetic self, char const * data)"},
80179 { (char *)"SBTypeSynthetic_GetOptions", _wrap_SBTypeSynthetic_GetOptions, METH_VARARGS0x0001, (char *)"SBTypeSynthetic_GetOptions(SBTypeSynthetic self) -> uint32_t"},
80180 { (char *)"SBTypeSynthetic_SetOptions", _wrap_SBTypeSynthetic_SetOptions, METH_VARARGS0x0001, (char *)"SBTypeSynthetic_SetOptions(SBTypeSynthetic self, uint32_t arg3)"},
80181 { (char *)"SBTypeSynthetic_GetDescription", _wrap_SBTypeSynthetic_GetDescription, METH_VARARGS0x0001, (char *)"SBTypeSynthetic_GetDescription(SBTypeSynthetic self, SBStream description, lldb::DescriptionLevel description_level) -> bool"},
80182 { (char *)"SBTypeSynthetic___eq__", _wrap_SBTypeSynthetic___eq__, METH_VARARGS0x0001, (char *)"SBTypeSynthetic___eq__(SBTypeSynthetic self, SBTypeSynthetic rhs) -> bool"},
80183 { (char *)"SBTypeSynthetic___ne__", _wrap_SBTypeSynthetic___ne__, METH_VARARGS0x0001, (char *)"SBTypeSynthetic___ne__(SBTypeSynthetic self, SBTypeSynthetic rhs) -> bool"},
80184 { (char *)"SBTypeSynthetic___str__", _wrap_SBTypeSynthetic___str__, METH_VARARGS0x0001, (char *)"SBTypeSynthetic___str__(SBTypeSynthetic self) -> PyObject *"},
80185 { (char *)"SBTypeSynthetic_swigregister", SBTypeSynthetic_swigregister, METH_VARARGS0x0001, NULL__null},
80186 { (char *)"new_SBValue", _wrap_new_SBValue, METH_VARARGS0x0001, (char *)"\n"
80187 "SBValue()\n"
80188 "new_SBValue(SBValue rhs) -> SBValue\n"
80189 ""},
80190 { (char *)"delete_SBValue", _wrap_delete_SBValue, METH_VARARGS0x0001, (char *)"delete_SBValue(SBValue self)"},
80191 { (char *)"SBValue_IsValid", _wrap_SBValue_IsValid, METH_VARARGS0x0001, (char *)"SBValue_IsValid(SBValue self) -> bool"},
80192 { (char *)"SBValue_Clear", _wrap_SBValue_Clear, METH_VARARGS0x0001, (char *)"SBValue_Clear(SBValue self)"},
80193 { (char *)"SBValue_GetError", _wrap_SBValue_GetError, METH_VARARGS0x0001, (char *)"SBValue_GetError(SBValue self) -> SBError"},
80194 { (char *)"SBValue_GetID", _wrap_SBValue_GetID, METH_VARARGS0x0001, (char *)"SBValue_GetID(SBValue self) -> lldb::user_id_t"},
80195 { (char *)"SBValue_GetName", _wrap_SBValue_GetName, METH_VARARGS0x0001, (char *)"SBValue_GetName(SBValue self) -> char const *"},
80196 { (char *)"SBValue_GetTypeName", _wrap_SBValue_GetTypeName, METH_VARARGS0x0001, (char *)"SBValue_GetTypeName(SBValue self) -> char const *"},
80197 { (char *)"SBValue_GetDisplayTypeName", _wrap_SBValue_GetDisplayTypeName, METH_VARARGS0x0001, (char *)"SBValue_GetDisplayTypeName(SBValue self) -> char const *"},
80198 { (char *)"SBValue_GetByteSize", _wrap_SBValue_GetByteSize, METH_VARARGS0x0001, (char *)"SBValue_GetByteSize(SBValue self) -> size_t"},
80199 { (char *)"SBValue_IsInScope", _wrap_SBValue_IsInScope, METH_VARARGS0x0001, (char *)"SBValue_IsInScope(SBValue self) -> bool"},
80200 { (char *)"SBValue_GetFormat", _wrap_SBValue_GetFormat, METH_VARARGS0x0001, (char *)"SBValue_GetFormat(SBValue self) -> lldb::Format"},
80201 { (char *)"SBValue_SetFormat", _wrap_SBValue_SetFormat, METH_VARARGS0x0001, (char *)"SBValue_SetFormat(SBValue self, lldb::Format format)"},
80202 { (char *)"SBValue_GetValue", _wrap_SBValue_GetValue, METH_VARARGS0x0001, (char *)"SBValue_GetValue(SBValue self) -> char const *"},
80203 { (char *)"SBValue_GetValueAsSigned", _wrap_SBValue_GetValueAsSigned, METH_VARARGS0x0001, (char *)"\n"
80204 "GetValueAsSigned(SBError error, int64_t fail_value=0) -> int64_t\n"
80205 "GetValueAsSigned(SBError error) -> int64_t\n"
80206 "GetValueAsSigned(int64_t fail_value=0) -> int64_t\n"
80207 "SBValue_GetValueAsSigned(SBValue self) -> int64_t\n"
80208 ""},
80209 { (char *)"SBValue_GetValueAsUnsigned", _wrap_SBValue_GetValueAsUnsigned, METH_VARARGS0x0001, (char *)"\n"
80210 "GetValueAsUnsigned(SBError error, uint64_t fail_value=0) -> uint64_t\n"
80211 "GetValueAsUnsigned(SBError error) -> uint64_t\n"
80212 "GetValueAsUnsigned(uint64_t fail_value=0) -> uint64_t\n"
80213 "SBValue_GetValueAsUnsigned(SBValue self) -> uint64_t\n"
80214 ""},
80215 { (char *)"SBValue_GetValueType", _wrap_SBValue_GetValueType, METH_VARARGS0x0001, (char *)"SBValue_GetValueType(SBValue self) -> lldb::ValueType"},
80216 { (char *)"SBValue_GetValueDidChange", _wrap_SBValue_GetValueDidChange, METH_VARARGS0x0001, (char *)"SBValue_GetValueDidChange(SBValue self) -> bool"},
80217 { (char *)"SBValue_GetSummary", _wrap_SBValue_GetSummary, METH_VARARGS0x0001, (char *)"\n"
80218 "GetSummary() -> char const\n"
80219 "SBValue_GetSummary(SBValue self, SBStream stream, SBTypeSummaryOptions options) -> char const *\n"
80220 ""},
80221 { (char *)"SBValue_GetObjectDescription", _wrap_SBValue_GetObjectDescription, METH_VARARGS0x0001, (char *)"SBValue_GetObjectDescription(SBValue self) -> char const *"},
80222 { (char *)"SBValue_GetTypeValidatorResult", _wrap_SBValue_GetTypeValidatorResult, METH_VARARGS0x0001, (char *)"SBValue_GetTypeValidatorResult(SBValue self) -> char const *"},
80223 { (char *)"SBValue_GetDynamicValue", _wrap_SBValue_GetDynamicValue, METH_VARARGS0x0001, (char *)"SBValue_GetDynamicValue(SBValue self, lldb::DynamicValueType use_dynamic) -> SBValue"},
80224 { (char *)"SBValue_GetStaticValue", _wrap_SBValue_GetStaticValue, METH_VARARGS0x0001, (char *)"SBValue_GetStaticValue(SBValue self) -> SBValue"},
80225 { (char *)"SBValue_GetNonSyntheticValue", _wrap_SBValue_GetNonSyntheticValue, METH_VARARGS0x0001, (char *)"SBValue_GetNonSyntheticValue(SBValue self) -> SBValue"},
80226 { (char *)"SBValue_GetPreferDynamicValue", _wrap_SBValue_GetPreferDynamicValue, METH_VARARGS0x0001, (char *)"SBValue_GetPreferDynamicValue(SBValue self) -> lldb::DynamicValueType"},
80227 { (char *)"SBValue_SetPreferDynamicValue", _wrap_SBValue_SetPreferDynamicValue, METH_VARARGS0x0001, (char *)"SBValue_SetPreferDynamicValue(SBValue self, lldb::DynamicValueType use_dynamic)"},
80228 { (char *)"SBValue_GetPreferSyntheticValue", _wrap_SBValue_GetPreferSyntheticValue, METH_VARARGS0x0001, (char *)"SBValue_GetPreferSyntheticValue(SBValue self) -> bool"},
80229 { (char *)"SBValue_SetPreferSyntheticValue", _wrap_SBValue_SetPreferSyntheticValue, METH_VARARGS0x0001, (char *)"SBValue_SetPreferSyntheticValue(SBValue self, bool use_synthetic)"},
80230 { (char *)"SBValue_IsDynamic", _wrap_SBValue_IsDynamic, METH_VARARGS0x0001, (char *)"SBValue_IsDynamic(SBValue self) -> bool"},
80231 { (char *)"SBValue_IsSynthetic", _wrap_SBValue_IsSynthetic, METH_VARARGS0x0001, (char *)"SBValue_IsSynthetic(SBValue self) -> bool"},
80232 { (char *)"SBValue_IsSyntheticChildrenGenerated", _wrap_SBValue_IsSyntheticChildrenGenerated, METH_VARARGS0x0001, (char *)"SBValue_IsSyntheticChildrenGenerated(SBValue self) -> bool"},
80233 { (char *)"SBValue_SetSyntheticChildrenGenerated", _wrap_SBValue_SetSyntheticChildrenGenerated, METH_VARARGS0x0001, (char *)"SBValue_SetSyntheticChildrenGenerated(SBValue self, bool arg3)"},
80234 { (char *)"SBValue_GetLocation", _wrap_SBValue_GetLocation, METH_VARARGS0x0001, (char *)"SBValue_GetLocation(SBValue self) -> char const *"},
80235 { (char *)"SBValue_SetValueFromCString", _wrap_SBValue_SetValueFromCString, METH_VARARGS0x0001, (char *)"\n"
80236 "SetValueFromCString(char const * value_str) -> bool\n"
80237 "SBValue_SetValueFromCString(SBValue self, char const * value_str, SBError error) -> bool\n"
80238 ""},
80239 { (char *)"SBValue_GetTypeFormat", _wrap_SBValue_GetTypeFormat, METH_VARARGS0x0001, (char *)"SBValue_GetTypeFormat(SBValue self) -> SBTypeFormat"},
80240 { (char *)"SBValue_GetTypeSummary", _wrap_SBValue_GetTypeSummary, METH_VARARGS0x0001, (char *)"SBValue_GetTypeSummary(SBValue self) -> SBTypeSummary"},
80241 { (char *)"SBValue_GetTypeFilter", _wrap_SBValue_GetTypeFilter, METH_VARARGS0x0001, (char *)"SBValue_GetTypeFilter(SBValue self) -> SBTypeFilter"},
80242 { (char *)"SBValue_GetTypeSynthetic", _wrap_SBValue_GetTypeSynthetic, METH_VARARGS0x0001, (char *)"SBValue_GetTypeSynthetic(SBValue self) -> SBTypeSynthetic"},
80243 { (char *)"SBValue_GetChildAtIndex", _wrap_SBValue_GetChildAtIndex, METH_VARARGS0x0001, (char *)"\n"
80244 "GetChildAtIndex(uint32_t idx) -> SBValue\n"
80245 "SBValue_GetChildAtIndex(SBValue self, uint32_t idx, lldb::DynamicValueType use_dynamic, bool can_create_synthetic) -> SBValue\n"
80246 ""},
80247 { (char *)"SBValue_CreateChildAtOffset", _wrap_SBValue_CreateChildAtOffset, METH_VARARGS0x0001, (char *)"SBValue_CreateChildAtOffset(SBValue self, char const * name, uint32_t offset, SBType type) -> SBValue"},
80248 { (char *)"SBValue_Cast", _wrap_SBValue_Cast, METH_VARARGS0x0001, (char *)"SBValue_Cast(SBValue self, SBType type) -> SBValue"},
80249 { (char *)"SBValue_CreateValueFromExpression", _wrap_SBValue_CreateValueFromExpression, METH_VARARGS0x0001, (char *)"\n"
80250 "CreateValueFromExpression(char const * name, char const * expression) -> SBValue\n"
80251 "SBValue_CreateValueFromExpression(SBValue self, char const * name, char const * expression, SBExpressionOptions options) -> SBValue\n"
80252 ""},
80253 { (char *)"SBValue_CreateValueFromAddress", _wrap_SBValue_CreateValueFromAddress, METH_VARARGS0x0001, (char *)"SBValue_CreateValueFromAddress(SBValue self, char const * name, lldb::addr_t address, SBType type) -> SBValue"},
80254 { (char *)"SBValue_CreateValueFromData", _wrap_SBValue_CreateValueFromData, METH_VARARGS0x0001, (char *)"SBValue_CreateValueFromData(SBValue self, char const * name, SBData data, SBType type) -> SBValue"},
80255 { (char *)"SBValue_GetType", _wrap_SBValue_GetType, METH_VARARGS0x0001, (char *)"SBValue_GetType(SBValue self) -> SBType"},
80256 { (char *)"SBValue_GetIndexOfChildWithName", _wrap_SBValue_GetIndexOfChildWithName, METH_VARARGS0x0001, (char *)"\n"
80257 "SBValue_GetIndexOfChildWithName(SBValue self, char const * name) -> uint32_t\n"
80258 "\n"
80259 "\n"
80260 "//------------------------------------------------------------------\n"
80261 "/// Returns the child member index.\n"
80262 "///\n"
80263 "/// Matches children of this object only and will match base classes and\n"
80264 "/// member names if this is a clang typed object.\n"
80265 "///\n"
80266 "/// @param[in] name\n"
80267 "/// The name of the child value to get\n"
80268 "///\n"
80269 "/// @return\n"
80270 "/// An index to the child member value.\n"
80271 "//------------------------------------------------------------------\n"
80272 "\n"
80273 ""},
80274 { (char *)"SBValue_GetChildMemberWithName", _wrap_SBValue_GetChildMemberWithName, METH_VARARGS0x0001, (char *)"\n"
80275 "GetChildMemberWithName(char const * name) -> SBValue\n"
80276 "SBValue_GetChildMemberWithName(SBValue self, char const * name, lldb::DynamicValueType use_dynamic) -> SBValue\n"
80277 ""},
80278 { (char *)"SBValue_GetValueForExpressionPath", _wrap_SBValue_GetValueForExpressionPath, METH_VARARGS0x0001, (char *)"\n"
80279 "SBValue_GetValueForExpressionPath(SBValue self, char const * expr_path) -> SBValue\n"
80280 "\n"
80281 "Expands nested expressions like .a->b[0].c[1]->d.\n"
80282 ""},
80283 { (char *)"SBValue_GetDeclaration", _wrap_SBValue_GetDeclaration, METH_VARARGS0x0001, (char *)"SBValue_GetDeclaration(SBValue self) -> SBDeclaration"},
80284 { (char *)"SBValue_MightHaveChildren", _wrap_SBValue_MightHaveChildren, METH_VARARGS0x0001, (char *)"SBValue_MightHaveChildren(SBValue self) -> bool"},
80285 { (char *)"SBValue_IsRuntimeSupportValue", _wrap_SBValue_IsRuntimeSupportValue, METH_VARARGS0x0001, (char *)"SBValue_IsRuntimeSupportValue(SBValue self) -> bool"},
80286 { (char *)"SBValue_GetNumChildren", _wrap_SBValue_GetNumChildren, METH_VARARGS0x0001, (char *)"\n"
80287 "GetNumChildren() -> uint32_t\n"
80288 "SBValue_GetNumChildren(SBValue self, uint32_t max) -> uint32_t\n"
80289 ""},
80290 { (char *)"SBValue_GetOpaqueType", _wrap_SBValue_GetOpaqueType, METH_VARARGS0x0001, (char *)"SBValue_GetOpaqueType(SBValue self) -> void *"},
80291 { (char *)"SBValue_Dereference", _wrap_SBValue_Dereference, METH_VARARGS0x0001, (char *)"SBValue_Dereference(SBValue self) -> SBValue"},
80292 { (char *)"SBValue_AddressOf", _wrap_SBValue_AddressOf, METH_VARARGS0x0001, (char *)"SBValue_AddressOf(SBValue self) -> SBValue"},
80293 { (char *)"SBValue_TypeIsPointerType", _wrap_SBValue_TypeIsPointerType, METH_VARARGS0x0001, (char *)"SBValue_TypeIsPointerType(SBValue self) -> bool"},
80294 { (char *)"SBValue_GetTarget", _wrap_SBValue_GetTarget, METH_VARARGS0x0001, (char *)"SBValue_GetTarget(SBValue self) -> SBTarget"},
80295 { (char *)"SBValue_GetProcess", _wrap_SBValue_GetProcess, METH_VARARGS0x0001, (char *)"SBValue_GetProcess(SBValue self) -> SBProcess"},
80296 { (char *)"SBValue_GetThread", _wrap_SBValue_GetThread, METH_VARARGS0x0001, (char *)"SBValue_GetThread(SBValue self) -> SBThread"},
80297 { (char *)"SBValue_GetFrame", _wrap_SBValue_GetFrame, METH_VARARGS0x0001, (char *)"SBValue_GetFrame(SBValue self) -> SBFrame"},
80298 { (char *)"SBValue_Watch", _wrap_SBValue_Watch, METH_VARARGS0x0001, (char *)"\n"
80299 "SBValue_Watch(SBValue self, bool resolve_location, bool read, bool write, SBError error) -> SBWatchpoint\n"
80300 "\n"
80301 "\n"
80302 "/// Find and watch a variable.\n"
80303 "/// It returns an SBWatchpoint, which may be invalid.\n"
80304 "\n"
80305 ""},
80306 { (char *)"SBValue_WatchPointee", _wrap_SBValue_WatchPointee, METH_VARARGS0x0001, (char *)"\n"
80307 "SBValue_WatchPointee(SBValue self, bool resolve_location, bool read, bool write, SBError error) -> SBWatchpoint\n"
80308 "\n"
80309 "\n"
80310 "/// Find and watch the location pointed to by a variable.\n"
80311 "/// It returns an SBWatchpoint, which may be invalid.\n"
80312 "\n"
80313 ""},
80314 { (char *)"SBValue_GetDescription", _wrap_SBValue_GetDescription, METH_VARARGS0x0001, (char *)"SBValue_GetDescription(SBValue self, SBStream description) -> bool"},
80315 { (char *)"SBValue_GetPointeeData", _wrap_SBValue_GetPointeeData, METH_VARARGS0x0001, (char *)"\n"
80316 "GetPointeeData(uint32_t item_idx=0, uint32_t item_count=1) -> SBData\n"
80317 "GetPointeeData(uint32_t item_idx=0) -> SBData\n"
80318 "SBValue_GetPointeeData(SBValue self) -> SBData\n"
80319 "\n"
80320 "\n"
80321 "//------------------------------------------------------------------\n"
80322 " /// Get an SBData wrapping what this SBValue points to.\n"
80323 " ///\n"
80324 " /// This method will dereference the current SBValue, if its\n"
80325 " /// data type is a T* or T[], and extract item_count elements\n"
80326 " /// of type T from it, copying their contents in an SBData. \n"
80327 " ///\n"
80328 " /// @param[in] item_idx\n"
80329 " /// The index of the first item to retrieve. For an array\n"
80330 " /// this is equivalent to array[item_idx], for a pointer\n"
80331 " /// to *(pointer + item_idx). In either case, the measurement\n"
80332 " /// unit for item_idx is the sizeof(T) rather than the byte\n"
80333 " ///\n"
80334 " /// @param[in] item_count\n"
80335 " /// How many items should be copied into the output. By default\n"
80336 " /// only one item is copied, but more can be asked for.\n"
80337 " ///\n"
80338 " /// @return\n"
80339 " /// An SBData with the contents of the copied items, on success.\n"
80340 " /// An empty SBData otherwise.\n"
80341 " //------------------------------------------------------------------\n"
80342 "\n"
80343 ""},
80344 { (char *)"SBValue_GetData", _wrap_SBValue_GetData, METH_VARARGS0x0001, (char *)"\n"
80345 "SBValue_GetData(SBValue self) -> SBData\n"
80346 "\n"
80347 "\n"
80348 "//------------------------------------------------------------------\n"
80349 " /// Get an SBData wrapping the contents of this SBValue.\n"
80350 " ///\n"
80351 " /// This method will read the contents of this object in memory\n"
80352 " /// and copy them into an SBData for future use. \n"
80353 " ///\n"
80354 " /// @return\n"
80355 " /// An SBData with the contents of this SBValue, on success.\n"
80356 " /// An empty SBData otherwise.\n"
80357 " //------------------------------------------------------------------\n"
80358 "\n"
80359 ""},
80360 { (char *)"SBValue_SetData", _wrap_SBValue_SetData, METH_VARARGS0x0001, (char *)"SBValue_SetData(SBValue self, SBData data, SBError error) -> bool"},
80361 { (char *)"SBValue_GetLoadAddress", _wrap_SBValue_GetLoadAddress, METH_VARARGS0x0001, (char *)"SBValue_GetLoadAddress(SBValue self) -> lldb::addr_t"},
80362 { (char *)"SBValue_GetAddress", _wrap_SBValue_GetAddress, METH_VARARGS0x0001, (char *)"SBValue_GetAddress(SBValue self) -> SBAddress"},
80363 { (char *)"SBValue_Persist", _wrap_SBValue_Persist, METH_VARARGS0x0001, (char *)"SBValue_Persist(SBValue self) -> SBValue"},
80364 { (char *)"SBValue_GetExpressionPath", _wrap_SBValue_GetExpressionPath, METH_VARARGS0x0001, (char *)"\n"
80365 "GetExpressionPath(SBStream description) -> bool\n"
80366 "SBValue_GetExpressionPath(SBValue self, SBStream description, bool qualify_cxx_base_classes) -> bool\n"
80367 ""},
80368 { (char *)"SBValue___str__", _wrap_SBValue___str__, METH_VARARGS0x0001, (char *)"SBValue___str__(SBValue self) -> PyObject *"},
80369 { (char *)"SBValue_swigregister", SBValue_swigregister, METH_VARARGS0x0001, NULL__null},
80370 { (char *)"new_SBValueList", _wrap_new_SBValueList, METH_VARARGS0x0001, (char *)"\n"
80371 "SBValueList()\n"
80372 "new_SBValueList(SBValueList rhs) -> SBValueList\n"
80373 ""},
80374 { (char *)"delete_SBValueList", _wrap_delete_SBValueList, METH_VARARGS0x0001, (char *)"delete_SBValueList(SBValueList self)"},
80375 { (char *)"SBValueList_IsValid", _wrap_SBValueList_IsValid, METH_VARARGS0x0001, (char *)"SBValueList_IsValid(SBValueList self) -> bool"},
80376 { (char *)"SBValueList_Clear", _wrap_SBValueList_Clear, METH_VARARGS0x0001, (char *)"SBValueList_Clear(SBValueList self)"},
80377 { (char *)"SBValueList_Append", _wrap_SBValueList_Append, METH_VARARGS0x0001, (char *)"\n"
80378 "Append(SBValue val_obj)\n"
80379 "SBValueList_Append(SBValueList self, SBValueList value_list)\n"
80380 ""},
80381 { (char *)"SBValueList_GetSize", _wrap_SBValueList_GetSize, METH_VARARGS0x0001, (char *)"SBValueList_GetSize(SBValueList self) -> uint32_t"},
80382 { (char *)"SBValueList_GetValueAtIndex", _wrap_SBValueList_GetValueAtIndex, METH_VARARGS0x0001, (char *)"SBValueList_GetValueAtIndex(SBValueList self, uint32_t idx) -> SBValue"},
80383 { (char *)"SBValueList_FindValueObjectByUID", _wrap_SBValueList_FindValueObjectByUID, METH_VARARGS0x0001, (char *)"SBValueList_FindValueObjectByUID(SBValueList self, lldb::user_id_t uid) -> SBValue"},
80384 { (char *)"SBValueList_GetFirstValueByName", _wrap_SBValueList_GetFirstValueByName, METH_VARARGS0x0001, (char *)"SBValueList_GetFirstValueByName(SBValueList self, char const * name) -> SBValue"},
80385 { (char *)"SBValueList___str__", _wrap_SBValueList___str__, METH_VARARGS0x0001, (char *)"SBValueList___str__(SBValueList self) -> PyObject *"},
80386 { (char *)"SBValueList_swigregister", SBValueList_swigregister, METH_VARARGS0x0001, NULL__null},
80387 { (char *)"new_SBVariablesOptions", _wrap_new_SBVariablesOptions, METH_VARARGS0x0001, (char *)"\n"
80388 "SBVariablesOptions()\n"
80389 "new_SBVariablesOptions(SBVariablesOptions options) -> SBVariablesOptions\n"
80390 ""},
80391 { (char *)"delete_SBVariablesOptions", _wrap_delete_SBVariablesOptions, METH_VARARGS0x0001, (char *)"delete_SBVariablesOptions(SBVariablesOptions self)"},
80392 { (char *)"SBVariablesOptions_IsValid", _wrap_SBVariablesOptions_IsValid, METH_VARARGS0x0001, (char *)"SBVariablesOptions_IsValid(SBVariablesOptions self) -> bool"},
80393 { (char *)"SBVariablesOptions_GetIncludeArguments", _wrap_SBVariablesOptions_GetIncludeArguments, METH_VARARGS0x0001, (char *)"SBVariablesOptions_GetIncludeArguments(SBVariablesOptions self) -> bool"},
80394 { (char *)"SBVariablesOptions_SetIncludeArguments", _wrap_SBVariablesOptions_SetIncludeArguments, METH_VARARGS0x0001, (char *)"SBVariablesOptions_SetIncludeArguments(SBVariablesOptions self, bool arg3)"},
80395 { (char *)"SBVariablesOptions_GetIncludeLocals", _wrap_SBVariablesOptions_GetIncludeLocals, METH_VARARGS0x0001, (char *)"SBVariablesOptions_GetIncludeLocals(SBVariablesOptions self) -> bool"},
80396 { (char *)"SBVariablesOptions_SetIncludeLocals", _wrap_SBVariablesOptions_SetIncludeLocals, METH_VARARGS0x0001, (char *)"SBVariablesOptions_SetIncludeLocals(SBVariablesOptions self, bool arg3)"},
80397 { (char *)"SBVariablesOptions_GetIncludeStatics", _wrap_SBVariablesOptions_GetIncludeStatics, METH_VARARGS0x0001, (char *)"SBVariablesOptions_GetIncludeStatics(SBVariablesOptions self) -> bool"},
80398 { (char *)"SBVariablesOptions_SetIncludeStatics", _wrap_SBVariablesOptions_SetIncludeStatics, METH_VARARGS0x0001, (char *)"SBVariablesOptions_SetIncludeStatics(SBVariablesOptions self, bool arg3)"},
80399 { (char *)"SBVariablesOptions_GetInScopeOnly", _wrap_SBVariablesOptions_GetInScopeOnly, METH_VARARGS0x0001, (char *)"SBVariablesOptions_GetInScopeOnly(SBVariablesOptions self) -> bool"},
80400 { (char *)"SBVariablesOptions_SetInScopeOnly", _wrap_SBVariablesOptions_SetInScopeOnly, METH_VARARGS0x0001, (char *)"SBVariablesOptions_SetInScopeOnly(SBVariablesOptions self, bool arg3)"},
80401 { (char *)"SBVariablesOptions_GetIncludeRuntimeSupportValues", _wrap_SBVariablesOptions_GetIncludeRuntimeSupportValues, METH_VARARGS0x0001, (char *)"SBVariablesOptions_GetIncludeRuntimeSupportValues(SBVariablesOptions self) -> bool"},
80402 { (char *)"SBVariablesOptions_SetIncludeRuntimeSupportValues", _wrap_SBVariablesOptions_SetIncludeRuntimeSupportValues, METH_VARARGS0x0001, (char *)"SBVariablesOptions_SetIncludeRuntimeSupportValues(SBVariablesOptions self, bool arg3)"},
80403 { (char *)"SBVariablesOptions_GetUseDynamic", _wrap_SBVariablesOptions_GetUseDynamic, METH_VARARGS0x0001, (char *)"SBVariablesOptions_GetUseDynamic(SBVariablesOptions self) -> lldb::DynamicValueType"},
80404 { (char *)"SBVariablesOptions_SetUseDynamic", _wrap_SBVariablesOptions_SetUseDynamic, METH_VARARGS0x0001, (char *)"SBVariablesOptions_SetUseDynamic(SBVariablesOptions self, lldb::DynamicValueType arg3)"},
80405 { (char *)"SBVariablesOptions_swigregister", SBVariablesOptions_swigregister, METH_VARARGS0x0001, NULL__null},
80406 { (char *)"new_SBWatchpoint", _wrap_new_SBWatchpoint, METH_VARARGS0x0001, (char *)"\n"
80407 "SBWatchpoint()\n"
80408 "new_SBWatchpoint(SBWatchpoint rhs) -> SBWatchpoint\n"
80409 ""},
80410 { (char *)"delete_SBWatchpoint", _wrap_delete_SBWatchpoint, METH_VARARGS0x0001, (char *)"delete_SBWatchpoint(SBWatchpoint self)"},
80411 { (char *)"SBWatchpoint_IsValid", _wrap_SBWatchpoint_IsValid, METH_VARARGS0x0001, (char *)"SBWatchpoint_IsValid(SBWatchpoint self) -> bool"},
80412 { (char *)"SBWatchpoint_GetError", _wrap_SBWatchpoint_GetError, METH_VARARGS0x0001, (char *)"SBWatchpoint_GetError(SBWatchpoint self) -> SBError"},
80413 { (char *)"SBWatchpoint_GetID", _wrap_SBWatchpoint_GetID, METH_VARARGS0x0001, (char *)"SBWatchpoint_GetID(SBWatchpoint self) -> lldb::watch_id_t"},
80414 { (char *)"SBWatchpoint_GetHardwareIndex", _wrap_SBWatchpoint_GetHardwareIndex, METH_VARARGS0x0001, (char *)"\n"
80415 "SBWatchpoint_GetHardwareIndex(SBWatchpoint self) -> int32_t\n"
80416 "\n"
80417 "\n"
80418 "//------------------------------------------------------------------\n"
80419 "/// With -1 representing an invalid hardware index.\n"
80420 "//------------------------------------------------------------------\n"
80421 "\n"
80422 ""},
80423 { (char *)"SBWatchpoint_GetWatchAddress", _wrap_SBWatchpoint_GetWatchAddress, METH_VARARGS0x0001, (char *)"SBWatchpoint_GetWatchAddress(SBWatchpoint self) -> lldb::addr_t"},
80424 { (char *)"SBWatchpoint_GetWatchSize", _wrap_SBWatchpoint_GetWatchSize, METH_VARARGS0x0001, (char *)"SBWatchpoint_GetWatchSize(SBWatchpoint self) -> size_t"},
80425 { (char *)"SBWatchpoint_SetEnabled", _wrap_SBWatchpoint_SetEnabled, METH_VARARGS0x0001, (char *)"SBWatchpoint_SetEnabled(SBWatchpoint self, bool enabled)"},
80426 { (char *)"SBWatchpoint_IsEnabled", _wrap_SBWatchpoint_IsEnabled, METH_VARARGS0x0001, (char *)"SBWatchpoint_IsEnabled(SBWatchpoint self) -> bool"},
80427 { (char *)"SBWatchpoint_GetHitCount", _wrap_SBWatchpoint_GetHitCount, METH_VARARGS0x0001, (char *)"SBWatchpoint_GetHitCount(SBWatchpoint self) -> uint32_t"},
80428 { (char *)"SBWatchpoint_GetIgnoreCount", _wrap_SBWatchpoint_GetIgnoreCount, METH_VARARGS0x0001, (char *)"SBWatchpoint_GetIgnoreCount(SBWatchpoint self) -> uint32_t"},
80429 { (char *)"SBWatchpoint_SetIgnoreCount", _wrap_SBWatchpoint_SetIgnoreCount, METH_VARARGS0x0001, (char *)"SBWatchpoint_SetIgnoreCount(SBWatchpoint self, uint32_t n)"},
80430 { (char *)"SBWatchpoint_GetCondition", _wrap_SBWatchpoint_GetCondition, METH_VARARGS0x0001, (char *)"\n"
80431 "SBWatchpoint_GetCondition(SBWatchpoint self) -> char const *\n"
80432 "\n"
80433 "\n"
80434 "//------------------------------------------------------------------\n"
80435 "/// Get the condition expression for the watchpoint.\n"
80436 "//------------------------------------------------------------------\n"
80437 "\n"
80438 ""},
80439 { (char *)"SBWatchpoint_SetCondition", _wrap_SBWatchpoint_SetCondition, METH_VARARGS0x0001, (char *)"\n"
80440 "SBWatchpoint_SetCondition(SBWatchpoint self, char const * condition)\n"
80441 "\n"
80442 "\n"
80443 "//--------------------------------------------------------------------------\n"
80444 "/// The watchpoint stops only if the condition expression evaluates to true.\n"
80445 "//--------------------------------------------------------------------------\n"
80446 "\n"
80447 ""},
80448 { (char *)"SBWatchpoint_GetDescription", _wrap_SBWatchpoint_GetDescription, METH_VARARGS0x0001, (char *)"SBWatchpoint_GetDescription(SBWatchpoint self, SBStream description, lldb::DescriptionLevel level) -> bool"},
80449 { (char *)"SBWatchpoint_EventIsWatchpointEvent", _wrap_SBWatchpoint_EventIsWatchpointEvent, METH_VARARGS0x0001, (char *)"SBWatchpoint_EventIsWatchpointEvent(SBEvent event) -> bool"},
80450 { (char *)"SBWatchpoint_GetWatchpointEventTypeFromEvent", _wrap_SBWatchpoint_GetWatchpointEventTypeFromEvent, METH_VARARGS0x0001, (char *)"SBWatchpoint_GetWatchpointEventTypeFromEvent(SBEvent event) -> lldb::WatchpointEventType"},
80451 { (char *)"SBWatchpoint_GetWatchpointFromEvent", _wrap_SBWatchpoint_GetWatchpointFromEvent, METH_VARARGS0x0001, (char *)"SBWatchpoint_GetWatchpointFromEvent(SBEvent event) -> SBWatchpoint"},
80452 { (char *)"SBWatchpoint___str__", _wrap_SBWatchpoint___str__, METH_VARARGS0x0001, (char *)"SBWatchpoint___str__(SBWatchpoint self) -> PyObject *"},
80453 { (char *)"SBWatchpoint_swigregister", SBWatchpoint_swigregister, METH_VARARGS0x0001, NULL__null},
80454 { (char *)"new_SBUnixSignals", _wrap_new_SBUnixSignals, METH_VARARGS0x0001, (char *)"\n"
80455 "SBUnixSignals()\n"
80456 "new_SBUnixSignals(SBUnixSignals rhs) -> SBUnixSignals\n"
80457 ""},
80458 { (char *)"delete_SBUnixSignals", _wrap_delete_SBUnixSignals, METH_VARARGS0x0001, (char *)"delete_SBUnixSignals(SBUnixSignals self)"},
80459 { (char *)"SBUnixSignals_Clear", _wrap_SBUnixSignals_Clear, METH_VARARGS0x0001, (char *)"SBUnixSignals_Clear(SBUnixSignals self)"},
80460 { (char *)"SBUnixSignals_IsValid", _wrap_SBUnixSignals_IsValid, METH_VARARGS0x0001, (char *)"SBUnixSignals_IsValid(SBUnixSignals self) -> bool"},
80461 { (char *)"SBUnixSignals_GetSignalAsCString", _wrap_SBUnixSignals_GetSignalAsCString, METH_VARARGS0x0001, (char *)"SBUnixSignals_GetSignalAsCString(SBUnixSignals self, int32_t signo) -> char const *"},
80462 { (char *)"SBUnixSignals_GetSignalNumberFromName", _wrap_SBUnixSignals_GetSignalNumberFromName, METH_VARARGS0x0001, (char *)"SBUnixSignals_GetSignalNumberFromName(SBUnixSignals self, char const * name) -> int32_t"},
80463 { (char *)"SBUnixSignals_GetShouldSuppress", _wrap_SBUnixSignals_GetShouldSuppress, METH_VARARGS0x0001, (char *)"SBUnixSignals_GetShouldSuppress(SBUnixSignals self, int32_t signo) -> bool"},
80464 { (char *)"SBUnixSignals_SetShouldSuppress", _wrap_SBUnixSignals_SetShouldSuppress, METH_VARARGS0x0001, (char *)"SBUnixSignals_SetShouldSuppress(SBUnixSignals self, int32_t signo, bool value) -> bool"},
80465 { (char *)"SBUnixSignals_GetShouldStop", _wrap_SBUnixSignals_GetShouldStop, METH_VARARGS0x0001, (char *)"SBUnixSignals_GetShouldStop(SBUnixSignals self, int32_t signo) -> bool"},
80466 { (char *)"SBUnixSignals_SetShouldStop", _wrap_SBUnixSignals_SetShouldStop, METH_VARARGS0x0001, (char *)"SBUnixSignals_SetShouldStop(SBUnixSignals self, int32_t signo, bool value) -> bool"},
80467 { (char *)"SBUnixSignals_GetShouldNotify", _wrap_SBUnixSignals_GetShouldNotify, METH_VARARGS0x0001, (char *)"SBUnixSignals_GetShouldNotify(SBUnixSignals self, int32_t signo) -> bool"},
80468 { (char *)"SBUnixSignals_SetShouldNotify", _wrap_SBUnixSignals_SetShouldNotify, METH_VARARGS0x0001, (char *)"SBUnixSignals_SetShouldNotify(SBUnixSignals self, int32_t signo, bool value) -> bool"},
80469 { (char *)"SBUnixSignals_GetNumSignals", _wrap_SBUnixSignals_GetNumSignals, METH_VARARGS0x0001, (char *)"SBUnixSignals_GetNumSignals(SBUnixSignals self) -> int32_t"},
80470 { (char *)"SBUnixSignals_GetSignalAtIndex", _wrap_SBUnixSignals_GetSignalAtIndex, METH_VARARGS0x0001, (char *)"SBUnixSignals_GetSignalAtIndex(SBUnixSignals self, int32_t index) -> int32_t"},
80471 { (char *)"SBUnixSignals_swigregister", SBUnixSignals_swigregister, METH_VARARGS0x0001, NULL__null},
80472 { NULL__null, NULL__null, 0, NULL__null }
80473};
80474
80475
80476/* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
80477
80478static swig_type_info _swigt__p_FILE = {"_p_FILE", "FILE *", 0, 0, (void*)0, 0};
80479static swig_type_info _swigt__p_bool = {"_p_bool", "bool *", 0, 0, (void*)0, 0};
80480static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0};
80481static swig_type_info _swigt__p_double = {"_p_double", "double *", 0, 0, (void*)0, 0};
80482static swig_type_info _swigt__p_f_p_void__p_void = {"_p_f_p_void__p_void", "lldb::thread_func_t|void *(*)(void *)", 0, 0, (void*)0, 0};
80483static swig_type_info _swigt__p_f_p_void_p_q_const__void_size_t__void = {"_p_f_p_void_p_q_const__void_size_t__void", "void (*)(void *,void const *,size_t)|lldb::SBCommunication::ReadThreadBytesReceived", 0, 0, (void*)0, 0};
80484static swig_type_info _swigt__p_int = {"_p_int", "intptr_t *|int *|lldb::file_t *|int_least32_t *|int_fast32_t *|int32_t *|lldb::watch_id_t *|lldb::socket_t *|lldb::break_id_t *|int_fast16_t *", 0, 0, (void*)0, 0};
80485static swig_type_info _swigt__p_lldb__ConnectionStatus = {"_p_lldb__ConnectionStatus", "enum lldb::ConnectionStatus *|lldb::ConnectionStatus *", 0, 0, (void*)0, 0};
80486static swig_type_info _swigt__p_lldb__FunctionNameType = {"_p_lldb__FunctionNameType", "enum lldb::FunctionNameType *|lldb::FunctionNameType *", 0, 0, (void*)0, 0};
80487static swig_type_info _swigt__p_lldb__SBAddress = {"_p_lldb__SBAddress", "lldb::SBAddress *", 0, 0, (void*)0, 0};
80488static swig_type_info _swigt__p_lldb__SBAttachInfo = {"_p_lldb__SBAttachInfo", "lldb::SBAttachInfo *", 0, 0, (void*)0, 0};
80489static swig_type_info _swigt__p_lldb__SBBlock = {"_p_lldb__SBBlock", "lldb::SBBlock *", 0, 0, (void*)0, 0};
80490static swig_type_info _swigt__p_lldb__SBBreakpoint = {"_p_lldb__SBBreakpoint", "lldb::SBBreakpoint *", 0, 0, (void*)0, 0};
80491static swig_type_info _swigt__p_lldb__SBBreakpointList = {"_p_lldb__SBBreakpointList", "lldb::SBBreakpointList *", 0, 0, (void*)0, 0};
80492static swig_type_info _swigt__p_lldb__SBBreakpointLocation = {"_p_lldb__SBBreakpointLocation", "lldb::SBBreakpointLocation *", 0, 0, (void*)0, 0};
80493static swig_type_info _swigt__p_lldb__SBBreakpointName = {"_p_lldb__SBBreakpointName", "lldb::SBBreakpointName *", 0, 0, (void*)0, 0};
80494static swig_type_info _swigt__p_lldb__SBBroadcaster = {"_p_lldb__SBBroadcaster", "lldb::SBBroadcaster *", 0, 0, (void*)0, 0};
80495static swig_type_info _swigt__p_lldb__SBCommandInterpreter = {"_p_lldb__SBCommandInterpreter", "lldb::SBCommandInterpreter *", 0, 0, (void*)0, 0};
80496static swig_type_info _swigt__p_lldb__SBCommandInterpreterRunOptions = {"_p_lldb__SBCommandInterpreterRunOptions", "lldb::SBCommandInterpreterRunOptions *", 0, 0, (void*)0, 0};
80497static swig_type_info _swigt__p_lldb__SBCommandReturnObject = {"_p_lldb__SBCommandReturnObject", "lldb::SBCommandReturnObject *", 0, 0, (void*)0, 0};
80498static swig_type_info _swigt__p_lldb__SBCommunication = {"_p_lldb__SBCommunication", "lldb::SBCommunication *", 0, 0, (void*)0, 0};
80499static swig_type_info _swigt__p_lldb__SBCompileUnit = {"_p_lldb__SBCompileUnit", "lldb::SBCompileUnit *", 0, 0, (void*)0, 0};
80500static swig_type_info _swigt__p_lldb__SBData = {"_p_lldb__SBData", "lldb::SBData *", 0, 0, (void*)0, 0};
80501static swig_type_info _swigt__p_lldb__SBDebugger = {"_p_lldb__SBDebugger", "lldb::SBDebugger *", 0, 0, (void*)0, 0};
80502static swig_type_info _swigt__p_lldb__SBDeclaration = {"_p_lldb__SBDeclaration", "lldb::SBDeclaration *", 0, 0, (void*)0, 0};
80503static swig_type_info _swigt__p_lldb__SBError = {"_p_lldb__SBError", "lldb::SBError *", 0, 0, (void*)0, 0};
80504static swig_type_info _swigt__p_lldb__SBEvent = {"_p_lldb__SBEvent", "lldb::SBEvent *", 0, 0, (void*)0, 0};
80505static swig_type_info _swigt__p_lldb__SBExecutionContext = {"_p_lldb__SBExecutionContext", "lldb::SBExecutionContext *", 0, 0, (void*)0, 0};
80506static swig_type_info _swigt__p_lldb__SBExpressionOptions = {"_p_lldb__SBExpressionOptions", "lldb::SBExpressionOptions *", 0, 0, (void*)0, 0};
80507static swig_type_info _swigt__p_lldb__SBFileSpec = {"_p_lldb__SBFileSpec", "lldb::SBFileSpec *", 0, 0, (void*)0, 0};
80508static swig_type_info _swigt__p_lldb__SBFileSpecList = {"_p_lldb__SBFileSpecList", "lldb::SBFileSpecList *", 0, 0, (void*)0, 0};
80509static swig_type_info _swigt__p_lldb__SBFrame = {"_p_lldb__SBFrame", "lldb::SBFrame *", 0, 0, (void*)0, 0};
80510static swig_type_info _swigt__p_lldb__SBFunction = {"_p_lldb__SBFunction", "lldb::SBFunction *", 0, 0, (void*)0, 0};
80511static swig_type_info _swigt__p_lldb__SBHostOS = {"_p_lldb__SBHostOS", "lldb::SBHostOS *", 0, 0, (void*)0, 0};
80512static swig_type_info _swigt__p_lldb__SBInstruction = {"_p_lldb__SBInstruction", "lldb::SBInstruction *", 0, 0, (void*)0, 0};
80513static swig_type_info _swigt__p_lldb__SBInstructionList = {"_p_lldb__SBInstructionList", "lldb::SBInstructionList *", 0, 0, (void*)0, 0};
80514static swig_type_info _swigt__p_lldb__SBLanguageRuntime = {"_p_lldb__SBLanguageRuntime", "lldb::SBLanguageRuntime *", 0, 0, (void*)0, 0};
80515static swig_type_info _swigt__p_lldb__SBLaunchInfo = {"_p_lldb__SBLaunchInfo", "lldb::SBLaunchInfo *", 0, 0, (void*)0, 0};
80516static swig_type_info _swigt__p_lldb__SBLineEntry = {"_p_lldb__SBLineEntry", "lldb::SBLineEntry *", 0, 0, (void*)0, 0};
80517static swig_type_info _swigt__p_lldb__SBListener = {"_p_lldb__SBListener", "lldb::SBListener *", 0, 0, (void*)0, 0};
80518static swig_type_info _swigt__p_lldb__SBMemoryRegionInfo = {"_p_lldb__SBMemoryRegionInfo", "lldb::SBMemoryRegionInfo *", 0, 0, (void*)0, 0};
80519static swig_type_info _swigt__p_lldb__SBMemoryRegionInfoList = {"_p_lldb__SBMemoryRegionInfoList", "lldb::SBMemoryRegionInfoList *", 0, 0, (void*)0, 0};
80520static swig_type_info _swigt__p_lldb__SBModule = {"_p_lldb__SBModule", "lldb::SBModule *", 0, 0, (void*)0, 0};
80521static swig_type_info _swigt__p_lldb__SBModuleSpec = {"_p_lldb__SBModuleSpec", "lldb::SBModuleSpec *", 0, 0, (void*)0, 0};
80522static swig_type_info _swigt__p_lldb__SBModuleSpecList = {"_p_lldb__SBModuleSpecList", "lldb::SBModuleSpecList *", 0, 0, (void*)0, 0};
80523static swig_type_info _swigt__p_lldb__SBPlatform = {"_p_lldb__SBPlatform", "lldb::SBPlatform *", 0, 0, (void*)0, 0};
80524static swig_type_info _swigt__p_lldb__SBPlatformConnectOptions = {"_p_lldb__SBPlatformConnectOptions", "lldb::SBPlatformConnectOptions *", 0, 0, (void*)0, 0};
80525static swig_type_info _swigt__p_lldb__SBPlatformShellCommand = {"_p_lldb__SBPlatformShellCommand", "lldb::SBPlatformShellCommand *", 0, 0, (void*)0, 0};
80526static swig_type_info _swigt__p_lldb__SBProcess = {"_p_lldb__SBProcess", "lldb::SBProcess *", 0, 0, (void*)0, 0};
80527static swig_type_info _swigt__p_lldb__SBProcessInfo = {"_p_lldb__SBProcessInfo", "lldb::SBProcessInfo *", 0, 0, (void*)0, 0};
80528static swig_type_info _swigt__p_lldb__SBQueue = {"_p_lldb__SBQueue", "lldb::SBQueue *", 0, 0, (void*)0, 0};
80529static swig_type_info _swigt__p_lldb__SBQueueItem = {"_p_lldb__SBQueueItem", "lldb::SBQueueItem *", 0, 0, (void*)0, 0};
80530static swig_type_info _swigt__p_lldb__SBSection = {"_p_lldb__SBSection", "lldb::SBSection *", 0, 0, (void*)0, 0};
80531static swig_type_info _swigt__p_lldb__SBSourceManager = {"_p_lldb__SBSourceManager", "lldb::SBSourceManager *", 0, 0, (void*)0, 0};
80532static swig_type_info _swigt__p_lldb__SBStream = {"_p_lldb__SBStream", "lldb::SBStream *", 0, 0, (void*)0, 0};
80533static swig_type_info _swigt__p_lldb__SBStringList = {"_p_lldb__SBStringList", "lldb::SBStringList *", 0, 0, (void*)0, 0};
80534static swig_type_info _swigt__p_lldb__SBStructuredData = {"_p_lldb__SBStructuredData", "lldb::SBStructuredData *", 0, 0, (void*)0, 0};
80535static swig_type_info _swigt__p_lldb__SBSymbol = {"_p_lldb__SBSymbol", "lldb::SBSymbol *", 0, 0, (void*)0, 0};
80536static swig_type_info _swigt__p_lldb__SBSymbolContext = {"_p_lldb__SBSymbolContext", "lldb::SBSymbolContext *", 0, 0, (void*)0, 0};
80537static swig_type_info _swigt__p_lldb__SBSymbolContextList = {"_p_lldb__SBSymbolContextList", "lldb::SBSymbolContextList *", 0, 0, (void*)0, 0};
80538static swig_type_info _swigt__p_lldb__SBTarget = {"_p_lldb__SBTarget", "lldb::SBTarget *", 0, 0, (void*)0, 0};
80539static swig_type_info _swigt__p_lldb__SBThread = {"_p_lldb__SBThread", "lldb::SBThread *", 0, 0, (void*)0, 0};
80540static swig_type_info _swigt__p_lldb__SBThreadCollection = {"_p_lldb__SBThreadCollection", "lldb::SBThreadCollection *", 0, 0, (void*)0, 0};
80541static swig_type_info _swigt__p_lldb__SBThreadPlan = {"_p_lldb__SBThreadPlan", "lldb::SBThreadPlan *", 0, 0, (void*)0, 0};
80542static swig_type_info _swigt__p_lldb__SBTrace = {"_p_lldb__SBTrace", "lldb::SBTrace *", 0, 0, (void*)0, 0};
80543static swig_type_info _swigt__p_lldb__SBTraceOptions = {"_p_lldb__SBTraceOptions", "lldb::SBTraceOptions *", 0, 0, (void*)0, 0};
80544static swig_type_info _swigt__p_lldb__SBType = {"_p_lldb__SBType", "lldb::SBType *", 0, 0, (void*)0, 0};
80545static swig_type_info _swigt__p_lldb__SBTypeCategory = {"_p_lldb__SBTypeCategory", "lldb::SBTypeCategory *", 0, 0, (void*)0, 0};
80546static swig_type_info _swigt__p_lldb__SBTypeEnumMember = {"_p_lldb__SBTypeEnumMember", "lldb::SBTypeEnumMember *", 0, 0, (void*)0, 0};
80547static swig_type_info _swigt__p_lldb__SBTypeEnumMemberList = {"_p_lldb__SBTypeEnumMemberList", "lldb::SBTypeEnumMemberList *", 0, 0, (void*)0, 0};
80548static swig_type_info _swigt__p_lldb__SBTypeFilter = {"_p_lldb__SBTypeFilter", "lldb::SBTypeFilter *", 0, 0, (void*)0, 0};
80549static swig_type_info _swigt__p_lldb__SBTypeFormat = {"_p_lldb__SBTypeFormat", "lldb::SBTypeFormat *", 0, 0, (void*)0, 0};
80550static swig_type_info _swigt__p_lldb__SBTypeList = {"_p_lldb__SBTypeList", "lldb::SBTypeList *", 0, 0, (void*)0, 0};
80551static swig_type_info _swigt__p_lldb__SBTypeMember = {"_p_lldb__SBTypeMember", "lldb::SBTypeMember *", 0, 0, (void*)0, 0};
80552static swig_type_info _swigt__p_lldb__SBTypeMemberFunction = {"_p_lldb__SBTypeMemberFunction", "lldb::SBTypeMemberFunction *", 0, 0, (void*)0, 0};
80553static swig_type_info _swigt__p_lldb__SBTypeNameSpecifier = {"_p_lldb__SBTypeNameSpecifier", "lldb::SBTypeNameSpecifier *", 0, 0, (void*)0, 0};
80554static swig_type_info _swigt__p_lldb__SBTypeSummary = {"_p_lldb__SBTypeSummary", "lldb::SBTypeSummary *", 0, 0, (void*)0, 0};
80555static swig_type_info _swigt__p_lldb__SBTypeSummaryOptions = {"_p_lldb__SBTypeSummaryOptions", "lldb::SBTypeSummaryOptions *", 0, 0, (void*)0, 0};
80556static swig_type_info _swigt__p_lldb__SBTypeSynthetic = {"_p_lldb__SBTypeSynthetic", "lldb::SBTypeSynthetic *", 0, 0, (void*)0, 0};
80557static swig_type_info _swigt__p_lldb__SBUnixSignals = {"_p_lldb__SBUnixSignals", "lldb::SBUnixSignals *", 0, 0, (void*)0, 0};
80558static swig_type_info _swigt__p_lldb__SBValue = {"_p_lldb__SBValue", "lldb::SBValue *", 0, 0, (void*)0, 0};
80559static swig_type_info _swigt__p_lldb__SBValueList = {"_p_lldb__SBValueList", "lldb::SBValueList *", 0, 0, (void*)0, 0};
80560static swig_type_info _swigt__p_lldb__SBVariablesOptions = {"_p_lldb__SBVariablesOptions", "lldb::SBVariablesOptions *", 0, 0, (void*)0, 0};
80561static swig_type_info _swigt__p_lldb__SBWatchpoint = {"_p_lldb__SBWatchpoint", "lldb::SBWatchpoint *", 0, 0, (void*)0, 0};
80562static swig_type_info _swigt__p_lldb__SymbolContextItem = {"_p_lldb__SymbolContextItem", "enum lldb::SymbolContextItem *|lldb::SymbolContextItem *", 0, 0, (void*)0, 0};
80563static swig_type_info _swigt__p_lldb__TypeClass = {"_p_lldb__TypeClass", "enum lldb::TypeClass *|lldb::TypeClass *", 0, 0, (void*)0, 0};
80564static swig_type_info _swigt__p_lldb_private__SharingPtrT_lldb_private__ValueObject_t = {"_p_lldb_private__SharingPtrT_lldb_private__ValueObject_t", "lldb::ValueObjectSP *|lldb_private::SharingPtr< lldb_private::ValueObject > *", 0, 0, (void*)0, 0};
80565static swig_type_info _swigt__p_long_double = {"_p_long_double", "long double *", 0, 0, (void*)0, 0};
80566static swig_type_info _swigt__p_long_long = {"_p_long_long", "int_least64_t *|int_fast64_t *|int64_t *|long long *|intmax_t *", 0, 0, (void*)0, 0};
80567static swig_type_info _swigt__p_p_void = {"_p_p_void", "lldb::thread_result_t *|void **", 0, 0, (void*)0, 0};
80568static swig_type_info _swigt__p_pthread_rwlock_t = {"_p_pthread_rwlock_t", "pthread_rwlock_t *|lldb::rwlock_t *", 0, 0, (void*)0, 0};
80569static swig_type_info _swigt__p_pthread_t = {"_p_pthread_t", "pthread_t *|lldb::thread_t *", 0, 0, (void*)0, 0};
80570static swig_type_info _swigt__p_short = {"_p_short", "short *|int_least16_t *|int16_t *", 0, 0, (void*)0, 0};
80571static swig_type_info _swigt__p_signed_char = {"_p_signed_char", "signed char *|int_least8_t *|int_fast8_t *|int8_t *", 0, 0, (void*)0, 0};
80572static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ABI_t = {"_p_std__shared_ptrT_lldb_private__ABI_t", "std::shared_ptr< lldb_private::ABI > *|lldb::ABISP *", 0, 0, (void*)0, 0};
80573static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Baton_t = {"_p_std__shared_ptrT_lldb_private__Baton_t", "lldb::BatonSP *|std::shared_ptr< lldb_private::Baton > *", 0, 0, (void*)0, 0};
80574static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Block_t = {"_p_std__shared_ptrT_lldb_private__Block_t", "lldb::BlockSP *|std::shared_ptr< lldb_private::Block > *", 0, 0, (void*)0, 0};
80575static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__BreakpointLocation_t = {"_p_std__shared_ptrT_lldb_private__BreakpointLocation_t", "lldb::BreakpointLocationSP *|std::shared_ptr< lldb_private::BreakpointLocation > *", 0, 0, (void*)0, 0};
80576static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__BreakpointResolver_t = {"_p_std__shared_ptrT_lldb_private__BreakpointResolver_t", "std::shared_ptr< lldb_private::BreakpointResolver > *|lldb::BreakpointResolverSP *", 0, 0, (void*)0, 0};
80577static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__BreakpointSite_t = {"_p_std__shared_ptrT_lldb_private__BreakpointSite_t", "std::shared_ptr< lldb_private::BreakpointSite > *|lldb::BreakpointSiteSP *", 0, 0, (void*)0, 0};
80578static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Breakpoint_t = {"_p_std__shared_ptrT_lldb_private__Breakpoint_t", "lldb::BreakpointSP *|std::shared_ptr< lldb_private::Breakpoint > *", 0, 0, (void*)0, 0};
80579static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__BroadcasterManager_t = {"_p_std__shared_ptrT_lldb_private__BroadcasterManager_t", "lldb::BroadcasterManagerSP *|std::shared_ptr< lldb_private::BroadcasterManager > *", 0, 0, (void*)0, 0};
80580static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Broadcaster_t = {"_p_std__shared_ptrT_lldb_private__Broadcaster_t", "std::shared_ptr< lldb_private::Broadcaster > *|lldb::BroadcasterSP *", 0, 0, (void*)0, 0};
80581static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ClangASTImporter_t = {"_p_std__shared_ptrT_lldb_private__ClangASTImporter_t", "std::shared_ptr< lldb_private::ClangASTImporter > *|lldb::ClangASTImporterSP *", 0, 0, (void*)0, 0};
80582static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__CommandObject_t = {"_p_std__shared_ptrT_lldb_private__CommandObject_t", "lldb::CommandObjectSP *|std::shared_ptr< lldb_private::CommandObject > *", 0, 0, (void*)0, 0};
80583static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Communication_t = {"_p_std__shared_ptrT_lldb_private__Communication_t", "lldb::CommunicationSP *|std::shared_ptr< lldb_private::Communication > *", 0, 0, (void*)0, 0};
80584static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__CompileUnit_t = {"_p_std__shared_ptrT_lldb_private__CompileUnit_t", "lldb::CompUnitSP *|std::shared_ptr< lldb_private::CompileUnit > *", 0, 0, (void*)0, 0};
80585static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Connection_t = {"_p_std__shared_ptrT_lldb_private__Connection_t", "lldb::ConnectionSP *|std::shared_ptr< lldb_private::Connection > *", 0, 0, (void*)0, 0};
80586static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__DataBuffer_t = {"_p_std__shared_ptrT_lldb_private__DataBuffer_t", "std::shared_ptr< lldb_private::DataBuffer > *|lldb::DataBufferSP *", 0, 0, (void*)0, 0};
80587static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__DataExtractor_t = {"_p_std__shared_ptrT_lldb_private__DataExtractor_t", "std::shared_ptr< lldb_private::DataExtractor > *|lldb::DataExtractorSP *", 0, 0, (void*)0, 0};
80588static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Debugger_t = {"_p_std__shared_ptrT_lldb_private__Debugger_t", "std::shared_ptr< lldb_private::Debugger > *|lldb::DebuggerSP *", 0, 0, (void*)0, 0};
80589static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Disassembler_t = {"_p_std__shared_ptrT_lldb_private__Disassembler_t", "std::shared_ptr< lldb_private::Disassembler > *|lldb::DisassemblerSP *", 0, 0, (void*)0, 0};
80590static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__DynamicLoader_t = {"_p_std__shared_ptrT_lldb_private__DynamicLoader_t", "std::shared_ptr< lldb_private::DynamicLoader > *|lldb::DynamicLoaderSP *", 0, 0, (void*)0, 0};
80591static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__EventDataStructuredData_t = {"_p_std__shared_ptrT_lldb_private__EventDataStructuredData_t", "lldb::EventDataStructuredDataSP *|std::shared_ptr< lldb_private::EventDataStructuredData > *", 0, 0, (void*)0, 0};
80592static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__EventData_t = {"_p_std__shared_ptrT_lldb_private__EventData_t", "lldb::EventDataSP *|std::shared_ptr< lldb_private::EventData > *", 0, 0, (void*)0, 0};
80593static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Event_t = {"_p_std__shared_ptrT_lldb_private__Event_t", "lldb::EventSP *|std::shared_ptr< lldb_private::Event > *", 0, 0, (void*)0, 0};
80594static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ExecutionContextRef_t = {"_p_std__shared_ptrT_lldb_private__ExecutionContextRef_t", "std::shared_ptr< lldb_private::ExecutionContextRef > *|lldb::ExecutionContextRefSP *", 0, 0, (void*)0, 0};
80595static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ExpressionVariable_t = {"_p_std__shared_ptrT_lldb_private__ExpressionVariable_t", "std::shared_ptr< lldb_private::ExpressionVariable > *|lldb::ExpressionVariableSP *", 0, 0, (void*)0, 0};
80596static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__File_t = {"_p_std__shared_ptrT_lldb_private__File_t", "lldb::FileSP *|std::shared_ptr< lldb_private::File > *", 0, 0, (void*)0, 0};
80597static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__FuncUnwinders_t = {"_p_std__shared_ptrT_lldb_private__FuncUnwinders_t", "std::shared_ptr< lldb_private::FuncUnwinders > *|lldb::FuncUnwindersSP *", 0, 0, (void*)0, 0};
80598static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__FunctionCaller_t = {"_p_std__shared_ptrT_lldb_private__FunctionCaller_t", "std::shared_ptr< lldb_private::FunctionCaller > *|lldb::FunctionCallerSP *", 0, 0, (void*)0, 0};
80599static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Function_t = {"_p_std__shared_ptrT_lldb_private__Function_t", "lldb::FunctionSP *|std::shared_ptr< lldb_private::Function > *", 0, 0, (void*)0, 0};
80600static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__IOHandler_t = {"_p_std__shared_ptrT_lldb_private__IOHandler_t", "std::shared_ptr< lldb_private::IOHandler > *|lldb::IOHandlerSP *", 0, 0, (void*)0, 0};
80601static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__IOObject_t = {"_p_std__shared_ptrT_lldb_private__IOObject_t", "lldb::IOObjectSP *|std::shared_ptr< lldb_private::IOObject > *", 0, 0, (void*)0, 0};
80602static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__IRExecutionUnit_t = {"_p_std__shared_ptrT_lldb_private__IRExecutionUnit_t", "lldb::IRExecutionUnitSP *|std::shared_ptr< lldb_private::IRExecutionUnit > *", 0, 0, (void*)0, 0};
80603static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__InlineFunctionInfo_t = {"_p_std__shared_ptrT_lldb_private__InlineFunctionInfo_t", "lldb::InlineFunctionInfoSP *|std::shared_ptr< lldb_private::InlineFunctionInfo > *", 0, 0, (void*)0, 0};
80604static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Instruction_t = {"_p_std__shared_ptrT_lldb_private__Instruction_t", "lldb::InstructionSP *|std::shared_ptr< lldb_private::Instruction > *", 0, 0, (void*)0, 0};
80605static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__InstrumentationRuntime_t = {"_p_std__shared_ptrT_lldb_private__InstrumentationRuntime_t", "lldb::InstrumentationRuntimeSP *|std::shared_ptr< lldb_private::InstrumentationRuntime > *", 0, 0, (void*)0, 0};
80606static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__JITLoader_t = {"_p_std__shared_ptrT_lldb_private__JITLoader_t", "std::shared_ptr< lldb_private::JITLoader > *|lldb::JITLoaderSP *", 0, 0, (void*)0, 0};
80607static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__LanguageRuntime_t = {"_p_std__shared_ptrT_lldb_private__LanguageRuntime_t", "std::shared_ptr< lldb_private::LanguageRuntime > *|lldb::LanguageRuntimeSP *", 0, 0, (void*)0, 0};
80608static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__LineTable_t = {"_p_std__shared_ptrT_lldb_private__LineTable_t", "lldb::LineTableSP *|std::shared_ptr< lldb_private::LineTable > *", 0, 0, (void*)0, 0};
80609static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Listener_t = {"_p_std__shared_ptrT_lldb_private__Listener_t", "std::shared_ptr< lldb_private::Listener > *|lldb::ListenerSP *", 0, 0, (void*)0, 0};
80610static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__MemoryHistory_t = {"_p_std__shared_ptrT_lldb_private__MemoryHistory_t", "lldb::MemoryHistorySP *|std::shared_ptr< lldb_private::MemoryHistory > *", 0, 0, (void*)0, 0};
80611static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__MemoryRegionInfo_t = {"_p_std__shared_ptrT_lldb_private__MemoryRegionInfo_t", "std::shared_ptr< lldb_private::MemoryRegionInfo > *|lldb::MemoryRegionInfoSP *", 0, 0, (void*)0, 0};
80612static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Module_t = {"_p_std__shared_ptrT_lldb_private__Module_t", "lldb::ModuleSP *|std::shared_ptr< lldb_private::Module > *", 0, 0, (void*)0, 0};
80613static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ObjectFileJITDelegate_t = {"_p_std__shared_ptrT_lldb_private__ObjectFileJITDelegate_t", "lldb::ObjectFileJITDelegateSP *|std::shared_ptr< lldb_private::ObjectFileJITDelegate > *", 0, 0, (void*)0, 0};
80614static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ObjectFile_t = {"_p_std__shared_ptrT_lldb_private__ObjectFile_t", "lldb::ObjectFileSP *|std::shared_ptr< lldb_private::ObjectFile > *", 0, 0, (void*)0, 0};
80615static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueArch_t = {"_p_std__shared_ptrT_lldb_private__OptionValueArch_t", "std::shared_ptr< lldb_private::OptionValueArch > *|lldb::OptionValueArchSP *", 0, 0, (void*)0, 0};
80616static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueArgs_t = {"_p_std__shared_ptrT_lldb_private__OptionValueArgs_t", "std::shared_ptr< lldb_private::OptionValueArgs > *|lldb::OptionValueArgsSP *", 0, 0, (void*)0, 0};
80617static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueArray_t = {"_p_std__shared_ptrT_lldb_private__OptionValueArray_t", "std::shared_ptr< lldb_private::OptionValueArray > *|lldb::OptionValueArraySP *", 0, 0, (void*)0, 0};
80618static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueBoolean_t = {"_p_std__shared_ptrT_lldb_private__OptionValueBoolean_t", "lldb::OptionValueBooleanSP *|std::shared_ptr< lldb_private::OptionValueBoolean > *", 0, 0, (void*)0, 0};
80619static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueDictionary_t = {"_p_std__shared_ptrT_lldb_private__OptionValueDictionary_t", "lldb::OptionValueDictionarySP *|std::shared_ptr< lldb_private::OptionValueDictionary > *", 0, 0, (void*)0, 0};
80620static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueFileSpecList_t = {"_p_std__shared_ptrT_lldb_private__OptionValueFileSpecList_t", "lldb::OptionValueFileSpecListSP *|std::shared_ptr< lldb_private::OptionValueFileSpecList > *", 0, 0, (void*)0, 0};
80621static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueFileSpec_t = {"_p_std__shared_ptrT_lldb_private__OptionValueFileSpec_t", "lldb::OptionValueFileSpecSP *|std::shared_ptr< lldb_private::OptionValueFileSpec > *", 0, 0, (void*)0, 0};
80622static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueFormat_t = {"_p_std__shared_ptrT_lldb_private__OptionValueFormat_t", "std::shared_ptr< lldb_private::OptionValueFormat > *|lldb::OptionValueFormatSP *", 0, 0, (void*)0, 0};
80623static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValuePathMappings_t = {"_p_std__shared_ptrT_lldb_private__OptionValuePathMappings_t", "std::shared_ptr< lldb_private::OptionValuePathMappings > *|lldb::OptionValuePathMappingsSP *", 0, 0, (void*)0, 0};
80624static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueProperties_t = {"_p_std__shared_ptrT_lldb_private__OptionValueProperties_t", "lldb::OptionValuePropertiesSP *|std::shared_ptr< lldb_private::OptionValueProperties > *", 0, 0, (void*)0, 0};
80625static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueRegex_t = {"_p_std__shared_ptrT_lldb_private__OptionValueRegex_t", "std::shared_ptr< lldb_private::OptionValueRegex > *|lldb::OptionValueRegexSP *", 0, 0, (void*)0, 0};
80626static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueSInt64_t = {"_p_std__shared_ptrT_lldb_private__OptionValueSInt64_t", "std::shared_ptr< lldb_private::OptionValueSInt64 > *|lldb::OptionValueSInt64SP *", 0, 0, (void*)0, 0};
80627static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueString_t = {"_p_std__shared_ptrT_lldb_private__OptionValueString_t", "std::shared_ptr< lldb_private::OptionValueString > *|lldb::OptionValueStringSP *", 0, 0, (void*)0, 0};
80628static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueUInt64_t = {"_p_std__shared_ptrT_lldb_private__OptionValueUInt64_t", "std::shared_ptr< lldb_private::OptionValueUInt64 > *|lldb::OptionValueUInt64SP *", 0, 0, (void*)0, 0};
80629static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValueUUID_t = {"_p_std__shared_ptrT_lldb_private__OptionValueUUID_t", "std::shared_ptr< lldb_private::OptionValueUUID > *|lldb::OptionValueUUIDSP *", 0, 0, (void*)0, 0};
80630static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__OptionValue_t = {"_p_std__shared_ptrT_lldb_private__OptionValue_t", "std::shared_ptr< lldb_private::OptionValue > *|lldb::OptionValueSP *", 0, 0, (void*)0, 0};
80631static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Platform_t = {"_p_std__shared_ptrT_lldb_private__Platform_t", "std::shared_ptr< lldb_private::Platform > *|lldb::PlatformSP *", 0, 0, (void*)0, 0};
80632static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ProcessAttachInfo_t = {"_p_std__shared_ptrT_lldb_private__ProcessAttachInfo_t", "lldb::ProcessAttachInfoSP *|std::shared_ptr< lldb_private::ProcessAttachInfo > *", 0, 0, (void*)0, 0};
80633static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ProcessLaunchInfo_t = {"_p_std__shared_ptrT_lldb_private__ProcessLaunchInfo_t", "lldb::ProcessLaunchInfoSP *|std::shared_ptr< lldb_private::ProcessLaunchInfo > *", 0, 0, (void*)0, 0};
80634static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Process_t = {"_p_std__shared_ptrT_lldb_private__Process_t", "lldb::ProcessSP *|std::shared_ptr< lldb_private::Process > *", 0, 0, (void*)0, 0};
80635static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Property_t = {"_p_std__shared_ptrT_lldb_private__Property_t", "lldb::PropertySP *|std::shared_ptr< lldb_private::Property > *", 0, 0, (void*)0, 0};
80636static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__QueueItem_t = {"_p_std__shared_ptrT_lldb_private__QueueItem_t", "std::shared_ptr< lldb_private::QueueItem > *|lldb::QueueItemSP *", 0, 0, (void*)0, 0};
80637static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Queue_t = {"_p_std__shared_ptrT_lldb_private__Queue_t", "std::shared_ptr< lldb_private::Queue > *|lldb::QueueSP *", 0, 0, (void*)0, 0};
80638static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__REPL_t = {"_p_std__shared_ptrT_lldb_private__REPL_t", "lldb::REPLSP *|std::shared_ptr< lldb_private::REPL > *", 0, 0, (void*)0, 0};
80639static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__RegisterCheckpoint_t = {"_p_std__shared_ptrT_lldb_private__RegisterCheckpoint_t", "std::shared_ptr< lldb_private::RegisterCheckpoint > *|lldb::RegisterCheckpointSP *", 0, 0, (void*)0, 0};
80640static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__RegisterContext_t = {"_p_std__shared_ptrT_lldb_private__RegisterContext_t", "lldb::RegisterContextSP *|std::shared_ptr< lldb_private::RegisterContext > *", 0, 0, (void*)0, 0};
80641static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__RegularExpression_t = {"_p_std__shared_ptrT_lldb_private__RegularExpression_t", "lldb::RegularExpressionSP *|std::shared_ptr< lldb_private::RegularExpression > *", 0, 0, (void*)0, 0};
80642static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ScriptInterpreter_t = {"_p_std__shared_ptrT_lldb_private__ScriptInterpreter_t", "std::shared_ptr< lldb_private::ScriptInterpreter > *|lldb::ScriptInterpreterSP *", 0, 0, (void*)0, 0};
80643static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ScriptSummaryFormat_t = {"_p_std__shared_ptrT_lldb_private__ScriptSummaryFormat_t", "lldb::ScriptSummaryFormatSP *|std::shared_ptr< lldb_private::ScriptSummaryFormat > *", 0, 0, (void*)0, 0};
80644static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ScriptedSyntheticChildren_t = {"_p_std__shared_ptrT_lldb_private__ScriptedSyntheticChildren_t", "std::shared_ptr< lldb_private::ScriptedSyntheticChildren > *|lldb::ScriptedSyntheticChildrenSP *", 0, 0, (void*)0, 0};
80645static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__SearchFilter_t = {"_p_std__shared_ptrT_lldb_private__SearchFilter_t", "std::shared_ptr< lldb_private::SearchFilter > *|lldb::SearchFilterSP *", 0, 0, (void*)0, 0};
80646static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__SectionLoadList_t = {"_p_std__shared_ptrT_lldb_private__SectionLoadList_t", "std::shared_ptr< lldb_private::SectionLoadList > *|lldb::SectionLoadListSP *", 0, 0, (void*)0, 0};
80647static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Section_t = {"_p_std__shared_ptrT_lldb_private__Section_t", "lldb::SectionSP *|std::shared_ptr< lldb_private::Section > *", 0, 0, (void*)0, 0};
80648static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Settings_t = {"_p_std__shared_ptrT_lldb_private__Settings_t", "std::shared_ptr< lldb_private::Settings > *|lldb::SettingsSP *", 0, 0, (void*)0, 0};
80649static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__StackFrameList_t = {"_p_std__shared_ptrT_lldb_private__StackFrameList_t", "std::shared_ptr< lldb_private::StackFrameList > *|lldb::StackFrameListSP *", 0, 0, (void*)0, 0};
80650static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__StackFrame_t = {"_p_std__shared_ptrT_lldb_private__StackFrame_t", "std::shared_ptr< lldb_private::StackFrame > *|lldb::StackFrameSP *", 0, 0, (void*)0, 0};
80651static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__StopInfo_t = {"_p_std__shared_ptrT_lldb_private__StopInfo_t", "lldb::StopInfoSP *|std::shared_ptr< lldb_private::StopInfo > *", 0, 0, (void*)0, 0};
80652static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__StoppointLocation_t = {"_p_std__shared_ptrT_lldb_private__StoppointLocation_t", "std::shared_ptr< lldb_private::StoppointLocation > *|lldb::StoppointLocationSP *", 0, 0, (void*)0, 0};
80653static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__StreamFile_t = {"_p_std__shared_ptrT_lldb_private__StreamFile_t", "lldb::StreamFileSP *|std::shared_ptr< lldb_private::StreamFile > *", 0, 0, (void*)0, 0};
80654static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Stream_t = {"_p_std__shared_ptrT_lldb_private__Stream_t", "std::shared_ptr< lldb_private::Stream > *|lldb::StreamSP *", 0, 0, (void*)0, 0};
80655static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__StringSummaryFormat_t = {"_p_std__shared_ptrT_lldb_private__StringSummaryFormat_t", "lldb::StringTypeSummaryImplSP *|std::shared_ptr< lldb_private::StringSummaryFormat > *", 0, 0, (void*)0, 0};
80656static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__StructuredDataPlugin_t = {"_p_std__shared_ptrT_lldb_private__StructuredDataPlugin_t", "lldb::StructuredDataPluginSP *|std::shared_ptr< lldb_private::StructuredDataPlugin > *", 0, 0, (void*)0, 0};
80657static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__SymbolContextSpecifier_t = {"_p_std__shared_ptrT_lldb_private__SymbolContextSpecifier_t", "lldb::SymbolContextSpecifierSP *|std::shared_ptr< lldb_private::SymbolContextSpecifier > *", 0, 0, (void*)0, 0};
80658static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__SymbolFileType_t = {"_p_std__shared_ptrT_lldb_private__SymbolFileType_t", "lldb::SymbolFileTypeSP *|std::shared_ptr< lldb_private::SymbolFileType > *", 0, 0, (void*)0, 0};
80659static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__SymbolFile_t = {"_p_std__shared_ptrT_lldb_private__SymbolFile_t", "lldb::SymbolFileSP *|std::shared_ptr< lldb_private::SymbolFile > *", 0, 0, (void*)0, 0};
80660static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__SyntheticChildrenFrontEnd_t = {"_p_std__shared_ptrT_lldb_private__SyntheticChildrenFrontEnd_t", "lldb::SyntheticChildrenFrontEndSP *|std::shared_ptr< lldb_private::SyntheticChildrenFrontEnd > *", 0, 0, (void*)0, 0};
80661static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__SyntheticChildren_t = {"_p_std__shared_ptrT_lldb_private__SyntheticChildren_t", "std::shared_ptr< lldb_private::SyntheticChildren > *|lldb::SyntheticChildrenSP *", 0, 0, (void*)0, 0};
80662static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__SystemRuntime_t = {"_p_std__shared_ptrT_lldb_private__SystemRuntime_t", "std::shared_ptr< lldb_private::SystemRuntime > *|lldb::SystemRuntimeSP *", 0, 0, (void*)0, 0};
80663static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TargetProperties_t = {"_p_std__shared_ptrT_lldb_private__TargetProperties_t", "std::shared_ptr< lldb_private::TargetProperties > *|lldb::TargetPropertiesSP *", 0, 0, (void*)0, 0};
80664static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Target_t = {"_p_std__shared_ptrT_lldb_private__Target_t", "std::shared_ptr< lldb_private::Target > *|lldb::TargetSP *", 0, 0, (void*)0, 0};
80665static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ThreadCollection_t = {"_p_std__shared_ptrT_lldb_private__ThreadCollection_t", "std::shared_ptr< lldb_private::ThreadCollection > *|lldb::ThreadCollectionSP *", 0, 0, (void*)0, 0};
80666static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ThreadPlanTracer_t = {"_p_std__shared_ptrT_lldb_private__ThreadPlanTracer_t", "std::shared_ptr< lldb_private::ThreadPlanTracer > *|lldb::ThreadPlanTracerSP *", 0, 0, (void*)0, 0};
80667static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ThreadPlan_t = {"_p_std__shared_ptrT_lldb_private__ThreadPlan_t", "lldb::ThreadPlanSP *|std::shared_ptr< lldb_private::ThreadPlan > *", 0, 0, (void*)0, 0};
80668static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Thread_t = {"_p_std__shared_ptrT_lldb_private__Thread_t", "std::shared_ptr< lldb_private::Thread > *|lldb::ThreadSP *", 0, 0, (void*)0, 0};
80669static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TraceOptions_t = {"_p_std__shared_ptrT_lldb_private__TraceOptions_t", "std::shared_ptr< lldb_private::TraceOptions > *|lldb::TraceOptionsSP *", 0, 0, (void*)0, 0};
80670static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TypeCategoryImpl_t = {"_p_std__shared_ptrT_lldb_private__TypeCategoryImpl_t", "std::shared_ptr< lldb_private::TypeCategoryImpl > *|lldb::TypeCategoryImplSP *", 0, 0, (void*)0, 0};
80671static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TypeEnumMemberImpl_t = {"_p_std__shared_ptrT_lldb_private__TypeEnumMemberImpl_t", "lldb::TypeEnumMemberImplSP *|std::shared_ptr< lldb_private::TypeEnumMemberImpl > *", 0, 0, (void*)0, 0};
80672static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TypeFilterImpl_t = {"_p_std__shared_ptrT_lldb_private__TypeFilterImpl_t", "lldb::TypeFilterImplSP *|std::shared_ptr< lldb_private::TypeFilterImpl > *", 0, 0, (void*)0, 0};
80673static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TypeFormatImpl_t = {"_p_std__shared_ptrT_lldb_private__TypeFormatImpl_t", "lldb::TypeFormatImplSP *|std::shared_ptr< lldb_private::TypeFormatImpl > *", 0, 0, (void*)0, 0};
80674static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TypeImpl_t = {"_p_std__shared_ptrT_lldb_private__TypeImpl_t", "lldb::TypeImplSP *|std::shared_ptr< lldb_private::TypeImpl > *", 0, 0, (void*)0, 0};
80675static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TypeMemberFunctionImpl_t = {"_p_std__shared_ptrT_lldb_private__TypeMemberFunctionImpl_t", "std::shared_ptr< lldb_private::TypeMemberFunctionImpl > *|lldb::TypeMemberFunctionImplSP *", 0, 0, (void*)0, 0};
80676static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TypeNameSpecifierImpl_t = {"_p_std__shared_ptrT_lldb_private__TypeNameSpecifierImpl_t", "std::shared_ptr< lldb_private::TypeNameSpecifierImpl > *|lldb::TypeNameSpecifierImplSP *", 0, 0, (void*)0, 0};
80677static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TypeSummaryImpl_t = {"_p_std__shared_ptrT_lldb_private__TypeSummaryImpl_t", "lldb::TypeSummaryImplSP *|std::shared_ptr< lldb_private::TypeSummaryImpl > *", 0, 0, (void*)0, 0};
80678static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TypeSummaryOptions_t = {"_p_std__shared_ptrT_lldb_private__TypeSummaryOptions_t", "std::shared_ptr< lldb_private::TypeSummaryOptions > *|lldb::TypeSummaryOptionsSP *", 0, 0, (void*)0, 0};
80679static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TypeSystem_t = {"_p_std__shared_ptrT_lldb_private__TypeSystem_t", "std::shared_ptr< lldb_private::TypeSystem > *|lldb::TypeSystemSP *", 0, 0, (void*)0, 0};
80680static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__TypeValidatorImpl_t = {"_p_std__shared_ptrT_lldb_private__TypeValidatorImpl_t", "lldb::TypeValidatorImplSP *|std::shared_ptr< lldb_private::TypeValidatorImpl > *", 0, 0, (void*)0, 0};
80681static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Type_t = {"_p_std__shared_ptrT_lldb_private__Type_t", "lldb::TypeSP *|std::shared_ptr< lldb_private::Type > *", 0, 0, (void*)0, 0};
80682static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__UnixSignals_t = {"_p_std__shared_ptrT_lldb_private__UnixSignals_t", "lldb::UnixSignalsSP *|std::shared_ptr< lldb_private::UnixSignals > *", 0, 0, (void*)0, 0};
80683static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__UnwindAssembly_t = {"_p_std__shared_ptrT_lldb_private__UnwindAssembly_t", "std::shared_ptr< lldb_private::UnwindAssembly > *|lldb::UnwindAssemblySP *", 0, 0, (void*)0, 0};
80684static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__UnwindPlan_t = {"_p_std__shared_ptrT_lldb_private__UnwindPlan_t", "lldb::UnwindPlanSP *|std::shared_ptr< lldb_private::UnwindPlan > *", 0, 0, (void*)0, 0};
80685static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__UserExpression_t = {"_p_std__shared_ptrT_lldb_private__UserExpression_t", "lldb::UserExpressionSP *|std::shared_ptr< lldb_private::UserExpression > *", 0, 0, (void*)0, 0};
80686static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__UtilityFunction_t = {"_p_std__shared_ptrT_lldb_private__UtilityFunction_t", "lldb::UtilityFunctionSP *|std::shared_ptr< lldb_private::UtilityFunction > *", 0, 0, (void*)0, 0};
80687static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ValueList_t = {"_p_std__shared_ptrT_lldb_private__ValueList_t", "std::shared_ptr< lldb_private::ValueList > *|lldb::ValueListSP *", 0, 0, (void*)0, 0};
80688static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__ValueObjectList_t = {"_p_std__shared_ptrT_lldb_private__ValueObjectList_t", "std::shared_ptr< lldb_private::ValueObjectList > *|lldb::ValueObjectListSP *", 0, 0, (void*)0, 0};
80689static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Value_t = {"_p_std__shared_ptrT_lldb_private__Value_t", "std::shared_ptr< lldb_private::Value > *|lldb::ValueSP *", 0, 0, (void*)0, 0};
80690static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__VariableList_t = {"_p_std__shared_ptrT_lldb_private__VariableList_t", "std::shared_ptr< lldb_private::VariableList > *|lldb::VariableListSP *", 0, 0, (void*)0, 0};
80691static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Variable_t = {"_p_std__shared_ptrT_lldb_private__Variable_t", "lldb::VariableSP *|std::shared_ptr< lldb_private::Variable > *", 0, 0, (void*)0, 0};
80692static swig_type_info _swigt__p_std__shared_ptrT_lldb_private__Watchpoint_t = {"_p_std__shared_ptrT_lldb_private__Watchpoint_t", "lldb::WatchpointSP *|std::shared_ptr< lldb_private::Watchpoint > *", 0, 0, (void*)0, 0};
80693static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__ClangASTContext_t = {"_p_std__unique_ptrT_lldb_private__ClangASTContext_t", "lldb::ClangASTContextUP *|std::unique_ptr< lldb_private::ClangASTContext > *", 0, 0, (void*)0, 0};
80694static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__ClangModulesDeclVendor_t = {"_p_std__unique_ptrT_lldb_private__ClangModulesDeclVendor_t", "std::unique_ptr< lldb_private::ClangModulesDeclVendor > *|lldb::ClangModulesDeclVendorUP *", 0, 0, (void*)0, 0};
80695static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__ClangPersistentVariables_t = {"_p_std__unique_ptrT_lldb_private__ClangPersistentVariables_t", "std::unique_ptr< lldb_private::ClangPersistentVariables > *|lldb::ClangPersistentVariablesUP *", 0, 0, (void*)0, 0};
80696static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__DynamicCheckerFunctions_t = {"_p_std__unique_ptrT_lldb_private__DynamicCheckerFunctions_t", "lldb::DynamicCheckerFunctionsUP *|std::unique_ptr< lldb_private::DynamicCheckerFunctions > *", 0, 0, (void*)0, 0};
80697static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__DynamicLoader_t = {"_p_std__unique_ptrT_lldb_private__DynamicLoader_t", "lldb::DynamicLoaderUP *|std::unique_ptr< lldb_private::DynamicLoader > *", 0, 0, (void*)0, 0};
80698static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__GoASTContext_t = {"_p_std__unique_ptrT_lldb_private__GoASTContext_t", "lldb::GoASTContextUP *|std::unique_ptr< lldb_private::GoASTContext > *", 0, 0, (void*)0, 0};
80699static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__JITLoaderList_t = {"_p_std__unique_ptrT_lldb_private__JITLoaderList_t", "lldb::JITLoaderListUP *|std::unique_ptr< lldb_private::JITLoaderList > *", 0, 0, (void*)0, 0};
80700static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__MemoryRegionInfo_t = {"_p_std__unique_ptrT_lldb_private__MemoryRegionInfo_t", "std::unique_ptr< lldb_private::MemoryRegionInfo > *|lldb::MemoryRegionInfoUP *", 0, 0, (void*)0, 0};
80701static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__OperatingSystem_t = {"_p_std__unique_ptrT_lldb_private__OperatingSystem_t", "lldb::OperatingSystemUP *|std::unique_ptr< lldb_private::OperatingSystem > *", 0, 0, (void*)0, 0};
80702static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__ScriptInterpreter_t = {"_p_std__unique_ptrT_lldb_private__ScriptInterpreter_t", "std::unique_ptr< lldb_private::ScriptInterpreter > *|lldb::ScriptInterpreterUP *", 0, 0, (void*)0, 0};
80703static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__SectionList_t = {"_p_std__unique_ptrT_lldb_private__SectionList_t", "lldb::SectionListUP *|std::unique_ptr< lldb_private::SectionList > *", 0, 0, (void*)0, 0};
80704static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__SourceManager_t = {"_p_std__unique_ptrT_lldb_private__SourceManager_t", "std::unique_ptr< lldb_private::SourceManager > *|lldb::SourceManagerUP *", 0, 0, (void*)0, 0};
80705static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__StackFrame_t = {"_p_std__unique_ptrT_lldb_private__StackFrame_t", "std::unique_ptr< lldb_private::StackFrame > *|lldb::StackFrameUP *", 0, 0, (void*)0, 0};
80706static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__StructuredDataImpl_t = {"_p_std__unique_ptrT_lldb_private__StructuredDataImpl_t", "std::unique_ptr< lldb_private::StructuredDataImpl > *|lldb::StructuredDataImplUP *", 0, 0, (void*)0, 0};
80707static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__SymbolVendor_t = {"_p_std__unique_ptrT_lldb_private__SymbolVendor_t", "std::unique_ptr< lldb_private::SymbolVendor > *|lldb::SymbolVendorUP *", 0, 0, (void*)0, 0};
80708static swig_type_info _swigt__p_std__unique_ptrT_lldb_private__SystemRuntime_t = {"_p_std__unique_ptrT_lldb_private__SystemRuntime_t", "std::unique_ptr< lldb_private::SystemRuntime > *|lldb::SystemRuntimeUP *", 0, 0, (void*)0, 0};
80709static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__BreakpointLocation_t = {"_p_std__weak_ptrT_lldb_private__BreakpointLocation_t", "std::weak_ptr< lldb_private::BreakpointLocation > *|lldb::BreakpointLocationWP *", 0, 0, (void*)0, 0};
80710static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__BreakpointSite_t = {"_p_std__weak_ptrT_lldb_private__BreakpointSite_t", "std::weak_ptr< lldb_private::BreakpointSite > *|lldb::BreakpointSiteWP *", 0, 0, (void*)0, 0};
80711static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__Breakpoint_t = {"_p_std__weak_ptrT_lldb_private__Breakpoint_t", "std::weak_ptr< lldb_private::Breakpoint > *|lldb::BreakpointWP *", 0, 0, (void*)0, 0};
80712static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__BroadcasterManager_t = {"_p_std__weak_ptrT_lldb_private__BroadcasterManager_t", "std::weak_ptr< lldb_private::BroadcasterManager > *|lldb::BroadcasterManagerWP *", 0, 0, (void*)0, 0};
80713static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__Debugger_t = {"_p_std__weak_ptrT_lldb_private__Debugger_t", "std::weak_ptr< lldb_private::Debugger > *|lldb::DebuggerWP *", 0, 0, (void*)0, 0};
80714static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__Listener_t = {"_p_std__weak_ptrT_lldb_private__Listener_t", "std::weak_ptr< lldb_private::Listener > *|lldb::ListenerWP *", 0, 0, (void*)0, 0};
80715static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__Module_t = {"_p_std__weak_ptrT_lldb_private__Module_t", "std::weak_ptr< lldb_private::Module > *|lldb::ModuleWP *", 0, 0, (void*)0, 0};
80716static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__ObjectFileJITDelegate_t = {"_p_std__weak_ptrT_lldb_private__ObjectFileJITDelegate_t", "lldb::ObjectFileJITDelegateWP *|std::weak_ptr< lldb_private::ObjectFileJITDelegate > *", 0, 0, (void*)0, 0};
80717static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__ObjectFile_t = {"_p_std__weak_ptrT_lldb_private__ObjectFile_t", "std::weak_ptr< lldb_private::ObjectFile > *|lldb::ObjectFileWP *", 0, 0, (void*)0, 0};
80718static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__OptionValue_t = {"_p_std__weak_ptrT_lldb_private__OptionValue_t", "std::weak_ptr< lldb_private::OptionValue > *|lldb::OptionValueWP *", 0, 0, (void*)0, 0};
80719static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__Process_t = {"_p_std__weak_ptrT_lldb_private__Process_t", "std::weak_ptr< lldb_private::Process > *|lldb::ProcessWP *", 0, 0, (void*)0, 0};
80720static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__Queue_t = {"_p_std__weak_ptrT_lldb_private__Queue_t", "std::weak_ptr< lldb_private::Queue > *|lldb::QueueWP *", 0, 0, (void*)0, 0};
80721static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__Section_t = {"_p_std__weak_ptrT_lldb_private__Section_t", "std::weak_ptr< lldb_private::Section > *|lldb::SectionWP *", 0, 0, (void*)0, 0};
80722static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__StackFrame_t = {"_p_std__weak_ptrT_lldb_private__StackFrame_t", "std::weak_ptr< lldb_private::StackFrame > *|lldb::StackFrameWP *", 0, 0, (void*)0, 0};
80723static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__Stream_t = {"_p_std__weak_ptrT_lldb_private__Stream_t", "std::weak_ptr< lldb_private::Stream > *|lldb::StreamWP *", 0, 0, (void*)0, 0};
80724static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__StructuredDataPlugin_t = {"_p_std__weak_ptrT_lldb_private__StructuredDataPlugin_t", "lldb::StructuredDataPluginWP *|std::weak_ptr< lldb_private::StructuredDataPlugin > *", 0, 0, (void*)0, 0};
80725static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__SymbolFileType_t = {"_p_std__weak_ptrT_lldb_private__SymbolFileType_t", "std::weak_ptr< lldb_private::SymbolFileType > *|lldb::SymbolFileTypeWP *", 0, 0, (void*)0, 0};
80726static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__Target_t = {"_p_std__weak_ptrT_lldb_private__Target_t", "std::weak_ptr< lldb_private::Target > *|lldb::TargetWP *", 0, 0, (void*)0, 0};
80727static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__Thread_t = {"_p_std__weak_ptrT_lldb_private__Thread_t", "std::weak_ptr< lldb_private::Thread > *|lldb::ThreadWP *", 0, 0, (void*)0, 0};
80728static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__Type_t = {"_p_std__weak_ptrT_lldb_private__Type_t", "std::weak_ptr< lldb_private::Type > *|lldb::TypeWP *", 0, 0, (void*)0, 0};
80729static swig_type_info _swigt__p_std__weak_ptrT_lldb_private__UnixSignals_t = {"_p_std__weak_ptrT_lldb_private__UnixSignals_t", "std::weak_ptr< lldb_private::UnixSignals > *|lldb::UnixSignalsWP *", 0, 0, (void*)0, 0};
80730static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "unsigned char *|uint_least8_t *|uint_fast8_t *|uint8_t *", 0, 0, (void*)0, 0};
80731static swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "uintptr_t *|uint_least32_t *|uint_fast32_t *|uint32_t *|unsigned int *|uint_fast16_t *", 0, 0, (void*)0, 0};
80732static swig_type_info _swigt__p_unsigned_long_long = {"_p_unsigned_long_long", "uint_least64_t *|uint_fast64_t *|uint64_t *|lldb::process_t *|unsigned long long *|lldb::addr_t *|lldb::offset_t *|lldb::queue_id_t *|lldb::user_id_t *|lldb::pid_t *|uintmax_t *|lldb::tid_t *", 0, 0, (void*)0, 0};
80733static swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "unsigned short *|uint_least16_t *|uint16_t *", 0, 0, (void*)0, 0};
80734static swig_type_info _swigt__p_void = {"_p_void", "void *", 0, 0, (void*)0, 0};
80735
80736static swig_type_info *swig_type_initial[] = {
80737 &_swigt__p_FILE,
80738 &_swigt__p_bool,
80739 &_swigt__p_char,
80740 &_swigt__p_double,
80741 &_swigt__p_f_p_void__p_void,
80742 &_swigt__p_f_p_void_p_q_const__void_size_t__void,
80743 &_swigt__p_int,
80744 &_swigt__p_lldb__ConnectionStatus,
80745 &_swigt__p_lldb__FunctionNameType,
80746 &_swigt__p_lldb__SBAddress,
80747 &_swigt__p_lldb__SBAttachInfo,
80748 &_swigt__p_lldb__SBBlock,
80749 &_swigt__p_lldb__SBBreakpoint,
80750 &_swigt__p_lldb__SBBreakpointList,
80751 &_swigt__p_lldb__SBBreakpointLocation,
80752 &_swigt__p_lldb__SBBreakpointName,
80753 &_swigt__p_lldb__SBBroadcaster,
80754 &_swigt__p_lldb__SBCommandInterpreter,
80755 &_swigt__p_lldb__SBCommandInterpreterRunOptions,
80756 &_swigt__p_lldb__SBCommandReturnObject,
80757 &_swigt__p_lldb__SBCommunication,
80758 &_swigt__p_lldb__SBCompileUnit,
80759 &_swigt__p_lldb__SBData,
80760 &_swigt__p_lldb__SBDebugger,
80761 &_swigt__p_lldb__SBDeclaration,
80762 &_swigt__p_lldb__SBError,
80763 &_swigt__p_lldb__SBEvent,
80764 &_swigt__p_lldb__SBExecutionContext,
80765 &_swigt__p_lldb__SBExpressionOptions,
80766 &_swigt__p_lldb__SBFileSpec,
80767 &_swigt__p_lldb__SBFileSpecList,
80768 &_swigt__p_lldb__SBFrame,
80769 &_swigt__p_lldb__SBFunction,
80770 &_swigt__p_lldb__SBHostOS,
80771 &_swigt__p_lldb__SBInstruction,
80772 &_swigt__p_lldb__SBInstructionList,
80773 &_swigt__p_lldb__SBLanguageRuntime,
80774 &_swigt__p_lldb__SBLaunchInfo,
80775 &_swigt__p_lldb__SBLineEntry,
80776 &_swigt__p_lldb__SBListener,
80777 &_swigt__p_lldb__SBMemoryRegionInfo,
80778 &_swigt__p_lldb__SBMemoryRegionInfoList,
80779 &_swigt__p_lldb__SBModule,
80780 &_swigt__p_lldb__SBModuleSpec,
80781 &_swigt__p_lldb__SBModuleSpecList,
80782 &_swigt__p_lldb__SBPlatform,
80783 &_swigt__p_lldb__SBPlatformConnectOptions,
80784 &_swigt__p_lldb__SBPlatformShellCommand,
80785 &_swigt__p_lldb__SBProcess,
80786 &_swigt__p_lldb__SBProcessInfo,
80787 &_swigt__p_lldb__SBQueue,
80788 &_swigt__p_lldb__SBQueueItem,
80789 &_swigt__p_lldb__SBSection,
80790 &_swigt__p_lldb__SBSourceManager,
80791 &_swigt__p_lldb__SBStream,
80792 &_swigt__p_lldb__SBStringList,
80793 &_swigt__p_lldb__SBStructuredData,
80794 &_swigt__p_lldb__SBSymbol,
80795 &_swigt__p_lldb__SBSymbolContext,
80796 &_swigt__p_lldb__SBSymbolContextList,
80797 &_swigt__p_lldb__SBTarget,
80798 &_swigt__p_lldb__SBThread,
80799 &_swigt__p_lldb__SBThreadCollection,
80800 &_swigt__p_lldb__SBThreadPlan,
80801 &_swigt__p_lldb__SBTrace,
80802 &_swigt__p_lldb__SBTraceOptions,
80803 &_swigt__p_lldb__SBType,
80804 &_swigt__p_lldb__SBTypeCategory,
80805 &_swigt__p_lldb__SBTypeEnumMember,
80806 &_swigt__p_lldb__SBTypeEnumMemberList,
80807 &_swigt__p_lldb__SBTypeFilter,
80808 &_swigt__p_lldb__SBTypeFormat,
80809 &_swigt__p_lldb__SBTypeList,
80810 &_swigt__p_lldb__SBTypeMember,
80811 &_swigt__p_lldb__SBTypeMemberFunction,
80812 &_swigt__p_lldb__SBTypeNameSpecifier,
80813 &_swigt__p_lldb__SBTypeSummary,
80814 &_swigt__p_lldb__SBTypeSummaryOptions,
80815 &_swigt__p_lldb__SBTypeSynthetic,
80816 &_swigt__p_lldb__SBUnixSignals,
80817 &_swigt__p_lldb__SBValue,
80818 &_swigt__p_lldb__SBValueList,
80819 &_swigt__p_lldb__SBVariablesOptions,
80820 &_swigt__p_lldb__SBWatchpoint,
80821 &_swigt__p_lldb__SymbolContextItem,
80822 &_swigt__p_lldb__TypeClass,
80823 &_swigt__p_lldb_private__SharingPtrT_lldb_private__ValueObject_t,
80824 &_swigt__p_long_double,
80825 &_swigt__p_long_long,
80826 &_swigt__p_p_void,
80827 &_swigt__p_pthread_rwlock_t,
80828 &_swigt__p_pthread_t,
80829 &_swigt__p_short,
80830 &_swigt__p_signed_char,
80831 &_swigt__p_std__shared_ptrT_lldb_private__ABI_t,
80832 &_swigt__p_std__shared_ptrT_lldb_private__Baton_t,
80833 &_swigt__p_std__shared_ptrT_lldb_private__Block_t,
80834 &_swigt__p_std__shared_ptrT_lldb_private__BreakpointLocation_t,
80835 &_swigt__p_std__shared_ptrT_lldb_private__BreakpointResolver_t,
80836 &_swigt__p_std__shared_ptrT_lldb_private__BreakpointSite_t,
80837 &_swigt__p_std__shared_ptrT_lldb_private__Breakpoint_t,
80838 &_swigt__p_std__shared_ptrT_lldb_private__BroadcasterManager_t,
80839 &_swigt__p_std__shared_ptrT_lldb_private__Broadcaster_t,
80840 &_swigt__p_std__shared_ptrT_lldb_private__ClangASTImporter_t,
80841 &_swigt__p_std__shared_ptrT_lldb_private__CommandObject_t,
80842 &_swigt__p_std__shared_ptrT_lldb_private__Communication_t,
80843 &_swigt__p_std__shared_ptrT_lldb_private__CompileUnit_t,
80844 &_swigt__p_std__shared_ptrT_lldb_private__Connection_t,
80845 &_swigt__p_std__shared_ptrT_lldb_private__DataBuffer_t,
80846 &_swigt__p_std__shared_ptrT_lldb_private__DataExtractor_t,
80847 &_swigt__p_std__shared_ptrT_lldb_private__Debugger_t,
80848 &_swigt__p_std__shared_ptrT_lldb_private__Disassembler_t,
80849 &_swigt__p_std__shared_ptrT_lldb_private__DynamicLoader_t,
80850 &_swigt__p_std__shared_ptrT_lldb_private__EventDataStructuredData_t,
80851 &_swigt__p_std__shared_ptrT_lldb_private__EventData_t,
80852 &_swigt__p_std__shared_ptrT_lldb_private__Event_t,
80853 &_swigt__p_std__shared_ptrT_lldb_private__ExecutionContextRef_t,
80854 &_swigt__p_std__shared_ptrT_lldb_private__ExpressionVariable_t,
80855 &_swigt__p_std__shared_ptrT_lldb_private__File_t,
80856 &_swigt__p_std__shared_ptrT_lldb_private__FuncUnwinders_t,
80857 &_swigt__p_std__shared_ptrT_lldb_private__FunctionCaller_t,
80858 &_swigt__p_std__shared_ptrT_lldb_private__Function_t,
80859 &_swigt__p_std__shared_ptrT_lldb_private__IOHandler_t,
80860 &_swigt__p_std__shared_ptrT_lldb_private__IOObject_t,
80861 &_swigt__p_std__shared_ptrT_lldb_private__IRExecutionUnit_t,
80862 &_swigt__p_std__shared_ptrT_lldb_private__InlineFunctionInfo_t,
80863 &_swigt__p_std__shared_ptrT_lldb_private__Instruction_t,
80864 &_swigt__p_std__shared_ptrT_lldb_private__InstrumentationRuntime_t,
80865 &_swigt__p_std__shared_ptrT_lldb_private__JITLoader_t,
80866 &_swigt__p_std__shared_ptrT_lldb_private__LanguageRuntime_t,
80867 &_swigt__p_std__shared_ptrT_lldb_private__LineTable_t,
80868 &_swigt__p_std__shared_ptrT_lldb_private__Listener_t,
80869 &_swigt__p_std__shared_ptrT_lldb_private__MemoryHistory_t,
80870 &_swigt__p_std__shared_ptrT_lldb_private__MemoryRegionInfo_t,
80871 &_swigt__p_std__shared_ptrT_lldb_private__Module_t,
80872 &_swigt__p_std__shared_ptrT_lldb_private__ObjectFileJITDelegate_t,
80873 &_swigt__p_std__shared_ptrT_lldb_private__ObjectFile_t,
80874 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueArch_t,
80875 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueArgs_t,
80876 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueArray_t,
80877 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueBoolean_t,
80878 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueDictionary_t,
80879 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueFileSpecList_t,
80880 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueFileSpec_t,
80881 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueFormat_t,
80882 &_swigt__p_std__shared_ptrT_lldb_private__OptionValuePathMappings_t,
80883 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueProperties_t,
80884 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueRegex_t,
80885 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueSInt64_t,
80886 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueString_t,
80887 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueUInt64_t,
80888 &_swigt__p_std__shared_ptrT_lldb_private__OptionValueUUID_t,
80889 &_swigt__p_std__shared_ptrT_lldb_private__OptionValue_t,
80890 &_swigt__p_std__shared_ptrT_lldb_private__Platform_t,
80891 &_swigt__p_std__shared_ptrT_lldb_private__ProcessAttachInfo_t,
80892 &_swigt__p_std__shared_ptrT_lldb_private__ProcessLaunchInfo_t,
80893 &_swigt__p_std__shared_ptrT_lldb_private__Process_t,
80894 &_swigt__p_std__shared_ptrT_lldb_private__Property_t,
80895 &_swigt__p_std__shared_ptrT_lldb_private__QueueItem_t,
80896 &_swigt__p_std__shared_ptrT_lldb_private__Queue_t,
80897 &_swigt__p_std__shared_ptrT_lldb_private__REPL_t,
80898 &_swigt__p_std__shared_ptrT_lldb_private__RegisterCheckpoint_t,
80899 &_swigt__p_std__shared_ptrT_lldb_private__RegisterContext_t,
80900 &_swigt__p_std__shared_ptrT_lldb_private__RegularExpression_t,
80901 &_swigt__p_std__shared_ptrT_lldb_private__ScriptInterpreter_t,
80902 &_swigt__p_std__shared_ptrT_lldb_private__ScriptSummaryFormat_t,
80903 &_swigt__p_std__shared_ptrT_lldb_private__ScriptedSyntheticChildren_t,
80904 &_swigt__p_std__shared_ptrT_lldb_private__SearchFilter_t,
80905 &_swigt__p_std__shared_ptrT_lldb_private__SectionLoadList_t,
80906 &_swigt__p_std__shared_ptrT_lldb_private__Section_t,
80907 &_swigt__p_std__shared_ptrT_lldb_private__Settings_t,
80908 &_swigt__p_std__shared_ptrT_lldb_private__StackFrameList_t,
80909 &_swigt__p_std__shared_ptrT_lldb_private__StackFrame_t,
80910 &_swigt__p_std__shared_ptrT_lldb_private__StopInfo_t,
80911 &_swigt__p_std__shared_ptrT_lldb_private__StoppointLocation_t,
80912 &_swigt__p_std__shared_ptrT_lldb_private__StreamFile_t,
80913 &_swigt__p_std__shared_ptrT_lldb_private__Stream_t,
80914 &_swigt__p_std__shared_ptrT_lldb_private__StringSummaryFormat_t,
80915 &_swigt__p_std__shared_ptrT_lldb_private__StructuredDataPlugin_t,
80916 &_swigt__p_std__shared_ptrT_lldb_private__SymbolContextSpecifier_t,
80917 &_swigt__p_std__shared_ptrT_lldb_private__SymbolFileType_t,
80918 &_swigt__p_std__shared_ptrT_lldb_private__SymbolFile_t,
80919 &_swigt__p_std__shared_ptrT_lldb_private__SyntheticChildrenFrontEnd_t,
80920 &_swigt__p_std__shared_ptrT_lldb_private__SyntheticChildren_t,
80921 &_swigt__p_std__shared_ptrT_lldb_private__SystemRuntime_t,
80922 &_swigt__p_std__shared_ptrT_lldb_private__TargetProperties_t,
80923 &_swigt__p_std__shared_ptrT_lldb_private__Target_t,
80924 &_swigt__p_std__shared_ptrT_lldb_private__ThreadCollection_t,
80925 &_swigt__p_std__shared_ptrT_lldb_private__ThreadPlanTracer_t,
80926 &_swigt__p_std__shared_ptrT_lldb_private__ThreadPlan_t,
80927 &_swigt__p_std__shared_ptrT_lldb_private__Thread_t,
80928 &_swigt__p_std__shared_ptrT_lldb_private__TraceOptions_t,
80929 &_swigt__p_std__shared_ptrT_lldb_private__TypeCategoryImpl_t,
80930 &_swigt__p_std__shared_ptrT_lldb_private__TypeEnumMemberImpl_t,
80931 &_swigt__p_std__shared_ptrT_lldb_private__TypeFilterImpl_t,
80932 &_swigt__p_std__shared_ptrT_lldb_private__TypeFormatImpl_t,
80933 &_swigt__p_std__shared_ptrT_lldb_private__TypeImpl_t,
80934 &_swigt__p_std__shared_ptrT_lldb_private__TypeMemberFunctionImpl_t,
80935 &_swigt__p_std__shared_ptrT_lldb_private__TypeNameSpecifierImpl_t,
80936 &_swigt__p_std__shared_ptrT_lldb_private__TypeSummaryImpl_t,
80937 &_swigt__p_std__shared_ptrT_lldb_private__TypeSummaryOptions_t,
80938 &_swigt__p_std__shared_ptrT_lldb_private__TypeSystem_t,
80939 &_swigt__p_std__shared_ptrT_lldb_private__TypeValidatorImpl_t,
80940 &_swigt__p_std__shared_ptrT_lldb_private__Type_t,
80941 &_swigt__p_std__shared_ptrT_lldb_private__UnixSignals_t,
80942 &_swigt__p_std__shared_ptrT_lldb_private__UnwindAssembly_t,
80943 &_swigt__p_std__shared_ptrT_lldb_private__UnwindPlan_t,
80944 &_swigt__p_std__shared_ptrT_lldb_private__UserExpression_t,
80945 &_swigt__p_std__shared_ptrT_lldb_private__UtilityFunction_t,
80946 &_swigt__p_std__shared_ptrT_lldb_private__ValueList_t,
80947 &_swigt__p_std__shared_ptrT_lldb_private__ValueObjectList_t,
80948 &_swigt__p_std__shared_ptrT_lldb_private__Value_t,
80949 &_swigt__p_std__shared_ptrT_lldb_private__VariableList_t,
80950 &_swigt__p_std__shared_ptrT_lldb_private__Variable_t,
80951 &_swigt__p_std__shared_ptrT_lldb_private__Watchpoint_t,
80952 &_swigt__p_std__unique_ptrT_lldb_private__ClangASTContext_t,
80953 &_swigt__p_std__unique_ptrT_lldb_private__ClangModulesDeclVendor_t,
80954 &_swigt__p_std__unique_ptrT_lldb_private__ClangPersistentVariables_t,
80955 &_swigt__p_std__unique_ptrT_lldb_private__DynamicCheckerFunctions_t,
80956 &_swigt__p_std__unique_ptrT_lldb_private__DynamicLoader_t,
80957 &_swigt__p_std__unique_ptrT_lldb_private__GoASTContext_t,
80958 &_swigt__p_std__unique_ptrT_lldb_private__JITLoaderList_t,
80959 &_swigt__p_std__unique_ptrT_lldb_private__MemoryRegionInfo_t,
80960 &_swigt__p_std__unique_ptrT_lldb_private__OperatingSystem_t,
80961 &_swigt__p_std__unique_ptrT_lldb_private__ScriptInterpreter_t,
80962 &_swigt__p_std__unique_ptrT_lldb_private__SectionList_t,
80963 &_swigt__p_std__unique_ptrT_lldb_private__SourceManager_t,
80964 &_swigt__p_std__unique_ptrT_lldb_private__StackFrame_t,
80965 &_swigt__p_std__unique_ptrT_lldb_private__StructuredDataImpl_t,
80966 &_swigt__p_std__unique_ptrT_lldb_private__SymbolVendor_t,
80967 &_swigt__p_std__unique_ptrT_lldb_private__SystemRuntime_t,
80968 &_swigt__p_std__weak_ptrT_lldb_private__BreakpointLocation_t,
80969 &_swigt__p_std__weak_ptrT_lldb_private__BreakpointSite_t,
80970 &_swigt__p_std__weak_ptrT_lldb_private__Breakpoint_t,
80971 &_swigt__p_std__weak_ptrT_lldb_private__BroadcasterManager_t,
80972 &_swigt__p_std__weak_ptrT_lldb_private__Debugger_t,
80973 &_swigt__p_std__weak_ptrT_lldb_private__Listener_t,
80974 &_swigt__p_std__weak_ptrT_lldb_private__Module_t,
80975 &_swigt__p_std__weak_ptrT_lldb_private__ObjectFileJITDelegate_t,
80976 &_swigt__p_std__weak_ptrT_lldb_private__ObjectFile_t,
80977 &_swigt__p_std__weak_ptrT_lldb_private__OptionValue_t,
80978 &_swigt__p_std__weak_ptrT_lldb_private__Process_t,
80979 &_swigt__p_std__weak_ptrT_lldb_private__Queue_t,
80980 &_swigt__p_std__weak_ptrT_lldb_private__Section_t,
80981 &_swigt__p_std__weak_ptrT_lldb_private__StackFrame_t,
80982 &_swigt__p_std__weak_ptrT_lldb_private__Stream_t,
80983 &_swigt__p_std__weak_ptrT_lldb_private__StructuredDataPlugin_t,
80984 &_swigt__p_std__weak_ptrT_lldb_private__SymbolFileType_t,
80985 &_swigt__p_std__weak_ptrT_lldb_private__Target_t,
80986 &_swigt__p_std__weak_ptrT_lldb_private__Thread_t,
80987 &_swigt__p_std__weak_ptrT_lldb_private__Type_t,
80988 &_swigt__p_std__weak_ptrT_lldb_private__UnixSignals_t,
80989 &_swigt__p_unsigned_char,
80990 &_swigt__p_unsigned_int,
80991 &_swigt__p_unsigned_long_long,
80992 &_swigt__p_unsigned_short,
80993 &_swigt__p_void,
80994};
80995
80996static swig_cast_info _swigc__p_FILE[] = { {&_swigt__p_FILE, 0, 0, 0},{0, 0, 0, 0}};
80997static swig_cast_info _swigc__p_bool[] = { {&_swigt__p_bool, 0, 0, 0},{0, 0, 0, 0}};
80998static swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
80999static swig_cast_info _swigc__p_double[] = { {&_swigt__p_double, 0, 0, 0},{0, 0, 0, 0}};
81000static swig_cast_info _swigc__p_f_p_void__p_void[] = { {&_swigt__p_f_p_void__p_void, 0, 0, 0},{0, 0, 0, 0}};
81001static swig_cast_info _swigc__p_f_p_void_p_q_const__void_size_t__void[] = { {&_swigt__p_f_p_void_p_q_const__void_size_t__void, 0, 0, 0},{0, 0, 0, 0}};
81002static swig_cast_info _swigc__p_int[] = { {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}};
81003static swig_cast_info _swigc__p_lldb__ConnectionStatus[] = { {&_swigt__p_lldb__ConnectionStatus, 0, 0, 0},{0, 0, 0, 0}};
81004static swig_cast_info _swigc__p_lldb__FunctionNameType[] = { {&_swigt__p_lldb__FunctionNameType, 0, 0, 0},{0, 0, 0, 0}};
81005static swig_cast_info _swigc__p_lldb__SBAddress[] = { {&_swigt__p_lldb__SBAddress, 0, 0, 0},{0, 0, 0, 0}};
81006static swig_cast_info _swigc__p_lldb__SBAttachInfo[] = { {&_swigt__p_lldb__SBAttachInfo, 0, 0, 0},{0, 0, 0, 0}};
81007static swig_cast_info _swigc__p_lldb__SBBlock[] = { {&_swigt__p_lldb__SBBlock, 0, 0, 0},{0, 0, 0, 0}};
81008static swig_cast_info _swigc__p_lldb__SBBreakpoint[] = { {&_swigt__p_lldb__SBBreakpoint, 0, 0, 0},{0, 0, 0, 0}};
81009static swig_cast_info _swigc__p_lldb__SBBreakpointList[] = { {&_swigt__p_lldb__SBBreakpointList, 0, 0, 0},{0, 0, 0, 0}};
81010static swig_cast_info _swigc__p_lldb__SBBreakpointLocation[] = { {&_swigt__p_lldb__SBBreakpointLocation, 0, 0, 0},{0, 0, 0, 0}};
81011static swig_cast_info _swigc__p_lldb__SBBreakpointName[] = { {&_swigt__p_lldb__SBBreakpointName, 0, 0, 0},{0, 0, 0, 0}};
81012static swig_cast_info _swigc__p_lldb__SBBroadcaster[] = { {&_swigt__p_lldb__SBBroadcaster, 0, 0, 0},{0, 0, 0, 0}};
81013static swig_cast_info _swigc__p_lldb__SBCommandInterpreter[] = { {&_swigt__p_lldb__SBCommandInterpreter, 0, 0, 0},{0, 0, 0, 0}};
81014static swig_cast_info _swigc__p_lldb__SBCommandInterpreterRunOptions[] = { {&_swigt__p_lldb__SBCommandInterpreterRunOptions, 0, 0, 0},{0, 0, 0, 0}};
81015static swig_cast_info _swigc__p_lldb__SBCommandReturnObject[] = { {&_swigt__p_lldb__SBCommandReturnObject, 0, 0, 0},{0, 0, 0, 0}};
81016static swig_cast_info _swigc__p_lldb__SBCommunication[] = { {&_swigt__p_lldb__SBCommunication, 0, 0, 0},{0, 0, 0, 0}};
81017static swig_cast_info _swigc__p_lldb__SBCompileUnit[] = { {&_swigt__p_lldb__SBCompileUnit, 0, 0, 0},{0, 0, 0, 0}};
81018static swig_cast_info _swigc__p_lldb__SBData[] = { {&_swigt__p_lldb__SBData, 0, 0, 0},{0, 0, 0, 0}};
81019static swig_cast_info _swigc__p_lldb__SBDebugger[] = { {&_swigt__p_lldb__SBDebugger, 0, 0, 0},{0, 0, 0, 0}};
81020static swig_cast_info _swigc__p_lldb__SBDeclaration[] = { {&_swigt__p_lldb__SBDeclaration, 0, 0, 0},{0, 0, 0, 0}};
81021static swig_cast_info _swigc__p_lldb__SBError[] = { {&_swigt__p_lldb__SBError, 0, 0, 0},{0, 0, 0, 0}};
81022static swig_cast_info _swigc__p_lldb__SBEvent[] = { {&_swigt__p_lldb__SBEvent, 0, 0, 0},{0, 0, 0, 0}};
81023static swig_cast_info _swigc__p_lldb__SBExecutionContext[] = { {&_swigt__p_lldb__SBExecutionContext, 0, 0, 0},{0, 0, 0, 0}};
81024static swig_cast_info _swigc__p_lldb__SBExpressionOptions[] = { {&_swigt__p_lldb__SBExpressionOptions, 0, 0, 0},{0, 0, 0, 0}};
81025static swig_cast_info _swigc__p_lldb__SBFileSpec[] = { {&_swigt__p_lldb__SBFileSpec, 0, 0, 0},{0, 0, 0, 0}};
81026static swig_cast_info _swigc__p_lldb__SBFileSpecList[] = { {&_swigt__p_lldb__SBFileSpecList, 0, 0, 0},{0, 0, 0, 0}};
81027static swig_cast_info _swigc__p_lldb__SBFrame[] = { {&_swigt__p_lldb__SBFrame, 0, 0, 0},{0, 0, 0, 0}};
81028static swig_cast_info _swigc__p_lldb__SBFunction[] = { {&_swigt__p_lldb__SBFunction, 0, 0, 0},{0, 0, 0, 0}};
81029static swig_cast_info _swigc__p_lldb__SBHostOS[] = { {&_swigt__p_lldb__SBHostOS, 0, 0, 0},{0, 0, 0, 0}};
81030static swig_cast_info _swigc__p_lldb__SBInstruction[] = { {&_swigt__p_lldb__SBInstruction, 0, 0, 0},{0, 0, 0, 0}};
81031static swig_cast_info _swigc__p_lldb__SBInstructionList[] = { {&_swigt__p_lldb__SBInstructionList, 0, 0, 0},{0, 0, 0, 0}};
81032static swig_cast_info _swigc__p_lldb__SBLanguageRuntime[] = { {&_swigt__p_lldb__SBLanguageRuntime, 0, 0, 0},{0, 0, 0, 0}};
81033static swig_cast_info _swigc__p_lldb__SBLaunchInfo[] = { {&_swigt__p_lldb__SBLaunchInfo, 0, 0, 0},{0, 0, 0, 0}};
81034static swig_cast_info _swigc__p_lldb__SBLineEntry[] = { {&_swigt__p_lldb__SBLineEntry, 0, 0, 0},{0, 0, 0, 0}};
81035static swig_cast_info _swigc__p_lldb__SBListener[] = { {&_swigt__p_lldb__SBListener, 0, 0, 0},{0, 0, 0, 0}};
81036static swig_cast_info _swigc__p_lldb__SBMemoryRegionInfo[] = { {&_swigt__p_lldb__SBMemoryRegionInfo, 0, 0, 0},{0, 0, 0, 0}};
81037static swig_cast_info _swigc__p_lldb__SBMemoryRegionInfoList[] = { {&_swigt__p_lldb__SBMemoryRegionInfoList, 0, 0, 0},{0, 0, 0, 0}};
81038static swig_cast_info _swigc__p_lldb__SBModule[] = { {&_swigt__p_lldb__SBModule, 0, 0, 0},{0, 0, 0, 0}};
81039static swig_cast_info _swigc__p_lldb__SBModuleSpec[] = { {&_swigt__p_lldb__SBModuleSpec, 0, 0, 0},{0, 0, 0, 0}};
81040static swig_cast_info _swigc__p_lldb__SBModuleSpecList[] = { {&_swigt__p_lldb__SBModuleSpecList, 0, 0, 0},{0, 0, 0, 0}};
81041static swig_cast_info _swigc__p_lldb__SBPlatform[] = { {&_swigt__p_lldb__SBPlatform, 0, 0, 0},{0, 0, 0, 0}};
81042static swig_cast_info _swigc__p_lldb__SBPlatformConnectOptions[] = { {&_swigt__p_lldb__SBPlatformConnectOptions, 0, 0, 0},{0, 0, 0, 0}};
81043static swig_cast_info _swigc__p_lldb__SBPlatformShellCommand[] = { {&_swigt__p_lldb__SBPlatformShellCommand, 0, 0, 0},{0, 0, 0, 0}};
81044static swig_cast_info _swigc__p_lldb__SBProcess[] = { {&_swigt__p_lldb__SBProcess, 0, 0, 0},{0, 0, 0, 0}};
81045static swig_cast_info _swigc__p_lldb__SBProcessInfo[] = { {&_swigt__p_lldb__SBProcessInfo, 0, 0, 0},{0, 0, 0, 0}};
81046static swig_cast_info _swigc__p_lldb__SBQueue[] = { {&_swigt__p_lldb__SBQueue, 0, 0, 0},{0, 0, 0, 0}};
81047static swig_cast_info _swigc__p_lldb__SBQueueItem[] = { {&_swigt__p_lldb__SBQueueItem, 0, 0, 0},{0, 0, 0, 0}};
81048static swig_cast_info _swigc__p_lldb__SBSection[] = { {&_swigt__p_lldb__SBSection, 0, 0, 0},{0, 0, 0, 0}};
81049static swig_cast_info _swigc__p_lldb__SBSourceManager[] = { {&_swigt__p_lldb__SBSourceManager, 0, 0, 0},{0, 0, 0, 0}};
81050static swig_cast_info _swigc__p_lldb__SBStream[] = { {&_swigt__p_lldb__SBStream, 0, 0, 0},{0, 0, 0, 0}};
81051static swig_cast_info _swigc__p_lldb__SBStringList[] = { {&_swigt__p_lldb__SBStringList, 0, 0, 0},{0, 0, 0, 0}};
81052static swig_cast_info _swigc__p_lldb__SBStructuredData[] = { {&_swigt__p_lldb__SBStructuredData, 0, 0, 0},{0, 0, 0, 0}};
81053static swig_cast_info _swigc__p_lldb__SBSymbol[] = { {&_swigt__p_lldb__SBSymbol, 0, 0, 0},{0, 0, 0, 0}};
81054static swig_cast_info _swigc__p_lldb__SBSymbolContext[] = { {&_swigt__p_lldb__SBSymbolContext, 0, 0, 0},{0, 0, 0, 0}};
81055static swig_cast_info _swigc__p_lldb__SBSymbolContextList[] = { {&_swigt__p_lldb__SBSymbolContextList, 0, 0, 0},{0, 0, 0, 0}};
81056static swig_cast_info _swigc__p_lldb__SBTarget[] = { {&_swigt__p_lldb__SBTarget, 0, 0, 0},{0, 0, 0, 0}};
81057static swig_cast_info _swigc__p_lldb__SBThread[] = { {&_swigt__p_lldb__SBThread, 0, 0, 0},{0, 0, 0, 0}};
81058static swig_cast_info _swigc__p_lldb__SBThreadCollection[] = { {&_swigt__p_lldb__SBThreadCollection, 0, 0, 0},{0, 0, 0, 0}};
81059static swig_cast_info _swigc__p_lldb__SBThreadPlan[] = { {&_swigt__p_lldb__SBThreadPlan, 0, 0, 0},{0, 0, 0, 0}};
81060static swig_cast_info _swigc__p_lldb__SBTrace[] = { {&_swigt__p_lldb__SBTrace, 0, 0, 0},{0, 0, 0, 0}};
81061static swig_cast_info _swigc__p_lldb__SBTraceOptions[] = { {&_swigt__p_lldb__SBTraceOptions, 0, 0, 0},{0, 0, 0, 0}};
81062static swig_cast_info _swigc__p_lldb__SBType[] = { {&_swigt__p_lldb__SBType, 0, 0, 0},{0, 0, 0, 0}};
81063static swig_cast_info _swigc__p_lldb__SBTypeCategory[] = { {&_swigt__p_lldb__SBTypeCategory, 0, 0, 0},{0, 0, 0, 0}};
81064static swig_cast_info _swigc__p_lldb__SBTypeEnumMember[] = { {&_swigt__p_lldb__SBTypeEnumMember, 0, 0, 0},{0, 0, 0, 0}};
81065static swig_cast_info _swigc__p_lldb__SBTypeEnumMemberList[] = { {&_swigt__p_lldb__SBTypeEnumMemberList, 0, 0, 0},{0, 0, 0, 0}};
81066static swig_cast_info _swigc__p_lldb__SBTypeFilter[] = { {&_swigt__p_lldb__SBTypeFilter, 0, 0, 0},{0, 0, 0, 0}};
81067static swig_cast_info _swigc__p_lldb__SBTypeFormat[] = { {&_swigt__p_lldb__SBTypeFormat, 0, 0, 0},{0, 0, 0, 0}};
81068static swig_cast_info _swigc__p_lldb__SBTypeList[] = { {&_swigt__p_lldb__SBTypeList, 0, 0, 0},{0, 0, 0, 0}};
81069static swig_cast_info _swigc__p_lldb__SBTypeMember[] = { {&_swigt__p_lldb__SBTypeMember, 0, 0, 0},{0, 0, 0, 0}};
81070static swig_cast_info _swigc__p_lldb__SBTypeMemberFunction[] = { {&_swigt__p_lldb__SBTypeMemberFunction, 0, 0, 0},{0, 0, 0, 0}};
81071static swig_cast_info _swigc__p_lldb__SBTypeNameSpecifier[] = { {&_swigt__p_lldb__SBTypeNameSpecifier, 0, 0, 0},{0, 0, 0, 0}};
81072static swig_cast_info _swigc__p_lldb__SBTypeSummary[] = { {&_swigt__p_lldb__SBTypeSummary, 0, 0, 0},{0, 0, 0, 0}};
81073static swig_cast_info _swigc__p_lldb__SBTypeSummaryOptions[] = { {&_swigt__p_lldb__SBTypeSummaryOptions, 0, 0, 0},{0, 0, 0, 0}};
81074static swig_cast_info _swigc__p_lldb__SBTypeSynthetic[] = { {&_swigt__p_lldb__SBTypeSynthetic, 0, 0, 0},{0, 0, 0, 0}};
81075static swig_cast_info _swigc__p_lldb__SBUnixSignals[] = { {&_swigt__p_lldb__SBUnixSignals, 0, 0, 0},{0, 0, 0, 0}};
81076static swig_cast_info _swigc__p_lldb__SBValue[] = { {&_swigt__p_lldb__SBValue, 0, 0, 0},{0, 0, 0, 0}};
81077static swig_cast_info _swigc__p_lldb__SBValueList[] = { {&_swigt__p_lldb__SBValueList, 0, 0, 0},{0, 0, 0, 0}};
81078static swig_cast_info _swigc__p_lldb__SBVariablesOptions[] = { {&_swigt__p_lldb__SBVariablesOptions, 0, 0, 0},{0, 0, 0, 0}};
81079static swig_cast_info _swigc__p_lldb__SBWatchpoint[] = { {&_swigt__p_lldb__SBWatchpoint, 0, 0, 0},{0, 0, 0, 0}};
81080static swig_cast_info _swigc__p_lldb__SymbolContextItem[] = { {&_swigt__p_lldb__SymbolContextItem, 0, 0, 0},{0, 0, 0, 0}};
81081static swig_cast_info _swigc__p_lldb__TypeClass[] = { {&_swigt__p_lldb__TypeClass, 0, 0, 0},{0, 0, 0, 0}};
81082static swig_cast_info _swigc__p_lldb_private__SharingPtrT_lldb_private__ValueObject_t[] = { {&_swigt__p_lldb_private__SharingPtrT_lldb_private__ValueObject_t, 0, 0, 0},{0, 0, 0, 0}};
81083static swig_cast_info _swigc__p_long_double[] = { {&_swigt__p_long_double, 0, 0, 0},{0, 0, 0, 0}};
81084static swig_cast_info _swigc__p_long_long[] = { {&_swigt__p_long_long, 0, 0, 0},{0, 0, 0, 0}};
81085static swig_cast_info _swigc__p_p_void[] = { {&_swigt__p_p_void, 0, 0, 0},{0, 0, 0, 0}};
81086static swig_cast_info _swigc__p_pthread_rwlock_t[] = { {&_swigt__p_pthread_rwlock_t, 0, 0, 0},{0, 0, 0, 0}};
81087static swig_cast_info _swigc__p_pthread_t[] = { {&_swigt__p_pthread_t, 0, 0, 0},{0, 0, 0, 0}};
81088static swig_cast_info _swigc__p_short[] = { {&_swigt__p_short, 0, 0, 0},{0, 0, 0, 0}};
81089static swig_cast_info _swigc__p_signed_char[] = { {&_swigt__p_signed_char, 0, 0, 0},{0, 0, 0, 0}};
81090static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ABI_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ABI_t, 0, 0, 0},{0, 0, 0, 0}};
81091static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Baton_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Baton_t, 0, 0, 0},{0, 0, 0, 0}};
81092static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Block_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Block_t, 0, 0, 0},{0, 0, 0, 0}};
81093static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__BreakpointLocation_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__BreakpointLocation_t, 0, 0, 0},{0, 0, 0, 0}};
81094static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__BreakpointResolver_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__BreakpointResolver_t, 0, 0, 0},{0, 0, 0, 0}};
81095static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__BreakpointSite_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__BreakpointSite_t, 0, 0, 0},{0, 0, 0, 0}};
81096static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Breakpoint_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Breakpoint_t, 0, 0, 0},{0, 0, 0, 0}};
81097static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__BroadcasterManager_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__BroadcasterManager_t, 0, 0, 0},{0, 0, 0, 0}};
81098static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Broadcaster_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Broadcaster_t, 0, 0, 0},{0, 0, 0, 0}};
81099static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ClangASTImporter_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ClangASTImporter_t, 0, 0, 0},{0, 0, 0, 0}};
81100static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__CommandObject_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__CommandObject_t, 0, 0, 0},{0, 0, 0, 0}};
81101static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Communication_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Communication_t, 0, 0, 0},{0, 0, 0, 0}};
81102static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__CompileUnit_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__CompileUnit_t, 0, 0, 0},{0, 0, 0, 0}};
81103static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Connection_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Connection_t, 0, 0, 0},{0, 0, 0, 0}};
81104static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__DataBuffer_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__DataBuffer_t, 0, 0, 0},{0, 0, 0, 0}};
81105static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__DataExtractor_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__DataExtractor_t, 0, 0, 0},{0, 0, 0, 0}};
81106static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Debugger_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Debugger_t, 0, 0, 0},{0, 0, 0, 0}};
81107static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Disassembler_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Disassembler_t, 0, 0, 0},{0, 0, 0, 0}};
81108static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__DynamicLoader_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__DynamicLoader_t, 0, 0, 0},{0, 0, 0, 0}};
81109static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__EventDataStructuredData_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__EventDataStructuredData_t, 0, 0, 0},{0, 0, 0, 0}};
81110static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__EventData_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__EventData_t, 0, 0, 0},{0, 0, 0, 0}};
81111static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Event_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Event_t, 0, 0, 0},{0, 0, 0, 0}};
81112static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ExecutionContextRef_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ExecutionContextRef_t, 0, 0, 0},{0, 0, 0, 0}};
81113static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ExpressionVariable_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ExpressionVariable_t, 0, 0, 0},{0, 0, 0, 0}};
81114static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__File_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__File_t, 0, 0, 0},{0, 0, 0, 0}};
81115static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__FuncUnwinders_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__FuncUnwinders_t, 0, 0, 0},{0, 0, 0, 0}};
81116static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__FunctionCaller_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__FunctionCaller_t, 0, 0, 0},{0, 0, 0, 0}};
81117static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Function_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Function_t, 0, 0, 0},{0, 0, 0, 0}};
81118static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__IOHandler_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__IOHandler_t, 0, 0, 0},{0, 0, 0, 0}};
81119static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__IOObject_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__IOObject_t, 0, 0, 0},{0, 0, 0, 0}};
81120static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__IRExecutionUnit_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__IRExecutionUnit_t, 0, 0, 0},{0, 0, 0, 0}};
81121static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__InlineFunctionInfo_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__InlineFunctionInfo_t, 0, 0, 0},{0, 0, 0, 0}};
81122static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Instruction_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Instruction_t, 0, 0, 0},{0, 0, 0, 0}};
81123static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__InstrumentationRuntime_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__InstrumentationRuntime_t, 0, 0, 0},{0, 0, 0, 0}};
81124static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__JITLoader_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__JITLoader_t, 0, 0, 0},{0, 0, 0, 0}};
81125static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__LanguageRuntime_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__LanguageRuntime_t, 0, 0, 0},{0, 0, 0, 0}};
81126static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__LineTable_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__LineTable_t, 0, 0, 0},{0, 0, 0, 0}};
81127static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Listener_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Listener_t, 0, 0, 0},{0, 0, 0, 0}};
81128static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__MemoryHistory_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__MemoryHistory_t, 0, 0, 0},{0, 0, 0, 0}};
81129static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__MemoryRegionInfo_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__MemoryRegionInfo_t, 0, 0, 0},{0, 0, 0, 0}};
81130static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Module_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Module_t, 0, 0, 0},{0, 0, 0, 0}};
81131static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ObjectFileJITDelegate_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ObjectFileJITDelegate_t, 0, 0, 0},{0, 0, 0, 0}};
81132static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ObjectFile_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ObjectFile_t, 0, 0, 0},{0, 0, 0, 0}};
81133static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueArch_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueArch_t, 0, 0, 0},{0, 0, 0, 0}};
81134static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueArgs_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueArgs_t, 0, 0, 0},{0, 0, 0, 0}};
81135static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueArray_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueArray_t, 0, 0, 0},{0, 0, 0, 0}};
81136static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueBoolean_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueBoolean_t, 0, 0, 0},{0, 0, 0, 0}};
81137static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueDictionary_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueDictionary_t, 0, 0, 0},{0, 0, 0, 0}};
81138static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueFileSpecList_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueFileSpecList_t, 0, 0, 0},{0, 0, 0, 0}};
81139static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueFileSpec_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueFileSpec_t, 0, 0, 0},{0, 0, 0, 0}};
81140static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueFormat_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueFormat_t, 0, 0, 0},{0, 0, 0, 0}};
81141static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValuePathMappings_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValuePathMappings_t, 0, 0, 0},{0, 0, 0, 0}};
81142static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueProperties_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueProperties_t, 0, 0, 0},{0, 0, 0, 0}};
81143static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueRegex_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueRegex_t, 0, 0, 0},{0, 0, 0, 0}};
81144static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueSInt64_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueSInt64_t, 0, 0, 0},{0, 0, 0, 0}};
81145static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueString_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueString_t, 0, 0, 0},{0, 0, 0, 0}};
81146static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueUInt64_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueUInt64_t, 0, 0, 0},{0, 0, 0, 0}};
81147static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValueUUID_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValueUUID_t, 0, 0, 0},{0, 0, 0, 0}};
81148static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__OptionValue_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__OptionValue_t, 0, 0, 0},{0, 0, 0, 0}};
81149static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Platform_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Platform_t, 0, 0, 0},{0, 0, 0, 0}};
81150static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ProcessAttachInfo_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ProcessAttachInfo_t, 0, 0, 0},{0, 0, 0, 0}};
81151static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ProcessLaunchInfo_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ProcessLaunchInfo_t, 0, 0, 0},{0, 0, 0, 0}};
81152static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Process_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Process_t, 0, 0, 0},{0, 0, 0, 0}};
81153static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Property_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Property_t, 0, 0, 0},{0, 0, 0, 0}};
81154static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__QueueItem_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__QueueItem_t, 0, 0, 0},{0, 0, 0, 0}};
81155static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Queue_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Queue_t, 0, 0, 0},{0, 0, 0, 0}};
81156static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__REPL_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__REPL_t, 0, 0, 0},{0, 0, 0, 0}};
81157static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__RegisterCheckpoint_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__RegisterCheckpoint_t, 0, 0, 0},{0, 0, 0, 0}};
81158static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__RegisterContext_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__RegisterContext_t, 0, 0, 0},{0, 0, 0, 0}};
81159static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__RegularExpression_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__RegularExpression_t, 0, 0, 0},{0, 0, 0, 0}};
81160static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ScriptInterpreter_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ScriptInterpreter_t, 0, 0, 0},{0, 0, 0, 0}};
81161static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ScriptSummaryFormat_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ScriptSummaryFormat_t, 0, 0, 0},{0, 0, 0, 0}};
81162static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ScriptedSyntheticChildren_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ScriptedSyntheticChildren_t, 0, 0, 0},{0, 0, 0, 0}};
81163static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__SearchFilter_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__SearchFilter_t, 0, 0, 0},{0, 0, 0, 0}};
81164static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__SectionLoadList_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__SectionLoadList_t, 0, 0, 0},{0, 0, 0, 0}};
81165static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Section_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Section_t, 0, 0, 0},{0, 0, 0, 0}};
81166static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Settings_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Settings_t, 0, 0, 0},{0, 0, 0, 0}};
81167static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__StackFrameList_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__StackFrameList_t, 0, 0, 0},{0, 0, 0, 0}};
81168static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__StackFrame_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__StackFrame_t, 0, 0, 0},{0, 0, 0, 0}};
81169static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__StopInfo_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__StopInfo_t, 0, 0, 0},{0, 0, 0, 0}};
81170static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__StoppointLocation_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__StoppointLocation_t, 0, 0, 0},{0, 0, 0, 0}};
81171static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__StreamFile_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__StreamFile_t, 0, 0, 0},{0, 0, 0, 0}};
81172static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Stream_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Stream_t, 0, 0, 0},{0, 0, 0, 0}};
81173static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__StringSummaryFormat_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__StringSummaryFormat_t, 0, 0, 0},{0, 0, 0, 0}};
81174static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__StructuredDataPlugin_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__StructuredDataPlugin_t, 0, 0, 0},{0, 0, 0, 0}};
81175static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__SymbolContextSpecifier_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__SymbolContextSpecifier_t, 0, 0, 0},{0, 0, 0, 0}};
81176static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__SymbolFileType_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__SymbolFileType_t, 0, 0, 0},{0, 0, 0, 0}};
81177static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__SymbolFile_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__SymbolFile_t, 0, 0, 0},{0, 0, 0, 0}};
81178static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__SyntheticChildrenFrontEnd_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__SyntheticChildrenFrontEnd_t, 0, 0, 0},{0, 0, 0, 0}};
81179static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__SyntheticChildren_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__SyntheticChildren_t, 0, 0, 0},{0, 0, 0, 0}};
81180static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__SystemRuntime_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__SystemRuntime_t, 0, 0, 0},{0, 0, 0, 0}};
81181static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TargetProperties_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TargetProperties_t, 0, 0, 0},{0, 0, 0, 0}};
81182static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Target_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Target_t, 0, 0, 0},{0, 0, 0, 0}};
81183static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ThreadCollection_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ThreadCollection_t, 0, 0, 0},{0, 0, 0, 0}};
81184static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ThreadPlanTracer_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ThreadPlanTracer_t, 0, 0, 0},{0, 0, 0, 0}};
81185static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ThreadPlan_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ThreadPlan_t, 0, 0, 0},{0, 0, 0, 0}};
81186static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Thread_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Thread_t, 0, 0, 0},{0, 0, 0, 0}};
81187static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TraceOptions_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TraceOptions_t, 0, 0, 0},{0, 0, 0, 0}};
81188static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TypeCategoryImpl_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TypeCategoryImpl_t, 0, 0, 0},{0, 0, 0, 0}};
81189static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TypeEnumMemberImpl_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TypeEnumMemberImpl_t, 0, 0, 0},{0, 0, 0, 0}};
81190static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TypeFilterImpl_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TypeFilterImpl_t, 0, 0, 0},{0, 0, 0, 0}};
81191static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TypeFormatImpl_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TypeFormatImpl_t, 0, 0, 0},{0, 0, 0, 0}};
81192static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TypeImpl_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TypeImpl_t, 0, 0, 0},{0, 0, 0, 0}};
81193static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TypeMemberFunctionImpl_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TypeMemberFunctionImpl_t, 0, 0, 0},{0, 0, 0, 0}};
81194static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TypeNameSpecifierImpl_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TypeNameSpecifierImpl_t, 0, 0, 0},{0, 0, 0, 0}};
81195static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TypeSummaryImpl_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TypeSummaryImpl_t, 0, 0, 0},{0, 0, 0, 0}};
81196static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TypeSummaryOptions_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TypeSummaryOptions_t, 0, 0, 0},{0, 0, 0, 0}};
81197static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TypeSystem_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TypeSystem_t, 0, 0, 0},{0, 0, 0, 0}};
81198static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__TypeValidatorImpl_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__TypeValidatorImpl_t, 0, 0, 0},{0, 0, 0, 0}};
81199static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Type_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Type_t, 0, 0, 0},{0, 0, 0, 0}};
81200static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__UnixSignals_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__UnixSignals_t, 0, 0, 0},{0, 0, 0, 0}};
81201static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__UnwindAssembly_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__UnwindAssembly_t, 0, 0, 0},{0, 0, 0, 0}};
81202static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__UnwindPlan_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__UnwindPlan_t, 0, 0, 0},{0, 0, 0, 0}};
81203static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__UserExpression_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__UserExpression_t, 0, 0, 0},{0, 0, 0, 0}};
81204static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__UtilityFunction_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__UtilityFunction_t, 0, 0, 0},{0, 0, 0, 0}};
81205static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ValueList_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ValueList_t, 0, 0, 0},{0, 0, 0, 0}};
81206static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__ValueObjectList_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__ValueObjectList_t, 0, 0, 0},{0, 0, 0, 0}};
81207static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Value_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Value_t, 0, 0, 0},{0, 0, 0, 0}};
81208static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__VariableList_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__VariableList_t, 0, 0, 0},{0, 0, 0, 0}};
81209static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Variable_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Variable_t, 0, 0, 0},{0, 0, 0, 0}};
81210static swig_cast_info _swigc__p_std__shared_ptrT_lldb_private__Watchpoint_t[] = { {&_swigt__p_std__shared_ptrT_lldb_private__Watchpoint_t, 0, 0, 0},{0, 0, 0, 0}};
81211static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__ClangASTContext_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__ClangASTContext_t, 0, 0, 0},{0, 0, 0, 0}};
81212static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__ClangModulesDeclVendor_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__ClangModulesDeclVendor_t, 0, 0, 0},{0, 0, 0, 0}};
81213static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__ClangPersistentVariables_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__ClangPersistentVariables_t, 0, 0, 0},{0, 0, 0, 0}};
81214static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__DynamicCheckerFunctions_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__DynamicCheckerFunctions_t, 0, 0, 0},{0, 0, 0, 0}};
81215static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__DynamicLoader_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__DynamicLoader_t, 0, 0, 0},{0, 0, 0, 0}};
81216static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__GoASTContext_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__GoASTContext_t, 0, 0, 0},{0, 0, 0, 0}};
81217static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__JITLoaderList_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__JITLoaderList_t, 0, 0, 0},{0, 0, 0, 0}};
81218static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__MemoryRegionInfo_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__MemoryRegionInfo_t, 0, 0, 0},{0, 0, 0, 0}};
81219static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__OperatingSystem_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__OperatingSystem_t, 0, 0, 0},{0, 0, 0, 0}};
81220static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__ScriptInterpreter_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__ScriptInterpreter_t, 0, 0, 0},{0, 0, 0, 0}};
81221static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__SectionList_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__SectionList_t, 0, 0, 0},{0, 0, 0, 0}};
81222static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__SourceManager_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__SourceManager_t, 0, 0, 0},{0, 0, 0, 0}};
81223static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__StackFrame_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__StackFrame_t, 0, 0, 0},{0, 0, 0, 0}};
81224static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__StructuredDataImpl_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__StructuredDataImpl_t, 0, 0, 0},{0, 0, 0, 0}};
81225static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__SymbolVendor_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__SymbolVendor_t, 0, 0, 0},{0, 0, 0, 0}};
81226static swig_cast_info _swigc__p_std__unique_ptrT_lldb_private__SystemRuntime_t[] = { {&_swigt__p_std__unique_ptrT_lldb_private__SystemRuntime_t, 0, 0, 0},{0, 0, 0, 0}};
81227static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__BreakpointLocation_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__BreakpointLocation_t, 0, 0, 0},{0, 0, 0, 0}};
81228static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__BreakpointSite_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__BreakpointSite_t, 0, 0, 0},{0, 0, 0, 0}};
81229static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__Breakpoint_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__Breakpoint_t, 0, 0, 0},{0, 0, 0, 0}};
81230static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__BroadcasterManager_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__BroadcasterManager_t, 0, 0, 0},{0, 0, 0, 0}};
81231static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__Debugger_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__Debugger_t, 0, 0, 0},{0, 0, 0, 0}};
81232static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__Listener_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__Listener_t, 0, 0, 0},{0, 0, 0, 0}};
81233static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__Module_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__Module_t, 0, 0, 0},{0, 0, 0, 0}};
81234static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__ObjectFileJITDelegate_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__ObjectFileJITDelegate_t, 0, 0, 0},{0, 0, 0, 0}};
81235static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__ObjectFile_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__ObjectFile_t, 0, 0, 0},{0, 0, 0, 0}};
81236static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__OptionValue_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__OptionValue_t, 0, 0, 0},{0, 0, 0, 0}};
81237static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__Process_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__Process_t, 0, 0, 0},{0, 0, 0, 0}};
81238static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__Queue_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__Queue_t, 0, 0, 0},{0, 0, 0, 0}};
81239static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__Section_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__Section_t, 0, 0, 0},{0, 0, 0, 0}};
81240static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__StackFrame_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__StackFrame_t, 0, 0, 0},{0, 0, 0, 0}};
81241static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__Stream_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__Stream_t, 0, 0, 0},{0, 0, 0, 0}};
81242static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__StructuredDataPlugin_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__StructuredDataPlugin_t, 0, 0, 0},{0, 0, 0, 0}};
81243static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__SymbolFileType_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__SymbolFileType_t, 0, 0, 0},{0, 0, 0, 0}};
81244static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__Target_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__Target_t, 0, 0, 0},{0, 0, 0, 0}};
81245static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__Thread_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__Thread_t, 0, 0, 0},{0, 0, 0, 0}};
81246static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__Type_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__Type_t, 0, 0, 0},{0, 0, 0, 0}};
81247static swig_cast_info _swigc__p_std__weak_ptrT_lldb_private__UnixSignals_t[] = { {&_swigt__p_std__weak_ptrT_lldb_private__UnixSignals_t, 0, 0, 0},{0, 0, 0, 0}};
81248static swig_cast_info _swigc__p_unsigned_char[] = { {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}};
81249static swig_cast_info _swigc__p_unsigned_int[] = { {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}};
81250static swig_cast_info _swigc__p_unsigned_long_long[] = { {&_swigt__p_unsigned_long_long, 0, 0, 0},{0, 0, 0, 0}};
81251static swig_cast_info _swigc__p_unsigned_short[] = { {&_swigt__p_unsigned_short, 0, 0, 0},{0, 0, 0, 0}};
81252static swig_cast_info _swigc__p_void[] = { {&_swigt__p_void, 0, 0, 0},{0, 0, 0, 0}};
81253
81254static swig_cast_info *swig_cast_initial[] = {
81255 _swigc__p_FILE,
81256 _swigc__p_bool,
81257 _swigc__p_char,
81258 _swigc__p_double,
81259 _swigc__p_f_p_void__p_void,
81260 _swigc__p_f_p_void_p_q_const__void_size_t__void,
81261 _swigc__p_int,
81262 _swigc__p_lldb__ConnectionStatus,
81263 _swigc__p_lldb__FunctionNameType,
81264 _swigc__p_lldb__SBAddress,
81265 _swigc__p_lldb__SBAttachInfo,
81266 _swigc__p_lldb__SBBlock,
81267 _swigc__p_lldb__SBBreakpoint,
81268 _swigc__p_lldb__SBBreakpointList,
81269 _swigc__p_lldb__SBBreakpointLocation,
81270 _swigc__p_lldb__SBBreakpointName,
81271 _swigc__p_lldb__SBBroadcaster,
81272 _swigc__p_lldb__SBCommandInterpreter,
81273 _swigc__p_lldb__SBCommandInterpreterRunOptions,
81274 _swigc__p_lldb__SBCommandReturnObject,
81275 _swigc__p_lldb__SBCommunication,
81276 _swigc__p_lldb__SBCompileUnit,
81277 _swigc__p_lldb__SBData,
81278 _swigc__p_lldb__SBDebugger,
81279 _swigc__p_lldb__SBDeclaration,
81280 _swigc__p_lldb__SBError,
81281 _swigc__p_lldb__SBEvent,
81282 _swigc__p_lldb__SBExecutionContext,
81283 _swigc__p_lldb__SBExpressionOptions,
81284 _swigc__p_lldb__SBFileSpec,
81285 _swigc__p_lldb__SBFileSpecList,
81286 _swigc__p_lldb__SBFrame,
81287 _swigc__p_lldb__SBFunction,
81288 _swigc__p_lldb__SBHostOS,
81289 _swigc__p_lldb__SBInstruction,
81290 _swigc__p_lldb__SBInstructionList,
81291 _swigc__p_lldb__SBLanguageRuntime,
81292 _swigc__p_lldb__SBLaunchInfo,
81293 _swigc__p_lldb__SBLineEntry,
81294 _swigc__p_lldb__SBListener,
81295 _swigc__p_lldb__SBMemoryRegionInfo,
81296 _swigc__p_lldb__SBMemoryRegionInfoList,
81297 _swigc__p_lldb__SBModule,
81298 _swigc__p_lldb__SBModuleSpec,
81299 _swigc__p_lldb__SBModuleSpecList,
81300 _swigc__p_lldb__SBPlatform,
81301 _swigc__p_lldb__SBPlatformConnectOptions,
81302 _swigc__p_lldb__SBPlatformShellCommand,
81303 _swigc__p_lldb__SBProcess,
81304 _swigc__p_lldb__SBProcessInfo,
81305 _swigc__p_lldb__SBQueue,
81306 _swigc__p_lldb__SBQueueItem,
81307 _swigc__p_lldb__SBSection,
81308 _swigc__p_lldb__SBSourceManager,
81309 _swigc__p_lldb__SBStream,
81310 _swigc__p_lldb__SBStringList,
81311 _swigc__p_lldb__SBStructuredData,
81312 _swigc__p_lldb__SBSymbol,
81313 _swigc__p_lldb__SBSymbolContext,
81314 _swigc__p_lldb__SBSymbolContextList,
81315 _swigc__p_lldb__SBTarget,
81316 _swigc__p_lldb__SBThread,
81317 _swigc__p_lldb__SBThreadCollection,
81318 _swigc__p_lldb__SBThreadPlan,
81319 _swigc__p_lldb__SBTrace,
81320 _swigc__p_lldb__SBTraceOptions,
81321 _swigc__p_lldb__SBType,
81322 _swigc__p_lldb__SBTypeCategory,
81323 _swigc__p_lldb__SBTypeEnumMember,
81324 _swigc__p_lldb__SBTypeEnumMemberList,
81325 _swigc__p_lldb__SBTypeFilter,
81326 _swigc__p_lldb__SBTypeFormat,
81327 _swigc__p_lldb__SBTypeList,
81328 _swigc__p_lldb__SBTypeMember,
81329 _swigc__p_lldb__SBTypeMemberFunction,
81330 _swigc__p_lldb__SBTypeNameSpecifier,
81331 _swigc__p_lldb__SBTypeSummary,
81332 _swigc__p_lldb__SBTypeSummaryOptions,
81333 _swigc__p_lldb__SBTypeSynthetic,
81334 _swigc__p_lldb__SBUnixSignals,
81335 _swigc__p_lldb__SBValue,
81336 _swigc__p_lldb__SBValueList,
81337 _swigc__p_lldb__SBVariablesOptions,
81338 _swigc__p_lldb__SBWatchpoint,
81339 _swigc__p_lldb__SymbolContextItem,
81340 _swigc__p_lldb__TypeClass,
81341 _swigc__p_lldb_private__SharingPtrT_lldb_private__ValueObject_t,
81342 _swigc__p_long_double,
81343 _swigc__p_long_long,
81344 _swigc__p_p_void,
81345 _swigc__p_pthread_rwlock_t,
81346 _swigc__p_pthread_t,
81347 _swigc__p_short,
81348 _swigc__p_signed_char,
81349 _swigc__p_std__shared_ptrT_lldb_private__ABI_t,
81350 _swigc__p_std__shared_ptrT_lldb_private__Baton_t,
81351 _swigc__p_std__shared_ptrT_lldb_private__Block_t,
81352 _swigc__p_std__shared_ptrT_lldb_private__BreakpointLocation_t,
81353 _swigc__p_std__shared_ptrT_lldb_private__BreakpointResolver_t,
81354 _swigc__p_std__shared_ptrT_lldb_private__BreakpointSite_t,
81355 _swigc__p_std__shared_ptrT_lldb_private__Breakpoint_t,
81356 _swigc__p_std__shared_ptrT_lldb_private__BroadcasterManager_t,
81357 _swigc__p_std__shared_ptrT_lldb_private__Broadcaster_t,
81358 _swigc__p_std__shared_ptrT_lldb_private__ClangASTImporter_t,
81359 _swigc__p_std__shared_ptrT_lldb_private__CommandObject_t,
81360 _swigc__p_std__shared_ptrT_lldb_private__Communication_t,
81361 _swigc__p_std__shared_ptrT_lldb_private__CompileUnit_t,
81362 _swigc__p_std__shared_ptrT_lldb_private__Connection_t,
81363 _swigc__p_std__shared_ptrT_lldb_private__DataBuffer_t,
81364 _swigc__p_std__shared_ptrT_lldb_private__DataExtractor_t,
81365 _swigc__p_std__shared_ptrT_lldb_private__Debugger_t,
81366 _swigc__p_std__shared_ptrT_lldb_private__Disassembler_t,
81367 _swigc__p_std__shared_ptrT_lldb_private__DynamicLoader_t,
81368 _swigc__p_std__shared_ptrT_lldb_private__EventDataStructuredData_t,
81369 _swigc__p_std__shared_ptrT_lldb_private__EventData_t,
81370 _swigc__p_std__shared_ptrT_lldb_private__Event_t,
81371 _swigc__p_std__shared_ptrT_lldb_private__ExecutionContextRef_t,
81372 _swigc__p_std__shared_ptrT_lldb_private__ExpressionVariable_t,
81373 _swigc__p_std__shared_ptrT_lldb_private__File_t,
81374 _swigc__p_std__shared_ptrT_lldb_private__FuncUnwinders_t,
81375 _swigc__p_std__shared_ptrT_lldb_private__FunctionCaller_t,
81376 _swigc__p_std__shared_ptrT_lldb_private__Function_t,
81377 _swigc__p_std__shared_ptrT_lldb_private__IOHandler_t,
81378 _swigc__p_std__shared_ptrT_lldb_private__IOObject_t,
81379 _swigc__p_std__shared_ptrT_lldb_private__IRExecutionUnit_t,
81380 _swigc__p_std__shared_ptrT_lldb_private__InlineFunctionInfo_t,
81381 _swigc__p_std__shared_ptrT_lldb_private__Instruction_t,
81382 _swigc__p_std__shared_ptrT_lldb_private__InstrumentationRuntime_t,
81383 _swigc__p_std__shared_ptrT_lldb_private__JITLoader_t,
81384 _swigc__p_std__shared_ptrT_lldb_private__LanguageRuntime_t,
81385 _swigc__p_std__shared_ptrT_lldb_private__LineTable_t,
81386 _swigc__p_std__shared_ptrT_lldb_private__Listener_t,
81387 _swigc__p_std__shared_ptrT_lldb_private__MemoryHistory_t,
81388 _swigc__p_std__shared_ptrT_lldb_private__MemoryRegionInfo_t,
81389 _swigc__p_std__shared_ptrT_lldb_private__Module_t,
81390 _swigc__p_std__shared_ptrT_lldb_private__ObjectFileJITDelegate_t,
81391 _swigc__p_std__shared_ptrT_lldb_private__ObjectFile_t,
81392 _swigc__p_std__shared_ptrT_lldb_private__OptionValueArch_t,
81393 _swigc__p_std__shared_ptrT_lldb_private__OptionValueArgs_t,
81394 _swigc__p_std__shared_ptrT_lldb_private__OptionValueArray_t,
81395 _swigc__p_std__shared_ptrT_lldb_private__OptionValueBoolean_t,
81396 _swigc__p_std__shared_ptrT_lldb_private__OptionValueDictionary_t,
81397 _swigc__p_std__shared_ptrT_lldb_private__OptionValueFileSpecList_t,
81398 _swigc__p_std__shared_ptrT_lldb_private__OptionValueFileSpec_t,
81399 _swigc__p_std__shared_ptrT_lldb_private__OptionValueFormat_t,
81400 _swigc__p_std__shared_ptrT_lldb_private__OptionValuePathMappings_t,
81401 _swigc__p_std__shared_ptrT_lldb_private__OptionValueProperties_t,
81402 _swigc__p_std__shared_ptrT_lldb_private__OptionValueRegex_t,
81403 _swigc__p_std__shared_ptrT_lldb_private__OptionValueSInt64_t,
81404 _swigc__p_std__shared_ptrT_lldb_private__OptionValueString_t,
81405 _swigc__p_std__shared_ptrT_lldb_private__OptionValueUInt64_t,
81406 _swigc__p_std__shared_ptrT_lldb_private__OptionValueUUID_t,
81407 _swigc__p_std__shared_ptrT_lldb_private__OptionValue_t,
81408 _swigc__p_std__shared_ptrT_lldb_private__Platform_t,
81409 _swigc__p_std__shared_ptrT_lldb_private__ProcessAttachInfo_t,
81410 _swigc__p_std__shared_ptrT_lldb_private__ProcessLaunchInfo_t,
81411 _swigc__p_std__shared_ptrT_lldb_private__Process_t,
81412 _swigc__p_std__shared_ptrT_lldb_private__Property_t,
81413 _swigc__p_std__shared_ptrT_lldb_private__QueueItem_t,
81414 _swigc__p_std__shared_ptrT_lldb_private__Queue_t,
81415 _swigc__p_std__shared_ptrT_lldb_private__REPL_t,
81416 _swigc__p_std__shared_ptrT_lldb_private__RegisterCheckpoint_t,
81417 _swigc__p_std__shared_ptrT_lldb_private__RegisterContext_t,
81418 _swigc__p_std__shared_ptrT_lldb_private__RegularExpression_t,
81419 _swigc__p_std__shared_ptrT_lldb_private__ScriptInterpreter_t,
81420 _swigc__p_std__shared_ptrT_lldb_private__ScriptSummaryFormat_t,
81421 _swigc__p_std__shared_ptrT_lldb_private__ScriptedSyntheticChildren_t,
81422 _swigc__p_std__shared_ptrT_lldb_private__SearchFilter_t,
81423 _swigc__p_std__shared_ptrT_lldb_private__SectionLoadList_t,
81424 _swigc__p_std__shared_ptrT_lldb_private__Section_t,
81425 _swigc__p_std__shared_ptrT_lldb_private__Settings_t,
81426 _swigc__p_std__shared_ptrT_lldb_private__StackFrameList_t,
81427 _swigc__p_std__shared_ptrT_lldb_private__StackFrame_t,
81428 _swigc__p_std__shared_ptrT_lldb_private__StopInfo_t,
81429 _swigc__p_std__shared_ptrT_lldb_private__StoppointLocation_t,
81430 _swigc__p_std__shared_ptrT_lldb_private__StreamFile_t,
81431 _swigc__p_std__shared_ptrT_lldb_private__Stream_t,
81432 _swigc__p_std__shared_ptrT_lldb_private__StringSummaryFormat_t,
81433 _swigc__p_std__shared_ptrT_lldb_private__StructuredDataPlugin_t,
81434 _swigc__p_std__shared_ptrT_lldb_private__SymbolContextSpecifier_t,
81435 _swigc__p_std__shared_ptrT_lldb_private__SymbolFileType_t,
81436 _swigc__p_std__shared_ptrT_lldb_private__SymbolFile_t,
81437 _swigc__p_std__shared_ptrT_lldb_private__SyntheticChildrenFrontEnd_t,
81438 _swigc__p_std__shared_ptrT_lldb_private__SyntheticChildren_t,
81439 _swigc__p_std__shared_ptrT_lldb_private__SystemRuntime_t,
81440 _swigc__p_std__shared_ptrT_lldb_private__TargetProperties_t,
81441 _swigc__p_std__shared_ptrT_lldb_private__Target_t,
81442 _swigc__p_std__shared_ptrT_lldb_private__ThreadCollection_t,
81443 _swigc__p_std__shared_ptrT_lldb_private__ThreadPlanTracer_t,
81444 _swigc__p_std__shared_ptrT_lldb_private__ThreadPlan_t,
81445 _swigc__p_std__shared_ptrT_lldb_private__Thread_t,
81446 _swigc__p_std__shared_ptrT_lldb_private__TraceOptions_t,
81447 _swigc__p_std__shared_ptrT_lldb_private__TypeCategoryImpl_t,
81448 _swigc__p_std__shared_ptrT_lldb_private__TypeEnumMemberImpl_t,
81449 _swigc__p_std__shared_ptrT_lldb_private__TypeFilterImpl_t,
81450 _swigc__p_std__shared_ptrT_lldb_private__TypeFormatImpl_t,
81451 _swigc__p_std__shared_ptrT_lldb_private__TypeImpl_t,
81452 _swigc__p_std__shared_ptrT_lldb_private__TypeMemberFunctionImpl_t,
81453 _swigc__p_std__shared_ptrT_lldb_private__TypeNameSpecifierImpl_t,
81454 _swigc__p_std__shared_ptrT_lldb_private__TypeSummaryImpl_t,
81455 _swigc__p_std__shared_ptrT_lldb_private__TypeSummaryOptions_t,
81456 _swigc__p_std__shared_ptrT_lldb_private__TypeSystem_t,
81457 _swigc__p_std__shared_ptrT_lldb_private__TypeValidatorImpl_t,
81458 _swigc__p_std__shared_ptrT_lldb_private__Type_t,
81459 _swigc__p_std__shared_ptrT_lldb_private__UnixSignals_t,
81460 _swigc__p_std__shared_ptrT_lldb_private__UnwindAssembly_t,
81461 _swigc__p_std__shared_ptrT_lldb_private__UnwindPlan_t,
81462 _swigc__p_std__shared_ptrT_lldb_private__UserExpression_t,
81463 _swigc__p_std__shared_ptrT_lldb_private__UtilityFunction_t,
81464 _swigc__p_std__shared_ptrT_lldb_private__ValueList_t,
81465 _swigc__p_std__shared_ptrT_lldb_private__ValueObjectList_t,
81466 _swigc__p_std__shared_ptrT_lldb_private__Value_t,
81467 _swigc__p_std__shared_ptrT_lldb_private__VariableList_t,
81468 _swigc__p_std__shared_ptrT_lldb_private__Variable_t,
81469 _swigc__p_std__shared_ptrT_lldb_private__Watchpoint_t,
81470 _swigc__p_std__unique_ptrT_lldb_private__ClangASTContext_t,
81471 _swigc__p_std__unique_ptrT_lldb_private__ClangModulesDeclVendor_t,
81472 _swigc__p_std__unique_ptrT_lldb_private__ClangPersistentVariables_t,
81473 _swigc__p_std__unique_ptrT_lldb_private__DynamicCheckerFunctions_t,
81474 _swigc__p_std__unique_ptrT_lldb_private__DynamicLoader_t,
81475 _swigc__p_std__unique_ptrT_lldb_private__GoASTContext_t,
81476 _swigc__p_std__unique_ptrT_lldb_private__JITLoaderList_t,
81477 _swigc__p_std__unique_ptrT_lldb_private__MemoryRegionInfo_t,
81478 _swigc__p_std__unique_ptrT_lldb_private__OperatingSystem_t,
81479 _swigc__p_std__unique_ptrT_lldb_private__ScriptInterpreter_t,
81480 _swigc__p_std__unique_ptrT_lldb_private__SectionList_t,
81481 _swigc__p_std__unique_ptrT_lldb_private__SourceManager_t,
81482 _swigc__p_std__unique_ptrT_lldb_private__StackFrame_t,
81483 _swigc__p_std__unique_ptrT_lldb_private__StructuredDataImpl_t,
81484 _swigc__p_std__unique_ptrT_lldb_private__SymbolVendor_t,
81485 _swigc__p_std__unique_ptrT_lldb_private__SystemRuntime_t,
81486 _swigc__p_std__weak_ptrT_lldb_private__BreakpointLocation_t,
81487 _swigc__p_std__weak_ptrT_lldb_private__BreakpointSite_t,
81488 _swigc__p_std__weak_ptrT_lldb_private__Breakpoint_t,
81489 _swigc__p_std__weak_ptrT_lldb_private__BroadcasterManager_t,
81490 _swigc__p_std__weak_ptrT_lldb_private__Debugger_t,
81491 _swigc__p_std__weak_ptrT_lldb_private__Listener_t,
81492 _swigc__p_std__weak_ptrT_lldb_private__Module_t,
81493 _swigc__p_std__weak_ptrT_lldb_private__ObjectFileJITDelegate_t,
81494 _swigc__p_std__weak_ptrT_lldb_private__ObjectFile_t,
81495 _swigc__p_std__weak_ptrT_lldb_private__OptionValue_t,
81496 _swigc__p_std__weak_ptrT_lldb_private__Process_t,
81497 _swigc__p_std__weak_ptrT_lldb_private__Queue_t,
81498 _swigc__p_std__weak_ptrT_lldb_private__Section_t,
81499 _swigc__p_std__weak_ptrT_lldb_private__StackFrame_t,
81500 _swigc__p_std__weak_ptrT_lldb_private__Stream_t,
81501 _swigc__p_std__weak_ptrT_lldb_private__StructuredDataPlugin_t,
81502 _swigc__p_std__weak_ptrT_lldb_private__SymbolFileType_t,
81503 _swigc__p_std__weak_ptrT_lldb_private__Target_t,
81504 _swigc__p_std__weak_ptrT_lldb_private__Thread_t,
81505 _swigc__p_std__weak_ptrT_lldb_private__Type_t,
81506 _swigc__p_std__weak_ptrT_lldb_private__UnixSignals_t,
81507 _swigc__p_unsigned_char,
81508 _swigc__p_unsigned_int,
81509 _swigc__p_unsigned_long_long,
81510 _swigc__p_unsigned_short,
81511 _swigc__p_void,
81512};
81513
81514
81515/* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
81516
81517static swig_const_info swig_const_table[] = {
81518{0, 0, 0, 0.0, 0, 0}};
81519
81520#ifdef __cplusplus201103L
81521}
81522#endif
81523/* -----------------------------------------------------------------------------
81524 * Type initialization:
81525 * This problem is tough by the requirement that no dynamic
81526 * memory is used. Also, since swig_type_info structures store pointers to
81527 * swig_cast_info structures and swig_cast_info structures store pointers back
81528 * to swig_type_info structures, we need some lookup code at initialization.
81529 * The idea is that swig generates all the structures that are needed.
81530 * The runtime then collects these partially filled structures.
81531 * The SWIG_InitializeModule function takes these initial arrays out of
81532 * swig_module, and does all the lookup, filling in the swig_module.types
81533 * array with the correct data and linking the correct swig_cast_info
81534 * structures together.
81535 *
81536 * The generated swig_type_info structures are assigned statically to an initial
81537 * array. We just loop through that array, and handle each type individually.
81538 * First we lookup if this type has been already loaded, and if so, use the
81539 * loaded structure instead of the generated one. Then we have to fill in the
81540 * cast linked list. The cast data is initially stored in something like a
81541 * two-dimensional array. Each row corresponds to a type (there are the same
81542 * number of rows as there are in the swig_type_initial array). Each entry in
81543 * a column is one of the swig_cast_info structures for that type.
81544 * The cast_initial array is actually an array of arrays, because each row has
81545 * a variable number of columns. So to actually build the cast linked list,
81546 * we find the array of casts associated with the type, and loop through it
81547 * adding the casts to the list. The one last trick we need to do is making
81548 * sure the type pointer in the swig_cast_info struct is correct.
81549 *
81550 * First off, we lookup the cast->type name to see if it is already loaded.
81551 * There are three cases to handle:
81552 * 1) If the cast->type has already been loaded AND the type we are adding
81553 * casting info to has not been loaded (it is in this module), THEN we
81554 * replace the cast->type pointer with the type pointer that has already
81555 * been loaded.
81556 * 2) If BOTH types (the one we are adding casting info to, and the
81557 * cast->type) are loaded, THEN the cast info has already been loaded by
81558 * the previous module so we just ignore it.
81559 * 3) Finally, if cast->type has not already been loaded, then we add that
81560 * swig_cast_info to the linked list (because the cast->type) pointer will
81561 * be correct.
81562 * ----------------------------------------------------------------------------- */
81563
81564#ifdef __cplusplus201103L
81565extern "C" {
81566#if 0
81567} /* c-mode */
81568#endif
81569#endif
81570
81571#if 0
81572#define SWIGRUNTIME_DEBUG
81573#endif
81574
81575
81576SWIGRUNTIMEstatic __attribute__ ((__unused__)) void
81577SWIG_InitializeModule(void *clientdata) {
81578 size_t i;
81579 swig_module_info *module_head, *iter;
81580 int init;
81581
81582 /* check to see if the circular list has been setup, if not, set it up */
81583 if (swig_module.next==0) {
81584 /* Initialize the swig_module */
81585 swig_module.type_initial = swig_type_initial;
81586 swig_module.cast_initial = swig_cast_initial;
81587 swig_module.next = &swig_module;
81588 init = 1;
81589 } else {
81590 init = 0;
81591 }
81592
81593 /* Try and load any already created modules */
81594 module_head = SWIG_GetModule(clientdata)SWIG_Python_GetModule(clientdata);
81595 if (!module_head) {
81596 /* This is the first module loaded for this interpreter */
81597 /* so set the swig module into the interpreter */
81598 SWIG_SetModule(clientdata, &swig_module)SWIG_Python_SetModule(&swig_module);
81599 } else {
81600 /* the interpreter has loaded a SWIG module, but has it loaded this one? */
81601 iter=module_head;
81602 do {
81603 if (iter==&swig_module) {
81604 /* Our module is already in the list, so there's nothing more to do. */
81605 return;
81606 }
81607 iter=iter->next;
81608 } while (iter!= module_head);
81609
81610 /* otherwise we must add our module into the list */
81611 swig_module.next = module_head->next;
81612 module_head->next = &swig_module;
81613 }
81614
81615 /* When multiple interpreters are used, a module could have already been initialized in
81616 a different interpreter, but not yet have a pointer in this interpreter.
81617 In this case, we do not want to continue adding types... everything should be
81618 set up already */
81619 if (init == 0) return;
81620
81621 /* Now work on filling in swig_module.types */
81622#ifdef SWIGRUNTIME_DEBUG
81623 printf("SWIG_InitializeModule: size %d\n", swig_module.size);
81624#endif
81625 for (i = 0; i < swig_module.size; ++i) {
81626 swig_type_info *type = 0;
81627 swig_type_info *ret;
81628 swig_cast_info *cast;
81629
81630#ifdef SWIGRUNTIME_DEBUG
81631 printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
81632#endif
81633
81634 /* if there is another module already loaded */
81635 if (swig_module.next != &swig_module) {
81636 type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->name);
81637 }
81638 if (type) {
81639 /* Overwrite clientdata field */
81640#ifdef SWIGRUNTIME_DEBUG
81641 printf("SWIG_InitializeModule: found type %s\n", type->name);
81642#endif
81643 if (swig_module.type_initial[i]->clientdata) {
81644 type->clientdata = swig_module.type_initial[i]->clientdata;
81645#ifdef SWIGRUNTIME_DEBUG
81646 printf("SWIG_InitializeModule: found and overwrite type %s \n", type->name);
81647#endif
81648 }
81649 } else {
81650 type = swig_module.type_initial[i];
81651 }
81652
81653 /* Insert casting types */
81654 cast = swig_module.cast_initial[i];
81655 while (cast->type) {
81656 /* Don't need to add information already in the list */
81657 ret = 0;
81658#ifdef SWIGRUNTIME_DEBUG
81659 printf("SWIG_InitializeModule: look cast %s\n", cast->type->name);
81660#endif
81661 if (swig_module.next != &swig_module) {
81662 ret = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, cast->type->name);
81663#ifdef SWIGRUNTIME_DEBUG
81664 if (ret) printf("SWIG_InitializeModule: found cast %s\n", ret->name);
81665#endif
81666 }
81667 if (ret) {
81668 if (type == swig_module.type_initial[i]) {
81669#ifdef SWIGRUNTIME_DEBUG
81670 printf("SWIG_InitializeModule: skip old type %s\n", ret->name);
81671#endif
81672 cast->type = ret;
81673 ret = 0;
81674 } else {
81675 /* Check for casting already in the list */
81676 swig_cast_info *ocast = SWIG_TypeCheck(ret->name, type);
81677#ifdef SWIGRUNTIME_DEBUG
81678 if (ocast) printf("SWIG_InitializeModule: skip old cast %s\n", ret->name);
81679#endif
81680 if (!ocast) ret = 0;
81681 }
81682 }
81683
81684 if (!ret) {
81685#ifdef SWIGRUNTIME_DEBUG
81686 printf("SWIG_InitializeModule: adding cast %s\n", cast->type->name);
81687#endif
81688 if (type->cast) {
81689 type->cast->prev = cast;
81690 cast->next = type->cast;
81691 }
81692 type->cast = cast;
81693 }
81694 cast++;
81695 }
81696 /* Set entry in modules->types array equal to the type */
81697 swig_module.types[i] = type;
81698 }
81699 swig_module.types[i] = 0;
81700
81701#ifdef SWIGRUNTIME_DEBUG
81702 printf("**** SWIG_InitializeModule: Cast List ******\n");
81703 for (i = 0; i < swig_module.size; ++i) {
81704 int j = 0;
81705 swig_cast_info *cast = swig_module.cast_initial[i];
81706 printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
81707 while (cast->type) {
81708 printf("SWIG_InitializeModule: cast type %s\n", cast->type->name);
81709 cast++;
81710 ++j;
81711 }
81712 printf("---- Total casts: %d\n",j);
81713 }
81714 printf("**** SWIG_InitializeModule: Cast List ******\n");
81715#endif
81716}
81717
81718/* This function will propagate the clientdata field of type to
81719* any new swig_type_info structures that have been added into the list
81720* of equivalent types. It is like calling
81721* SWIG_TypeClientData(type, clientdata) a second time.
81722*/
81723SWIGRUNTIMEstatic __attribute__ ((__unused__)) void
81724SWIG_PropagateClientData(void) {
81725 size_t i;
81726 swig_cast_info *equiv;
81727 static int init_run = 0;
81728
81729 if (init_run) return;
81730 init_run = 1;
81731
81732 for (i = 0; i < swig_module.size; i++) {
81733 if (swig_module.types[i]->clientdata) {
81734 equiv = swig_module.types[i]->cast;
81735 while (equiv) {
81736 if (!equiv->converter) {
81737 if (equiv->type && !equiv->type->clientdata)
81738 SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
81739 }
81740 equiv = equiv->next;
81741 }
81742 }
81743 }
81744}
81745
81746#ifdef __cplusplus201103L
81747#if 0
81748{
81749 /* c-mode */
81750#endif
81751}
81752#endif
81753
81754
81755
81756#ifdef __cplusplus201103L
81757extern "C" {
81758#endif
81759
81760 /* Python-specific SWIG API */
81761#define SWIG_newvarlink()SWIG_Python_newvarlink() SWIG_Python_newvarlink()
81762#define SWIG_addvarlink(p, name, get_attr, set_attr)SWIG_Python_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set_attr)
81763#define SWIG_InstallConstants(d, constants)SWIG_Python_InstallConstants(d, constants) SWIG_Python_InstallConstants(d, constants)
81764
81765 /* -----------------------------------------------------------------------------
81766 * global variable support code.
81767 * ----------------------------------------------------------------------------- */
81768
81769 typedef struct swig_globalvar {
81770 char *name; /* Name of global variable */
81771 PyObject *(*get_attr)(void); /* Return the current value */
81772 int (*set_attr)(PyObject *); /* Set the value */
81773 struct swig_globalvar *next;
81774 } swig_globalvar;
81775
81776 typedef struct swig_varlinkobject {
81777 PyObject_HEADPy_ssize_t ob_refcnt; struct _typeobject *ob_type;
81778 swig_globalvar *vars;
81779 } swig_varlinkobject;
81780
81781 SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *
81782 swig_varlink_repr(swig_varlinkobject *SWIGUNUSEDPARM(v)) {
81783#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
81784 return PyUnicode_InternFromString("<Swig global variables>");
81785#else
81786 return PyString_FromString("<Swig global variables>");
81787#endif
81788 }
81789
81790 SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *
81791 swig_varlink_str(swig_varlinkobject *v) {
81792#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
81793 PyObject *str = PyUnicode_InternFromString("(");
81794 PyObject *tail;
81795 PyObject *joined;
81796 swig_globalvar *var;
81797 for (var = v->vars; var; var=var->next) {
81798 tail = PyUnicode_FromStringPyUnicodeUCS4_FromString(var->name);
81799 joined = PyUnicode_ConcatPyUnicodeUCS4_Concat(str, tail);
81800 Py_DecRef(str);
81801 Py_DecRef(tail);
81802 str = joined;
81803 if (var->next) {
81804 tail = PyUnicode_InternFromString(", ");
81805 joined = PyUnicode_ConcatPyUnicodeUCS4_Concat(str, tail);
81806 Py_DecRef(str);
81807 Py_DecRef(tail);
81808 str = joined;
81809 }
81810 }
81811 tail = PyUnicode_InternFromString(")");
81812 joined = PyUnicode_ConcatPyUnicodeUCS4_Concat(str, tail);
81813 Py_DecRef(str);
81814 Py_DecRef(tail);
81815 str = joined;
81816#else
81817 PyObject *str = PyString_FromString("(");
81818 swig_globalvar *var;
81819 for (var = v->vars; var; var=var->next) {
81820 PyString_ConcatAndDel(&str,PyString_FromString(var->name));
81821 if (var->next) PyString_ConcatAndDel(&str,PyString_FromString(", "));
81822 }
81823 PyString_ConcatAndDel(&str,PyString_FromString(")"));
81824#endif
81825 return str;
81826 }
81827
81828 SWIGINTERNstatic __attribute__ ((__unused__)) int
81829 swig_varlink_print(swig_varlinkobject *v, FILE *fp, int SWIGUNUSEDPARM(flags)) {
81830 char *tmp;
81831 PyObject *str = swig_varlink_str(v);
81832 fprintf(fp,"Swig global variables ");
81833 fprintf(fp,"%s\n", tmp = SWIG_Python_str_AsChar(str));
81834 SWIG_Python_str_DelForPy3(tmp);
81835 Py_DECREF(str)do { if ( --((PyObject*)(str))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(str)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(str)))); } while (0)
;
81836 return 0;
81837 }
81838
81839 SWIGINTERNstatic __attribute__ ((__unused__)) void
81840 swig_varlink_dealloc(swig_varlinkobject *v) {
81841 swig_globalvar *var = v->vars;
81842 while (var) {
81843 swig_globalvar *n = var->next;
81844 free(var->name);
81845 free(var);
81846 var = n;
81847 }
81848 }
81849
81850 SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *
81851 swig_varlink_getattr(swig_varlinkobject *v, char *n) {
81852 PyObject *res = NULL__null;
81853 swig_globalvar *var = v->vars;
81854 while (var) {
81855 if (strcmp(var->name,n) == 0) {
81856 res = (*var->get_attr)();
81857 break;
81858 }
81859 var = var->next;
81860 }
81861 if (res == NULL__null && !PyErr_Occurred()) {
81862 PyErr_Format(PyExc_AttributeError, "Unknown C global variable '%s'", n);
81863 }
81864 return res;
81865 }
81866
81867 SWIGINTERNstatic __attribute__ ((__unused__)) int
81868 swig_varlink_setattr(swig_varlinkobject *v, char *n, PyObject *p) {
81869 int res = 1;
81870 swig_globalvar *var = v->vars;
81871 while (var) {
81872 if (strcmp(var->name,n) == 0) {
81873 res = (*var->set_attr)(p);
81874 break;
81875 }
81876 var = var->next;
81877 }
81878 if (res == 1 && !PyErr_Occurred()) {
81879 PyErr_Format(PyExc_AttributeError, "Unknown C global variable '%s'", n);
81880 }
81881 return res;
81882 }
81883
81884 SWIGINTERNstatic __attribute__ ((__unused__)) PyTypeObject*
81885 swig_varlink_type(void) {
81886 static char varlink__doc__[] = "Swig var link object";
81887 static PyTypeObject varlink_type;
81888 static int type_init = 0;
81889 if (!type_init) {
81890 const PyTypeObject tmp = {
81891 /* PyObject header changed in Python 3 */
81892#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
81893 PyVarObject_HEAD_INIT(NULL, 0)1, __null, 0,
81894#else
81895 PyObject_HEAD_INIT(NULL)1, __null,
81896 0, /* ob_size */
81897#endif
81898 (char *)"swigvarlink", /* tp_name */
81899 sizeof(swig_varlinkobject), /* tp_basicsize */
81900 0, /* tp_itemsize */
81901 (destructor) swig_varlink_dealloc, /* tp_dealloc */
81902 (printfunc) swig_varlink_print, /* tp_print */
81903 (getattrfunc) swig_varlink_getattr, /* tp_getattr */
81904 (setattrfunc) swig_varlink_setattr, /* tp_setattr */
81905 0, /* tp_compare */
81906 (reprfunc) swig_varlink_repr, /* tp_repr */
81907 0, /* tp_as_number */
81908 0, /* tp_as_sequence */
81909 0, /* tp_as_mapping */
81910 0, /* tp_hash */
81911 0, /* tp_call */
81912 (reprfunc) swig_varlink_str, /* tp_str */
81913 0, /* tp_getattro */
81914 0, /* tp_setattro */
81915 0, /* tp_as_buffer */
81916 0, /* tp_flags */
81917 varlink__doc__, /* tp_doc */
81918 0, /* tp_traverse */
81919 0, /* tp_clear */
81920 0, /* tp_richcompare */
81921 0, /* tp_weaklistoffset */
81922#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02020000
81923 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* tp_iter -> tp_weaklist */
81924#endif
81925#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02030000
81926 0, /* tp_del */
81927#endif
81928#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02060000
81929 0, /* tp_version_tag */
81930#endif
81931#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03040000
81932 0, /* tp_finalize */
81933#endif
81934#ifdef COUNT_ALLOCS
81935 0, /* tp_allocs */
81936 0, /* tp_frees */
81937 0, /* tp_maxalloc */
81938#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x02050000
81939 0, /* tp_prev */
81940#endif
81941 0 /* tp_next */
81942#endif
81943 };
81944 varlink_type = tmp;
81945 type_init = 1;
81946#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
< 0x02020000
81947 varlink_type.ob_type = &PyType_Type;
81948#else
81949 if (PyType_Ready(&varlink_type) < 0)
81950 return NULL__null;
81951#endif
81952 }
81953 return &varlink_type;
81954 }
81955
81956 /* Create a variable linking object for use later */
81957 SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *
81958 SWIG_Python_newvarlink(void) {
81959 swig_varlinkobject *result = PyObject_NEW(swig_varlinkobject, swig_varlink_type())( (swig_varlinkobject *) PyObject_Init( (PyObject *) PyObject_Malloc
( ( (swig_varlink_type())->tp_basicsize ) ), (swig_varlink_type
())) )
;
81960 if (result) {
81961 result->vars = 0;
81962 }
81963 return ((PyObject*) result);
81964 }
81965
81966 SWIGINTERNstatic __attribute__ ((__unused__)) void
81967 SWIG_Python_addvarlink(PyObject *p, char *name, PyObject *(*get_attr)(void), int (*set_attr)(PyObject *p)) {
81968 swig_varlinkobject *v = (swig_varlinkobject *) p;
81969 swig_globalvar *gv = (swig_globalvar *) malloc(sizeof(swig_globalvar));
81970 if (gv) {
81971 size_t size = strlen(name)+1;
81972 gv->name = (char *)malloc(size);
81973 if (gv->name) {
81974 strncpy(gv->name,name,size);
81975 gv->get_attr = get_attr;
81976 gv->set_attr = set_attr;
81977 gv->next = v->vars;
81978 }
81979 }
81980 v->vars = gv;
81981 }
81982
81983 SWIGINTERNstatic __attribute__ ((__unused__)) PyObject *
81984 SWIG_globals(void) {
81985 static PyObject *_SWIG_globals = 0;
81986 if (!_SWIG_globals) _SWIG_globals = SWIG_newvarlink()SWIG_Python_newvarlink();
81987 return _SWIG_globals;
81988 }
81989
81990 /* -----------------------------------------------------------------------------
81991 * constants/methods manipulation
81992 * ----------------------------------------------------------------------------- */
81993
81994 /* Install Constants */
81995 SWIGINTERNstatic __attribute__ ((__unused__)) void
81996 SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[]) {
81997 PyObject *obj = 0;
81998 size_t i;
81999 for (i = 0; constants[i].type; ++i) {
82000 switch(constants[i].type) {
82001 case SWIG_PY_POINTER4:
82002 obj = SWIG_InternalNewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0)SWIG_Python_NewPointerObj(__null, constants[i].pvalue, *(constants
[i]).ptype, 0)
;
82003 break;
82004 case SWIG_PY_BINARY5:
82005 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype))SWIG_Python_NewPackedObj(constants[i].pvalue, constants[i].lvalue
, *(constants[i].ptype))
;
82006 break;
82007 default:
82008 obj = 0;
82009 break;
82010 }
82011 if (obj) {
82012 PyDict_SetItemString(d, constants[i].name, obj);
82013 Py_DECREF(obj)do { if ( --((PyObject*)(obj))->ob_refcnt != 0) ; else ( (
*(((PyObject*)((PyObject *)(obj)))->ob_type)->tp_dealloc
)((PyObject *)((PyObject *)(obj)))); } while (0)
;
82014 }
82015 }
82016 }
82017
82018 /* -----------------------------------------------------------------------------*/
82019 /* Fix SwigMethods to carry the callback ptrs when needed */
82020 /* -----------------------------------------------------------------------------*/
82021
82022 SWIGINTERNstatic __attribute__ ((__unused__)) void
82023 SWIG_Python_FixMethods(PyMethodDef *methods,
82024 swig_const_info *const_table,
82025 swig_type_info **types,
82026 swig_type_info **types_initial) {
82027 size_t i;
82028 for (i = 0; methods[i].ml_name; ++i) {
82029 const char *c = methods[i].ml_doc;
82030 if (!c) continue;
82031 c = strstr(c, "swig_ptr: ");
82032 if (c) {
82033 int j;
82034 swig_const_info *ci = 0;
82035 const char *name = c + 10;
82036 for (j = 0; const_table[j].type; ++j) {
82037 if (strncmp(const_table[j].name, name,
82038 strlen(const_table[j].name)) == 0) {
82039 ci = &(const_table[j]);
82040 break;
82041 }
82042 }
82043 if (ci) {
82044 void *ptr = (ci->type == SWIG_PY_POINTER4) ? ci->pvalue : 0;
82045 if (ptr) {
82046 size_t shift = (ci->ptype) - types;
82047 swig_type_info *ty = types_initial[shift];
82048 size_t ldoc = (c - methods[i].ml_doc);
82049 size_t lptr = strlen(ty->name)+2*sizeof(void*)+2;
82050 char *ndoc = (char*)malloc(ldoc + lptr + 10);
82051 if (ndoc) {
82052 char *buff = ndoc;
82053 strncpy(buff, methods[i].ml_doc, ldoc);
82054 buff += ldoc;
82055 strncpy(buff, "swig_ptr: ", 10);
82056 buff += 10;
82057 SWIG_PackVoidPtr(buff, ptr, ty->name, lptr);
82058 methods[i].ml_doc = ndoc;
82059 }
82060 }
82061 }
82062 }
82063 }
82064 }
82065
82066#ifdef __cplusplus201103L
82067}
82068#endif
82069
82070/* -----------------------------------------------------------------------------*
82071 * Partial Init method
82072 * -----------------------------------------------------------------------------*/
82073
82074#ifdef __cplusplus201103L
82075extern "C"
82076#endif
82077
82078SWIGEXPORT__attribute__ ((visibility("default")))
82079#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
82080PyObject*
82081#else
82082void
82083#endif
82084SWIG_initinit_lldb(void) {
82085 PyObject *m, *d, *md;
82086#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
82087 static struct PyModuleDef SWIG_module = {
82088# if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03020000
82089 PyModuleDef_HEAD_INIT,
82090# else
82091 {
82092 PyObject_HEAD_INIT(NULL)1, __null,
82093 NULL__null, /* m_init */
82094 0, /* m_index */
82095 NULL__null, /* m_copy */
82096 },
82097# endif
82098 (char *) SWIG_name"_lldb",
82099 NULL__null,
82100 -1,
82101 SwigMethods,
82102 NULL__null,
82103 NULL__null,
82104 NULL__null,
82105 NULL__null
82106 };
82107#endif
82108
82109#if defined(SWIGPYTHON_BUILTIN)
82110 static SwigPyClientData SwigPyObject_clientdata = {
82111 0, 0, 0, 0, 0, 0, 0
82112 };
82113 static PyGetSetDef this_getset_def = {
82114 (char *)"this", &SwigPyBuiltin_ThisClosure, NULL__null, NULL__null, NULL__null
82115 };
82116 static SwigPyGetSet thisown_getset_closure = {
82117 (PyCFunction) SwigPyObject_own,
82118 (PyCFunction) SwigPyObject_own
82119 };
82120 static PyGetSetDef thisown_getset_def = {
82121 (char *)"thisown", SwigPyBuiltin_GetterClosure, SwigPyBuiltin_SetterClosure, NULL__null, &thisown_getset_closure
82122 };
82123 PyObject *metatype_args;
82124 PyTypeObject *builtin_pytype;
82125 int builtin_base_count;
82126 swig_type_info *builtin_basetype;
82127 PyObject *tuple;
82128 PyGetSetDescrObject *static_getset;
82129 PyTypeObject *metatype;
82130 SwigPyClientData *cd;
82131 PyObject *public_interface, *public_symbol;
82132 PyObject *this_descr;
82133 PyObject *thisown_descr;
82134 PyObject *self = 0;
82135 int i;
82136
82137 (void)builtin_pytype;
82138 (void)builtin_base_count;
82139 (void)builtin_basetype;
82140 (void)tuple;
82141 (void)static_getset;
82142 (void)self;
82143
82144 /* metatype is used to implement static member variables. */
82145 metatype_args = Py_BuildValue("(s(O){})", "SwigPyObjectType", &PyType_Type);
82146 assert(metatype_args)((metatype_args) ? static_cast<void> (0) : __assert_fail
("metatype_args", "/build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp"
, 82146, __PRETTY_FUNCTION__))
;
82147 metatype = (PyTypeObject *) PyType_Type.tp_call((PyObject *) &PyType_Type, metatype_args, NULL__null);
82148 assert(metatype)((metatype) ? static_cast<void> (0) : __assert_fail ("metatype"
, "/build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp"
, 82148, __PRETTY_FUNCTION__))
;
82149 Py_DECREF(metatype_args)do { if ( --((PyObject*)(metatype_args))->ob_refcnt != 0) ;
else ( (*(((PyObject*)((PyObject *)(metatype_args)))->ob_type
)->tp_dealloc)((PyObject *)((PyObject *)(metatype_args))))
; } while (0)
;
82150 metatype->tp_setattro = (setattrofunc) &SwigPyObjectType_setattro;
82151 assert(PyType_Ready(metatype) >= 0)((PyType_Ready(metatype) >= 0) ? static_cast<void> (
0) : __assert_fail ("PyType_Ready(metatype) >= 0", "/build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp"
, 82151, __PRETTY_FUNCTION__))
;
82152#endif
82153
82154 /* Fix SwigMethods to carry the callback ptrs when needed */
82155 SWIG_Python_FixMethods(SwigMethods, swig_const_table, swig_types, swig_type_initial);
82156
82157#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
82158 m = PyModule_Create(&SWIG_module);
82159#else
82160 m = Py_InitModule((char *) SWIG_name, SwigMethods)Py_InitModule4_64((char *) "_lldb", SwigMethods, (char *)__null
, (PyObject *)__null, 1013)
;
82161#endif
82162
82163 md = d = PyModule_GetDict(m);
82164 (void)md;
82165
82166 SWIG_InitializeModule(0);
82167
82168#ifdef SWIGPYTHON_BUILTIN
82169 SwigPyObject_stype = SWIG_MangledTypeQuery("_p_SwigPyObject")SWIG_MangledTypeQueryModule(&swig_module, &swig_module
, "_p_SwigPyObject")
;
82170 assert(SwigPyObject_stype)((SwigPyObject_stype) ? static_cast<void> (0) : __assert_fail
("SwigPyObject_stype", "/build/llvm-toolchain-snapshot-8~svn345461/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp"
, 82170, __PRETTY_FUNCTION__))
;
82171 cd = (SwigPyClientData*) SwigPyObject_stype->clientdata;
82172 if (!cd) {
82173 SwigPyObject_stype->clientdata = &SwigPyObject_clientdata;
82174 SwigPyObject_clientdata.pytype = SwigPyObject_TypeOnce();
82175 } else if (SwigPyObject_TypeOnce()->tp_basicsize != cd->pytype->tp_basicsize) {
82176 PyErr_SetString(PyExc_RuntimeError, "Import error: attempted to load two incompatible swig-generated modules.");
82177# if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
82178 return NULL__null;
82179# else
82180 return;
82181# endif
82182 }
82183
82184 /* All objects have a 'this' attribute */
82185 this_descr = PyDescr_NewGetSet(SwigPyObject_type(), &this_getset_def);
82186 (void)this_descr;
82187
82188 /* All objects have a 'thisown' attribute */
82189 thisown_descr = PyDescr_NewGetSet(SwigPyObject_type(), &thisown_getset_def);
82190 (void)thisown_descr;
82191
82192 public_interface = PyList_New(0);
82193 public_symbol = 0;
82194 (void)public_symbol;
82195
82196 PyDict_SetItemString(md, "__all__", public_interface);
82197 Py_DECREF(public_interface)do { if ( --((PyObject*)(public_interface))->ob_refcnt != 0
) ; else ( (*(((PyObject*)((PyObject *)(public_interface)))->
ob_type)->tp_dealloc)((PyObject *)((PyObject *)(public_interface
)))); } while (0)
;
82198 for (i = 0; SwigMethods[i].ml_name != NULL__null; ++i)
82199 SwigPyBuiltin_AddPublicSymbol(public_interface, SwigMethods[i].ml_name);
82200 for (i = 0; swig_const_table[i].name != 0; ++i)
82201 SwigPyBuiltin_AddPublicSymbol(public_interface, swig_const_table[i].name);
82202#endif
82203
82204 SWIG_InstallConstants(d,swig_const_table)SWIG_Python_InstallConstants(d, swig_const_table);
82205
82206 SWIG_Python_SetConstant(d, "INT32_MAX",SWIG_From_int(static_cast< int >(2147483647)));
82207 SWIG_Python_SetConstant(d, "UINT32_MAX",SWIG_From_unsigned_SS_int(static_cast< unsigned int >(4294967295U)));
82208 SWIG_Python_SetConstant(d, "UINT64_MAX",SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(18446744073709551615ULL)));
82209 SWIG_Python_SetConstant(d, "LLDB_GENERIC_ERROR",SWIG_From_unsigned_SS_int(static_cast< unsigned int >(4294967295U)));
82210 SWIG_Python_SetConstant(d, "LLDB_INVALID_BREAK_ID",SWIG_From_int(static_cast< int >(0)));
82211 SWIG_Python_SetConstant(d, "LLDB_DEFAULT_BREAK_SIZE",SWIG_From_int(static_cast< int >(0)));
82212 SWIG_Python_SetConstant(d, "LLDB_INVALID_WATCH_ID",SWIG_From_int(static_cast< int >(0)));
82213 SWIG_Python_SetConstant(d, "LLDB_WATCH_TYPE_READ",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1u << 0))));
82214 SWIG_Python_SetConstant(d, "LLDB_WATCH_TYPE_WRITE",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1u << 1))));
82215 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_PC",SWIG_From_int(static_cast< int >(0)));
82216 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_SP",SWIG_From_int(static_cast< int >(1)));
82217 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_FP",SWIG_From_int(static_cast< int >(2)));
82218 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_RA",SWIG_From_int(static_cast< int >(3)));
82219 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_FLAGS",SWIG_From_int(static_cast< int >(4)));
82220 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_ARG1",SWIG_From_int(static_cast< int >(5)));
82221 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_ARG2",SWIG_From_int(static_cast< int >(6)));
82222 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_ARG3",SWIG_From_int(static_cast< int >(7)));
82223 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_ARG4",SWIG_From_int(static_cast< int >(8)));
82224 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_ARG5",SWIG_From_int(static_cast< int >(9)));
82225 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_ARG6",SWIG_From_int(static_cast< int >(10)));
82226 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_ARG7",SWIG_From_int(static_cast< int >(11)));
82227 SWIG_Python_SetConstant(d, "LLDB_REGNUM_GENERIC_ARG8",SWIG_From_int(static_cast< int >(12)));
82228 SWIG_Python_SetConstant(d, "LLDB_INVALID_ADDRESS",SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(18446744073709551615ULL)));
82229 SWIG_Python_SetConstant(d, "LLDB_INVALID_INDEX32",SWIG_From_unsigned_SS_int(static_cast< unsigned int >(4294967295U)));
82230 SWIG_Python_SetConstant(d, "LLDB_INVALID_IVAR_OFFSET",SWIG_From_unsigned_SS_int(static_cast< unsigned int >(4294967295U)));
82231 SWIG_Python_SetConstant(d, "LLDB_INVALID_IMAGE_TOKEN",SWIG_From_unsigned_SS_int(static_cast< unsigned int >(4294967295U)));
82232 SWIG_Python_SetConstant(d, "LLDB_INVALID_MODULE_VERSION",SWIG_From_unsigned_SS_int(static_cast< unsigned int >(4294967295U)));
82233 SWIG_Python_SetConstant(d, "LLDB_INVALID_REGNUM",SWIG_From_unsigned_SS_int(static_cast< unsigned int >(4294967295U)));
82234 SWIG_Python_SetConstant(d, "LLDB_INVALID_UID",SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(18446744073709551615ULL)));
82235 SWIG_Python_SetConstant(d, "LLDB_INVALID_PROCESS_ID",SWIG_From_int(static_cast< int >(0)));
82236 SWIG_Python_SetConstant(d, "LLDB_INVALID_THREAD_ID",SWIG_From_int(static_cast< int >(0)));
82237 SWIG_Python_SetConstant(d, "LLDB_INVALID_FRAME_ID",SWIG_From_unsigned_SS_int(static_cast< unsigned int >(4294967295U)));
82238 SWIG_Python_SetConstant(d, "LLDB_INVALID_SIGNAL_NUMBER",SWIG_From_int(static_cast< int >(2147483647)));
82239 SWIG_Python_SetConstant(d, "LLDB_INVALID_OFFSET",SWIG_From_unsigned_SS_long_SS_long(static_cast< unsigned long long >(18446744073709551615ULL)));
82240 SWIG_Python_SetConstant(d, "LLDB_INVALID_LINE_NUMBER",SWIG_From_unsigned_SS_int(static_cast< unsigned int >(4294967295U)));
82241 SWIG_Python_SetConstant(d, "LLDB_INVALID_QUEUE_ID",SWIG_From_int(static_cast< int >(0)));
82242 SWIG_Python_SetConstant(d, "LLDB_ARCH_DEFAULT",SWIG_FromCharPtr("systemArch"));
82243 SWIG_Python_SetConstant(d, "LLDB_ARCH_DEFAULT_32BIT",SWIG_FromCharPtr("systemArch32"));
82244 SWIG_Python_SetConstant(d, "LLDB_ARCH_DEFAULT_64BIT",SWIG_FromCharPtr("systemArch64"));
82245 SWIG_Python_SetConstant(d, "LLDB_INVALID_CPUTYPE",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((0xFFFFFFFEu))));
82246 SWIG_Python_SetConstant(d, "LLDB_MAX_NUM_OPTION_SETS",SWIG_From_int(static_cast< int >(32)));
82247 SWIG_Python_SetConstant(d, "LLDB_OPT_SET_ALL",SWIG_From_unsigned_SS_int(static_cast< unsigned int >(0xFFFFFFFFU)));
82248 SWIG_Python_SetConstant(d, "LLDB_OPT_SET_1",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1U << 0))));
82249 SWIG_Python_SetConstant(d, "LLDB_OPT_SET_2",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1U << 1))));
82250 SWIG_Python_SetConstant(d, "LLDB_OPT_SET_3",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1U << 2))));
82251 SWIG_Python_SetConstant(d, "LLDB_OPT_SET_4",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1U << 3))));
82252 SWIG_Python_SetConstant(d, "LLDB_OPT_SET_5",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1U << 4))));
82253 SWIG_Python_SetConstant(d, "LLDB_OPT_SET_6",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1U << 5))));
82254 SWIG_Python_SetConstant(d, "LLDB_OPT_SET_7",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1U << 6))));
82255 SWIG_Python_SetConstant(d, "LLDB_OPT_SET_8",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1U << 7))));
82256 SWIG_Python_SetConstant(d, "LLDB_OPT_SET_9",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1U << 8))));
82257 SWIG_Python_SetConstant(d, "LLDB_OPT_SET_10",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1U << 9))));
82258 SWIG_Python_SetConstant(d, "LLDB_OPT_SET_11",SWIG_From_unsigned_SS_int(static_cast< unsigned int >((1U << 10))));
82259 SWIG_Python_SetConstant(d, "eStateInvalid",SWIG_From_int(static_cast< int >(lldb::eStateInvalid)));
82260 SWIG_Python_SetConstant(d, "eStateUnloaded",SWIG_From_int(static_cast< int >(lldb::eStateUnloaded)));
82261 SWIG_Python_SetConstant(d, "eStateConnected",SWIG_From_int(static_cast< int >(lldb::eStateConnected)));
82262 SWIG_Python_SetConstant(d, "eStateAttaching",SWIG_From_int(static_cast< int >(lldb::eStateAttaching)));
82263 SWIG_Python_SetConstant(d, "eStateLaunching",SWIG_From_int(static_cast< int >(lldb::eStateLaunching)));
82264 SWIG_Python_SetConstant(d, "eStateStopped",SWIG_From_int(static_cast< int >(lldb::eStateStopped)));
82265 SWIG_Python_SetConstant(d, "eStateRunning",SWIG_From_int(static_cast< int >(lldb::eStateRunning)));
82266 SWIG_Python_SetConstant(d, "eStateStepping",SWIG_From_int(static_cast< int >(lldb::eStateStepping)));
82267 SWIG_Python_SetConstant(d, "eStateCrashed",SWIG_From_int(static_cast< int >(lldb::eStateCrashed)));
82268 SWIG_Python_SetConstant(d, "eStateDetached",SWIG_From_int(static_cast< int >(lldb::eStateDetached)));
82269 SWIG_Python_SetConstant(d, "eStateExited",SWIG_From_int(static_cast< int >(lldb::eStateExited)));
82270 SWIG_Python_SetConstant(d, "eStateSuspended",SWIG_From_int(static_cast< int >(lldb::eStateSuspended)));
82271 SWIG_Python_SetConstant(d, "kLastStateType",SWIG_From_int(static_cast< int >(lldb::kLastStateType)));
82272 SWIG_Python_SetConstant(d, "eLaunchFlagNone",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagNone)));
82273 SWIG_Python_SetConstant(d, "eLaunchFlagExec",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagExec)));
82274 SWIG_Python_SetConstant(d, "eLaunchFlagDebug",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagDebug)));
82275 SWIG_Python_SetConstant(d, "eLaunchFlagStopAtEntry",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagStopAtEntry)));
82276 SWIG_Python_SetConstant(d, "eLaunchFlagDisableASLR",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagDisableASLR)));
82277 SWIG_Python_SetConstant(d, "eLaunchFlagDisableSTDIO",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagDisableSTDIO)));
82278 SWIG_Python_SetConstant(d, "eLaunchFlagLaunchInTTY",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagLaunchInTTY)));
82279 SWIG_Python_SetConstant(d, "eLaunchFlagLaunchInShell",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagLaunchInShell)));
82280 SWIG_Python_SetConstant(d, "eLaunchFlagLaunchInSeparateProcessGroup",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagLaunchInSeparateProcessGroup)));
82281 SWIG_Python_SetConstant(d, "eLaunchFlagDontSetExitStatus",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagDontSetExitStatus)));
82282 SWIG_Python_SetConstant(d, "eLaunchFlagDetachOnError",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagDetachOnError)));
82283 SWIG_Python_SetConstant(d, "eLaunchFlagShellExpandArguments",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagShellExpandArguments)));
82284 SWIG_Python_SetConstant(d, "eLaunchFlagCloseTTYOnExit",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagCloseTTYOnExit)));
82285 SWIG_Python_SetConstant(d, "eOnlyThisThread",SWIG_From_int(static_cast< int >(lldb::eOnlyThisThread)));
82286 SWIG_Python_SetConstant(d, "eAllThreads",SWIG_From_int(static_cast< int >(lldb::eAllThreads)));
82287 SWIG_Python_SetConstant(d, "eOnlyDuringStepping",SWIG_From_int(static_cast< int >(lldb::eOnlyDuringStepping)));
82288 SWIG_Python_SetConstant(d, "eByteOrderInvalid",SWIG_From_int(static_cast< int >(lldb::eByteOrderInvalid)));
82289 SWIG_Python_SetConstant(d, "eByteOrderBig",SWIG_From_int(static_cast< int >(lldb::eByteOrderBig)));
82290 SWIG_Python_SetConstant(d, "eByteOrderPDP",SWIG_From_int(static_cast< int >(lldb::eByteOrderPDP)));
82291 SWIG_Python_SetConstant(d, "eByteOrderLittle",SWIG_From_int(static_cast< int >(lldb::eByteOrderLittle)));
82292 SWIG_Python_SetConstant(d, "eEncodingInvalid",SWIG_From_int(static_cast< int >(lldb::eEncodingInvalid)));
82293 SWIG_Python_SetConstant(d, "eEncodingUint",SWIG_From_int(static_cast< int >(lldb::eEncodingUint)));
82294 SWIG_Python_SetConstant(d, "eEncodingSint",SWIG_From_int(static_cast< int >(lldb::eEncodingSint)));
82295 SWIG_Python_SetConstant(d, "eEncodingIEEE754",SWIG_From_int(static_cast< int >(lldb::eEncodingIEEE754)));
82296 SWIG_Python_SetConstant(d, "eEncodingVector",SWIG_From_int(static_cast< int >(lldb::eEncodingVector)));
82297 SWIG_Python_SetConstant(d, "eFormatDefault",SWIG_From_int(static_cast< int >(lldb::eFormatDefault)));
82298 SWIG_Python_SetConstant(d, "eFormatInvalid",SWIG_From_int(static_cast< int >(lldb::eFormatInvalid)));
82299 SWIG_Python_SetConstant(d, "eFormatBoolean",SWIG_From_int(static_cast< int >(lldb::eFormatBoolean)));
82300 SWIG_Python_SetConstant(d, "eFormatBinary",SWIG_From_int(static_cast< int >(lldb::eFormatBinary)));
82301 SWIG_Python_SetConstant(d, "eFormatBytes",SWIG_From_int(static_cast< int >(lldb::eFormatBytes)));
82302 SWIG_Python_SetConstant(d, "eFormatBytesWithASCII",SWIG_From_int(static_cast< int >(lldb::eFormatBytesWithASCII)));
82303 SWIG_Python_SetConstant(d, "eFormatChar",SWIG_From_int(static_cast< int >(lldb::eFormatChar)));
82304 SWIG_Python_SetConstant(d, "eFormatCharPrintable",SWIG_From_int(static_cast< int >(lldb::eFormatCharPrintable)));
82305 SWIG_Python_SetConstant(d, "eFormatComplex",SWIG_From_int(static_cast< int >(lldb::eFormatComplex)));
82306 SWIG_Python_SetConstant(d, "eFormatComplexFloat",SWIG_From_int(static_cast< int >(lldb::eFormatComplexFloat)));
82307 SWIG_Python_SetConstant(d, "eFormatCString",SWIG_From_int(static_cast< int >(lldb::eFormatCString)));
82308 SWIG_Python_SetConstant(d, "eFormatDecimal",SWIG_From_int(static_cast< int >(lldb::eFormatDecimal)));
82309 SWIG_Python_SetConstant(d, "eFormatEnum",SWIG_From_int(static_cast< int >(lldb::eFormatEnum)));
82310 SWIG_Python_SetConstant(d, "eFormatHex",SWIG_From_int(static_cast< int >(lldb::eFormatHex)));
82311 SWIG_Python_SetConstant(d, "eFormatHexUppercase",SWIG_From_int(static_cast< int >(lldb::eFormatHexUppercase)));
82312 SWIG_Python_SetConstant(d, "eFormatFloat",SWIG_From_int(static_cast< int >(lldb::eFormatFloat)));
82313 SWIG_Python_SetConstant(d, "eFormatOctal",SWIG_From_int(static_cast< int >(lldb::eFormatOctal)));
82314 SWIG_Python_SetConstant(d, "eFormatOSType",SWIG_From_int(static_cast< int >(lldb::eFormatOSType)));
82315 SWIG_Python_SetConstant(d, "eFormatUnicode16",SWIG_From_int(static_cast< int >(lldb::eFormatUnicode16)));
82316 SWIG_Python_SetConstant(d, "eFormatUnicode32",SWIG_From_int(static_cast< int >(lldb::eFormatUnicode32)));
82317 SWIG_Python_SetConstant(d, "eFormatUnsigned",SWIG_From_int(static_cast< int >(lldb::eFormatUnsigned)));
82318 SWIG_Python_SetConstant(d, "eFormatPointer",SWIG_From_int(static_cast< int >(lldb::eFormatPointer)));
82319 SWIG_Python_SetConstant(d, "eFormatVectorOfChar",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfChar)));
82320 SWIG_Python_SetConstant(d, "eFormatVectorOfSInt8",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfSInt8)));
82321 SWIG_Python_SetConstant(d, "eFormatVectorOfUInt8",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfUInt8)));
82322 SWIG_Python_SetConstant(d, "eFormatVectorOfSInt16",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfSInt16)));
82323 SWIG_Python_SetConstant(d, "eFormatVectorOfUInt16",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfUInt16)));
82324 SWIG_Python_SetConstant(d, "eFormatVectorOfSInt32",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfSInt32)));
82325 SWIG_Python_SetConstant(d, "eFormatVectorOfUInt32",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfUInt32)));
82326 SWIG_Python_SetConstant(d, "eFormatVectorOfSInt64",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfSInt64)));
82327 SWIG_Python_SetConstant(d, "eFormatVectorOfUInt64",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfUInt64)));
82328 SWIG_Python_SetConstant(d, "eFormatVectorOfFloat16",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfFloat16)));
82329 SWIG_Python_SetConstant(d, "eFormatVectorOfFloat32",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfFloat32)));
82330 SWIG_Python_SetConstant(d, "eFormatVectorOfFloat64",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfFloat64)));
82331 SWIG_Python_SetConstant(d, "eFormatVectorOfUInt128",SWIG_From_int(static_cast< int >(lldb::eFormatVectorOfUInt128)));
82332 SWIG_Python_SetConstant(d, "eFormatComplexInteger",SWIG_From_int(static_cast< int >(lldb::eFormatComplexInteger)));
82333 SWIG_Python_SetConstant(d, "eFormatCharArray",SWIG_From_int(static_cast< int >(lldb::eFormatCharArray)));
82334 SWIG_Python_SetConstant(d, "eFormatAddressInfo",SWIG_From_int(static_cast< int >(lldb::eFormatAddressInfo)));
82335 SWIG_Python_SetConstant(d, "eFormatHexFloat",SWIG_From_int(static_cast< int >(lldb::eFormatHexFloat)));
82336 SWIG_Python_SetConstant(d, "eFormatInstruction",SWIG_From_int(static_cast< int >(lldb::eFormatInstruction)));
82337 SWIG_Python_SetConstant(d, "eFormatVoid",SWIG_From_int(static_cast< int >(lldb::eFormatVoid)));
82338 SWIG_Python_SetConstant(d, "kNumFormats",SWIG_From_int(static_cast< int >(lldb::kNumFormats)));
82339 SWIG_Python_SetConstant(d, "eDescriptionLevelBrief",SWIG_From_int(static_cast< int >(lldb::eDescriptionLevelBrief)));
82340 SWIG_Python_SetConstant(d, "eDescriptionLevelFull",SWIG_From_int(static_cast< int >(lldb::eDescriptionLevelFull)));
82341 SWIG_Python_SetConstant(d, "eDescriptionLevelVerbose",SWIG_From_int(static_cast< int >(lldb::eDescriptionLevelVerbose)));
82342 SWIG_Python_SetConstant(d, "eDescriptionLevelInitial",SWIG_From_int(static_cast< int >(lldb::eDescriptionLevelInitial)));
82343 SWIG_Python_SetConstant(d, "kNumDescriptionLevels",SWIG_From_int(static_cast< int >(lldb::kNumDescriptionLevels)));
82344 SWIG_Python_SetConstant(d, "eScriptLanguageNone",SWIG_From_int(static_cast< int >(lldb::eScriptLanguageNone)));
82345 SWIG_Python_SetConstant(d, "eScriptLanguagePython",SWIG_From_int(static_cast< int >(lldb::eScriptLanguagePython)));
82346 SWIG_Python_SetConstant(d, "eScriptLanguageDefault",SWIG_From_int(static_cast< int >(lldb::eScriptLanguageDefault)));
82347 SWIG_Python_SetConstant(d, "eScriptLanguageUnknown",SWIG_From_int(static_cast< int >(lldb::eScriptLanguageUnknown)));
82348 SWIG_Python_SetConstant(d, "eRegisterKindEHFrame",SWIG_From_int(static_cast< int >(lldb::eRegisterKindEHFrame)));
82349 SWIG_Python_SetConstant(d, "eRegisterKindDWARF",SWIG_From_int(static_cast< int >(lldb::eRegisterKindDWARF)));
82350 SWIG_Python_SetConstant(d, "eRegisterKindGeneric",SWIG_From_int(static_cast< int >(lldb::eRegisterKindGeneric)));
82351 SWIG_Python_SetConstant(d, "eRegisterKindProcessPlugin",SWIG_From_int(static_cast< int >(lldb::eRegisterKindProcessPlugin)));
82352 SWIG_Python_SetConstant(d, "eRegisterKindLLDB",SWIG_From_int(static_cast< int >(lldb::eRegisterKindLLDB)));
82353 SWIG_Python_SetConstant(d, "kNumRegisterKinds",SWIG_From_int(static_cast< int >(lldb::kNumRegisterKinds)));
82354 SWIG_Python_SetConstant(d, "eStopReasonInvalid",SWIG_From_int(static_cast< int >(lldb::eStopReasonInvalid)));
82355 SWIG_Python_SetConstant(d, "eStopReasonNone",SWIG_From_int(static_cast< int >(lldb::eStopReasonNone)));
82356 SWIG_Python_SetConstant(d, "eStopReasonTrace",SWIG_From_int(static_cast< int >(lldb::eStopReasonTrace)));
82357 SWIG_Python_SetConstant(d, "eStopReasonBreakpoint",SWIG_From_int(static_cast< int >(lldb::eStopReasonBreakpoint)));
82358 SWIG_Python_SetConstant(d, "eStopReasonWatchpoint",SWIG_From_int(static_cast< int >(lldb::eStopReasonWatchpoint)));
82359 SWIG_Python_SetConstant(d, "eStopReasonSignal",SWIG_From_int(static_cast< int >(lldb::eStopReasonSignal)));
82360 SWIG_Python_SetConstant(d, "eStopReasonException",SWIG_From_int(static_cast< int >(lldb::eStopReasonException)));
82361 SWIG_Python_SetConstant(d, "eStopReasonExec",SWIG_From_int(static_cast< int >(lldb::eStopReasonExec)));
82362 SWIG_Python_SetConstant(d, "eStopReasonPlanComplete",SWIG_From_int(static_cast< int >(lldb::eStopReasonPlanComplete)));
82363 SWIG_Python_SetConstant(d, "eStopReasonThreadExiting",SWIG_From_int(static_cast< int >(lldb::eStopReasonThreadExiting)));
82364 SWIG_Python_SetConstant(d, "eStopReasonInstrumentation",SWIG_From_int(static_cast< int >(lldb::eStopReasonInstrumentation)));
82365 SWIG_Python_SetConstant(d, "eReturnStatusInvalid",SWIG_From_int(static_cast< int >(lldb::eReturnStatusInvalid)));
82366 SWIG_Python_SetConstant(d, "eReturnStatusSuccessFinishNoResult",SWIG_From_int(static_cast< int >(lldb::eReturnStatusSuccessFinishNoResult)));
82367 SWIG_Python_SetConstant(d, "eReturnStatusSuccessFinishResult",SWIG_From_int(static_cast< int >(lldb::eReturnStatusSuccessFinishResult)));
82368 SWIG_Python_SetConstant(d, "eReturnStatusSuccessContinuingNoResult",SWIG_From_int(static_cast< int >(lldb::eReturnStatusSuccessContinuingNoResult)));
82369 SWIG_Python_SetConstant(d, "eReturnStatusSuccessContinuingResult",SWIG_From_int(static_cast< int >(lldb::eReturnStatusSuccessContinuingResult)));
82370 SWIG_Python_SetConstant(d, "eReturnStatusStarted",SWIG_From_int(static_cast< int >(lldb::eReturnStatusStarted)));
82371 SWIG_Python_SetConstant(d, "eReturnStatusFailed",SWIG_From_int(static_cast< int >(lldb::eReturnStatusFailed)));
82372 SWIG_Python_SetConstant(d, "eReturnStatusQuit",SWIG_From_int(static_cast< int >(lldb::eReturnStatusQuit)));
82373 SWIG_Python_SetConstant(d, "eExpressionCompleted",SWIG_From_int(static_cast< int >(lldb::eExpressionCompleted)));
82374 SWIG_Python_SetConstant(d, "eExpressionSetupError",SWIG_From_int(static_cast< int >(lldb::eExpressionSetupError)));
82375 SWIG_Python_SetConstant(d, "eExpressionParseError",SWIG_From_int(static_cast< int >(lldb::eExpressionParseError)));
82376 SWIG_Python_SetConstant(d, "eExpressionDiscarded",SWIG_From_int(static_cast< int >(lldb::eExpressionDiscarded)));
82377 SWIG_Python_SetConstant(d, "eExpressionInterrupted",SWIG_From_int(static_cast< int >(lldb::eExpressionInterrupted)));
82378 SWIG_Python_SetConstant(d, "eExpressionHitBreakpoint",SWIG_From_int(static_cast< int >(lldb::eExpressionHitBreakpoint)));
82379 SWIG_Python_SetConstant(d, "eExpressionTimedOut",SWIG_From_int(static_cast< int >(lldb::eExpressionTimedOut)));
82380 SWIG_Python_SetConstant(d, "eExpressionResultUnavailable",SWIG_From_int(static_cast< int >(lldb::eExpressionResultUnavailable)));
82381 SWIG_Python_SetConstant(d, "eExpressionStoppedForDebug",SWIG_From_int(static_cast< int >(lldb::eExpressionStoppedForDebug)));
82382 SWIG_Python_SetConstant(d, "eSearchDepthInvalid",SWIG_From_int(static_cast< int >(lldb::eSearchDepthInvalid)));
82383 SWIG_Python_SetConstant(d, "eSearchDepthTarget",SWIG_From_int(static_cast< int >(lldb::eSearchDepthTarget)));
82384 SWIG_Python_SetConstant(d, "eSearchDepthModule",SWIG_From_int(static_cast< int >(lldb::eSearchDepthModule)));
82385 SWIG_Python_SetConstant(d, "eSearchDepthCompUnit",SWIG_From_int(static_cast< int >(lldb::eSearchDepthCompUnit)));
82386 SWIG_Python_SetConstant(d, "eSearchDepthFunction",SWIG_From_int(static_cast< int >(lldb::eSearchDepthFunction)));
82387 SWIG_Python_SetConstant(d, "eSearchDepthBlock",SWIG_From_int(static_cast< int >(lldb::eSearchDepthBlock)));
82388 SWIG_Python_SetConstant(d, "eSearchDepthAddress",SWIG_From_int(static_cast< int >(lldb::eSearchDepthAddress)));
82389 SWIG_Python_SetConstant(d, "kLastSearchDepthKind",SWIG_From_int(static_cast< int >(lldb::kLastSearchDepthKind)));
82390 SWIG_Python_SetConstant(d, "eConnectionStatusSuccess",SWIG_From_int(static_cast< int >(lldb::eConnectionStatusSuccess)));
82391 SWIG_Python_SetConstant(d, "eConnectionStatusEndOfFile",SWIG_From_int(static_cast< int >(lldb::eConnectionStatusEndOfFile)));
82392 SWIG_Python_SetConstant(d, "eConnectionStatusError",SWIG_From_int(static_cast< int >(lldb::eConnectionStatusError)));
82393 SWIG_Python_SetConstant(d, "eConnectionStatusTimedOut",SWIG_From_int(static_cast< int >(lldb::eConnectionStatusTimedOut)));
82394 SWIG_Python_SetConstant(d, "eConnectionStatusNoConnection",SWIG_From_int(static_cast< int >(lldb::eConnectionStatusNoConnection)));
82395 SWIG_Python_SetConstant(d, "eConnectionStatusLostConnection",SWIG_From_int(static_cast< int >(lldb::eConnectionStatusLostConnection)));
82396 SWIG_Python_SetConstant(d, "eConnectionStatusInterrupted",SWIG_From_int(static_cast< int >(lldb::eConnectionStatusInterrupted)));
82397 SWIG_Python_SetConstant(d, "eErrorTypeInvalid",SWIG_From_int(static_cast< int >(lldb::eErrorTypeInvalid)));
82398 SWIG_Python_SetConstant(d, "eErrorTypeGeneric",SWIG_From_int(static_cast< int >(lldb::eErrorTypeGeneric)));
82399 SWIG_Python_SetConstant(d, "eErrorTypeMachKernel",SWIG_From_int(static_cast< int >(lldb::eErrorTypeMachKernel)));
82400 SWIG_Python_SetConstant(d, "eErrorTypePOSIX",SWIG_From_int(static_cast< int >(lldb::eErrorTypePOSIX)));
82401 SWIG_Python_SetConstant(d, "eErrorTypeExpression",SWIG_From_int(static_cast< int >(lldb::eErrorTypeExpression)));
82402 SWIG_Python_SetConstant(d, "eErrorTypeWin32",SWIG_From_int(static_cast< int >(lldb::eErrorTypeWin32)));
82403 SWIG_Python_SetConstant(d, "eValueTypeInvalid",SWIG_From_int(static_cast< int >(lldb::eValueTypeInvalid)));
82404 SWIG_Python_SetConstant(d, "eValueTypeVariableGlobal",SWIG_From_int(static_cast< int >(lldb::eValueTypeVariableGlobal)));
82405 SWIG_Python_SetConstant(d, "eValueTypeVariableStatic",SWIG_From_int(static_cast< int >(lldb::eValueTypeVariableStatic)));
82406 SWIG_Python_SetConstant(d, "eValueTypeVariableArgument",SWIG_From_int(static_cast< int >(lldb::eValueTypeVariableArgument)));
82407 SWIG_Python_SetConstant(d, "eValueTypeVariableLocal",SWIG_From_int(static_cast< int >(lldb::eValueTypeVariableLocal)));
82408 SWIG_Python_SetConstant(d, "eValueTypeRegister",SWIG_From_int(static_cast< int >(lldb::eValueTypeRegister)));
82409 SWIG_Python_SetConstant(d, "eValueTypeRegisterSet",SWIG_From_int(static_cast< int >(lldb::eValueTypeRegisterSet)));
82410 SWIG_Python_SetConstant(d, "eValueTypeConstResult",SWIG_From_int(static_cast< int >(lldb::eValueTypeConstResult)));
82411 SWIG_Python_SetConstant(d, "eValueTypeVariableThreadLocal",SWIG_From_int(static_cast< int >(lldb::eValueTypeVariableThreadLocal)));
82412 SWIG_Python_SetConstant(d, "eInputReaderGranularityInvalid",SWIG_From_int(static_cast< int >(lldb::eInputReaderGranularityInvalid)));
82413 SWIG_Python_SetConstant(d, "eInputReaderGranularityByte",SWIG_From_int(static_cast< int >(lldb::eInputReaderGranularityByte)));
82414 SWIG_Python_SetConstant(d, "eInputReaderGranularityWord",SWIG_From_int(static_cast< int >(lldb::eInputReaderGranularityWord)));
82415 SWIG_Python_SetConstant(d, "eInputReaderGranularityLine",SWIG_From_int(static_cast< int >(lldb::eInputReaderGranularityLine)));
82416 SWIG_Python_SetConstant(d, "eInputReaderGranularityAll",SWIG_From_int(static_cast< int >(lldb::eInputReaderGranularityAll)));
82417 SWIG_Python_SetConstant(d, "eSymbolContextTarget",SWIG_From_int(static_cast< int >(lldb::eSymbolContextTarget)));
82418 SWIG_Python_SetConstant(d, "eSymbolContextModule",SWIG_From_int(static_cast< int >(lldb::eSymbolContextModule)));
82419 SWIG_Python_SetConstant(d, "eSymbolContextCompUnit",SWIG_From_int(static_cast< int >(lldb::eSymbolContextCompUnit)));
82420 SWIG_Python_SetConstant(d, "eSymbolContextFunction",SWIG_From_int(static_cast< int >(lldb::eSymbolContextFunction)));
82421 SWIG_Python_SetConstant(d, "eSymbolContextBlock",SWIG_From_int(static_cast< int >(lldb::eSymbolContextBlock)));
82422 SWIG_Python_SetConstant(d, "eSymbolContextLineEntry",SWIG_From_int(static_cast< int >(lldb::eSymbolContextLineEntry)));
82423 SWIG_Python_SetConstant(d, "eSymbolContextSymbol",SWIG_From_int(static_cast< int >(lldb::eSymbolContextSymbol)));
82424 SWIG_Python_SetConstant(d, "eSymbolContextEverything",SWIG_From_int(static_cast< int >(lldb::eSymbolContextEverything)));
82425 SWIG_Python_SetConstant(d, "eSymbolContextVariable",SWIG_From_int(static_cast< int >(lldb::eSymbolContextVariable)));
82426 SWIG_Python_SetConstant(d, "ePermissionsWritable",SWIG_From_int(static_cast< int >(lldb::ePermissionsWritable)));
82427 SWIG_Python_SetConstant(d, "ePermissionsReadable",SWIG_From_int(static_cast< int >(lldb::ePermissionsReadable)));
82428 SWIG_Python_SetConstant(d, "ePermissionsExecutable",SWIG_From_int(static_cast< int >(lldb::ePermissionsExecutable)));
82429 SWIG_Python_SetConstant(d, "eInputReaderActivate",SWIG_From_int(static_cast< int >(lldb::eInputReaderActivate)));
82430 SWIG_Python_SetConstant(d, "eInputReaderAsynchronousOutputWritten",SWIG_From_int(static_cast< int >(lldb::eInputReaderAsynchronousOutputWritten)));
82431 SWIG_Python_SetConstant(d, "eInputReaderReactivate",SWIG_From_int(static_cast< int >(lldb::eInputReaderReactivate)));
82432 SWIG_Python_SetConstant(d, "eInputReaderDeactivate",SWIG_From_int(static_cast< int >(lldb::eInputReaderDeactivate)));
82433 SWIG_Python_SetConstant(d, "eInputReaderGotToken",SWIG_From_int(static_cast< int >(lldb::eInputReaderGotToken)));
82434 SWIG_Python_SetConstant(d, "eInputReaderInterrupt",SWIG_From_int(static_cast< int >(lldb::eInputReaderInterrupt)));
82435 SWIG_Python_SetConstant(d, "eInputReaderEndOfFile",SWIG_From_int(static_cast< int >(lldb::eInputReaderEndOfFile)));
82436 SWIG_Python_SetConstant(d, "eInputReaderDone",SWIG_From_int(static_cast< int >(lldb::eInputReaderDone)));
82437 SWIG_Python_SetConstant(d, "eBreakpointEventTypeInvalidType",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeInvalidType)));
82438 SWIG_Python_SetConstant(d, "eBreakpointEventTypeAdded",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeAdded)));
82439 SWIG_Python_SetConstant(d, "eBreakpointEventTypeRemoved",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeRemoved)));
82440 SWIG_Python_SetConstant(d, "eBreakpointEventTypeLocationsAdded",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeLocationsAdded)));
82441 SWIG_Python_SetConstant(d, "eBreakpointEventTypeLocationsRemoved",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeLocationsRemoved)));
82442 SWIG_Python_SetConstant(d, "eBreakpointEventTypeLocationsResolved",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeLocationsResolved)));
82443 SWIG_Python_SetConstant(d, "eBreakpointEventTypeEnabled",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeEnabled)));
82444 SWIG_Python_SetConstant(d, "eBreakpointEventTypeDisabled",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeDisabled)));
82445 SWIG_Python_SetConstant(d, "eBreakpointEventTypeCommandChanged",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeCommandChanged)));
82446 SWIG_Python_SetConstant(d, "eBreakpointEventTypeConditionChanged",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeConditionChanged)));
82447 SWIG_Python_SetConstant(d, "eBreakpointEventTypeIgnoreChanged",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeIgnoreChanged)));
82448 SWIG_Python_SetConstant(d, "eBreakpointEventTypeThreadChanged",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeThreadChanged)));
82449 SWIG_Python_SetConstant(d, "eBreakpointEventTypeAutoContinueChanged",SWIG_From_int(static_cast< int >(lldb::eBreakpointEventTypeAutoContinueChanged)));
82450 SWIG_Python_SetConstant(d, "eWatchpointEventTypeInvalidType",SWIG_From_int(static_cast< int >(lldb::eWatchpointEventTypeInvalidType)));
82451 SWIG_Python_SetConstant(d, "eWatchpointEventTypeAdded",SWIG_From_int(static_cast< int >(lldb::eWatchpointEventTypeAdded)));
82452 SWIG_Python_SetConstant(d, "eWatchpointEventTypeRemoved",SWIG_From_int(static_cast< int >(lldb::eWatchpointEventTypeRemoved)));
82453 SWIG_Python_SetConstant(d, "eWatchpointEventTypeEnabled",SWIG_From_int(static_cast< int >(lldb::eWatchpointEventTypeEnabled)));
82454 SWIG_Python_SetConstant(d, "eWatchpointEventTypeDisabled",SWIG_From_int(static_cast< int >(lldb::eWatchpointEventTypeDisabled)));
82455 SWIG_Python_SetConstant(d, "eWatchpointEventTypeCommandChanged",SWIG_From_int(static_cast< int >(lldb::eWatchpointEventTypeCommandChanged)));
82456 SWIG_Python_SetConstant(d, "eWatchpointEventTypeConditionChanged",SWIG_From_int(static_cast< int >(lldb::eWatchpointEventTypeConditionChanged)));
82457 SWIG_Python_SetConstant(d, "eWatchpointEventTypeIgnoreChanged",SWIG_From_int(static_cast< int >(lldb::eWatchpointEventTypeIgnoreChanged)));
82458 SWIG_Python_SetConstant(d, "eWatchpointEventTypeThreadChanged",SWIG_From_int(static_cast< int >(lldb::eWatchpointEventTypeThreadChanged)));
82459 SWIG_Python_SetConstant(d, "eWatchpointEventTypeTypeChanged",SWIG_From_int(static_cast< int >(lldb::eWatchpointEventTypeTypeChanged)));
82460 SWIG_Python_SetConstant(d, "eLanguageTypeUnknown",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeUnknown)));
82461 SWIG_Python_SetConstant(d, "eLanguageTypeC89",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeC89)));
82462 SWIG_Python_SetConstant(d, "eLanguageTypeC",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeC)));
82463 SWIG_Python_SetConstant(d, "eLanguageTypeAda83",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeAda83)));
82464 SWIG_Python_SetConstant(d, "eLanguageTypeC_plus_plus",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeC_plus_plus)));
82465 SWIG_Python_SetConstant(d, "eLanguageTypeCobol74",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeCobol74)));
82466 SWIG_Python_SetConstant(d, "eLanguageTypeCobol85",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeCobol85)));
82467 SWIG_Python_SetConstant(d, "eLanguageTypeFortran77",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeFortran77)));
82468 SWIG_Python_SetConstant(d, "eLanguageTypeFortran90",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeFortran90)));
82469 SWIG_Python_SetConstant(d, "eLanguageTypePascal83",SWIG_From_int(static_cast< int >(lldb::eLanguageTypePascal83)));
82470 SWIG_Python_SetConstant(d, "eLanguageTypeModula2",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeModula2)));
82471 SWIG_Python_SetConstant(d, "eLanguageTypeJava",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeJava)));
82472 SWIG_Python_SetConstant(d, "eLanguageTypeC99",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeC99)));
82473 SWIG_Python_SetConstant(d, "eLanguageTypeAda95",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeAda95)));
82474 SWIG_Python_SetConstant(d, "eLanguageTypeFortran95",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeFortran95)));
82475 SWIG_Python_SetConstant(d, "eLanguageTypePLI",SWIG_From_int(static_cast< int >(lldb::eLanguageTypePLI)));
82476 SWIG_Python_SetConstant(d, "eLanguageTypeObjC",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeObjC)));
82477 SWIG_Python_SetConstant(d, "eLanguageTypeObjC_plus_plus",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeObjC_plus_plus)));
82478 SWIG_Python_SetConstant(d, "eLanguageTypeUPC",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeUPC)));
82479 SWIG_Python_SetConstant(d, "eLanguageTypeD",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeD)));
82480 SWIG_Python_SetConstant(d, "eLanguageTypePython",SWIG_From_int(static_cast< int >(lldb::eLanguageTypePython)));
82481 SWIG_Python_SetConstant(d, "eLanguageTypeOpenCL",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeOpenCL)));
82482 SWIG_Python_SetConstant(d, "eLanguageTypeGo",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeGo)));
82483 SWIG_Python_SetConstant(d, "eLanguageTypeModula3",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeModula3)));
82484 SWIG_Python_SetConstant(d, "eLanguageTypeHaskell",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeHaskell)));
82485 SWIG_Python_SetConstant(d, "eLanguageTypeC_plus_plus_03",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeC_plus_plus_03)));
82486 SWIG_Python_SetConstant(d, "eLanguageTypeC_plus_plus_11",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeC_plus_plus_11)));
82487 SWIG_Python_SetConstant(d, "eLanguageTypeOCaml",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeOCaml)));
82488 SWIG_Python_SetConstant(d, "eLanguageTypeRust",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeRust)));
82489 SWIG_Python_SetConstant(d, "eLanguageTypeC11",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeC11)));
82490 SWIG_Python_SetConstant(d, "eLanguageTypeSwift",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeSwift)));
82491 SWIG_Python_SetConstant(d, "eLanguageTypeJulia",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeJulia)));
82492 SWIG_Python_SetConstant(d, "eLanguageTypeDylan",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeDylan)));
82493 SWIG_Python_SetConstant(d, "eLanguageTypeC_plus_plus_14",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeC_plus_plus_14)));
82494 SWIG_Python_SetConstant(d, "eLanguageTypeFortran03",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeFortran03)));
82495 SWIG_Python_SetConstant(d, "eLanguageTypeFortran08",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeFortran08)));
82496 SWIG_Python_SetConstant(d, "eLanguageTypeMipsAssembler",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeMipsAssembler)));
82497 SWIG_Python_SetConstant(d, "eLanguageTypeExtRenderScript",SWIG_From_int(static_cast< int >(lldb::eLanguageTypeExtRenderScript)));
82498 SWIG_Python_SetConstant(d, "eNumLanguageTypes",SWIG_From_int(static_cast< int >(lldb::eNumLanguageTypes)));
82499 SWIG_Python_SetConstant(d, "eInstrumentationRuntimeTypeAddressSanitizer",SWIG_From_int(static_cast< int >(lldb::eInstrumentationRuntimeTypeAddressSanitizer)));
82500 SWIG_Python_SetConstant(d, "eInstrumentationRuntimeTypeThreadSanitizer",SWIG_From_int(static_cast< int >(lldb::eInstrumentationRuntimeTypeThreadSanitizer)));
82501 SWIG_Python_SetConstant(d, "eInstrumentationRuntimeTypeUndefinedBehaviorSanitizer",SWIG_From_int(static_cast< int >(lldb::eInstrumentationRuntimeTypeUndefinedBehaviorSanitizer)));
82502 SWIG_Python_SetConstant(d, "eInstrumentationRuntimeTypeMainThreadChecker",SWIG_From_int(static_cast< int >(lldb::eInstrumentationRuntimeTypeMainThreadChecker)));
82503 SWIG_Python_SetConstant(d, "eInstrumentationRuntimeTypeSwiftRuntimeReporting",SWIG_From_int(static_cast< int >(lldb::eInstrumentationRuntimeTypeSwiftRuntimeReporting)));
82504 SWIG_Python_SetConstant(d, "eNumInstrumentationRuntimeTypes",SWIG_From_int(static_cast< int >(lldb::eNumInstrumentationRuntimeTypes)));
82505 SWIG_Python_SetConstant(d, "eNoDynamicValues",SWIG_From_int(static_cast< int >(lldb::eNoDynamicValues)));
82506 SWIG_Python_SetConstant(d, "eDynamicCanRunTarget",SWIG_From_int(static_cast< int >(lldb::eDynamicCanRunTarget)));
82507 SWIG_Python_SetConstant(d, "eDynamicDontRunTarget",SWIG_From_int(static_cast< int >(lldb::eDynamicDontRunTarget)));
82508 SWIG_Python_SetConstant(d, "eStopShowColumnAnsiOrCaret",SWIG_From_int(static_cast< int >(lldb::eStopShowColumnAnsiOrCaret)));
82509 SWIG_Python_SetConstant(d, "eStopShowColumnAnsi",SWIG_From_int(static_cast< int >(lldb::eStopShowColumnAnsi)));
82510 SWIG_Python_SetConstant(d, "eStopShowColumnCaret",SWIG_From_int(static_cast< int >(lldb::eStopShowColumnCaret)));
82511 SWIG_Python_SetConstant(d, "eStopShowColumnNone",SWIG_From_int(static_cast< int >(lldb::eStopShowColumnNone)));
82512 SWIG_Python_SetConstant(d, "eAccessNone",SWIG_From_int(static_cast< int >(lldb::eAccessNone)));
82513 SWIG_Python_SetConstant(d, "eAccessPublic",SWIG_From_int(static_cast< int >(lldb::eAccessPublic)));
82514 SWIG_Python_SetConstant(d, "eAccessPrivate",SWIG_From_int(static_cast< int >(lldb::eAccessPrivate)));
82515 SWIG_Python_SetConstant(d, "eAccessProtected",SWIG_From_int(static_cast< int >(lldb::eAccessProtected)));
82516 SWIG_Python_SetConstant(d, "eAccessPackage",SWIG_From_int(static_cast< int >(lldb::eAccessPackage)));
82517 SWIG_Python_SetConstant(d, "eArgTypeAddress",SWIG_From_int(static_cast< int >(lldb::eArgTypeAddress)));
82518 SWIG_Python_SetConstant(d, "eArgTypeAddressOrExpression",SWIG_From_int(static_cast< int >(lldb::eArgTypeAddressOrExpression)));
82519 SWIG_Python_SetConstant(d, "eArgTypeAliasName",SWIG_From_int(static_cast< int >(lldb::eArgTypeAliasName)));
82520 SWIG_Python_SetConstant(d, "eArgTypeAliasOptions",SWIG_From_int(static_cast< int >(lldb::eArgTypeAliasOptions)));
82521 SWIG_Python_SetConstant(d, "eArgTypeArchitecture",SWIG_From_int(static_cast< int >(lldb::eArgTypeArchitecture)));
82522 SWIG_Python_SetConstant(d, "eArgTypeBoolean",SWIG_From_int(static_cast< int >(lldb::eArgTypeBoolean)));
82523 SWIG_Python_SetConstant(d, "eArgTypeBreakpointID",SWIG_From_int(static_cast< int >(lldb::eArgTypeBreakpointID)));
82524 SWIG_Python_SetConstant(d, "eArgTypeBreakpointIDRange",SWIG_From_int(static_cast< int >(lldb::eArgTypeBreakpointIDRange)));
82525 SWIG_Python_SetConstant(d, "eArgTypeBreakpointName",SWIG_From_int(static_cast< int >(lldb::eArgTypeBreakpointName)));
82526 SWIG_Python_SetConstant(d, "eArgTypeByteSize",SWIG_From_int(static_cast< int >(lldb::eArgTypeByteSize)));
82527 SWIG_Python_SetConstant(d, "eArgTypeClassName",SWIG_From_int(static_cast< int >(lldb::eArgTypeClassName)));
82528 SWIG_Python_SetConstant(d, "eArgTypeCommandName",SWIG_From_int(static_cast< int >(lldb::eArgTypeCommandName)));
82529 SWIG_Python_SetConstant(d, "eArgTypeCount",SWIG_From_int(static_cast< int >(lldb::eArgTypeCount)));
82530 SWIG_Python_SetConstant(d, "eArgTypeDescriptionVerbosity",SWIG_From_int(static_cast< int >(lldb::eArgTypeDescriptionVerbosity)));
82531 SWIG_Python_SetConstant(d, "eArgTypeDirectoryName",SWIG_From_int(static_cast< int >(lldb::eArgTypeDirectoryName)));
82532 SWIG_Python_SetConstant(d, "eArgTypeDisassemblyFlavor",SWIG_From_int(static_cast< int >(lldb::eArgTypeDisassemblyFlavor)));
82533 SWIG_Python_SetConstant(d, "eArgTypeEndAddress",SWIG_From_int(static_cast< int >(lldb::eArgTypeEndAddress)));
82534 SWIG_Python_SetConstant(d, "eArgTypeExpression",SWIG_From_int(static_cast< int >(lldb::eArgTypeExpression)));
82535 SWIG_Python_SetConstant(d, "eArgTypeExpressionPath",SWIG_From_int(static_cast< int >(lldb::eArgTypeExpressionPath)));
82536 SWIG_Python_SetConstant(d, "eArgTypeExprFormat",SWIG_From_int(static_cast< int >(lldb::eArgTypeExprFormat)));
82537 SWIG_Python_SetConstant(d, "eArgTypeFilename",SWIG_From_int(static_cast< int >(lldb::eArgTypeFilename)));
82538 SWIG_Python_SetConstant(d, "eArgTypeFormat",SWIG_From_int(static_cast< int >(lldb::eArgTypeFormat)));
82539 SWIG_Python_SetConstant(d, "eArgTypeFrameIndex",SWIG_From_int(static_cast< int >(lldb::eArgTypeFrameIndex)));
82540 SWIG_Python_SetConstant(d, "eArgTypeFullName",SWIG_From_int(static_cast< int >(lldb::eArgTypeFullName)));
82541 SWIG_Python_SetConstant(d, "eArgTypeFunctionName",SWIG_From_int(static_cast< int >(lldb::eArgTypeFunctionName)));
82542 SWIG_Python_SetConstant(d, "eArgTypeFunctionOrSymbol",SWIG_From_int(static_cast< int >(lldb::eArgTypeFunctionOrSymbol)));
82543 SWIG_Python_SetConstant(d, "eArgTypeGDBFormat",SWIG_From_int(static_cast< int >(lldb::eArgTypeGDBFormat)));
82544 SWIG_Python_SetConstant(d, "eArgTypeHelpText",SWIG_From_int(static_cast< int >(lldb::eArgTypeHelpText)));
82545 SWIG_Python_SetConstant(d, "eArgTypeIndex",SWIG_From_int(static_cast< int >(lldb::eArgTypeIndex)));
82546 SWIG_Python_SetConstant(d, "eArgTypeLanguage",SWIG_From_int(static_cast< int >(lldb::eArgTypeLanguage)));
82547 SWIG_Python_SetConstant(d, "eArgTypeLineNum",SWIG_From_int(static_cast< int >(lldb::eArgTypeLineNum)));
82548 SWIG_Python_SetConstant(d, "eArgTypeLogCategory",SWIG_From_int(static_cast< int >(lldb::eArgTypeLogCategory)));
82549 SWIG_Python_SetConstant(d, "eArgTypeLogChannel",SWIG_From_int(static_cast< int >(lldb::eArgTypeLogChannel)));
82550 SWIG_Python_SetConstant(d, "eArgTypeMethod",SWIG_From_int(static_cast< int >(lldb::eArgTypeMethod)));
82551 SWIG_Python_SetConstant(d, "eArgTypeName",SWIG_From_int(static_cast< int >(lldb::eArgTypeName)));
82552 SWIG_Python_SetConstant(d, "eArgTypeNewPathPrefix",SWIG_From_int(static_cast< int >(lldb::eArgTypeNewPathPrefix)));
82553 SWIG_Python_SetConstant(d, "eArgTypeNumLines",SWIG_From_int(static_cast< int >(lldb::eArgTypeNumLines)));
82554 SWIG_Python_SetConstant(d, "eArgTypeNumberPerLine",SWIG_From_int(static_cast< int >(lldb::eArgTypeNumberPerLine)));
82555 SWIG_Python_SetConstant(d, "eArgTypeOffset",SWIG_From_int(static_cast< int >(lldb::eArgTypeOffset)));
82556 SWIG_Python_SetConstant(d, "eArgTypeOldPathPrefix",SWIG_From_int(static_cast< int >(lldb::eArgTypeOldPathPrefix)));
82557 SWIG_Python_SetConstant(d, "eArgTypeOneLiner",SWIG_From_int(static_cast< int >(lldb::eArgTypeOneLiner)));
82558 SWIG_Python_SetConstant(d, "eArgTypePath",SWIG_From_int(static_cast< int >(lldb::eArgTypePath)));
82559 SWIG_Python_SetConstant(d, "eArgTypePermissionsNumber",SWIG_From_int(static_cast< int >(lldb::eArgTypePermissionsNumber)));
82560 SWIG_Python_SetConstant(d, "eArgTypePermissionsString",SWIG_From_int(static_cast< int >(lldb::eArgTypePermissionsString)));
82561 SWIG_Python_SetConstant(d, "eArgTypePid",SWIG_From_int(static_cast< int >(lldb::eArgTypePid)));
82562 SWIG_Python_SetConstant(d, "eArgTypePlugin",SWIG_From_int(static_cast< int >(lldb::eArgTypePlugin)));
82563 SWIG_Python_SetConstant(d, "eArgTypeProcessName",SWIG_From_int(static_cast< int >(lldb::eArgTypeProcessName)));
82564 SWIG_Python_SetConstant(d, "eArgTypePythonClass",SWIG_From_int(static_cast< int >(lldb::eArgTypePythonClass)));
82565 SWIG_Python_SetConstant(d, "eArgTypePythonFunction",SWIG_From_int(static_cast< int >(lldb::eArgTypePythonFunction)));
82566 SWIG_Python_SetConstant(d, "eArgTypePythonScript",SWIG_From_int(static_cast< int >(lldb::eArgTypePythonScript)));
82567 SWIG_Python_SetConstant(d, "eArgTypeQueueName",SWIG_From_int(static_cast< int >(lldb::eArgTypeQueueName)));
82568 SWIG_Python_SetConstant(d, "eArgTypeRegisterName",SWIG_From_int(static_cast< int >(lldb::eArgTypeRegisterName)));
82569 SWIG_Python_SetConstant(d, "eArgTypeRegularExpression",SWIG_From_int(static_cast< int >(lldb::eArgTypeRegularExpression)));
82570 SWIG_Python_SetConstant(d, "eArgTypeRunArgs",SWIG_From_int(static_cast< int >(lldb::eArgTypeRunArgs)));
82571 SWIG_Python_SetConstant(d, "eArgTypeRunMode",SWIG_From_int(static_cast< int >(lldb::eArgTypeRunMode)));
82572 SWIG_Python_SetConstant(d, "eArgTypeScriptedCommandSynchronicity",SWIG_From_int(static_cast< int >(lldb::eArgTypeScriptedCommandSynchronicity)));
82573 SWIG_Python_SetConstant(d, "eArgTypeScriptLang",SWIG_From_int(static_cast< int >(lldb::eArgTypeScriptLang)));
82574 SWIG_Python_SetConstant(d, "eArgTypeSearchWord",SWIG_From_int(static_cast< int >(lldb::eArgTypeSearchWord)));
82575 SWIG_Python_SetConstant(d, "eArgTypeSelector",SWIG_From_int(static_cast< int >(lldb::eArgTypeSelector)));
82576 SWIG_Python_SetConstant(d, "eArgTypeSettingIndex",SWIG_From_int(static_cast< int >(lldb::eArgTypeSettingIndex)));
82577 SWIG_Python_SetConstant(d, "eArgTypeSettingKey",SWIG_From_int(static_cast< int >(lldb::eArgTypeSettingKey)));
82578 SWIG_Python_SetConstant(d, "eArgTypeSettingPrefix",SWIG_From_int(static_cast< int >(lldb::eArgTypeSettingPrefix)));
82579 SWIG_Python_SetConstant(d, "eArgTypeSettingVariableName",SWIG_From_int(static_cast< int >(lldb::eArgTypeSettingVariableName)));
82580 SWIG_Python_SetConstant(d, "eArgTypeShlibName",SWIG_From_int(static_cast< int >(lldb::eArgTypeShlibName)));
82581 SWIG_Python_SetConstant(d, "eArgTypeSourceFile",SWIG_From_int(static_cast< int >(lldb::eArgTypeSourceFile)));
82582 SWIG_Python_SetConstant(d, "eArgTypeSortOrder",SWIG_From_int(static_cast< int >(lldb::eArgTypeSortOrder)));
82583 SWIG_Python_SetConstant(d, "eArgTypeStartAddress",SWIG_From_int(static_cast< int >(lldb::eArgTypeStartAddress)));
82584 SWIG_Python_SetConstant(d, "eArgTypeSummaryString",SWIG_From_int(static_cast< int >(lldb::eArgTypeSummaryString)));
82585 SWIG_Python_SetConstant(d, "eArgTypeSymbol",SWIG_From_int(static_cast< int >(lldb::eArgTypeSymbol)));
82586 SWIG_Python_SetConstant(d, "eArgTypeThreadID",SWIG_From_int(static_cast< int >(lldb::eArgTypeThreadID)));
82587 SWIG_Python_SetConstant(d, "eArgTypeThreadIndex",SWIG_From_int(static_cast< int >(lldb::eArgTypeThreadIndex)));
82588 SWIG_Python_SetConstant(d, "eArgTypeThreadName",SWIG_From_int(static_cast< int >(lldb::eArgTypeThreadName)));
82589 SWIG_Python_SetConstant(d, "eArgTypeTypeName",SWIG_From_int(static_cast< int >(lldb::eArgTypeTypeName)));
82590 SWIG_Python_SetConstant(d, "eArgTypeUnsignedInteger",SWIG_From_int(static_cast< int >(lldb::eArgTypeUnsignedInteger)));
82591 SWIG_Python_SetConstant(d, "eArgTypeUnixSignal",SWIG_From_int(static_cast< int >(lldb::eArgTypeUnixSignal)));
82592 SWIG_Python_SetConstant(d, "eArgTypeVarName",SWIG_From_int(static_cast< int >(lldb::eArgTypeVarName)));
82593 SWIG_Python_SetConstant(d, "eArgTypeValue",SWIG_From_int(static_cast< int >(lldb::eArgTypeValue)));
82594 SWIG_Python_SetConstant(d, "eArgTypeWidth",SWIG_From_int(static_cast< int >(lldb::eArgTypeWidth)));
82595 SWIG_Python_SetConstant(d, "eArgTypeNone",SWIG_From_int(static_cast< int >(lldb::eArgTypeNone)));
82596 SWIG_Python_SetConstant(d, "eArgTypePlatform",SWIG_From_int(static_cast< int >(lldb::eArgTypePlatform)));
82597 SWIG_Python_SetConstant(d, "eArgTypeWatchpointID",SWIG_From_int(static_cast< int >(lldb::eArgTypeWatchpointID)));
82598 SWIG_Python_SetConstant(d, "eArgTypeWatchpointIDRange",SWIG_From_int(static_cast< int >(lldb::eArgTypeWatchpointIDRange)));
82599 SWIG_Python_SetConstant(d, "eArgTypeWatchType",SWIG_From_int(static_cast< int >(lldb::eArgTypeWatchType)));
82600 SWIG_Python_SetConstant(d, "eArgRawInput",SWIG_From_int(static_cast< int >(lldb::eArgRawInput)));
82601 SWIG_Python_SetConstant(d, "eArgTypeCommand",SWIG_From_int(static_cast< int >(lldb::eArgTypeCommand)));
82602 SWIG_Python_SetConstant(d, "eArgTypeLastArg",SWIG_From_int(static_cast< int >(lldb::eArgTypeLastArg)));
82603 SWIG_Python_SetConstant(d, "eSymbolTypeAny",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeAny)));
82604 SWIG_Python_SetConstant(d, "eSymbolTypeInvalid",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeInvalid)));
82605 SWIG_Python_SetConstant(d, "eSymbolTypeAbsolute",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeAbsolute)));
82606 SWIG_Python_SetConstant(d, "eSymbolTypeCode",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeCode)));
82607 SWIG_Python_SetConstant(d, "eSymbolTypeResolver",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeResolver)));
82608 SWIG_Python_SetConstant(d, "eSymbolTypeData",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeData)));
82609 SWIG_Python_SetConstant(d, "eSymbolTypeTrampoline",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeTrampoline)));
82610 SWIG_Python_SetConstant(d, "eSymbolTypeRuntime",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeRuntime)));
82611 SWIG_Python_SetConstant(d, "eSymbolTypeException",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeException)));
82612 SWIG_Python_SetConstant(d, "eSymbolTypeSourceFile",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeSourceFile)));
82613 SWIG_Python_SetConstant(d, "eSymbolTypeHeaderFile",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeHeaderFile)));
82614 SWIG_Python_SetConstant(d, "eSymbolTypeObjectFile",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeObjectFile)));
82615 SWIG_Python_SetConstant(d, "eSymbolTypeCommonBlock",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeCommonBlock)));
82616 SWIG_Python_SetConstant(d, "eSymbolTypeBlock",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeBlock)));
82617 SWIG_Python_SetConstant(d, "eSymbolTypeLocal",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeLocal)));
82618 SWIG_Python_SetConstant(d, "eSymbolTypeParam",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeParam)));
82619 SWIG_Python_SetConstant(d, "eSymbolTypeVariable",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeVariable)));
82620 SWIG_Python_SetConstant(d, "eSymbolTypeVariableType",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeVariableType)));
82621 SWIG_Python_SetConstant(d, "eSymbolTypeLineEntry",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeLineEntry)));
82622 SWIG_Python_SetConstant(d, "eSymbolTypeLineHeader",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeLineHeader)));
82623 SWIG_Python_SetConstant(d, "eSymbolTypeScopeBegin",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeScopeBegin)));
82624 SWIG_Python_SetConstant(d, "eSymbolTypeScopeEnd",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeScopeEnd)));
82625 SWIG_Python_SetConstant(d, "eSymbolTypeAdditional",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeAdditional)));
82626 SWIG_Python_SetConstant(d, "eSymbolTypeCompiler",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeCompiler)));
82627 SWIG_Python_SetConstant(d, "eSymbolTypeInstrumentation",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeInstrumentation)));
82628 SWIG_Python_SetConstant(d, "eSymbolTypeUndefined",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeUndefined)));
82629 SWIG_Python_SetConstant(d, "eSymbolTypeObjCClass",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeObjCClass)));
82630 SWIG_Python_SetConstant(d, "eSymbolTypeObjCMetaClass",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeObjCMetaClass)));
82631 SWIG_Python_SetConstant(d, "eSymbolTypeObjCIVar",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeObjCIVar)));
82632 SWIG_Python_SetConstant(d, "eSymbolTypeReExported",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeReExported)));
82633 SWIG_Python_SetConstant(d, "eSectionTypeInvalid",SWIG_From_int(static_cast< int >(lldb::eSectionTypeInvalid)));
82634 SWIG_Python_SetConstant(d, "eSectionTypeCode",SWIG_From_int(static_cast< int >(lldb::eSectionTypeCode)));
82635 SWIG_Python_SetConstant(d, "eSectionTypeContainer",SWIG_From_int(static_cast< int >(lldb::eSectionTypeContainer)));
82636 SWIG_Python_SetConstant(d, "eSectionTypeData",SWIG_From_int(static_cast< int >(lldb::eSectionTypeData)));
82637 SWIG_Python_SetConstant(d, "eSectionTypeDataCString",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDataCString)));
82638 SWIG_Python_SetConstant(d, "eSectionTypeDataCStringPointers",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDataCStringPointers)));
82639 SWIG_Python_SetConstant(d, "eSectionTypeDataSymbolAddress",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDataSymbolAddress)));
82640 SWIG_Python_SetConstant(d, "eSectionTypeData4",SWIG_From_int(static_cast< int >(lldb::eSectionTypeData4)));
82641 SWIG_Python_SetConstant(d, "eSectionTypeData8",SWIG_From_int(static_cast< int >(lldb::eSectionTypeData8)));
82642 SWIG_Python_SetConstant(d, "eSectionTypeData16",SWIG_From_int(static_cast< int >(lldb::eSectionTypeData16)));
82643 SWIG_Python_SetConstant(d, "eSectionTypeDataPointers",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDataPointers)));
82644 SWIG_Python_SetConstant(d, "eSectionTypeDebug",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDebug)));
82645 SWIG_Python_SetConstant(d, "eSectionTypeZeroFill",SWIG_From_int(static_cast< int >(lldb::eSectionTypeZeroFill)));
82646 SWIG_Python_SetConstant(d, "eSectionTypeDataObjCMessageRefs",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDataObjCMessageRefs)));
82647 SWIG_Python_SetConstant(d, "eSectionTypeDataObjCCFStrings",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDataObjCCFStrings)));
82648 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugAbbrev",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugAbbrev)));
82649 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugAddr",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugAddr)));
82650 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugAranges",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugAranges)));
82651 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugCuIndex",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugCuIndex)));
82652 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugFrame",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugFrame)));
82653 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugInfo",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugInfo)));
82654 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugLine",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugLine)));
82655 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugLoc",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugLoc)));
82656 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugMacInfo",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugMacInfo)));
82657 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugMacro",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugMacro)));
82658 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugPubNames",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugPubNames)));
82659 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugPubTypes",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugPubTypes)));
82660 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugRanges",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugRanges)));
82661 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugStr",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugStr)));
82662 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugStrOffsets",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugStrOffsets)));
82663 SWIG_Python_SetConstant(d, "eSectionTypeDWARFAppleNames",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFAppleNames)));
82664 SWIG_Python_SetConstant(d, "eSectionTypeDWARFAppleTypes",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFAppleTypes)));
82665 SWIG_Python_SetConstant(d, "eSectionTypeDWARFAppleNamespaces",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFAppleNamespaces)));
82666 SWIG_Python_SetConstant(d, "eSectionTypeDWARFAppleObjC",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFAppleObjC)));
82667 SWIG_Python_SetConstant(d, "eSectionTypeELFSymbolTable",SWIG_From_int(static_cast< int >(lldb::eSectionTypeELFSymbolTable)));
82668 SWIG_Python_SetConstant(d, "eSectionTypeELFDynamicSymbols",SWIG_From_int(static_cast< int >(lldb::eSectionTypeELFDynamicSymbols)));
82669 SWIG_Python_SetConstant(d, "eSectionTypeELFRelocationEntries",SWIG_From_int(static_cast< int >(lldb::eSectionTypeELFRelocationEntries)));
82670 SWIG_Python_SetConstant(d, "eSectionTypeELFDynamicLinkInfo",SWIG_From_int(static_cast< int >(lldb::eSectionTypeELFDynamicLinkInfo)));
82671 SWIG_Python_SetConstant(d, "eSectionTypeEHFrame",SWIG_From_int(static_cast< int >(lldb::eSectionTypeEHFrame)));
82672 SWIG_Python_SetConstant(d, "eSectionTypeARMexidx",SWIG_From_int(static_cast< int >(lldb::eSectionTypeARMexidx)));
82673 SWIG_Python_SetConstant(d, "eSectionTypeARMextab",SWIG_From_int(static_cast< int >(lldb::eSectionTypeARMextab)));
82674 SWIG_Python_SetConstant(d, "eSectionTypeCompactUnwind",SWIG_From_int(static_cast< int >(lldb::eSectionTypeCompactUnwind)));
82675 SWIG_Python_SetConstant(d, "eSectionTypeGoSymtab",SWIG_From_int(static_cast< int >(lldb::eSectionTypeGoSymtab)));
82676 SWIG_Python_SetConstant(d, "eSectionTypeAbsoluteAddress",SWIG_From_int(static_cast< int >(lldb::eSectionTypeAbsoluteAddress)));
82677 SWIG_Python_SetConstant(d, "eSectionTypeDWARFGNUDebugAltLink",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFGNUDebugAltLink)));
82678 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugTypes",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugTypes)));
82679 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugNames",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugNames)));
82680 SWIG_Python_SetConstant(d, "eSectionTypeOther",SWIG_From_int(static_cast< int >(lldb::eSectionTypeOther)));
82681 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugLineStr",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugLineStr)));
82682 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugRngLists",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugRngLists)));
82683 SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugLocLists",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugLocLists)));
82684 SWIG_Python_SetConstant(d, "eEmulateInstructionOptionNone",SWIG_From_int(static_cast< int >(lldb::eEmulateInstructionOptionNone)));
82685 SWIG_Python_SetConstant(d, "eEmulateInstructionOptionAutoAdvancePC",SWIG_From_int(static_cast< int >(lldb::eEmulateInstructionOptionAutoAdvancePC)));
82686 SWIG_Python_SetConstant(d, "eEmulateInstructionOptionIgnoreConditions",SWIG_From_int(static_cast< int >(lldb::eEmulateInstructionOptionIgnoreConditions)));
82687 SWIG_Python_SetConstant(d, "eFunctionNameTypeNone",SWIG_From_int(static_cast< int >(lldb::eFunctionNameTypeNone)));
82688 SWIG_Python_SetConstant(d, "eFunctionNameTypeAuto",SWIG_From_int(static_cast< int >(lldb::eFunctionNameTypeAuto)));
82689 SWIG_Python_SetConstant(d, "eFunctionNameTypeFull",SWIG_From_int(static_cast< int >(lldb::eFunctionNameTypeFull)));
82690 SWIG_Python_SetConstant(d, "eFunctionNameTypeBase",SWIG_From_int(static_cast< int >(lldb::eFunctionNameTypeBase)));
82691 SWIG_Python_SetConstant(d, "eFunctionNameTypeMethod",SWIG_From_int(static_cast< int >(lldb::eFunctionNameTypeMethod)));
82692 SWIG_Python_SetConstant(d, "eFunctionNameTypeSelector",SWIG_From_int(static_cast< int >(lldb::eFunctionNameTypeSelector)));
82693 SWIG_Python_SetConstant(d, "eFunctionNameTypeAny",SWIG_From_int(static_cast< int >(lldb::eFunctionNameTypeAny)));
82694 SWIG_Python_SetConstant(d, "eBasicTypeInvalid",SWIG_From_int(static_cast< int >(lldb::eBasicTypeInvalid)));
82695 SWIG_Python_SetConstant(d, "eBasicTypeVoid",SWIG_From_int(static_cast< int >(lldb::eBasicTypeVoid)));
82696 SWIG_Python_SetConstant(d, "eBasicTypeChar",SWIG_From_int(static_cast< int >(lldb::eBasicTypeChar)));
82697 SWIG_Python_SetConstant(d, "eBasicTypeSignedChar",SWIG_From_int(static_cast< int >(lldb::eBasicTypeSignedChar)));
82698 SWIG_Python_SetConstant(d, "eBasicTypeUnsignedChar",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedChar)));
82699 SWIG_Python_SetConstant(d, "eBasicTypeWChar",SWIG_From_int(static_cast< int >(lldb::eBasicTypeWChar)));
82700 SWIG_Python_SetConstant(d, "eBasicTypeSignedWChar",SWIG_From_int(static_cast< int >(lldb::eBasicTypeSignedWChar)));
82701 SWIG_Python_SetConstant(d, "eBasicTypeUnsignedWChar",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedWChar)));
82702 SWIG_Python_SetConstant(d, "eBasicTypeChar16",SWIG_From_int(static_cast< int >(lldb::eBasicTypeChar16)));
82703 SWIG_Python_SetConstant(d, "eBasicTypeChar32",SWIG_From_int(static_cast< int >(lldb::eBasicTypeChar32)));
82704 SWIG_Python_SetConstant(d, "eBasicTypeShort",SWIG_From_int(static_cast< int >(lldb::eBasicTypeShort)));
82705 SWIG_Python_SetConstant(d, "eBasicTypeUnsignedShort",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedShort)));
82706 SWIG_Python_SetConstant(d, "eBasicTypeInt",SWIG_From_int(static_cast< int >(lldb::eBasicTypeInt)));
82707 SWIG_Python_SetConstant(d, "eBasicTypeUnsignedInt",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedInt)));
82708 SWIG_Python_SetConstant(d, "eBasicTypeLong",SWIG_From_int(static_cast< int >(lldb::eBasicTypeLong)));
82709 SWIG_Python_SetConstant(d, "eBasicTypeUnsignedLong",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedLong)));
82710 SWIG_Python_SetConstant(d, "eBasicTypeLongLong",SWIG_From_int(static_cast< int >(lldb::eBasicTypeLongLong)));
82711 SWIG_Python_SetConstant(d, "eBasicTypeUnsignedLongLong",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedLongLong)));
82712 SWIG_Python_SetConstant(d, "eBasicTypeInt128",SWIG_From_int(static_cast< int >(lldb::eBasicTypeInt128)));
82713 SWIG_Python_SetConstant(d, "eBasicTypeUnsignedInt128",SWIG_From_int(static_cast< int >(lldb::eBasicTypeUnsignedInt128)));
82714 SWIG_Python_SetConstant(d, "eBasicTypeBool",SWIG_From_int(static_cast< int >(lldb::eBasicTypeBool)));
82715 SWIG_Python_SetConstant(d, "eBasicTypeHalf",SWIG_From_int(static_cast< int >(lldb::eBasicTypeHalf)));
82716 SWIG_Python_SetConstant(d, "eBasicTypeFloat",SWIG_From_int(static_cast< int >(lldb::eBasicTypeFloat)));
82717 SWIG_Python_SetConstant(d, "eBasicTypeDouble",SWIG_From_int(static_cast< int >(lldb::eBasicTypeDouble)));
82718 SWIG_Python_SetConstant(d, "eBasicTypeLongDouble",SWIG_From_int(static_cast< int >(lldb::eBasicTypeLongDouble)));
82719 SWIG_Python_SetConstant(d, "eBasicTypeFloatComplex",SWIG_From_int(static_cast< int >(lldb::eBasicTypeFloatComplex)));
82720 SWIG_Python_SetConstant(d, "eBasicTypeDoubleComplex",SWIG_From_int(static_cast< int >(lldb::eBasicTypeDoubleComplex)));
82721 SWIG_Python_SetConstant(d, "eBasicTypeLongDoubleComplex",SWIG_From_int(static_cast< int >(lldb::eBasicTypeLongDoubleComplex)));
82722 SWIG_Python_SetConstant(d, "eBasicTypeObjCID",SWIG_From_int(static_cast< int >(lldb::eBasicTypeObjCID)));
82723 SWIG_Python_SetConstant(d, "eBasicTypeObjCClass",SWIG_From_int(static_cast< int >(lldb::eBasicTypeObjCClass)));
82724 SWIG_Python_SetConstant(d, "eBasicTypeObjCSel",SWIG_From_int(static_cast< int >(lldb::eBasicTypeObjCSel)));
82725 SWIG_Python_SetConstant(d, "eBasicTypeNullPtr",SWIG_From_int(static_cast< int >(lldb::eBasicTypeNullPtr)));
82726 SWIG_Python_SetConstant(d, "eBasicTypeOther",SWIG_From_int(static_cast< int >(lldb::eBasicTypeOther)));
82727 SWIG_Python_SetConstant(d, "eTraceTypeNone",SWIG_From_int(static_cast< int >(lldb::eTraceTypeNone)));
82728 SWIG_Python_SetConstant(d, "eTraceTypeProcessorTrace",SWIG_From_int(static_cast< int >(lldb::eTraceTypeProcessorTrace)));
82729 SWIG_Python_SetConstant(d, "eStructuredDataTypeInvalid",SWIG_From_int(static_cast< int >(lldb::eStructuredDataTypeInvalid)));
82730 SWIG_Python_SetConstant(d, "eStructuredDataTypeNull",SWIG_From_int(static_cast< int >(lldb::eStructuredDataTypeNull)));
82731 SWIG_Python_SetConstant(d, "eStructuredDataTypeGeneric",SWIG_From_int(static_cast< int >(lldb::eStructuredDataTypeGeneric)));
82732 SWIG_Python_SetConstant(d, "eStructuredDataTypeArray",SWIG_From_int(static_cast< int >(lldb::eStructuredDataTypeArray)));
82733 SWIG_Python_SetConstant(d, "eStructuredDataTypeInteger",SWIG_From_int(static_cast< int >(lldb::eStructuredDataTypeInteger)));
82734 SWIG_Python_SetConstant(d, "eStructuredDataTypeFloat",SWIG_From_int(static_cast< int >(lldb::eStructuredDataTypeFloat)));
82735 SWIG_Python_SetConstant(d, "eStructuredDataTypeBoolean",SWIG_From_int(static_cast< int >(lldb::eStructuredDataTypeBoolean)));
82736 SWIG_Python_SetConstant(d, "eStructuredDataTypeString",SWIG_From_int(static_cast< int >(lldb::eStructuredDataTypeString)));
82737 SWIG_Python_SetConstant(d, "eStructuredDataTypeDictionary",SWIG_From_int(static_cast< int >(lldb::eStructuredDataTypeDictionary)));
82738 SWIG_Python_SetConstant(d, "eTypeClassInvalid",SWIG_From_int(static_cast< int >(lldb::eTypeClassInvalid)));
82739 SWIG_Python_SetConstant(d, "eTypeClassArray",SWIG_From_int(static_cast< int >(lldb::eTypeClassArray)));
82740 SWIG_Python_SetConstant(d, "eTypeClassBlockPointer",SWIG_From_int(static_cast< int >(lldb::eTypeClassBlockPointer)));
82741 SWIG_Python_SetConstant(d, "eTypeClassBuiltin",SWIG_From_int(static_cast< int >(lldb::eTypeClassBuiltin)));
82742 SWIG_Python_SetConstant(d, "eTypeClassClass",SWIG_From_int(static_cast< int >(lldb::eTypeClassClass)));
82743 SWIG_Python_SetConstant(d, "eTypeClassComplexFloat",SWIG_From_int(static_cast< int >(lldb::eTypeClassComplexFloat)));
82744 SWIG_Python_SetConstant(d, "eTypeClassComplexInteger",SWIG_From_int(static_cast< int >(lldb::eTypeClassComplexInteger)));
82745 SWIG_Python_SetConstant(d, "eTypeClassEnumeration",SWIG_From_int(static_cast< int >(lldb::eTypeClassEnumeration)));
82746 SWIG_Python_SetConstant(d, "eTypeClassFunction",SWIG_From_int(static_cast< int >(lldb::eTypeClassFunction)));
82747 SWIG_Python_SetConstant(d, "eTypeClassMemberPointer",SWIG_From_int(static_cast< int >(lldb::eTypeClassMemberPointer)));
82748 SWIG_Python_SetConstant(d, "eTypeClassObjCObject",SWIG_From_int(static_cast< int >(lldb::eTypeClassObjCObject)));
82749 SWIG_Python_SetConstant(d, "eTypeClassObjCInterface",SWIG_From_int(static_cast< int >(lldb::eTypeClassObjCInterface)));
82750 SWIG_Python_SetConstant(d, "eTypeClassObjCObjectPointer",SWIG_From_int(static_cast< int >(lldb::eTypeClassObjCObjectPointer)));
82751 SWIG_Python_SetConstant(d, "eTypeClassPointer",SWIG_From_int(static_cast< int >(lldb::eTypeClassPointer)));
82752 SWIG_Python_SetConstant(d, "eTypeClassReference",SWIG_From_int(static_cast< int >(lldb::eTypeClassReference)));
82753 SWIG_Python_SetConstant(d, "eTypeClassStruct",SWIG_From_int(static_cast< int >(lldb::eTypeClassStruct)));
82754 SWIG_Python_SetConstant(d, "eTypeClassTypedef",SWIG_From_int(static_cast< int >(lldb::eTypeClassTypedef)));
82755 SWIG_Python_SetConstant(d, "eTypeClassUnion",SWIG_From_int(static_cast< int >(lldb::eTypeClassUnion)));
82756 SWIG_Python_SetConstant(d, "eTypeClassVector",SWIG_From_int(static_cast< int >(lldb::eTypeClassVector)));
82757 SWIG_Python_SetConstant(d, "eTypeClassOther",SWIG_From_int(static_cast< int >(lldb::eTypeClassOther)));
82758 SWIG_Python_SetConstant(d, "eTypeClassAny",SWIG_From_int(static_cast< int >(lldb::eTypeClassAny)));
82759 SWIG_Python_SetConstant(d, "eTemplateArgumentKindNull",SWIG_From_int(static_cast< int >(lldb::eTemplateArgumentKindNull)));
82760 SWIG_Python_SetConstant(d, "eTemplateArgumentKindType",SWIG_From_int(static_cast< int >(lldb::eTemplateArgumentKindType)));
82761 SWIG_Python_SetConstant(d, "eTemplateArgumentKindDeclaration",SWIG_From_int(static_cast< int >(lldb::eTemplateArgumentKindDeclaration)));
82762 SWIG_Python_SetConstant(d, "eTemplateArgumentKindIntegral",SWIG_From_int(static_cast< int >(lldb::eTemplateArgumentKindIntegral)));
82763 SWIG_Python_SetConstant(d, "eTemplateArgumentKindTemplate",SWIG_From_int(static_cast< int >(lldb::eTemplateArgumentKindTemplate)));
82764 SWIG_Python_SetConstant(d, "eTemplateArgumentKindTemplateExpansion",SWIG_From_int(static_cast< int >(lldb::eTemplateArgumentKindTemplateExpansion)));
82765 SWIG_Python_SetConstant(d, "eTemplateArgumentKindExpression",SWIG_From_int(static_cast< int >(lldb::eTemplateArgumentKindExpression)));
82766 SWIG_Python_SetConstant(d, "eTemplateArgumentKindPack",SWIG_From_int(static_cast< int >(lldb::eTemplateArgumentKindPack)));
82767 SWIG_Python_SetConstant(d, "eTemplateArgumentKindNullPtr",SWIG_From_int(static_cast< int >(lldb::eTemplateArgumentKindNullPtr)));
82768 SWIG_Python_SetConstant(d, "eTypeOptionNone",SWIG_From_int(static_cast< int >(lldb::eTypeOptionNone)));
82769 SWIG_Python_SetConstant(d, "eTypeOptionCascade",SWIG_From_int(static_cast< int >(lldb::eTypeOptionCascade)));
82770 SWIG_Python_SetConstant(d, "eTypeOptionSkipPointers",SWIG_From_int(static_cast< int >(lldb::eTypeOptionSkipPointers)));
82771 SWIG_Python_SetConstant(d, "eTypeOptionSkipReferences",SWIG_From_int(static_cast< int >(lldb::eTypeOptionSkipReferences)));
82772 SWIG_Python_SetConstant(d, "eTypeOptionHideChildren",SWIG_From_int(static_cast< int >(lldb::eTypeOptionHideChildren)));
82773 SWIG_Python_SetConstant(d, "eTypeOptionHideValue",SWIG_From_int(static_cast< int >(lldb::eTypeOptionHideValue)));
82774 SWIG_Python_SetConstant(d, "eTypeOptionShowOneLiner",SWIG_From_int(static_cast< int >(lldb::eTypeOptionShowOneLiner)));
82775 SWIG_Python_SetConstant(d, "eTypeOptionHideNames",SWIG_From_int(static_cast< int >(lldb::eTypeOptionHideNames)));
82776 SWIG_Python_SetConstant(d, "eTypeOptionNonCacheable",SWIG_From_int(static_cast< int >(lldb::eTypeOptionNonCacheable)));
82777 SWIG_Python_SetConstant(d, "eTypeOptionHideEmptyAggregates",SWIG_From_int(static_cast< int >(lldb::eTypeOptionHideEmptyAggregates)));
82778 SWIG_Python_SetConstant(d, "eTypeOptionFrontEndWantsDereference",SWIG_From_int(static_cast< int >(lldb::eTypeOptionFrontEndWantsDereference)));
82779 SWIG_Python_SetConstant(d, "eFrameCompareInvalid",SWIG_From_int(static_cast< int >(lldb::eFrameCompareInvalid)));
82780 SWIG_Python_SetConstant(d, "eFrameCompareUnknown",SWIG_From_int(static_cast< int >(lldb::eFrameCompareUnknown)));
82781 SWIG_Python_SetConstant(d, "eFrameCompareEqual",SWIG_From_int(static_cast< int >(lldb::eFrameCompareEqual)));
82782 SWIG_Python_SetConstant(d, "eFrameCompareSameParent",SWIG_From_int(static_cast< int >(lldb::eFrameCompareSameParent)));
82783 SWIG_Python_SetConstant(d, "eFrameCompareYounger",SWIG_From_int(static_cast< int >(lldb::eFrameCompareYounger)));
82784 SWIG_Python_SetConstant(d, "eFrameCompareOlder",SWIG_From_int(static_cast< int >(lldb::eFrameCompareOlder)));
82785 SWIG_Python_SetConstant(d, "eFilePermissionsUserRead",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsUserRead)));
82786 SWIG_Python_SetConstant(d, "eFilePermissionsUserWrite",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsUserWrite)));
82787 SWIG_Python_SetConstant(d, "eFilePermissionsUserExecute",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsUserExecute)));
82788 SWIG_Python_SetConstant(d, "eFilePermissionsGroupRead",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsGroupRead)));
82789 SWIG_Python_SetConstant(d, "eFilePermissionsGroupWrite",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsGroupWrite)));
82790 SWIG_Python_SetConstant(d, "eFilePermissionsGroupExecute",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsGroupExecute)));
82791 SWIG_Python_SetConstant(d, "eFilePermissionsWorldRead",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsWorldRead)));
82792 SWIG_Python_SetConstant(d, "eFilePermissionsWorldWrite",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsWorldWrite)));
82793 SWIG_Python_SetConstant(d, "eFilePermissionsWorldExecute",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsWorldExecute)));
82794 SWIG_Python_SetConstant(d, "eFilePermissionsUserRW",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsUserRW)));
82795 SWIG_Python_SetConstant(d, "eFileFilePermissionsUserRX",SWIG_From_int(static_cast< int >(lldb::eFileFilePermissionsUserRX)));
82796 SWIG_Python_SetConstant(d, "eFilePermissionsUserRWX",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsUserRWX)));
82797 SWIG_Python_SetConstant(d, "eFilePermissionsGroupRW",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsGroupRW)));
82798 SWIG_Python_SetConstant(d, "eFilePermissionsGroupRX",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsGroupRX)));
82799 SWIG_Python_SetConstant(d, "eFilePermissionsGroupRWX",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsGroupRWX)));
82800 SWIG_Python_SetConstant(d, "eFilePermissionsWorldRW",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsWorldRW)));
82801 SWIG_Python_SetConstant(d, "eFilePermissionsWorldRX",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsWorldRX)));
82802 SWIG_Python_SetConstant(d, "eFilePermissionsWorldRWX",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsWorldRWX)));
82803 SWIG_Python_SetConstant(d, "eFilePermissionsEveryoneR",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsEveryoneR)));
82804 SWIG_Python_SetConstant(d, "eFilePermissionsEveryoneW",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsEveryoneW)));
82805 SWIG_Python_SetConstant(d, "eFilePermissionsEveryoneX",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsEveryoneX)));
82806 SWIG_Python_SetConstant(d, "eFilePermissionsEveryoneRW",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsEveryoneRW)));
82807 SWIG_Python_SetConstant(d, "eFilePermissionsEveryoneRX",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsEveryoneRX)));
82808 SWIG_Python_SetConstant(d, "eFilePermissionsEveryoneRWX",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsEveryoneRWX)));
82809 SWIG_Python_SetConstant(d, "eFilePermissionsFileDefault",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsFileDefault)));
82810 SWIG_Python_SetConstant(d, "eFilePermissionsDirectoryDefault",SWIG_From_int(static_cast< int >(lldb::eFilePermissionsDirectoryDefault)));
82811 SWIG_Python_SetConstant(d, "eQueueItemKindUnknown",SWIG_From_int(static_cast< int >(lldb::eQueueItemKindUnknown)));
82812 SWIG_Python_SetConstant(d, "eQueueItemKindFunction",SWIG_From_int(static_cast< int >(lldb::eQueueItemKindFunction)));
82813 SWIG_Python_SetConstant(d, "eQueueItemKindBlock",SWIG_From_int(static_cast< int >(lldb::eQueueItemKindBlock)));
82814 SWIG_Python_SetConstant(d, "eQueueKindUnknown",SWIG_From_int(static_cast< int >(lldb::eQueueKindUnknown)));
82815 SWIG_Python_SetConstant(d, "eQueueKindSerial",SWIG_From_int(static_cast< int >(lldb::eQueueKindSerial)));
82816 SWIG_Python_SetConstant(d, "eQueueKindConcurrent",SWIG_From_int(static_cast< int >(lldb::eQueueKindConcurrent)));
82817 SWIG_Python_SetConstant(d, "eExpressionEvaluationParse",SWIG_From_int(static_cast< int >(lldb::eExpressionEvaluationParse)));
82818 SWIG_Python_SetConstant(d, "eExpressionEvaluationIRGen",SWIG_From_int(static_cast< int >(lldb::eExpressionEvaluationIRGen)));
82819 SWIG_Python_SetConstant(d, "eExpressionEvaluationExecution",SWIG_From_int(static_cast< int >(lldb::eExpressionEvaluationExecution)));
82820 SWIG_Python_SetConstant(d, "eExpressionEvaluationComplete",SWIG_From_int(static_cast< int >(lldb::eExpressionEvaluationComplete)));
82821 SWIG_Python_SetConstant(d, "eWatchpointKindWrite",SWIG_From_int(static_cast< int >(lldb::eWatchpointKindWrite)));
82822 SWIG_Python_SetConstant(d, "eWatchpointKindRead",SWIG_From_int(static_cast< int >(lldb::eWatchpointKindRead)));
82823 SWIG_Python_SetConstant(d, "eGdbSignalBadAccess",SWIG_From_int(static_cast< int >(lldb::eGdbSignalBadAccess)));
82824 SWIG_Python_SetConstant(d, "eGdbSignalBadInstruction",SWIG_From_int(static_cast< int >(lldb::eGdbSignalBadInstruction)));
82825 SWIG_Python_SetConstant(d, "eGdbSignalArithmetic",SWIG_From_int(static_cast< int >(lldb::eGdbSignalArithmetic)));
82826 SWIG_Python_SetConstant(d, "eGdbSignalEmulation",SWIG_From_int(static_cast< int >(lldb::eGdbSignalEmulation)));
82827 SWIG_Python_SetConstant(d, "eGdbSignalSoftware",SWIG_From_int(static_cast< int >(lldb::eGdbSignalSoftware)));
82828 SWIG_Python_SetConstant(d, "eGdbSignalBreakpoint",SWIG_From_int(static_cast< int >(lldb::eGdbSignalBreakpoint)));
82829 SWIG_Python_SetConstant(d, "ePathTypeLLDBShlibDir",SWIG_From_int(static_cast< int >(lldb::ePathTypeLLDBShlibDir)));
82830 SWIG_Python_SetConstant(d, "ePathTypeSupportExecutableDir",SWIG_From_int(static_cast< int >(lldb::ePathTypeSupportExecutableDir)));
82831 SWIG_Python_SetConstant(d, "ePathTypeHeaderDir",SWIG_From_int(static_cast< int >(lldb::ePathTypeHeaderDir)));
82832 SWIG_Python_SetConstant(d, "ePathTypePythonDir",SWIG_From_int(static_cast< int >(lldb::ePathTypePythonDir)));
82833 SWIG_Python_SetConstant(d, "ePathTypeLLDBSystemPlugins",SWIG_From_int(static_cast< int >(lldb::ePathTypeLLDBSystemPlugins)));
82834 SWIG_Python_SetConstant(d, "ePathTypeLLDBUserPlugins",SWIG_From_int(static_cast< int >(lldb::ePathTypeLLDBUserPlugins)));
82835 SWIG_Python_SetConstant(d, "ePathTypeLLDBTempSystemDir",SWIG_From_int(static_cast< int >(lldb::ePathTypeLLDBTempSystemDir)));
82836 SWIG_Python_SetConstant(d, "ePathTypeGlobalLLDBTempSystemDir",SWIG_From_int(static_cast< int >(lldb::ePathTypeGlobalLLDBTempSystemDir)));
82837 SWIG_Python_SetConstant(d, "ePathTypeClangDir",SWIG_From_int(static_cast< int >(lldb::ePathTypeClangDir)));
82838 SWIG_Python_SetConstant(d, "eMemberFunctionKindUnknown",SWIG_From_int(static_cast< int >(lldb::eMemberFunctionKindUnknown)));
82839 SWIG_Python_SetConstant(d, "eMemberFunctionKindConstructor",SWIG_From_int(static_cast< int >(lldb::eMemberFunctionKindConstructor)));
82840 SWIG_Python_SetConstant(d, "eMemberFunctionKindDestructor",SWIG_From_int(static_cast< int >(lldb::eMemberFunctionKindDestructor)));
82841 SWIG_Python_SetConstant(d, "eMemberFunctionKindInstanceMethod",SWIG_From_int(static_cast< int >(lldb::eMemberFunctionKindInstanceMethod)));
82842 SWIG_Python_SetConstant(d, "eMemberFunctionKindStaticMethod",SWIG_From_int(static_cast< int >(lldb::eMemberFunctionKindStaticMethod)));
82843 SWIG_Python_SetConstant(d, "eMatchTypeNormal",SWIG_From_int(static_cast< int >(lldb::eMatchTypeNormal)));
82844 SWIG_Python_SetConstant(d, "eMatchTypeRegex",SWIG_From_int(static_cast< int >(lldb::eMatchTypeRegex)));
82845 SWIG_Python_SetConstant(d, "eMatchTypeStartsWith",SWIG_From_int(static_cast< int >(lldb::eMatchTypeStartsWith)));
82846 SWIG_Python_SetConstant(d, "eTypeHasChildren",SWIG_From_int(static_cast< int >(lldb::eTypeHasChildren)));
82847 SWIG_Python_SetConstant(d, "eTypeHasValue",SWIG_From_int(static_cast< int >(lldb::eTypeHasValue)));
82848 SWIG_Python_SetConstant(d, "eTypeIsArray",SWIG_From_int(static_cast< int >(lldb::eTypeIsArray)));
82849 SWIG_Python_SetConstant(d, "eTypeIsBlock",SWIG_From_int(static_cast< int >(lldb::eTypeIsBlock)));
82850 SWIG_Python_SetConstant(d, "eTypeIsBuiltIn",SWIG_From_int(static_cast< int >(lldb::eTypeIsBuiltIn)));
82851 SWIG_Python_SetConstant(d, "eTypeIsClass",SWIG_From_int(static_cast< int >(lldb::eTypeIsClass)));
82852 SWIG_Python_SetConstant(d, "eTypeIsCPlusPlus",SWIG_From_int(static_cast< int >(lldb::eTypeIsCPlusPlus)));
82853 SWIG_Python_SetConstant(d, "eTypeIsEnumeration",SWIG_From_int(static_cast< int >(lldb::eTypeIsEnumeration)));
82854 SWIG_Python_SetConstant(d, "eTypeIsFuncPrototype",SWIG_From_int(static_cast< int >(lldb::eTypeIsFuncPrototype)));
82855 SWIG_Python_SetConstant(d, "eTypeIsMember",SWIG_From_int(static_cast< int >(lldb::eTypeIsMember)));
82856 SWIG_Python_SetConstant(d, "eTypeIsObjC",SWIG_From_int(static_cast< int >(lldb::eTypeIsObjC)));
82857 SWIG_Python_SetConstant(d, "eTypeIsPointer",SWIG_From_int(static_cast< int >(lldb::eTypeIsPointer)));
82858 SWIG_Python_SetConstant(d, "eTypeIsReference",SWIG_From_int(static_cast< int >(lldb::eTypeIsReference)));
82859 SWIG_Python_SetConstant(d, "eTypeIsStructUnion",SWIG_From_int(static_cast< int >(lldb::eTypeIsStructUnion)));
82860 SWIG_Python_SetConstant(d, "eTypeIsTemplate",SWIG_From_int(static_cast< int >(lldb::eTypeIsTemplate)));
82861 SWIG_Python_SetConstant(d, "eTypeIsTypedef",SWIG_From_int(static_cast< int >(lldb::eTypeIsTypedef)));
82862 SWIG_Python_SetConstant(d, "eTypeIsVector",SWIG_From_int(static_cast< int >(lldb::eTypeIsVector)));
82863 SWIG_Python_SetConstant(d, "eTypeIsScalar",SWIG_From_int(static_cast< int >(lldb::eTypeIsScalar)));
82864 SWIG_Python_SetConstant(d, "eTypeIsInteger",SWIG_From_int(static_cast< int >(lldb::eTypeIsInteger)));
82865 SWIG_Python_SetConstant(d, "eTypeIsFloat",SWIG_From_int(static_cast< int >(lldb::eTypeIsFloat)));
82866 SWIG_Python_SetConstant(d, "eTypeIsComplex",SWIG_From_int(static_cast< int >(lldb::eTypeIsComplex)));
82867 SWIG_Python_SetConstant(d, "eTypeIsSigned",SWIG_From_int(static_cast< int >(lldb::eTypeIsSigned)));
82868 SWIG_Python_SetConstant(d, "eTypeInstanceIsPointer",SWIG_From_int(static_cast< int >(lldb::eTypeInstanceIsPointer)));
82869 SWIG_Python_SetConstant(d, "eCommandRequiresTarget",SWIG_From_int(static_cast< int >(lldb::eCommandRequiresTarget)));
82870 SWIG_Python_SetConstant(d, "eCommandRequiresProcess",SWIG_From_int(static_cast< int >(lldb::eCommandRequiresProcess)));
82871 SWIG_Python_SetConstant(d, "eCommandRequiresThread",SWIG_From_int(static_cast< int >(lldb::eCommandRequiresThread)));
82872 SWIG_Python_SetConstant(d, "eCommandRequiresFrame",SWIG_From_int(static_cast< int >(lldb::eCommandRequiresFrame)));
82873 SWIG_Python_SetConstant(d, "eCommandRequiresRegContext",SWIG_From_int(static_cast< int >(lldb::eCommandRequiresRegContext)));
82874 SWIG_Python_SetConstant(d, "eCommandTryTargetAPILock",SWIG_From_int(static_cast< int >(lldb::eCommandTryTargetAPILock)));
82875 SWIG_Python_SetConstant(d, "eCommandProcessMustBeLaunched",SWIG_From_int(static_cast< int >(lldb::eCommandProcessMustBeLaunched)));
82876 SWIG_Python_SetConstant(d, "eCommandProcessMustBePaused",SWIG_From_int(static_cast< int >(lldb::eCommandProcessMustBePaused)));
82877 SWIG_Python_SetConstant(d, "eTypeSummaryCapped",SWIG_From_bool(static_cast< bool >(lldb::eTypeSummaryCapped)));
82878 SWIG_Python_SetConstant(d, "eTypeSummaryUncapped",SWIG_From_bool(static_cast< bool >(lldb::eTypeSummaryUncapped)));
82879 SWIG_Python_SetConstant(d, "SBCommandInterpreter_eBroadcastBitThreadShouldExit",SWIG_From_int(static_cast< int >(lldb::SBCommandInterpreter::eBroadcastBitThreadShouldExit)));
82880 SWIG_Python_SetConstant(d, "SBCommandInterpreter_eBroadcastBitResetPrompt",SWIG_From_int(static_cast< int >(lldb::SBCommandInterpreter::eBroadcastBitResetPrompt)));
82881 SWIG_Python_SetConstant(d, "SBCommandInterpreter_eBroadcastBitQuitCommandReceived",SWIG_From_int(static_cast< int >(lldb::SBCommandInterpreter::eBroadcastBitQuitCommandReceived)));
82882 SWIG_Python_SetConstant(d, "SBCommandInterpreter_eBroadcastBitAsynchronousOutputData",SWIG_From_int(static_cast< int >(lldb::SBCommandInterpreter::eBroadcastBitAsynchronousOutputData)));
82883 SWIG_Python_SetConstant(d, "SBCommandInterpreter_eBroadcastBitAsynchronousErrorData",SWIG_From_int(static_cast< int >(lldb::SBCommandInterpreter::eBroadcastBitAsynchronousErrorData)));
82884 SWIG_Python_SetConstant(d, "SBCommunication_eBroadcastBitDisconnected",SWIG_From_int(static_cast< int >(lldb::SBCommunication::eBroadcastBitDisconnected)));
82885 SWIG_Python_SetConstant(d, "SBCommunication_eBroadcastBitReadThreadGotBytes",SWIG_From_int(static_cast< int >(lldb::SBCommunication::eBroadcastBitReadThreadGotBytes)));
82886 SWIG_Python_SetConstant(d, "SBCommunication_eBroadcastBitReadThreadDidExit",SWIG_From_int(static_cast< int >(lldb::SBCommunication::eBroadcastBitReadThreadDidExit)));
82887 SWIG_Python_SetConstant(d, "SBCommunication_eBroadcastBitReadThreadShouldExit",SWIG_From_int(static_cast< int >(lldb::SBCommunication::eBroadcastBitReadThreadShouldExit)));
82888 SWIG_Python_SetConstant(d, "SBCommunication_eBroadcastBitPacketAvailable",SWIG_From_int(static_cast< int >(lldb::SBCommunication::eBroadcastBitPacketAvailable)));
82889 SWIG_Python_SetConstant(d, "SBCommunication_eAllEventBits",SWIG_From_int(static_cast< int >(lldb::SBCommunication::eAllEventBits)));
82890 SWIG_Python_SetConstant(d, "SBProcess_eBroadcastBitStateChanged",SWIG_From_int(static_cast< int >(lldb::SBProcess::eBroadcastBitStateChanged)));
82891 SWIG_Python_SetConstant(d, "SBProcess_eBroadcastBitInterrupt",SWIG_From_int(static_cast< int >(lldb::SBProcess::eBroadcastBitInterrupt)));
82892 SWIG_Python_SetConstant(d, "SBProcess_eBroadcastBitSTDOUT",SWIG_From_int(static_cast< int >(lldb::SBProcess::eBroadcastBitSTDOUT)));
82893 SWIG_Python_SetConstant(d, "SBProcess_eBroadcastBitSTDERR",SWIG_From_int(static_cast< int >(lldb::SBProcess::eBroadcastBitSTDERR)));
82894 SWIG_Python_SetConstant(d, "SBProcess_eBroadcastBitProfileData",SWIG_From_int(static_cast< int >(lldb::SBProcess::eBroadcastBitProfileData)));
82895 SWIG_Python_SetConstant(d, "SBProcess_eBroadcastBitStructuredData",SWIG_From_int(static_cast< int >(lldb::SBProcess::eBroadcastBitStructuredData)));
82896 SWIG_Python_SetConstant(d, "SBTarget_eBroadcastBitBreakpointChanged",SWIG_From_int(static_cast< int >(lldb::SBTarget::eBroadcastBitBreakpointChanged)));
82897 SWIG_Python_SetConstant(d, "SBTarget_eBroadcastBitModulesLoaded",SWIG_From_int(static_cast< int >(lldb::SBTarget::eBroadcastBitModulesLoaded)));
82898 SWIG_Python_SetConstant(d, "SBTarget_eBroadcastBitModulesUnloaded",SWIG_From_int(static_cast< int >(lldb::SBTarget::eBroadcastBitModulesUnloaded)));
82899 SWIG_Python_SetConstant(d, "SBTarget_eBroadcastBitWatchpointChanged",SWIG_From_int(static_cast< int >(lldb::SBTarget::eBroadcastBitWatchpointChanged)));
82900 SWIG_Python_SetConstant(d, "SBTarget_eBroadcastBitSymbolsLoaded",SWIG_From_int(static_cast< int >(lldb::SBTarget::eBroadcastBitSymbolsLoaded)));
82901 SWIG_Python_SetConstant(d, "SBThread_eBroadcastBitStackChanged",SWIG_From_int(static_cast< int >(lldb::SBThread::eBroadcastBitStackChanged)));
82902 SWIG_Python_SetConstant(d, "SBThread_eBroadcastBitThreadSuspended",SWIG_From_int(static_cast< int >(lldb::SBThread::eBroadcastBitThreadSuspended)));
82903 SWIG_Python_SetConstant(d, "SBThread_eBroadcastBitThreadResumed",SWIG_From_int(static_cast< int >(lldb::SBThread::eBroadcastBitThreadResumed)));
82904 SWIG_Python_SetConstant(d, "SBThread_eBroadcastBitSelectedFrameChanged",SWIG_From_int(static_cast< int >(lldb::SBThread::eBroadcastBitSelectedFrameChanged)));
82905 SWIG_Python_SetConstant(d, "SBThread_eBroadcastBitThreadSelected",SWIG_From_int(static_cast< int >(lldb::SBThread::eBroadcastBitThreadSelected)));
82906
82907 /* Initialize threading */
82908 SWIG_PYTHON_INITIALIZE_THREADSPyEval_InitThreads();
82909#if PY_VERSION_HEX((2 << 24) | (7 << 16) | (13 << 8) | (0xF <<
4) | (0 << 0))
>= 0x03000000
82910 return m;
82911#else
82912 return;
82913#endif
82914}
82915