-
Notifications
You must be signed in to change notification settings - Fork 543
Debugging support chapter is somewhat outdated #1391
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
Comments
Closes rust-lang#1391 Also, do some small fixes/improvements while at it.
@ehuss should "Code signing for LLDB debug server on macOS" also be removed |
I'm not sure how much to remove. I would consider just putting a prominent notice on the LLDB section that this is outdated/historical information, and then it can be reworked once things move forward again. The debugging working group has been very recently talking about what approach they will take with lldb integration. So things are very much in flux in that regard.
I think gdb, lldb, windbg, and cdb are all used. One peculiarity of this chapter is that it does not discuss the wrappers at all. The prebuilt Rust packages (and rustup) includes wrappers (rust-gdb, rust-gdbgui, rust-lldb). These are shell-script wrappers that launch the corresponding debugger with Python-based visualizers for common Rust types. |
Will leave that in in #1393 then... the rest is gone. |
It's based on a single talk, so did not even attempt to be any comprehensive. |
Closes #1391 Also, do some small fixes/improvements while at it.
Closes rust-lang#1391 Also, do some small fixes/improvements while at it.
The chapter at https://rustc-dev-guide.rust-lang.org/debugging-support-in-rustc.html has several things that I noticed were out-of-date. Some observations:
The text was updated successfully, but these errors were encountered: