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

fix Issue 14225 - GDB: error reading variable (string + dup) #4494

Merged
merged 2 commits into from
Mar 14, 2015

Conversation

MartinNowak
Copy link
Member

  • tysize(t->Tty) for TYref was -1
  • fixed by omitting the explicit byte_size for pointers
  • the debugger will use the address_size for the compilation
    unit instead

Issue 14225 – [REG2.067a] GDB: error reading variable (string + dup)

- support gdb in d_do_test tool
- add a basic test and 2 regression tests
- tysize(t->Tty) for TYref was -1
- fixed by omitting the explicit byte_size for pointers
- the debugger will use the address_size for the compilation
  unit instead
@MartinNowak
Copy link
Member Author

depends on #4475 for the regression test

WalterBright added a commit that referenced this pull request Mar 14, 2015
fix Issue 14225 - GDB: error reading variable (string + dup)
@WalterBright WalterBright merged commit 7cb0b4f into dlang:master Mar 14, 2015
@MartinNowak MartinNowak deleted the fix14225 branch March 14, 2015 12:13
WalterBright added a commit that referenced this pull request Mar 14, 2015
fix Issue 14225 - GDB: error reading variable (string + dup)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants