This revision was automatically updated to reflect the committed changes.
Closed by commit rGfb10b01cca85: [lldb] Prevent crash when completing ambiguous
subcommands (authored by JDevlieghere).
Herald added a project: LLDB.
Changed prior to commit:
https://reviews.llvm.org/D154643?vs=537829&id=
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 h
JDevlieghere created this revision.
JDevlieghere added a reviewer: jingham.
Herald added a project: All.
JDevlieghere requested review of this revision.
Fix a crash when trying to complete an ambiguous subcommand. Take `set s tar`
for example: here `s` is ambiguous between `set` and `show`. Press