-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Comments
I've started working on this. |
My lldb branch is here: https://github.com/tromey/lldb/tree/rust |
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. |
I think this is needed first: rust-lang/rust-installer#85 |
lldb is in the rust build now. The remaining work, if any, is being done in rust-lang/rust#48168 |
Alright; since this is being tracked elsewhere I'm closing this; Thanks @tromey! :) |
By @brson: rust-lang/rust#19532
Calling functions in lldb among other things requires direct debugger support. We'll have to start modifying lldb.
The text was updated successfully, but these errors were encountered: