Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Path translation in Zylin Embedded CDT plugin

Øyvind,

Why do you need two different launch types for MinGW and CygWin? Is there something that can not be covered by modified command factory?

Thanks,
Mikhail Khodjaiants
----- Original Message ----- From: "Øyvind Harboe" <oyvind.harboe@xxxxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Tuesday, March 14, 2006 6:44 AM
Subject: [cdt-debug-dev] Path translation in Zylin Embedded CDT plugin


I've made a new snapshot of the Zylin Embedded CDT (works w/unmodified
CDT CVS HEAD, though lacks GDB console improvements).

Here I've got three launch types:

- CygWin hosted GDB
- MinGW hosted GDB
- Eclipse == GDB host OS (typically Linux).

The different launch types handle translation back and forth between
CDT's pseudo-canonical file path syntax(e.g. path to breakpoints, source
code lookup, etc.) and file paths to GDB's file path syntax.

http://mail.zylin.com/pipermail/zylin-discuss_zylin.com/2006-March/00022
5.html

Comments?

--
Ø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