[Lldb-commits] [lldb] [LLDB][Telemetry]Define DebuggerTelemetryInfo and related methods (PR #127696)
Vy Nguyen via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 26 12:02:28 PST 2025
oontvoo wrote:
I think this is ready for review now. New changes:
- Incorporate the enable-telemetry flag from the other PR to get rid of all the ifdefs
- remove process-exit/startup data from this - stick to debugger's exit/startup only.
+ I'd like to find the right place to report debugger's crashes (ie., in the code where it'd normally print "Please file a bug report ....")
- add some RAII helper to reduce boilerplate
https://github.com/llvm/llvm-project/pull/127696
More information about the lldb-commits
mailing list