Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] DSF/gdb debugging broken on Windows?

That falls into the same trap as the current OS X debugging. GDB is assumed to be at a certain version for the debugging to work.
_________________________________________________________
Mike Jackson                  mike.jackson@xxxxxxxxxxxxxx
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio

On Dec 18, 2009, at 2:46 PM, John Cortell wrote:

It's cygwin:

GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special)

John

At 12:23 PM 12/18/2009, Daniel Jacobowitz wrote:
On Fri, Dec 18, 2009 at 11:22:08AM -0500, Marc Khouzam wrote:
> This sounds like a quoting issue.
> Did some bug fly by recently about quoting problems with windows?

The quoting looks fine - this is about the error I'd expect if your
GDB does not support "auto-solib-add".

Is this a Cygwin GDB (if so, what version and why doesn't it support
auto-solib-add) or an embedded cross GDB (in which case DSF needs to
recognize that this command is not always available)?

--
Daniel Jacobowitz
CodeSourcery
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


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



Back to the top