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

via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 19 11:26:36 PST 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 5ecce45ea2980aff35d1283d4dd3feb8f74de16c 11efc09e1ab9ffcca8e965906530af995f5c8c83 --extensions cpp,h -- lldb/include/lldb/Core/Telemetry.h lldb/source/Core/Debugger.cpp lldb/source/Core/Telemetry.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/lldb/source/Core/Telemetry.cpp b/lldb/source/Core/Telemetry.cpp
index 2e86d793c5..6c74ac2965 100644
--- a/lldb/source/Core/Telemetry.cpp
+++ b/lldb/source/Core/Telemetry.cpp
@@ -125,7 +125,7 @@ void TelemetryManager::atDebuggerStartup(DebuggerTelemetryInfo *entry) {
     misc_info.meta_data["internal_errors"] = "Cannot determine CWD";
     if (llvm::Error er = dispatch(&misc_info)) {
       LLDB_LOG_ERROR(GetLog(LLDBLog::Object), std::move(er),
-               "Failed to dispatch misc-info at startup: {0}");
+                     "Failed to dispatch misc-info at startup: {0}");
     }
   }
 

``````````

</details>


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


More information about the lldb-commits mailing list