[Lldb-commits] [PATCH] D124922: [lldb] Inject commands into log output when directed to file
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 4 08:08:47 PDT 2022
labath added a comment.
Just my opinion, but I wouldn't like to complicate the logging architecture with file-only log statements and cross-channel dependencies. If you want to cross-reference some other logging channel with the executed commands then I'd say you should enable both channels. We can definitely talk about making the command feature more prominently in the log stream.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124922/new/
https://reviews.llvm.org/D124922
More information about the lldb-commits
mailing list