This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Tab completion for `frame recognizer delete`
ClosedPublic

Authored by MrHate on Jun 5 2020, 1:05 AM.

Details

Summary

Provided tab completion for command frame recognizer delete.

Diff Detail

Event Timeline

teemperor accepted this revision.Jun 15 2020, 4:59 AM

LGTM, thanks! I wish the StackFrameRecognizerManager::ForEach had a less inconvenient interface but this seems the best we can do without making its internal public.

This revision is now accepted and ready to land.Jun 15 2020, 4:59 AM
This revision was automatically updated to reflect the committed changes.