[Lldb-commits] [PATCH] D154643: [lldb] Prevent crash when completing ambiguous subcommands

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 10 13:56:52 PDT 2023


jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.

This looks like it might be the place where we also say "`set s` could either be `set` or `show`".  But that's actually done elsewhere so this change is okay.  We should maybe make sure we have a test for `setting s<TAB>` -> {`set` or `show`} options.


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

https://reviews.llvm.org/D154643



More information about the lldb-commits mailing list