Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=259765

Hi,

I created a fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=259765 which affects org.eclipse.cdt.debug.mi.core.

Would be nice if somebody could have a look and commit it.

Regards, Jens.


Jens Elmenthaler
Platform & Components Lab
SW Designer R&D


 
 


Verigy Germany GmbH, Herrenberger Str. 130, 71034 Böblingen
Sitz der Gesellschaft: Böblingen - Amtsgericht Böblingen HRB 6167
WEEE-Reg.-Nr. DE 16968742
Geschäftsführer: Hans-Jürgen Wagner, Dietmar Höller

Tel: +49 7031 4357-119
jens.elmenthaler@xxxxxxxxxx
 
-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of ip77@xxxxxxxxx
Sent: Thursday, December 25, 2008 23:06
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Standalone Indexer (again :)

Hi to all - 

First - I'd like to thank you all, CDT is great!

I was using CDT for a while now. I'm playing around with some standalone (not an Eclipse plugin) application using CDT, partly as an academic project, partly as a hobby. After some investigation I was able to make it parse source files, build AST and then perform some simple processing. And I believe I did it in a simplest possible way (using GPPLanguage.getDefault().getASTTranslationUnit(...) and visitors). 

Now I'm dreaming about building an Index :) I know this subject is returning over and over and I understand perfectly that standalone applications is not exactly what CDT was made for, but if anyone could share any example of building standalone Index/Indexer I would be very, very grateful.   

Enjoy your Holidays :)


Thanks a lot

- Pawel Iwaszko


----------------------------------------------------------------------
Tysiace zabawnych wierszyków.Dodaj swoj
Sprawdz >>> http://link.interia.pl/f1fcd

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


Back to the top