[Lldb-commits] [lldb] [LLDB][Telemetry]Define telemetry::CommandInfo (PR #129354)

Vy Nguyen via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 5 09:12:07 PST 2025


================
@@ -28,6 +29,17 @@
 namespace lldb_private {
 namespace telemetry {
 
+struct LLDBConfig : public ::llvm::telemetry::Config {
+  // If true, we will collect full details about a debug command (eg., args and
+  // original command). Note: This may contain PII, hence can only be enabled by
+  // the vendor while creating the Manager.
+  const bool m_detailed_command_telemetry;
----------------
oontvoo wrote:

> Ack, I think this is fine as is. Given that this is a struct, please drop the m_ prefix.
done

https://github.com/llvm/llvm-project/pull/129354


More information about the lldb-commits mailing list