March 13, 2015
https://issues.dlang.org/show_bug.cgi?id=14225

--- Comment #11 from Martin Nowak <code@dawg.eu> ---
OK, found it. For TYref we set the pointer byte_size to -1. Wondering why we're emitting TYref for arrays though.

--
March 13, 2015
https://issues.dlang.org/show_bug.cgi?id=14225

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #12 from Martin Nowak <code@dawg.eu> ---
https://github.com/D-Programming-Language/dmd/pull/4494

--
March 14, 2015
https://issues.dlang.org/show_bug.cgi?id=14225

--- Comment #13 from github-bugzilla@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)

--
March 14, 2015
https://issues.dlang.org/show_bug.cgi?id=14225

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
March 14, 2015
https://issues.dlang.org/show_bug.cgi?id=14225

--- Comment #14 from github-bugzilla@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/dmd

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

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

--
March 14, 2015
https://issues.dlang.org/show_bug.cgi?id=14225

Martin Krejcirik <mk@krej.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |symdeb

--
April 11, 2015
https://issues.dlang.org/show_bug.cgi?id=14225

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

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

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=14225

--- Comment #16 from github-bugzilla@puremagic.com ---
Commits pushed to stable 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)

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

--
1 2
Next ›   Last »