[Lldb-commits] [PATCH] D51604: Terminate debugger if an assert was hit

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 4 09:34:01 PDT 2018


clayborg added a comment.

Yes abort is better as exit will cause the global C++ destructor chain to be called. I was always thinking lldbassert() was aborting, but seeing as this is not the case this could cause problems if you enable it as it will be a change. Watch the buildbots carefully.


https://reviews.llvm.org/D51604





More information about the lldb-commits mailing list