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

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 5 08:47:53 PST 2025


================
@@ -66,6 +80,50 @@ struct LLDBBaseTelemetryInfo : public llvm::telemetry::TelemetryInfo {
   void serialize(llvm::telemetry::Serializer &serializer) const override;
 };
 
+struct CommandInfo : public LLDBBaseTelemetryInfo {
+  // If the command is/can be associated with a target entry this field contains
+  // that target's UUID. <EMPTY> otherwise.
----------------
JDevlieghere wrote:

These should be Doxygen comments (`///`)

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


More information about the lldb-commits mailing list