summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Telemetry.cpp
AgeCommit message (Expand)Author
2025-06-30[LLDB][NFC] Refactor code extracting timestamp from StructuredData (#145954)Vy Nguyen
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal
2025-04-26[LLDB][Telemetry] Collect telemetry from client when allowed. (#129728)Vy Nguyen
2025-04-02[lldb] Hoist UUID generation into the UUID class (#133662)Jonas Devlieghere
2025-03-30[lldb] Remove unused Version.h include in Telemetry.cpp (NFC)Jonas Devlieghere
2025-03-20Reapply LLDB-Telemetry TargetInfo branch (pr/127834) (#132043)Vy Nguyen
2025-03-19Revert "[LLDB][Telemetry]Define TargetInfo for collecting data about a target...Pavel Labath
2025-03-18[LLDB][Telemetry]Define TargetInfo for collecting data about a target (#127834)Vy Nguyen
2025-03-07[LLDB][Telemetry]Define telemetry::CommandInfo (#129354)Vy Nguyen
2025-03-03[LLDB][Telemetry]Define DebuggerTelemetryInfo and related methods (#127696)Vy Nguyen
2025-02-26[llvm][telemetry]Change Telemetry-disabling mechanism. (#128534)Vy Nguyen
2025-02-24[LLDB][NFC]Renaming functions to be consistent with LLDB naming style (#128574)Vy Nguyen
2025-02-18Addressed additional review comments from PR/119716. (#126757)Vy Nguyen
2025-02-18Define Telemetry plugin for LLDB. (#126588)Vy Nguyen
2025-02-12Define -DLLVM_BUILD_TELEMETRY to be used in ifdef (#126746)Vy Nguyen
2025-02-11[lldb] Use preprocessor guard for `LLVM_BUILD_TELEMETRY` (#126715)Michał Górny
2025-02-10[lldb] Fix a warningKazu Hirata
2025-02-10[lldb][telemetry] Implement LLDB Telemetry (part 1) (#119716)Vy Nguyen