[Lldb-commits] [lldb] [LLDB][Telemetry]Defind telemetry::CommandInfo (PR #129354)
Vy Nguyen via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 5 09:10:47 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.
----------------
oontvoo wrote:
done
https://github.com/llvm/llvm-project/pull/129354
More information about the lldb-commits
mailing list