In ThreadPlanCallFunction.h I saw 67 // To get the return value from a function call you must create a 68 // lldb::ValueSP that contains a valid clang type in its context and call 69: // RequestReturnValue. The ValueSP will be stored and when the function is 70 // done executing, the object will check if there is a requested return 71 // value. If there is, the return value will be retrieved using the
I suspect this comment is just outdated, but is there anything special that needs to be done in order to be able to get the return value? Keno
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev