This is an archive of the discontinued LLVM Phabricator instance.

[lldb] type category name common completion
ClosedPublic

Authored by MrHate on Jul 19 2020, 6:51 AM.

Details

Summary
  1. Added a new common completion TypeCategoryNames to provide a list of category names for completion;
  2. Applied the completion to these commands: type category delete/enable/disable/list/define;
  3. Added a related test case;

4.Bound the completion to the arguments of the type 'eArgTypeName'.

Diff Detail

Event Timeline

MrHate updated this revision to Diff 279084.Jul 19 2020, 7:14 AM
MrHate edited the summary of this revision. (Show Details)
  • Applied completion to type category define.
MrHate updated this revision to Diff 279085.Jul 19 2020, 7:24 AM
MrHate edited the summary of this revision. (Show Details)
  • Bound the completion to the arguments of the type 'eArgTypeName', so that options like type filter add -w can be completed.
teemperor accepted this revision.Jul 23 2020, 12:24 PM

LGTM, thanks!

This revision is now accepted and ready to land.Jul 23 2020, 12:24 PM
JDevlieghere accepted this revision.Jul 24 2020, 10:15 AM
This revision was automatically updated to reflect the committed changes.