Re: [lldb-dev] Custom arguments completion for commands created by LLDB plugins

2019-10-07 Thread Matheus Marchini via lldb-dev
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

[lldb-dev] Custom arguments completion for commands created by LLDB plugins

2019-10-05 Thread Matheus Marchini via lldb-dev
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