This is an archive of the discontinued LLVM Phabricator instance.

[lldb] tab completion for `disassemble -F`
ClosedPublic

Authored by MrHate on Jul 20 2020, 2:13 AM.

Details

Summary
  1. Added a new common completion DisassemblyFlavors;
  2. Bound DisassemblyFlavors to argument of type eArgTypeDisassemblyFlavor in CommandObject.cpp;
  3. Added a related test case.

Diff Detail

Event Timeline

JDevlieghere accepted this revision.Jul 22 2020, 9:54 AM
This revision is now accepted and ready to land.Jul 22 2020, 9:54 AM