[all-commits] [llvm/llvm-project] b43375: [lldb] Add log indicating which kind of data forma...
Dave Lee via All-commits
all-commits at lists.llvm.org
Fri Jun 30 16:51:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b43375bb8195bd451850f42b7b99548aa1ba43fd
https://github.com/llvm/llvm-project/commit/b43375bb8195bd451850f42b7b99548aa1ba43fd
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M lldb/source/DataFormatters/FormatManager.cpp
Log Message:
-----------
[lldb] Add log indicating which kind of data formatter
The `formatter` logs include a function name, but these functions are mostly templates
and the template type parameter is not printed, which is useful context.
This change adds a new log which is printed upon entry of `FormatManager::Get`, which
shows the formatter context as either `format`, `summary`, or `synthetic`.
Differential Revision: https://reviews.llvm.org/D154128
More information about the All-commits
mailing list