diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2025-11-03 13:37:39 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-03 13:37:39 -0800 |
| commit | 1621486d676f0ebfd6e64b6e93e31dcffa27c5ec (patch) | |
| tree | 5774a217d1ef76c810e4fc1bff5f5a1d38f70d4d /clang/lib/Frontend/CompilerInvocation.cpp | |
| parent | 6fe3eccdf44fc8adb46e78e65edadd57926d2fb6 (diff) | |
| download | llvm-1621486d676f0ebfd6e64b6e93e31dcffa27c5ec.zip llvm-1621486d676f0ebfd6e64b6e93e31dcffa27c5ec.tar.gz llvm-1621486d676f0ebfd6e64b6e93e31dcffa27c5ec.tar.bz2 | |
[lldb-dap] Add support for launching supported clients (#165941)
Support launching a supported DAP client using the lldb-dap binary.
Currently, only the official LLDB-DAP Visual Studio Code extension is
supported. It uses the VS Code launch URL format.
Here's an example:
```
lldb-dap --client vscode -- /path/to/exe foo bar
```
This will open the following URL with `code --open-url`:
```
vscode://llvm-vs-code-extensions.lldb-dap/start?program=/path/to/exe&args=foo&arg=bar
```
Fixes #125777
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
