DB's completion logic and we got around to set in stone the new
> HandleCompletion API (which gives us an overview of what kind of completions
> clients want to receive and in what format). Both should happen for LLDB 10
> if everything goes right, so this shouldn’t delay adding thi
Is there a way to create custom argument completion handlers for
commands introduced by LLDB plugins? I want to add completion for some
commands on llnode (https://github.com/nodejs/llnode), but I couldn't
find a way to do so using the C++ public API.
Based on this comment
(https://github.com/llvm