-
-
Notifications
You must be signed in to change notification settings - Fork 608
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
fix issue 15631 - gdb: Parent's scope not considered for symbol lookup #12978
Conversation
add basic inheritance information to class type
33bf22e
to
974b852
Compare
|
Thanks for your pull request, @rainers! Bugzilla references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#12978" |
|
I like how this looks 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good interim solution.
|
@Geod24 you will like this. |
|
You need to rebase against master to pick up the new freebsd image. |
| PERMUTE_ARGS: | ||
| GDB_SCRIPT: | ||
| --- | ||
| b 30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, this doesn't work on gdb 12, see #12499.
|
This PR caused a testsuite regression of https://issues.dlang.org/show_bug.cgi?id=21874 |
add basic inheritance information to class type dwarf debug info
Alternative to #12925