jingham requested changes to this revision.
jingham added a comment.
This revision now requires changes to proceed.

This won't at all do what users expect in cases where the driver program 
doesn't cooperate.  For instance, when run under Xcode, the lldb process can 
have many debuggers running concurrently, so the exit value of a single 
Debugger doesn't make much sense there.

I think we should require the client to say that it will obey the exit value, 
and have the command error out if the client has not told us it plans to 
respect our exit values.


https://reviews.llvm.org/D48659



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

Reply via email to