<div dir="ltr">Hello,<div><br></div><div>With another debugger that I use, I'm able to set breakpoints on function exit and get the return value. (These are usually set automatically when the function is entered.)</div><div><br></div><div>This is useful for all sorts of things, but I haven't seen an easy way to do this in LLDB.  This is necessary for some tools that I'd like to build on top of LLDB.</div><div><br></div><div>A comment from Jim Ingham on Stackoverflow indicates that the return value portion of this isn't robustly available yet:</div><div><br></div><div> <a href="http://stackoverflow.com/questions/20902019/inspect-the-return-value-of-a-function-in-lldb">http://stackoverflow.com/questions/20902019/inspect-the-return-value-of-a-function-in-lldb</a></div><div><br></div><div>I don't want to force a return, just stop on the exit and read the value and be able to continue (and all preferably via the script API).</div><div><br></div><div>Did I miss something or is there a way? If not, any thoughts on how to best go about this?</div><div><br></div><div>Cheers,</div><div><br></div><div> - Bruce</div><div><br></div></div>