[lldb-dev] Unsupported instruction call
Carlo Kok via lldb-dev
lldb-dev at lists.llvm.org
Fri Mar 10 02:07:36 PST 2017
Trying to evaluate:
((unsigned short* (*)(void *))10544800)((void*)44769264)
or
((unsigned short* (*)(void *))_ElementsGetTypeName)((void*)44769264)
in lldb/windows gives me
Unsupported instruction: %call = call i16* inttoptr (i32 16967328 to
i16* (i8*)*)(i8* inttoptr (i32 15867888 to i8*))
Seems to be triggered by support_function_calls being false(but I can't
see who would ever set this to true)
what am I missing?
--
Carlo Kok
RemObjects Software
More information about the lldb-dev
mailing list