[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:40 PDT 2024
================
@@ -1868,8 +1874,28 @@ bool CommandInterpreter::HandleCommand(const char *command_line,
LazyBool lazy_add_to_history,
CommandReturnObject &result,
bool force_repeat_command) {
+ std::cout << "HandleCommand: " << command_line << "\n";
----------------
JDevlieghere wrote:
Stray debug line?
https://github.com/llvm/llvm-project/pull/87815
More information about the lldb-commits
mailing list