-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Possible regression with rust_panic being mangled #140821
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
cc @bjorn3 |
You can use |
Ah, Ill forward this info to the Intellij plugin team. |
The comment should be updated though. |
I tried breaking on it with
|
I can reproduce this issue. For some reason the breakpoints remain pending and even if you set them while the program is running, it still says that the symbol is not defined.
|
I just tried using a gdb I built from the latest development version a week ago. It works just fine. So somewhere between gdb 13.1 and the latest development version this was fixed. I can't easily bisect it though. |
https://gitlab.com/gnutools/binutils-gdb/-/commit/3d6744493634e704b6977924a0cc8082886523f5 fixed this. So gdb 16 and up works fine. Anything below that doesn't handle |
I think this pr #127173 changed
rust_panic
to be mangled which breaks gdb breaking on it withrust_panic
name. The comment inrust/library/std/src/panicking.rs
Line 888 in e964cca
The text was updated successfully, but these errors were encountered: