Skip to content

Add support for LLDB-DAP #18265

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 5 commits into from
Oct 14, 2024
Merged

Add support for LLDB-DAP #18265

merged 5 commits into from
Oct 14, 2024

Conversation

kouhe3
Copy link
Contributor

@kouhe3 kouhe3 commented Oct 8, 2024

No description provided.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 8, 2024
@kouhe3
Copy link
Contributor Author

kouhe3 commented Oct 8, 2024

#18257

@Veykril
Copy link
Member

Veykril commented Oct 14, 2024

Thanks!
@bors r+

@bors
Copy link
Contributor

bors commented Oct 14, 2024

📌 Commit 9a207be has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Oct 14, 2024

⌛ Testing commit 9a207be with merge 0402da4...

@bors
Copy link
Contributor

bors commented Oct 14, 2024

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing 0402da4 to master...

@bors bors merged commit 0402da4 into rust-lang:master Oct 14, 2024
11 checks passed
Comment on lines +242 to +244
`/rustc/${/commit-hash:\s(.*)$/m.exec(
execSync("rustc -V -v", {}).toString(),
)?.[1]}/library`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to avoid this regex + .exec call?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants