From 7dbcdd578cd4d37b1f4094dbd17556be6382f1cc Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 19 Mar 2025 09:43:17 +0100 Subject: Revert "[LLDB][Telemetry]Define TargetInfo for collecting data about a target (#127834)" This reverts commit 04e39ce3fddaaec41d9c7babcca55133d7e49969 due to test breakage. --- lldb/source/Interpreter/CommandInterpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp') diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index e0bf552..8e70922 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -1891,7 +1891,7 @@ bool CommandInterpreter::HandleCommand(const char *command_line, telemetry::TelemetryManager::GetInstance() ->GetConfig() ->detailed_command_telemetry; - const int command_id = telemetry::CommandInfo::GetNextID(); + const int command_id = telemetry::CommandInfo::GetNextId(); std::string command_string(command_line); std::string original_command_string(command_string); -- cgit v1.1