[lldb] Don't report progress in the REPL
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 11 Apr 2022 17:42:59 +0000 (10:42 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 11 Apr 2022 20:06:40 +0000 (13:06 -0700)
commitcbcb3bcee3efc8ea4e72bc36ae5cbaf946804b58
treed14a2efb4271c0d4e6e2cf8d641875dff47cd1bf
parentd06fb9045b9ad0f54367660b1eb9a8fdec86606e
[lldb] Don't report progress in the REPL

Don't report progress events in the REPL. Most of the progress events
are debugger specific which are useful when you're debugging, but not so
much when you're waiting for the next line to be executed in the REPL.

This patch disables reporting of progress events when in REPL mode.

rdar://91502950

Differential revision: https://reviews.llvm.org/D123426
lldb/include/lldb/Core/Debugger.h
lldb/source/Core/Debugger.cpp
lldb/source/Expression/REPL.cpp