Skip to content
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

Add Rust support to lldb #1079

Closed
steveklabnik opened this issue Apr 20, 2015 · 7 comments
Closed

Add Rust support to lldb #1079

steveklabnik opened this issue Apr 20, 2015 · 7 comments
Labels
T-dev-tools Relevant to the development tools team, which will review and decide on the RFC.

Comments

@steveklabnik
Copy link
Member

By @brson: rust-lang/rust#19532

Calling functions in lldb among other things requires direct debugger support. We'll have to start modifying lldb.

@steveklabnik steveklabnik added the A-community-library Area: The RFC is related to a community library. label Apr 20, 2015
@alexcrichton alexcrichton added the T-dev-tools Relevant to the development tools team, which will review and decide on the RFC. label May 18, 2015
@tromey
Copy link

tromey commented Oct 25, 2017

I've started working on this.

@tromey
Copy link

tromey commented Nov 1, 2017

My lldb branch is here: https://github.com/tromey/lldb/tree/rust

@petrochenkov petrochenkov removed the A-community-library Area: The RFC is related to a community library. label Jan 30, 2018
@tromey
Copy link

tromey commented Jun 21, 2018

I've discussed getting this into rustup with @Mark-Simulacrum and @nrc recently. The working plan discussed today is to rebase the lldb work so it is compatible with the version of llvm in rust-llvm, then make it build as part of the llvm build step; and also at some point moving the lldb repository into the rust lang nursery.

@tromey
Copy link

tromey commented Jul 12, 2018

I think this is needed first: rust-lang/rust-installer#85

@tromey
Copy link

tromey commented Jul 25, 2018

rust-lang/rust#52716

@tromey
Copy link

tromey commented Aug 15, 2018

lldb is in the rust build now. The remaining work, if any, is being done in rust-lang/rust#48168

@Centril
Copy link
Contributor

Centril commented Aug 15, 2018

Alright; since this is being tracked elsewhere I'm closing this; Thanks @tromey! :)

@Centril Centril closed this as completed Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-dev-tools Relevant to the development tools team, which will review and decide on the RFC.
Projects
None yet
Development

No branches or pull requests

5 participants