[Lldb-commits] [PATCH] D120972: [lldb] Show progress events in the command line driver
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 8 12:11:33 PST 2022
jingham added a comment.
In D120972#3368008 <https://reviews.llvm.org/D120972#3368008>, @clayborg wrote:
> This is fine as a starting point, my only question is if the setting should be "interpreter.show-progress"
Whether you see this output is really dependent on how the debugger's I/O is set up, which seems more like a feature of the Debugger than of the CommandInterpreter. This seems more like the stop display than like whether we prompt on quit or echo commands.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120972/new/
https://reviews.llvm.org/D120972
More information about the lldb-commits
mailing list