@@ -61056,12 +61056,12 @@ SWIGINTERN PyObject *_wrap_SBTarget_SetModuleLoadAddress(PyObject *self, PyObjec
61056
61056
PyObject *resultobj = 0;
61057
61057
lldb::SBTarget *arg1 = (lldb::SBTarget *) 0 ;
61058
61058
lldb::SBModule arg2 ;
61059
- int64_t arg3 ;
61059
+ uint64_t arg3 ;
61060
61060
void *argp1 = 0 ;
61061
61061
int res1 = 0 ;
61062
61062
void *argp2 ;
61063
61063
int res2 = 0 ;
61064
- long long val3 ;
61064
+ unsigned long long val3 ;
61065
61065
int ecode3 = 0 ;
61066
61066
PyObject *swig_obj[3] ;
61067
61067
lldb::SBError result;
@@ -61085,11 +61085,11 @@ SWIGINTERN PyObject *_wrap_SBTarget_SetModuleLoadAddress(PyObject *self, PyObjec
61085
61085
if (SWIG_IsNewObj(res2)) delete temp;
61086
61086
}
61087
61087
}
61088
- ecode3 = SWIG_AsVal_long_SS_long (swig_obj[2], &val3);
61088
+ ecode3 = SWIG_AsVal_unsigned_SS_long_SS_long (swig_obj[2], &val3);
61089
61089
if (!SWIG_IsOK(ecode3)) {
61090
- SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_SetModuleLoadAddress" "', argument " "3"" of type '" "int64_t ""'");
61090
+ SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "SBTarget_SetModuleLoadAddress" "', argument " "3"" of type '" "uint64_t ""'");
61091
61091
}
61092
- arg3 = static_cast< int64_t >(val3);
61092
+ arg3 = static_cast< uint64_t >(val3);
61093
61093
{
61094
61094
SWIG_PYTHON_THREAD_BEGIN_ALLOW;
61095
61095
result = (arg1)->SetModuleLoadAddress(arg2,arg3);
@@ -90556,7 +90556,7 @@ static PyMethodDef SwigMethods[] = {
90556
90556
{ "SBTarget_GetMaximumNumberOfChildrenToDisplay", _wrap_SBTarget_GetMaximumNumberOfChildrenToDisplay, METH_O, "SBTarget_GetMaximumNumberOfChildrenToDisplay(SBTarget self) -> uint32_t"},
90557
90557
{ "SBTarget_SetSectionLoadAddress", _wrap_SBTarget_SetSectionLoadAddress, METH_VARARGS, "SBTarget_SetSectionLoadAddress(SBTarget self, SBSection section, lldb::addr_t section_base_addr) -> SBError"},
90558
90558
{ "SBTarget_ClearSectionLoadAddress", _wrap_SBTarget_ClearSectionLoadAddress, METH_VARARGS, "SBTarget_ClearSectionLoadAddress(SBTarget self, SBSection section) -> SBError"},
90559
- { "SBTarget_SetModuleLoadAddress", _wrap_SBTarget_SetModuleLoadAddress, METH_VARARGS, "SBTarget_SetModuleLoadAddress(SBTarget self, SBModule module, int64_t sections_offset) -> SBError"},
90559
+ { "SBTarget_SetModuleLoadAddress", _wrap_SBTarget_SetModuleLoadAddress, METH_VARARGS, "SBTarget_SetModuleLoadAddress(SBTarget self, SBModule module, uint64_t sections_offset) -> SBError"},
90560
90560
{ "SBTarget_ClearModuleLoadAddress", _wrap_SBTarget_ClearModuleLoadAddress, METH_VARARGS, "SBTarget_ClearModuleLoadAddress(SBTarget self, SBModule module) -> SBError"},
90561
90561
{ "SBTarget_FindFunctions", _wrap_SBTarget_FindFunctions, METH_VARARGS, "\n"
90562
90562
"SBTarget_FindFunctions(SBTarget self, char const * name, uint32_t name_type_mask=eFunctionNameTypeAny) -> SBSymbolContextList\n"
0 commit comments