[Lldb-commits] [PATCH] D48659: Allow specifying an exit code for the 'quit' command
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 27 10:25:38 PDT 2018
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
More information about the lldb-commits
mailing list