[Lldb-commits] [PATCH] D50478: Add support for artificial tail call frames

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 20 16:15:14 PDT 2018


jingham added a comment.

Can you add a test that makes sure that when you stop in a frame that has artificial frames above it, and then you do "finish", or "step out" past the end of frame 0, the presence of the artificial frame doesn't confuse us?  I am pretty sure that will just work, but it would be good to make sure that it actually does.


https://reviews.llvm.org/D50478





More information about the lldb-commits mailing list