March 13, 2015 [dmd-internals] [D-Programming-Language/dmd] c89d66: fix Issue 14225 - GDB: error reading variable (str... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: c89d666984b74bcd6d50afbdf2d478370f3c52a9 https://github.com/D-Programming-Language/dmd/commit/c89d666984b74bcd6d50afbdf2d478370f3c52a9 Author: Martin Nowak <code@dawg.eu> Date: 2015-03-13 (Fri, 13 Mar 2015) Changed paths: M src/backend/dwarf.c A test/runnable/gdb14225.d Log Message: ----------- fix Issue 14225 - GDB: error reading variable (string + dup) - 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 Commit: 7cb0b4fe2a56d187b4ef8c6416446dc15e1218cf https://github.com/D-Programming-Language/dmd/commit/7cb0b4fe2a56d187b4ef8c6416446dc15e1218cf Author: Walter Bright <walter@walterbright.com> Date: 2015-03-13 (Fri, 13 Mar 2015) Changed paths: M src/backend/dwarf.c A test/runnable/gdb14225.d Log Message: ----------- Merge pull request #4494 from MartinNowak/fix14225 fix Issue 14225 - GDB: error reading variable (string + dup) Compare: https://github.com/D-Programming-Language/dmd/compare/2d6fc0e4819e...7cb0b4fe2a56 |
Copyright © 1999-2021 by the D Language Foundation