aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.h
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2025-11-03 13:37:39 -0800
committerGitHub <noreply@github.com>2025-11-03 13:37:39 -0800
commit1621486d676f0ebfd6e64b6e93e31dcffa27c5ec (patch)
tree5774a217d1ef76c810e4fc1bff5f5a1d38f70d4d /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.h
parent6fe3eccdf44fc8adb46e78e65edadd57926d2fb6 (diff)
downloadllvm-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 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.h')
0 files changed, 0 insertions, 0 deletions