[Lldb-commits] [PATCH] D23290: Added enforce-interactivity setting
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 22 09:21:38 PST 2016
clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.
I am not sure this is the right fix. This fix would mean that any IOHandler would always be interactive even if the user didn't want it to be. A better fix would be to make a way to enable interactivity for only certain files.
https://reviews.llvm.org/D23290
More information about the lldb-commits
mailing list