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
ugur.ozdemir@xxxxxxxxxxxxxx
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 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
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