|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - Any chance to get it working with GDB or other modern debugger?
Great compiler, but IDE is so outdated, I have read that someone is willing to create the GDB patch to work with DMC, any news on that? Automatically, as you have GDB support you have all modern IDE's working with DMC, that would rock. I know you just want to make more money and keep everything under control not going any way open with your compier, but honestly you can make more money if DMC get's compatible with other stuff. Aug 13 2005
"Ray Van Der Roon" <Ray_member pathlink.com> wrote in message news:ddku3e$jm$1 digitaldaemon.com...Great compiler, but IDE is so outdated, I have read that someone is Aug 13 2005
Ray Van Der Roon wrote:Great compiler, but IDE is so outdated, I have read that someone is willing to create the GDB patch to work with DMC, any news on that? Automatically, as you have GDB support you have all modern IDE's working with DMC, that would rock. I know you just want to make more money and keep everything under control not going any way open with your compier, but honestly you can make more money if DMC get's compatible with other stuff. Sep 12 2005
"Scott Michel" <scottm aero.org> wrote in message news:dg4h8m$25iv$1 digitaldaemon.com...If you truly want to help with getting DMC to play nicely with GDB, it's a matter of hacking the code in libbfd to recognize OMF format objects. It looks like there was code to do that at one time or another, but today, it's gone. I can't say there's a wealth of information out there on CodeView's debugging info, but OMF records are pretty nicely documented. Also, DMC has to conform to MS's name mangling scheme, otherwise, DMC wouldn't work with a large cross-section of software compiled on Win32. Sep 13 2005
|