On 18 November 2013 10:41, Iain Buclaw <ibuclaw@ubuntu.com> wrote:
Hi,

I've created a gdb fork on github and will be giving d-lang support some love - with the intention of pushing patches back to gdb development as soon as possible.  The bulk of the work will be done over the next fortnight, but for some other work (see buglink) will take a couple more months to roll out as changes on both gdb and compilers need to be aligned up.

https://d.puremagic.com/issues/show_bug.cgi?id=9800


And so it begins...

https://github.com/ibuclaw/gdb/commit/dda127be8f6d2984b6f9a7d45efeb0871d82c220

(This copy of GDB will now search for 'D main' and point to its source location).


--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';