[Lldb-commits] [PATCH] D154128: [lldb] Add log indicating which kind of data formatter
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 30 11:06:01 PDT 2023
JDevlieghere requested changes to this revision.
JDevlieghere added a comment.
This revision now requires changes to proceed.
Our logging infrastructure already supports including the function name in the log message. That has always been the case for `LLDB_LOG` but `LLDB_LOGF` wasn't updated until 6099d519bb83 <https://reviews.llvm.org/rG6099d519bb83cc0b97ce8b529743f832de144110> because the idea was that everyone would move to formatv-style logging `LLDB_LOG` but that never gained consensus.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154128/new/
https://reviews.llvm.org/D154128
More information about the lldb-commits
mailing list