jingham added a comment.

The point of --batch is that if the program crashes, control is transferred 
from the script to the user so that they can inspect the crash.  lit would just 
hang at that point, right?

I worry that people will use this RUN example as an template, and then make a 
test that does cause the target to execute, which test would then hang up if 
the target crashed.  So I still think ending with an explicit quit rather than 
using --batch is safer.


Repository:
  rL LLVM

https://reviews.llvm.org/D43471



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

Reply via email to