[Lldb-commits] [PATCH] D77444: [commands] Support autorepeat in SBCommands
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Apr 5 22:25:10 PDT 2020
clayborg added a comment.
I was thinking if auto repeat was enabled that the DoExecute would just get called again with nothing and then the plug-in could maintain any repeat commands without needing to add anything... Glad you chimed in!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77444/new/
https://reviews.llvm.org/D77444
More information about the lldb-commits
mailing list