jimingham wrote:

If the user has set "UnwindOnException" to false in their ExpressionOptions, we 
need to propagate that stop event and the driver would need to consume it to 
show the user that they are stopped at the crash site.  So we definitely have 
to rebroadcast the event and the driver needs to be waiting to consume it.  So 
having the test check for the event (just like the lldb driver would do) is the 
correct way to use lldb.

https://github.com/llvm/llvm-project/pull/144919
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to