[all-commits] [llvm/llvm-project] e1a393: Define Telemetry plugin for LLDB. (#126588)

Vy Nguyen via All-commits all-commits at lists.llvm.org
Tue Feb 18 07:44:39 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1a393e39275ca0fea4bb19fa08c88bae3178cf8
      https://github.com/llvm/llvm-project/commit/e1a393e39275ca0fea4bb19fa08c88bae3178cf8
  Author: Vy Nguyen <vyng at google.com>
  Date:   2025-02-18 (Tue, 18 Feb 2025)

  Changed paths:
    M lldb/include/lldb/Core/Telemetry.h
    M lldb/source/Core/Telemetry.cpp
    M lldb/unittests/Core/CMakeLists.txt
    A lldb/unittests/Core/TelemetryTest.cpp

  Log Message:
  -----------
  Define Telemetry plugin for LLDB. (#126588)

Details:

Make LLDB's TelemetryManager a "plugin" so that vendor can supply
appropriate implementation.
The rest of LLDB code will simply call `TelemetryManager::getInstance`

---------

Co-authored-by: Pavel Labath <pavel at labath.sk>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list