aprantl added a comment.

Another problem with `lldb_assert()` is that in its current form it prints to 
stderr, which AFAIK is not even visible when LLDB is invoked from an IDE like 
Xcode.

I like Pavel's suggestion of having a report_once function.

It looks like everybody seems to agree that lldb_assert has some useful ideas 
but is flawed in its implementation. I'm going to land this patch and we can 
continue improving or building a replacement for lldb_assert independently from 
this.


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

https://reviews.llvm.org/D59911



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to