diff options
author | Pavel Labath <pavel@labath.sk> | 2025-03-19 09:43:17 +0100 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2025-03-19 09:51:10 +0100 |
commit | 7dbcdd578cd4d37b1f4094dbd17556be6382f1cc (patch) | |
tree | 021e330a8de654f4014a7b2f309bcdc6215a4abc /lldb/source/Interpreter/CommandInterpreter.cpp | |
parent | 415dd383e4066717178870f1927f542a3d96621a (diff) | |
download | llvm-7dbcdd578cd4d37b1f4094dbd17556be6382f1cc.zip llvm-7dbcdd578cd4d37b1f4094dbd17556be6382f1cc.tar.gz llvm-7dbcdd578cd4d37b1f4094dbd17556be6382f1cc.tar.bz2 |
Revert "[LLDB][Telemetry]Define TargetInfo for collecting data about a target (#127834)"
This reverts commit 04e39ce3fddaaec41d9c7babcca55133d7e49969 due to test
breakage.
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |