@@ -30287,6 +30287,34 @@ SWIGINTERN PyObject *_wrap_SBError_GetError(PyObject *self, PyObject *args) {
30287
30287
}
30288
30288
30289
30289
30290
+ SWIGINTERN PyObject *_wrap_SBError_GetErrorData(PyObject *self, PyObject *args) {
30291
+ PyObject *resultobj = 0;
30292
+ lldb::SBError *arg1 = (lldb::SBError *) 0 ;
30293
+ void *argp1 = 0 ;
30294
+ int res1 = 0 ;
30295
+ PyObject *swig_obj[1] ;
30296
+ lldb::SBStructuredData result;
30297
+
30298
+ (void)self;
30299
+ if (!args) SWIG_fail;
30300
+ swig_obj[0] = args;
30301
+ res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_lldb__SBError, 0 | 0 );
30302
+ if (!SWIG_IsOK(res1)) {
30303
+ SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBError_GetErrorData" "', argument " "1"" of type '" "lldb::SBError const *""'");
30304
+ }
30305
+ arg1 = reinterpret_cast< lldb::SBError * >(argp1);
30306
+ {
30307
+ SWIG_PYTHON_THREAD_BEGIN_ALLOW;
30308
+ result = ((lldb::SBError const *)arg1)->GetErrorData();
30309
+ SWIG_PYTHON_THREAD_END_ALLOW;
30310
+ }
30311
+ resultobj = SWIG_NewPointerObj((new lldb::SBStructuredData(result)), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_OWN | 0 );
30312
+ return resultobj;
30313
+ fail:
30314
+ return NULL;
30315
+ }
30316
+
30317
+
30290
30318
SWIGINTERN PyObject *_wrap_SBError_GetType(PyObject *self, PyObject *args) {
30291
30319
PyObject *resultobj = 0;
30292
30320
lldb::SBError *arg1 = (lldb::SBError *) 0 ;
@@ -37422,34 +37450,6 @@ SWIGINTERN PyObject *_wrap_SBFrame_IsSwiftThunk(PyObject *self, PyObject *args)
37422
37450
}
37423
37451
37424
37452
37425
- SWIGINTERN PyObject *_wrap_SBFrame_GetLanguageSpecificData(PyObject *self, PyObject *args) {
37426
- PyObject *resultobj = 0;
37427
- lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
37428
- void *argp1 = 0 ;
37429
- int res1 = 0 ;
37430
- PyObject *swig_obj[1] ;
37431
- lldb::SBStructuredData result;
37432
-
37433
- (void)self;
37434
- if (!args) SWIG_fail;
37435
- swig_obj[0] = args;
37436
- res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 );
37437
- if (!SWIG_IsOK(res1)) {
37438
- SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetLanguageSpecificData" "', argument " "1"" of type '" "lldb::SBFrame const *""'");
37439
- }
37440
- arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
37441
- {
37442
- SWIG_PYTHON_THREAD_BEGIN_ALLOW;
37443
- result = ((lldb::SBFrame const *)arg1)->GetLanguageSpecificData();
37444
- SWIG_PYTHON_THREAD_END_ALLOW;
37445
- }
37446
- resultobj = SWIG_NewPointerObj((new lldb::SBStructuredData(result)), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_OWN | 0 );
37447
- return resultobj;
37448
- fail:
37449
- return NULL;
37450
- }
37451
-
37452
-
37453
37453
SWIGINTERN PyObject *_wrap_SBFrame_IsInlined__SWIG_0(PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj) {
37454
37454
PyObject *resultobj = 0;
37455
37455
lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
@@ -37931,6 +37931,34 @@ SWIGINTERN PyObject *_wrap_SBFrame_EvaluateExpression(PyObject *self, PyObject *
37931
37931
}
37932
37932
37933
37933
37934
+ SWIGINTERN PyObject *_wrap_SBFrame_GetLanguageSpecificData(PyObject *self, PyObject *args) {
37935
+ PyObject *resultobj = 0;
37936
+ lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
37937
+ void *argp1 = 0 ;
37938
+ int res1 = 0 ;
37939
+ PyObject *swig_obj[1] ;
37940
+ lldb::SBStructuredData result;
37941
+
37942
+ (void)self;
37943
+ if (!args) SWIG_fail;
37944
+ swig_obj[0] = args;
37945
+ res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 );
37946
+ if (!SWIG_IsOK(res1)) {
37947
+ SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_GetLanguageSpecificData" "', argument " "1"" of type '" "lldb::SBFrame const *""'");
37948
+ }
37949
+ arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
37950
+ {
37951
+ SWIG_PYTHON_THREAD_BEGIN_ALLOW;
37952
+ result = ((lldb::SBFrame const *)arg1)->GetLanguageSpecificData();
37953
+ SWIG_PYTHON_THREAD_END_ALLOW;
37954
+ }
37955
+ resultobj = SWIG_NewPointerObj((new lldb::SBStructuredData(result)), SWIGTYPE_p_lldb__SBStructuredData, SWIG_POINTER_OWN | 0 );
37956
+ return resultobj;
37957
+ fail:
37958
+ return NULL;
37959
+ }
37960
+
37961
+
37934
37962
SWIGINTERN PyObject *_wrap_SBFrame_GetFrameBlock(PyObject *self, PyObject *args) {
37935
37963
PyObject *resultobj = 0;
37936
37964
lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
@@ -96340,6 +96368,7 @@ static PyMethodDef SwigMethods[] = {
96340
96368
{ "SBError_Fail", _wrap_SBError_Fail, METH_O, "SBError_Fail(SBError self) -> bool"},
96341
96369
{ "SBError_Success", _wrap_SBError_Success, METH_O, "SBError_Success(SBError self) -> bool"},
96342
96370
{ "SBError_GetError", _wrap_SBError_GetError, METH_O, "SBError_GetError(SBError self) -> uint32_t"},
96371
+ { "SBError_GetErrorData", _wrap_SBError_GetErrorData, METH_O, "SBError_GetErrorData(SBError self) -> SBStructuredData"},
96343
96372
{ "SBError_GetType", _wrap_SBError_GetType, METH_O, "SBError_GetType(SBError self) -> lldb::ErrorType"},
96344
96373
{ "SBError_SetError", _wrap_SBError_SetError, METH_VARARGS, "SBError_SetError(SBError self, uint32_t err, lldb::ErrorType type)"},
96345
96374
{ "SBError_SetErrorToErrno", _wrap_SBError_SetErrorToErrno, METH_O, "SBError_SetErrorToErrno(SBError self)"},
@@ -96654,7 +96683,6 @@ static PyMethodDef SwigMethods[] = {
96654
96683
" .\n"
96655
96684
""},
96656
96685
{ "SBFrame_IsSwiftThunk", _wrap_SBFrame_IsSwiftThunk, METH_O, "SBFrame_IsSwiftThunk(SBFrame self) -> bool"},
96657
- { "SBFrame_GetLanguageSpecificData", _wrap_SBFrame_GetLanguageSpecificData, METH_O, "SBFrame_GetLanguageSpecificData(SBFrame self) -> SBStructuredData"},
96658
96686
{ "SBFrame_IsInlined", _wrap_SBFrame_IsInlined, METH_VARARGS, "\n"
96659
96687
"SBFrame_IsInlined(SBFrame self) -> bool\n"
96660
96688
"SBFrame_IsInlined(SBFrame self) -> bool\n"
@@ -96681,6 +96709,7 @@ static PyMethodDef SwigMethods[] = {
96681
96709
" The version that doesn't supply a 'use_dynamic' value will use the\n"
96682
96710
" target's default.\n"
96683
96711
""},
96712
+ { "SBFrame_GetLanguageSpecificData", _wrap_SBFrame_GetLanguageSpecificData, METH_O, "SBFrame_GetLanguageSpecificData(SBFrame self) -> SBStructuredData"},
96684
96713
{ "SBFrame_GetFrameBlock", _wrap_SBFrame_GetFrameBlock, METH_O, "\n"
96685
96714
"SBFrame_GetFrameBlock(SBFrame self) -> SBBlock\n"
96686
96715
"\n"
@@ -102332,6 +102361,8 @@ SWIG_init(void) {
102332
102361
SWIG_Python_SetConstant(d, "eArgTypeRemotePath",SWIG_From_int(static_cast< int >(lldb::eArgTypeRemotePath)));
102333
102362
SWIG_Python_SetConstant(d, "eArgTypeRemoteFilename",SWIG_From_int(static_cast< int >(lldb::eArgTypeRemoteFilename)));
102334
102363
SWIG_Python_SetConstant(d, "eArgTypeModule",SWIG_From_int(static_cast< int >(lldb::eArgTypeModule)));
102364
+ SWIG_Python_SetConstant(d, "eArgTypeCPUName",SWIG_From_int(static_cast< int >(lldb::eArgTypeCPUName)));
102365
+ SWIG_Python_SetConstant(d, "eArgTypeCPUFeatures",SWIG_From_int(static_cast< int >(lldb::eArgTypeCPUFeatures)));
102335
102366
SWIG_Python_SetConstant(d, "eArgTypeLastArg",SWIG_From_int(static_cast< int >(lldb::eArgTypeLastArg)));
102336
102367
SWIG_Python_SetConstant(d, "eSymbolTypeAny",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeAny)));
102337
102368
SWIG_Python_SetConstant(d, "eSymbolTypeInvalid",SWIG_From_int(static_cast< int >(lldb::eSymbolTypeInvalid)));
0 commit comments