Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] EDC now in build

Title: Re: [cdt-dev] EDC now in build
In the launch configuration dialog you’ll see the launcher setting at the bottom:



Then find EDC in the launcher list:



- Ken

From: ext Bhavana Babu <bhavana.babu@xxxxxxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Wed, 3 Feb 2010 12:36:06 +0100
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: RE: [cdt-dev] EDC now in build

Hi all,
 
We have  downloaded and installed cdt 7.0.0 from the update site  http://download.eclipse.org/tools/cdt/builds/7.0.0/I.I201001221240/index.html
In the previous post, it was mentioned that EDC is integrated into CDT 7.0.0 .
Can anyone tell us how we can use EDC debugger for debugging (like mingw or cygwin gdb)?

Thanks in advance,
Bhavana


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Wednesday, February 03, 2010 11:47 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] EDC now in build

For Wascana, I'm using mingw gcc 4.4. Since the debug session worked fine, I'm assuming this version of gcc supports the proper dwarf, yes/no?

Doug.

On Wed, Feb 3, 2010 at 12:26 AM, <ken.ryall@xxxxxxxxx> wrote:
Marc-Andre,

Sometimes when you install mingw it generates symbols in an obsolete format
(stabs) by default instead of Dwarf 2-3. Yet other versions of mingw seem to
default to Dwarf. Maybe Doug knows why because the mingw that comes with
Wascana always generates Dwarf by default.

As John noted EDC does not support stabs and doesn't say much when it hits a
symbol format it can't read. This is:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=295387

I don't know what's happening on Win 7, I'll have to investigate. I opened:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=301659

Thanks - Ken

> From: ext Marc-Andre Laperle <malaperle@xxxxxxxxxxxxx>
> Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
> Date: Wed, 3 Feb 2010 02:14:10 +0100
> To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>

> Subject: Re: [cdt-dev] EDC now in build
>

> Thanks, it works now with -gdwarf-2 on Windows XP. I didn't need to have
> a c:\symbian directory. I'm not sure what's wrong on Windows 7, though.
>
> Marc-Andre
>
> On 10-02-02 7:46 PM, John Cortell wrote:
>> BTW, the dwarf2 issue would not manifest itself as the problem you
>> described. I mentioned it because it was an additional thing I got
>> snagged on when I started working with EDC.
>>
>> John
>>
>> At 06:36 PM 2/2/2010, John Cortell wrote:
>>> Also, the executable needs to have dwarf2 info. If the mingw
>>> generates dwarf1 or stabs by default, you'll need to specify the
>>> option to have it generate dwarf2.
>>
>>
>> _______________________________________________
>> 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

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

This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.

The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.


Back to the top