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

--- Comment #13 from [email protected] ---
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)

--

Reply via email to