[Lldb-commits] [lldb] [LLDB][Telemetry]Define TargetInfo for collecting data about a target (PR #127834)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 11 03:37:15 PDT 2025
================
@@ -46,12 +50,17 @@ struct LLDBConfig : public ::llvm::telemetry::Config {
// Specifically:
// - Length: 8 bits
// - First two bits (MSB) must be 11 - the common prefix
+// - Last two bits (LSB) are reserved for grand-children of LLDBTelemetryInfo
----------------
labath wrote:
I have to say I'm liking this bitfield system less and less every time I see it.
https://github.com/llvm/llvm-project/pull/127834
More information about the lldb-commits
mailing list