Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] How to deal with CygWin ARM GDB + CDT regression

You can supply your own MI command factory for the CygWin ARM GDB which overrides the "break-insert" command to use file names instead of full paths.

----- Original Message ----- From: "Øyvind Harboe" <oyvind.harboe@xxxxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Wednesday, May 11, 2005 3:39 AM
Subject: [cdt-debug-dev] How to deal with CygWin ARM GDB + CDT regression


I'm trying to figure out how to deal with a regression in the overall
usability of CDT + ARM GDB + CygWin.

The problem is that CygWin ARM GDB(6.2.1) dies when it is fed an
absolute path, e.g.

270-break-insert c:/cdtworkspace/firmware/board/XEDDVIBoard.cc:927

It is not sufficient to disable the breakpoint, it has to be deleted
from the CDT GUI breakpoints view.

This problem will go away once CDT grows the ability to handle Eclipse
host OS != GDB host OS.

Some solution is necessary in the interim, and sticking to an old
version of CDT isn't what I'm looking for :-)




--
Øyvind Harboe
http://www.zylin.com

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


Back to the top