DavidSpickett wrote: > This caused an issue where the message isn't printed in any case.
Which is surprising because it implies that `IsInteractive` is never true. Or perhaps this check runs so early that it has not been set yet. Either way, always printing consistently is better than confusingly sometimes not. I think you'll have to add/fix something if you want a true "are we in batch mode" call. https://github.com/llvm/llvm-project/pull/187981 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
