================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits