[Lldb-commits] [PATCH] D105327: [lldb] Add the ability to silently import scripted commands

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 9 09:55:20 PDT 2021


JDevlieghere marked an inline comment as done.
JDevlieghere added a comment.

I kept the existing behavior everywhere except when `--silent` is passed. I also don't think "being interactive" is a good enough discriminator, I can imagine some people might want to see the work done by the script. Happy to revisit all of that in a separate patch though.


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

https://reviews.llvm.org/D105327



More information about the lldb-commits mailing list