[Lldb-commits] [lldb] [RFC][LLDB] Telemetry in LLDB (PR #87815)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 5 12:01:37 PDT 2024


================
@@ -9,10 +9,12 @@
 #ifndef LLDB_API_SBDEBUGGER_H
 #define LLDB_API_SBDEBUGGER_H
 
+#include <chrono>
 #include <cstdio>
 
 #include "lldb/API/SBDefines.h"
 #include "lldb/API/SBPlatform.h"
+#include "third_party/llvm/llvm-project/lldb/include/lldb/API/SBStructuredData.h"
----------------
JDevlieghere wrote:

I guess this was added by your IDE. There's a few instances of these. 

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


More information about the lldb-commits mailing list