Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 91374] CDT launch should set ATTR_PROCESS_TYPE

https://bugs.eclipse.org/bugs/show_bug.cgi?id=91374 
Product/Component: CDT / cdt-launch


richard.miskin@xxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #2 from richard.miskin@xxxxxxx  2006-09-19 11:24 -------
I've (finally!) had a chance to try this out and I couldn't get it to work.

I've had a little hack around in the code and it seems there are some places
where the 3 parameter version of DebugPlugin.newProcess() is being called which
leads to a null process ID.

Adding a call to getDefaultProcessMap() as the fourth parameter fixes this. In
particular I modified LocalCDILaunchDelegate.

The other places that call the 3 parameter version of DebugPlugin.newProcess()
are as follows:
LocalRunLaunchDelegate
GDBCDIDebugger
CDebugAdapter

This was tested with CDT 3.1. If it'd be helpful I supply an example console
line tracker plugin.



-- 
Configure bugzilla e-mail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top