[Lldb-commits] [PATCH] D77444: [commands] Support autorepeat in SBCommands

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 3 20:34:36 PDT 2020


jingham added a comment.

For instance, maybe instead of passing in a bool, you could pass in the repeat command?  So when you create the command, if you pass in None, you get no repeat, if you pass in "" you get the exact command line repeated, and if you pass in anything else, that will be the repeat command.  Or maybe use an enum with "noRepeat, exactRepeat, commandNameRepeat"?


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