<div dir="ltr">In ThreadPlanCallFunction.h I saw<div><br></div><div><div>   67      // To get the return value from a function call you must create a </div><div>   68      // lldb::ValueSP that contains a valid clang type in its context and call</div><div>   69:     // RequestReturnValue. The ValueSP will be stored and when the function is</div><div>   70      // done executing, the object will check if there is a requested return </div><div>   71      // value. If there is, the return value will be retrieved using the </div></div><div><br></div><div>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?</div><div><br></div><div>Keno</div></div>