[all-commits] [llvm/llvm-project] 116715: [lldb] Always move the cursor back after printing ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Mar 8 18:37:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 116715270d07d18d101ff8d1b4a42cfd76c5cc55
      https://github.com/llvm/llvm-project/commit/116715270d07d18d101ff8d1b4a42cfd76c5cc55
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-03-08 (Tue, 08 Mar 2022)

  Changed paths:
    M lldb/source/Core/Debugger.cpp

  Log Message:
  -----------
  [lldb] Always move the cursor back after printing progress

This got lost while iterating on the patch. We need to always move the
cursor to the front of the line so that if something else
(asynchronously) prints to the debugger's output it overwrites the
progress message.




More information about the All-commits mailing list