[Lldb-commits] [PATCH] D59911: Don't abort() in lldb_assert and document why.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 28 15:45:14 PDT 2019


aprantl added a comment.

In D59911#1446835 <https://reviews.llvm.org/D59911#1446835>, @davide wrote:

>




> I do personally believe that your wording is reasonable. If it was me, I would just be a little stronger and say that new code should never use lldbassert, and if you're touching existing code you might consider replacing it with proper error handling.

Done!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59911/new/

https://reviews.llvm.org/D59911





More information about the lldb-commits mailing list