[Lldb-commits] [PATCH] D105327: [lldb] Add the ability to silently import scripted commands
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 7 13:47:09 PDT 2021
clayborg added a comment.
I think the only time we should not be silent is when the user types "command script import" from an interactive terminal. If this command comes in from the equivalent of "command source ...", sourcing init files then that IOHandler isn't interactive and we can easily suppress this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105327/new/
https://reviews.llvm.org/D105327
More information about the lldb-commits
mailing list