[all-commits] [llvm/llvm-project] cbcb3b: [lldb] Don't report progress in the REPL
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Apr 11 13:06:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cbcb3bcee3efc8ea4e72bc36ae5cbaf946804b58
https://github.com/llvm/llvm-project/commit/cbcb3bcee3efc8ea4e72bc36ae5cbaf946804b58
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-04-11 (Mon, 11 Apr 2022)
Changed paths:
M lldb/include/lldb/Core/Debugger.h
M lldb/source/Core/Debugger.cpp
M lldb/source/Expression/REPL.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list