[lldb] Always move the cursor back after printing progress
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 9 Mar 2022 02:35:06 +0000 (18:35 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 9 Mar 2022 02:35:09 +0000 (18:35 -0800)
commit116715270d07d18d101ff8d1b4a42cfd76c5cc55
treec73c9334581deeb44479eb1fc87031a570033a51
parent097d46f41c46a5e03bac673d264754628775b055
[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.
lldb/source/Core/Debugger.cpp