================
@@ -243,6 +245,8 @@ class LLDB_API SBDebugger {
 
   lldb::SBTarget GetDummyTarget();
 
+  void SendTelemetry(SBStructuredData *entry);
----------------
JDevlieghere wrote:

It seems odd to allow clients to send their own telemetry. I'd expect all 
telemetry you'd want to collect to originate from within LLDB. This also seems 
like a pretty privacy concern because now you're opening the door to report 
arbitrary data on behalf of LLDB. 

https://github.com/llvm/llvm-project/pull/87815
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to