[Lldb-commits] [PATCH] D143695: [lldb] Make repeat commands work for regex commands

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 8 11:22:49 PST 2023


kastiglione added a comment.

> But `allow_repeat_command` is a misleading name for that. It makes is sound like if I don't pass that flag I won't get a repeat command.  `force_repeat_command` would be a better name

I agree. I did have some loose thoughts matching this, when writing it, yet somehow ended up with `allow_`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143695/new/

https://reviews.llvm.org/D143695



More information about the lldb-commits mailing list