[Lldb-commits] [PATCH] D43694: Add a sanity check for inline tests

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 23 14:07:46 PST 2018


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Looks good. One extra possible check would be to make sure that at the exit of the loop, the inferior is in an expected state (eStateExited with result 0?)


https://reviews.llvm.org/D43694





More information about the lldb-commits mailing list