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

Install gdb pretty-printers #16365

Closed
brson opened this issue Aug 8, 2014 · 4 comments
Closed

Install gdb pretty-printers #16365

brson opened this issue Aug 8, 2014 · 4 comments
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.)

Comments

@brson
Copy link
Contributor

brson commented Aug 8, 2014

For gdb to display Rust types it needs some python-based pretty-printers, which are in-tree. Some detail about how to install these: #16322 (comment)

@brson
Copy link
Contributor Author

brson commented Dec 16, 2014

@michaelwoerister Is this done?

@michaelwoerister
Copy link
Member

Essentially yes but I ran into some trouble. On Linux everything worked
just fine but on Windows it wasn't stable. So I decided to just enable
it on Linux for now. However, after fighting with Make and the build
system for way too long for such a seemingly easy thing I put the whole
thing on the backburner and take care of if-stepping first. I'll have
another look at it tomorrow and will hopefully have a pull request then.

On 16.12.2014 01:40, Brian Anderson wrote:

@michaelwoerister [1] Is this done?

Reply to this email directly or view it on GitHub [2].

Links:

[1] https://github.com/michaelwoerister
[2]
#16365 (comment)

@michaelwoerister michaelwoerister added the A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) label Dec 17, 2014
@michaelwoerister
Copy link
Member

PR which implements this for Linux: #19954

@steveklabnik
Copy link
Member

That PR was merged, so I'm giving this a close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Projects
None yet
Development

No branches or pull requests

3 participants