[Lldb-commits] [lldb] Add AllowRepeats to SBCommandInterpreterRunOptions. (PR #94786)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 7 13:39:49 PDT 2024
================
@@ -3129,14 +3130,19 @@ void CommandInterpreter::IOHandlerInputComplete(IOHandler &io_handler,
return;
const bool is_interactive = io_handler.GetIsInteractive();
- if (!is_interactive) {
+ bool allow_repeats =
----------------
JDevlieghere wrote:
nit: `const bool` for consistency with the line above.
https://github.com/llvm/llvm-project/pull/94786
More information about the lldb-commits
mailing list