This is an archive of the discontinued LLVM Phabricator instance.

[lldb] move the frame index completion into a common completion and apply it to `thread backtrace -s`
ClosedPublic

Authored by MrHate on Jul 8 2020, 7:59 AM.

Details

Summary

Commands frame select and thread backtrace -s can be completed in the same way.
Moved the dedicated completion of frame select into a common completion and apply it to the both commands, along with the test modified.

Diff Detail