[lldb-dev] Is RequestReturnValue still relevant

Keno Fischer kfischer at college.harvard.edu
Thu Jun 18 22:44:31 PDT 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150619/a3f9360f/attachment.html>


More information about the lldb-dev mailing list