Skip to content

Rename lldb-vscode to lldb-dap in Debugging doc #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Rename lldb-vscode to lldb-dap in Debugging doc #2

merged 1 commit into from
Oct 20, 2023

Conversation

DavidSpickett
Copy link
Contributor

It was renamed to better signal that it is generic, not just for VS Code.

llvm/llvm-project#69264

Also when I ported some of these instructions back to LLVM, reviewers suggested I use the "attach" mode instead.

https://github.com/llvm/llvm-project/tree/main/lldb/tools/lldb-dap#connect-to-a-debug-server-on-the-current-machine

So I've done that too.

For our purposes it's the same effect, but
technically we are attaching not launching.

It was renamed to better signal that it is generic,
not just for VS Code.

llvm/llvm-project#69264

Also when I ported some of these instructions back
to LLVM, reviewers suggested I use the "attach" mode
instead.

https://github.com/llvm/llvm-project/tree/main/lldb/tools/lldb-dap#connect-to-a-debug-server-on-the-current-machine

So I've done that too.

For our purposes it's the same effect, but
technically we are attaching not launching.
@stuij
Copy link
Owner

stuij commented Oct 20, 2023

Thanks!

And yes, I noticed this myself last night, as llvm-vscode is in our modified list of LLVM_DISTRIBUTION_COMPONENTS and CMake didn't recognise the target anymore. Will push separate patch for that right after this.

@stuij stuij merged commit 0e2d967 into stuij:main Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants