Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Issue with getGDBProcess() method of MIProcessAdapter class in CDT 6.0.1

Hi all,

One day before I have sent one mail regarding  I found two implementation
of getGDBProcess() method in MIProcessAdapter class.

After doing lot of debugging I found that org.eclipse.cdt.debug.mi.core
plugin of CDT 6.0.1 has MIProcessAdapter class in which getGDBProcess()
method is implemented in a non-threaded way and therefore it is very slow.

However the same file ie.. MIProcessAdapter has threaded implementation for
getGDBProcess() method in CDT 6 release.

Is there any specific reason for this change in implementation in CDT 6.0.1
? Because it has made the launching very slow.

Thanks & Regards,
Nayna Jain



Back to the top