Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] About Compile Makefile in CDT

Hi Ugur and Hava,

I am delighted to hear that you have it all working now. I also really appreciate your explanations as to why you needed the change. I hope it is helpful to others who may run into a similar problem.

Jonah
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Tue, 29 Mar 2022 at 08:44, Ugur ÖZDEMİR (BILGEM BTE) via cdt-dev <cdt-dev@xxxxxxxxxxx> wrote:
Hi Jonah

I am working with Hava. We have resolved our problem. Thank you for your help. We have successfully built dlls with using docker. Our problem is that we are using 32-bit cygwin with 10.4.0 cdt on windows host. isCygwin function in starter.c file tries to find whether cygwin modules are loaded or not. But EnumProcessModule function only returns 64-bit modules. We have needed to change that call to EnumProcessModulesEx funciton with LIST_MODULES_ALL parameter. That way isCygwin returns true and raiseSignal works correctly. raiseSignal is important for us because in all-stop mode remote attach debug suspend action depends on cygwin kill command. We are using gdb 7.9 version for now. In near future we will upgrade it to 7.12 version.

Best Regards

Ugur Ozdemir



Kimden: "Jonah Graham" <jonah@xxxxxxxxxxxxxxxx>
Kime: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Gönderilenler: 8 Mart Salı 2022 17:53:43
Konu: Re: [cdt-dev] About Compile Makefile in CDT

Hi Hava,
That is a bit of a bigger question - CDI was replaced with DSF (specifically DSF-GDB when using GDB). 

If you are very new to DSF, you may want to start with the https://help.eclipse.org/latest/topic/org.eclipse.cdt.doc.isv/guide/dsf/intro/dsf_programming_intro.html?cp=14_0_6 which covers the basics of DSF, and a while ago I did a training course on DSF-GDB which covers that same material and continues beyond that, you can see the code and powerpoint here https://github.com/jonahgraham/cdt-examples

If you have specific questions please let us know what you tried and we can help you resolve it (hopefully :-) - you may also find it useful to come to the CDT monthly call where a bunch of the active/knowledge CDT maintainers meet. Next call is tomorrow, see my other email to cdt-dev for info (or check out the wiki https://wiki.eclipse.org/CDT/calls)

Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Tue, 8 Mar 2022 at 09:31, Hava Cenk <hvcenk@xxxxxxxxx> wrote:
Hi Jonah,

First of all, sorry for my mistake about not seeing your provided solution for Simeon.

Now,  i need to ask you another question. Here is a work removing the CDI from the CDT. My question is that
what can i use instead of the removed services under debug/org.eclipse.cdt.debug.mi.core in the newest CDT version?

Thanks!

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top