diff options
author | Walter Erquinigo <waltermelon@oculus.com> | 2019-10-30 16:46:06 -0700 |
---|---|---|
committer | Walter Erquinigo <waltermelon@oculus.com> | 2019-11-15 17:37:55 -0800 |
commit | 2c7c528d7ac17230f1f239b629a02d407a74e1bf (patch) | |
tree | 3d2a8b7f753341ebebd14f0785ebcb6e69b582db /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | |
parent | 979da9a4c3ba435b384a11af7bd3154b0309b487 (diff) | |
download | bcm5719-llvm-2c7c528d7ac17230f1f239b629a02d407a74e1bf.tar.gz bcm5719-llvm-2c7c528d7ac17230f1f239b629a02d407a74e1bf.zip |
[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
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp')
0 files changed, 0 insertions, 0 deletions