Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] EDC on 64-bit Linux?

Here's the numbers I got:

Galileo SR1 C/C++ IDE Downloads

PlatformDownloads
Windows349771
Linux 32115337
Linux 6434734
Mac Carbon 325065
Mac Cocoa 3220136
Mac Cocoa 648287

Total: 533330

So yeah, 32-bit has a healthy lead, but 64-bit is pretty significant.

On Wed, Mar 31, 2010 at 10:42 AM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
BTW, just to let you know what I'm up to, my focus is on the reference TCF agent and how we can bring into the fold for CDT debug with EDC on Windows and Linux. Eugene has done great work on it and will continue to add services there. This won't be for 7.0 so it'll give me time to understand the architecture of it all.


On Wed, Mar 31, 2010 at 10:25 AM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
Well, given this is my first real foray into debug, we'll see how far I get ;).


On Wed, Mar 31, 2010 at 10:21 AM, <Ling.5.Wang@xxxxxxxxx> wrote:
Another road block I know is the x86 disassembler. The current one in EDC only supports 32-bit instructions.
Another thing for you to contribute, Doug :)
 
- Ling


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of ext Doug Schaefer
Sent: Wednesday, March 31, 2010 10:38 AM

To: CDT General developers list.
Subject: Re: [cdt-dev] EDC on 64-bit Linux?

Gives me something to contribute to ;)

On Wed, Mar 31, 2010 at 7:29 AM, <Ed.Swartz@xxxxxxxxx> wrote:
Hi Doug,
 
> Hmm, the TCF reference agent seems to support 64-bit. I'll work on trying to get EDC working with it. Ken promised us it should work with any TCF agent ;).

The main problem you'll find is not the agent, but the EDC DWARF reader.  It's only expecting 32-bit DWARF info at the moment.  I think most of EDC is aware of different address sizes, but the DWARF reader does not yet do anything about detecting the 64-bit format.
 
-- Ed

On Tue, Mar 30, 2010 at 11:10 PM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
That's unfortunate. I only have 64-bit Linux and was hoping to test it out.

On Tue, Mar 30, 2010 at 8:48 PM, <Ling.5.Wang@xxxxxxxxx> wrote:
Hi Doug,
 
EDC does not support 64-bit archtecture right now. And I don't think Nokia team has any plan for that in foreseeable future.
 
Regards.
 
- Ling


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of ext Doug Schaefer
Sent: Tuesday, March 30, 2010 5:58 PM
To: CDT General developers list.
Subject: [cdt-dev] EDC on 64-bit Linux?

Hey EDC gang,

Are you guys planning on supporting x86_84? I just tried it after copying the gdbserver.jar file over to the right arch directory and it didn't give me much love. Thoughts?

Thanks
Doug

_______________________________________________
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





Back to the top