Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Microsoft VisualC++ toolchain

Thanks, Lars. It is a big undertaking. Emiliano, if you want to take a 
crack at it, feel free. The main objective was to hook up the CDT to the 
dbghelp APIs in win32 using JNI. Unfortunately, this API isn't well 
documented and there are few examples of its use on the Web. It'll require 
a lot of testing to get right. We can move this part of the discussion to 
cdt-debug-dev.

Doug Schaefer, Senior Software Developer
Ottawa Lab, IBM Rational Software Division

cdt-dev-bounces@xxxxxxxxxxx wrote on 06/08/2005 10:03:04 AM:

> 
> > Actually, I've totally stopped work on the win32 debugger. Someone 
from 
> > Symbian offered at EclipseCon to help, but I haven't heard any 
further. 
> 
> Doug, 
> we looked at doing this when we did our initial investigation, but 
> have decided against it. 
> Regards 
> -- Lars 
> 
> 

> 
> 
> Actually, I've totally stopped work on the win32 debugger. Someone from 
> Symbian offered at EclipseCon to help, but I haven't heard any further.
> 
> Is this toolchain support built on top of the managed builder? If so, 
the 
> managed build team could add it as a new plugin to compliment their gnu 
> plugin.
> 
> Doug Schaefer, Senior Software Developer
> Ottawa Lab, IBM Rational Software Division
> 
> 
> 
> "Recoskie, Chris" <crecoskie@xxxxxx> 
> Sent by: cdt-dev-bounces@xxxxxxxxxxx
> 06/07/2005 07:40 PM
> Please respond to
> "CDT General developers list."
> 
> 
> To
> "Emiliano Lesende" <emiliano.lesende@xxxxxxxxx>, "CDT General developers 

> list." <cdt-dev@xxxxxxxxxxx>
> cc
> 
> Subject
> RE: [cdt-dev] Microsoft VisualC++ toolchain
> 
> 
> 
> 
> 
> 
> Your plugin definitely sounds interesting and would complement the 
> prototype Win32 debugger nicely.  Doug Schaefer is doing the Win32 
> debugger in his spare time, you should ping him if you have questions 
> about it or would like to contribute to it.
> 
> Personally I don?t see a problem in theory with your toolchain becoming 
a 
> part of CDT somehow, as long as it works with CDT 3.0, and as long as 
it?s 
> going to be maintained.  Since the 3.0 release is going into the release 

> candidate cycle soon it?s probably most appropriate to think of this as 
a 
> potential activity that we?d look at post-3.0
> 
> Perhaps once your plugin is finished you could demo it for us so that 
the 
> build committers and other interested parties could have a look at it.
> 
> ___________________________________________
> 
> Chris Recoskie
> Software Designer
> IDE Frameworks Group
> Texas Instruments, Toronto
> 
> 
> 
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] 
On 
> Behalf Of Emiliano Lesende
> Sent: Tuesday, June 07, 2005 7:18 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Microsoft VisualC++ toolchain
> 
> Is anyone interested in this?
> On 6/6/05, Emiliano Lesende <emiliano.lesende@xxxxxxxxx> wrote: 
> For the past few weeks I've been developing a new plug-in which includes 

> Microsoft VisualC++ toolchain, including but not limited to:
> 
> - NMake makefile generation
> - Scaner configuration discovery profile
> - Environment supplier
> - Automatic configuration
> 
> I'm very close to finish the plug-in; is it possible to contribute back 
to 
> CDT? Who should I talk to? I would mantain this plug-in, and also I 
would 
> like to became an official developer for CDT.
> 
> One more thing, I saw on CVS that there is a Win32 debugger on the 
works. 
> I tried it but hangs misserably trying to set a breakpoint. Who is 
> reponsible for this code? I would like to help coding it and testing.
> 
> Best regards,
> Emiliano Lesende 
> _______________________________________________
> 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

> 
> **********************************************************************
> Symbian Software Ltd is a company registered in England and Wales 
> with registered number 4190020 and registered office at 2-6 Boundary
> Row, Southwark, London, SE1 8HP, UK. This message is intended only 
> for use by the named addressee and may contain privileged and/or 
> confidential information. If you are not the named addressee you 
> should not disseminate, copy or take any action in reliance on it. 
> If you have received this message in error please notify 
> postmaster@xxxxxxxxxxx and delete the message and any attachments 
> accompanying it immediately. Neither Symbian nor any of its 
> subsidiaries accepts liability for any corruption, interception, 
> amendment, tampering or viruses occurring to this message in transit
> or for any message sent by its employees which is not in compliance 
> with Symbian corporate policy. 
> ********************************************************************** 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top