teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/variables
Walter Erquinigo 2c7c528d7a [lldb-vscode] support the completion request
Summary:
The DAP has a completion request that has been unimplemented. It allows showing autocompletion tokens inside the Debug Console.
I implemented it in a very simple fashion mimicking what the user would see when autocompleting an expression inside the CLI.
There are two cases: normal variables and commands. The latter occurs when a text is prepepended with ` in the Debug Console.
These two cases work well and have tests.

Reviewers: clayborg, aadsm

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D69873
2019-11-15 17:37:55 -08:00
..
main.cpp Restore tests for lldb-server and lldb-vscode removed at rL366590 2019-07-22 23:35:05 +00:00
Makefile [dotest] Avoid the need for LEVEL= makefile boilerplate 2019-09-04 07:46:25 +00:00
TestVSCode_variables.py [lldb-vscode] support the completion request 2019-11-15 17:37:55 -08:00