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 debuginfo representation of classes #2194

Closed
jdm opened this issue Apr 12, 2012 · 3 comments
Closed

Add debuginfo representation of classes #2194

jdm opened this issue Apr 12, 2012 · 3 comments
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.)

Comments

@jdm
Copy link
Contributor

jdm commented Apr 12, 2012

It's worth waiting until classes are in a complete state, but it'll need to be done at some point.

@catamorphism
Copy link
Contributor

Classes are represented exactly like records at runtime, right now, but once I finish making classes-implementing-ifaces work, classes will optionally have vtables. (Just so you know...)

@sanxiyn
Copy link
Member

sanxiyn commented Apr 23, 2013

I don't think Rust has classes... Can someone rewrite appropriately?

@jdm
Copy link
Contributor Author

jdm commented Apr 23, 2013

We'll open a new one if impls or traits need particular handling.

@jdm jdm closed this as completed Apr 23, 2013
@jdm jdm removed their assignment Jun 16, 2014
bors added a commit to rust-lang-ci/rust that referenced this issue Sep 22, 2022
add interesting data race test

This interesting testcase came up in rust-lang/miri#2192.
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
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