[Lldb-commits] [lldb] [LLDB][Telemetry] Collect telemetry from client when allowed. (PR #129728)
Vy Nguyen via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 25 07:49:20 PDT 2025
================
@@ -156,6 +158,52 @@ uint32_t GetLLDBFrameID(uint64_t dap_frame_id);
lldb::SBEnvironment
GetEnvironmentFromArguments(const llvm::json::Object &arguments);
+/// Helper for sending telemetry to lldb server, if client-telemetry is enabled.
+#ifndef SWIG
----------------
oontvoo wrote:
Ah, ok. Removed it! Thanks
https://github.com/llvm/llvm-project/pull/129728
More information about the lldb-commits
mailing list