Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-patch] MI Patch for GDB on cygwin

Title: RE: [cdt-patch] MI Patch for GDB on cygwin

Here's the log output:

----
info threads
No stack.
Warning: /cygdrive/c/Program Files/Common Files/System/Mapi/1033/C: No such file or directory.
Warning: \Eclipse\R2.0.2\workspaces\Play\HelloWorld: No such file or directory.
info threads
  2 thread 8064.0xa18  * 1 thread 8064.0xb80 
----

My patch get's rid of the warnings and I don't get the timeout.

You make a good point about being cygwin specific.  I'd hate not to support it since a lot of people starting out will use cygwin on Windows.

Doug Schaefer
Senior Staff Software Engineer
Rational - the software development company
Ottawa (Kanata), Ontario, Canada

-----Original Message-----
From: Alain Magloire [mailto:alain@xxxxxxx]
Sent: Monday, November 18, 2002 5:27 PM
To: cdt-patch@xxxxxxxxxxx
Subject: Re: [cdt-patch] MI Patch for GDB on cygwin

>
> My first patch!

8-), and hopefully the first to a long series.

> GDB was experiencing a timeout on startup when running with
> cygwin.  This, I think, fixes it.  Please review and apply if you like it.
>

This will not work for all the debugers, because it assumes
that gdb was compiled with cygwin and understand "/cygdrive"

Can you start with tracing an send the MI log output?
I do not see why it should timeout.


_______________________________________________
cdt-patch mailing list
cdt-patch@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-patch


Back to the top