Hello,
The change you are talking about, isn’t that something that would benefit all uses of CDT?
If the answer to the above question is true, please provide a gerrit/patch for it to allow others to not have to patch CDT
to have it working with Cygwin.
A bug report about the issue would also be helpful, preferably with a small list of steps on how to verify that it’s working
properly.
Kind regards,
Torbjörn
From: cdt-dev <cdt-dev-bounces@xxxxxxxxxxx>
On Behalf Of Hava Cenk
Sent: den 29 mars 2022 21:21
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] About Compile Makefile in CDT
I would like to thank my teammate Uğur Özdemir and Jonah. I learned something and gained some skills with your contribution.
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.
On Tue, 29 Mar 2022 at 08:44, Ugur ÖZDEMİR (BILGEM BTE) via cdt-dev <cdt-dev@xxxxxxxxxxx> wrote:
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
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)
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?
_______________________________________________
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
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev
|