[Lldb-commits] [PATCH] D43048: [lldb-test/WIP] Allow a way to test autocompletion

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 7 15:07:41 PST 2018


zturner added a comment.

In the future, we could add options to the `autocomplete` subcommand that would allow specification of a target, and things like cursor position to maximize testability.

In general though, I like the approach.  It's not hard to imagine 50+ tests being written just for autocomplete this way.


https://reviews.llvm.org/D43048





More information about the lldb-commits mailing list