[Lldb-commits] [PATCH] D22404: [test] Report error when inferior test processes exit with a non-zero code
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 15 06:45:36 PDT 2016
labath added a comment.
I don't think the original version tried to make a nice error message. It got flagged as an error, and that was it. Now it will get flagged as exceptional exit.
In any case we will print out the stderr/stdout (I changed this from stderr-only, because in my case the only useful information about the error was in stdout), which should contain the exception that caused the non-zero exit, it's backtrace and everything.
https://reviews.llvm.org/D22404
More information about the lldb-commits
mailing list