[Lldb-commits] [PATCH] D78825: [lldb/Driver] Exit with a non-zero exit code in batch mode when stopping because of an error.

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 5 04:16:27 PDT 2020


labath accepted this revision.
labath added a comment.

I note that the call to exit(1) bypasses some of the finalization code in (most notably, `reset_stdin_termios`). That does not seem ideal, but it looks like a pre-existing problem.


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

https://reviews.llvm.org/D78825





More information about the lldb-commits mailing list