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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Mar 13 22:16:31 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14225

--- Comment #13 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c89d666984b74bcd6d50afbdf2d478370f3c52a9
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

https://github.com/D-Programming-Language/dmd/commit/7cb0b4fe2a56d187b4ef8c6416446dc15e1218cf
Merge pull request #4494 from MartinNowak/fix14225

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

--


More information about the Digitalmars-d-bugs mailing list