[Lldb-commits] [lldb] [LLDB][Telemetry]Define DebuggerTelemetryInfo and related methods (PR #127696)
Vy Nguyen via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 28 06:12:32 PST 2025
oontvoo wrote:
@labath
> IOW, can we drop the exit_desc field from this struct?
Well, we need a way to distinguish the start and the exit entries
How about just keeping `exit_code` (which is set to zero)
> I still think it's important to have a simple and succinct way to check whether telemetry is "actually" enabled at a given moment
We can have a `static TelemetryManager::TelemetryCurrentEnabled()` which does the check.
https://github.com/llvm/llvm-project/pull/127696
More information about the lldb-commits
mailing list