@@ -32459,6 +32459,33 @@ SWIGINTERN PyObject *_wrap_SBFrame_GetLanguageSpecificData(PyObject *SWIGUNUSEDP
3245932459}
3246032460
3246132461
32462+ SWIGINTERN PyObject *_wrap_SBFrame_IsSwiftThunk(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
32463+ PyObject *resultobj = 0;
32464+ lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
32465+ void *argp1 = 0 ;
32466+ int res1 = 0 ;
32467+ PyObject *swig_obj[1] ;
32468+ bool result;
32469+
32470+ if (!args) SWIG_fail;
32471+ swig_obj[0] = args;
32472+ res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_lldb__SBFrame, 0 | 0 );
32473+ if (!SWIG_IsOK(res1)) {
32474+ SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "SBFrame_IsSwiftThunk" "', argument " "1"" of type '" "lldb::SBFrame *""'");
32475+ }
32476+ arg1 = reinterpret_cast< lldb::SBFrame * >(argp1);
32477+ {
32478+ SWIG_PYTHON_THREAD_BEGIN_ALLOW;
32479+ result = (bool)(arg1)->IsSwiftThunk();
32480+ SWIG_PYTHON_THREAD_END_ALLOW;
32481+ }
32482+ resultobj = SWIG_From_bool(static_cast< bool >(result));
32483+ return resultobj;
32484+ fail:
32485+ return NULL;
32486+ }
32487+
32488+
3246232489SWIGINTERN PyObject *_wrap_SBFrame___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3246332490 PyObject *resultobj = 0;
3246432491 lldb::SBFrame *arg1 = (lldb::SBFrame *) 0 ;
@@ -82565,6 +82592,7 @@ static PyMethodDef SwigMethods[] = {
8256582592 ""},
8256682593 { "SBFrame_GetDescription", _wrap_SBFrame_GetDescription, METH_VARARGS, "SBFrame_GetDescription(SBFrame self, SBStream description) -> bool"},
8256782594 { "SBFrame_GetLanguageSpecificData", _wrap_SBFrame_GetLanguageSpecificData, METH_O, "SBFrame_GetLanguageSpecificData(SBFrame self) -> SBStructuredData"},
82595+ { "SBFrame_IsSwiftThunk", _wrap_SBFrame_IsSwiftThunk, METH_O, "SBFrame_IsSwiftThunk(SBFrame self) -> bool"},
8256882596 { "SBFrame___str__", _wrap_SBFrame___str__, METH_O, "SBFrame___str__(SBFrame self) -> std::string"},
8256982597 { "SBFrame_swigregister", SBFrame_swigregister, METH_O, NULL},
8257082598 { "SBFrame_swiginit", SBFrame_swiginit, METH_VARARGS, NULL},
0 commit comments