[Lldb-commits] [lldb] [LLDB][Telemetry]Define DebuggerTelemetryInfo and related methods (PR #127696)

Vy Nguyen via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 27 07:38:27 PST 2025


================
@@ -41,6 +45,7 @@ struct LLDBBaseTelemetryInfo : public llvm::telemetry::TelemetryInfo {
   std::optional<SteadyTimePoint> end_time;
   // TBD: could add some memory stats here too?
 
+  uint64_t debugger_id = 0;
----------------
oontvoo wrote:

Ah, never mind. found it. `#define LLDB_INVALID_UID UINT64_MAX`
So I guess we could init this to `LLDB_INVALID_UID`

https://github.com/llvm/llvm-project/pull/127696


More information about the lldb-commits mailing list