Thread overview
compiled gdb
May 14, 2010
eles
May 14, 2010
Robert Clipsham
May 15, 2010
eles
May 14, 2010
hello,

since gnu debugger (gdb) is free and now there is a version which works
properly with D, could someone host (and made available for download)
*compiled* versions for windows and linux? of course, patched versions
(so that it would work with D). maybe on dsource?

thanks (I am not good when it comes to dependencies and so on).

eles
May 14, 2010
On 15/05/10 00:14, eles wrote:
> hello,
>
> since gnu debugger (gdb) is free and now there is a version which works
> properly with D, could someone host (and made available for download)
> *compiled* versions for windows and linux? of course, patched versions
> (so that it would work with D). maybe on dsource?
>
> thanks (I am not good when it comes to dependencies and so on).
>
> eles

While this is possible I'm not sure how would be best to go about this, as the official patches in gdb are currently buggy it seems, and there isn't an exact patch for 7.1. I agree there should be an easy way to get binaries until 7.2 is released though.
May 15, 2010
maybe it could be even integrated in the dmd archive, just like the windbg currently is...