Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] compile/debug on Solaris CC (Forte Developer 7 C++ 5.4) compiler

AFAIK, Forte and GCC are not ABI compatible, so you will not be able to
use GCC to debug executables built with Forte.  There is no current CDI
implementation for DBX, just for GDB.

There is nothing stopping someone from writing a DBX implementation
though...

YMMV.  I haven't used Forte since v6 so in theory it's possible that
with v7 they are ABI compatible, but I would consider it very highly
unlikely.

___________________________________________
 
Chris Recoskie
Software Designer
IDE Frameworks Group
Texas Instruments, Toronto
 
 

> -----Original Message-----
> From: cdt-debug-dev-admin@xxxxxxxxxxx [mailto:cdt-debug-dev-
> admin@xxxxxxxxxxx] On Behalf Of Sarig.Sela@xxxxxxx
> Sent: Wednesday, May 26, 2004 5:52 AM
> To: cdt-debug-dev@xxxxxxxxxxx
> Subject: [cdt-debug-dev] compile/debug on Solaris CC (Forte Developer
7
> C++ 5.4) compiler
> 
> Hi Guys,
> 
> Does anyone know if it's possible to work interactively (e.g. use
> breakpoints) with CDT and the Forte C++ compiler?
> 
> 
> thanks,
> sarig
> 
> Visit our website at http://www.ubs.com
> 
> This message contains confidential information and is intended only
> for the individual named.  If you are not the named addressee you
> should not disseminate, distribute or copy this e-mail.  Please
> notify the sender immediately by e-mail if you have received this
> e-mail by mistake and delete this e-mail from your system.
> 
> E-mail transmission cannot be guaranteed to be secure or error-free
> as information could be intercepted, corrupted, lost, destroyed,
> arrive late or incomplete, or contain viruses.  The sender therefore
> does not accept liability for any errors or omissions in the contents
> of this message which arise as a result of e-mail transmission.  If
> verification is required please request a hard-copy version.  This
> message is provided for informational purposes and should not be
> construed as a solicitation or offer to buy or sell any securities or
> related financial instruments.
> 
> _______________________________________________
> cdt-debug-dev mailing list
> cdt-debug-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev


Back to the top