[Lldb-commits] [PATCH] D32366: Set "success" status correctly
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 24 02:49:56 PDT 2017
labath added a comment.
that sounds like an excellent idea, as it will check all executed commands, and not the ones we've remembered checking. It should probably be an `lldbassert` though. (And we'd need to check that the existing tests still pass after that.)
Repository:
rL LLVM
https://reviews.llvm.org/D32366
More information about the lldb-commits
mailing list