-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Fresh MSYS2 gdb cannot set a breakpoint in Rust executables #79112
Comments
As you can see with both ( cc @mati865 |
The whole |
I don't think I've tried using |
@petrochenkov right, MinGW GDB was updated with ASLR fix but msys/gdb was not since |
This is now fixed upstream since version 10 was uploaded: https://packages.msys2.org/package/gdb?repo=msys&variant=x86_64 |
Great news. The issue with libstdcxx pretty-printers (#79112 (comment)) still remains though, but it's not critical. |
Reproduction:
Output on my machine:
The text was updated successfully, but these errors were encountered: