Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] MinGW gdb

On Wed, Feb 03, 2010 at 01:22:07AM -0500, Doug Schaefer wrote:
> Here's an example of why I'd like to go EDC for Wascana. MinGW gdb is a bit
> of a mess.
> 
> 
> http://stackoverflow.com/questions/2188829/vista-eclipse-galileo-cdt-w-mingw-and-mingws-gdb-fails-to-output-cerr-output

This really pushes my buttons.

Instead of constantly complaining about MinGW GDB, you could submit
bug reports or try to understand the actual problem.  For someone
who's so gung-ho about community involvement, you're selective about
which communities are worth being involved in (or even worth
encouraging) and which to do an end run around.

For instance, this might be the mostly intractable problem of
_isatty().  There's no API equivalent to pseudo-TTY's on Windows;
if you run a console program from GDB, it has to either pop up a new
console or else run the program with its standard handles connected
to a pipe.  This results in buffered output and people complain about
missing printfs.  I think current GDB does a little better.
An experienced Windows developer might be able to make it do
better still.

It could be any number of other problems.  This random poster is
complaining about GDB 5.3.  That is a seven year old release.  For
some perspective on how long ago that is: this is like walking up to
you and complaining about a bug in CDT 1.0.

-- 
Daniel Jacobowitz
CodeSourcery


Back to the top