[Lldb-commits] [lldb] [RFC][LLDB] Telemetry in LLDB (PR #87815)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 5 16:06:24 PDT 2024


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

If you want to combine telemetry from LLDB and clients together, why not invert the relationship? Instead of having LLDB ingest client telemetry data and report them together, we could instead have LLDB hand its telemetry over to clients and have the client combine them.

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


More information about the lldb-commits mailing list